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 (Cross-categories, wee)
m (Replacing Template:TTL with Template:F.)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{flag|name=Yuri|files=eva(md).ini|values=String|special=None|default=None|types=EVA sound sections|games=RA2/YR}}
+
{{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]], truncated to 8 characters}}
 +
|default=none
 +
|types={{Categ|DialogList|VoxTypes}}
 +
|yr=yes
 +
|rp=yes
 +
}}
 +
This flag specifies the name ({{Tt|.wav}} is assumed as the extension) 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>
+
[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
  
 
+
==See also==
:'''''See also''' [[Allied]] and [[Russian]].''
+
*{{f|Allied|link}}
[[Category:INI Flags]]
+
*{{f|Russian|link}}
[[Category:eva(md).ini Flags]]
 

Latest revision as of 10:56, 27 November 2009

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, truncated to 8 characters)
Default: none
Applicable to: VoxTypes


This flag specifies the name (.wav is assumed as the extension) 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