ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Yuri"

From ModEnc
Jump to: navigation, search
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|name=Yuri|files=eva(md).ini|values=String|default=None|types=EVA sound sections|yr=yes|rp=yes}}
+
{{Flag
This flag specifies the audio file's name from audio(md).mix to use if it's EVA sound overlay is triggered while you are playing as Yuri (or any ThirdSide country, if you modded your game to have more than one).
+
|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===
<tt>[EVA_NuclearSiloDetected]<br>
+
The following code would play ''cyur001.wav'' in ''audiomd.mix'' during a "Nuclear Silo Detected" EVA event for a Yuri player.
Text=Warning: Nuclear Silo detected. <br>
+
<pre>[EVA_NuclearSiloDetected]
Russian=csof001<br>
+
Text=Warning: Nuclear Silo detected.
Allied=ceva001<br>
+
Russian=csof001
Yuri=cyur001<br>
+
Allied=ceva001
Type= QUEUE<br>
+
Yuri=cyur001
Priority=IMPORTANT</tt><br>
+
Type=QUEUE
would play cyur001.wav from audiomd.mix if you were playing as Yuri, and a Nuclear Silo was detected.
+
Priority=IMPORTANT</pre>
  
 
+
==See also==
:'''''See also''' [[Allied]] and [[Russian]].''
+
*{{TTL|Allied}}
[[Category:INI Flags]]
+
*{{TTL|Russian}}
[[Category:eva(md).ini Flags]]
 

Revision as of 08:52, 25 April 2008

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
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

See also