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

Yuri: Difference between revisions

From ModEnc
Jump to navigation Jump to search
Vinifera7 (talk | contribs)
m Is "Applicable to DialogList" correct? Please correct me if the name of that object class is known.
m Vinifera, the game calls the class "VoxClass", which makes these objects "VoxTypes", I suppose. Nobody will know what that means though
Line 1: Line 1:
{{Flag
{{Flag
|files={{Categ|Eva(md).ini}}
|files={{Categ|Eva(md).ini}}
|values={{Values|strings|[[sounds]]}}
|values={{Values|strings|[[sounds]], truncated to 8 characters}}
|default=none
|default=none
|types={{Categ|DialogList}}
|types={{Categ|DialogList|VoxTypes}}
|yr=yes
|yr=yes
|rp=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]].
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===
The following code would play ''cyur001.wav'' in ''audiomd.mix'' during a "Nuclear Silo Detected" EVA event for a Yuri player.
The following code would play ''cyur001.wav'' in ''audiomd.mix'' during a "Nuclear Silo Detected" EVA event for a Yuri player.
<pre>[EVA_NuclearSiloDetected]
[EVA_NuclearSiloDetected]
Text=Warning: Nuclear Silo detected.
Text=Warning: Nuclear Silo detected.
Russian=csof001
Russian=csof001
Allied=ceva001
Allied=ceva001
Yuri=cyur001
Yuri=cyur001
Type=QUEUE
Type=QUEUE
Priority=IMPORTANT</pre>
Priority=IMPORTANT


==See also==
==See also==
*{{TTL|Allied}}
*{{TTL|Allied}}
*{{TTL|Russian}}
*{{TTL|Russian}}

Revision as of 16:34, 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, 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