ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Yuri: Difference between revisions
Jump to navigation
Jump to search
Nighthawk200 (talk | contribs) m Nobody saw that, right? |
m Is "Applicable to DialogList" correct? Please correct me if the name of that object class is known. |
||
Line 1: | Line 1: | ||
{{ | {{Flag | ||
This flag specifies the audio file' | |files={{Categ|Eva(md).ini}} | ||
|values={{Values|strings|[[sounds]]}} | |||
|default=none | |||
|types={{Categ|DialogList}} | |||
|yr=yes | |||
|rp=yes | |||
}} | |||
This flag specifies the name of an audio file in ''audio(md).mix''. This is used when this EVA sound overlay is triggered for a player that is playing as any [[country]] on Yuri's [[side]]. | |||
===Example=== | ===Example=== | ||
< | The following code would play ''cyur001.wav'' in ''audiomd.mix'' during a "Nuclear Silo Detected" EVA event for a Yuri player. | ||
Text=Warning: | <pre>[EVA_NuclearSiloDetected] | ||
Russian=csof001 | Text=Warning: Nuclear Silo detected. | ||
Allied=ceva001 | Russian=csof001 | ||
Yuri=cyur001 | Allied=ceva001 | ||
Type= QUEUE | Yuri=cyur001 | ||
Priority=IMPORTANT</ | Type=QUEUE | ||
Priority=IMPORTANT</pre> | |||
==See also== | |||
*{{TTL|Allied}} | |||
*{{TTL|Russian}} | |||
Revision as of 06:52, 25 April 2008
Flag: | Yuri |
File(s): | Eva(md).ini |
Values: | Strings: Normal text. (Limited to: sounds) |
Default: | none |
Applicable to: | DialogList |
This flag specifies the name of an audio file in audio(md).mix. This is used when this EVA sound overlay is triggered for a player that is playing as any country on Yuri's side.
Example
The following code would play cyur001.wav in audiomd.mix during a "Nuclear Silo Detected" EVA event for a Yuri player.
[EVA_NuclearSiloDetected] Text=Warning: Nuclear Silo detected. Russian=csof001 Allied=ceva001 Yuri=cyur001 Type=QUEUE Priority=IMPORTANT