Jump to content

Control: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>DCoder
Rewriting (BOLLOCKS on DZ's list)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{flag
Determines how the sound is handled when played, presumably based on some pre-defined waveforms. Can be set to any of the following (can employ more than one type if separated);-<br />
|files=sound(md).ini
<br />
|values={{Values|stringlist|hardcoded values, see below |separator=Whitespace}}
|default=blank
|types={{Categ|SoundList|VocTypes}}
|ra2=yes
|yr=yes
|rp=yes}}
 
This flag describes the special properties affecting the playback of this sound.
 
== Special values ==
 
{{NeedTesting}}
All of these are case-insensitive. More information is required to determine the exact effects of each value.
 
*ALL
*LOOP
*RANDOM
*PREDELAY
*INTERRUPT
*ATTACK - special logic, inverts the (booleanized<!-- INI parser loads Attack as an integer, including ATTACK in Control assumes Attack is a boolean, call 1-800-WTF -->) value of {{TTL|Attack}} of this sound
*DECAY - special logic, inverts the (booleanized<!-- see above-->) value of {{TTL|Decay}} of this sound <!-- DC: yeah, cause editing the Decay itself is too complex :/ -->
*AMBIENT
 
<!-- DZ-list:
  Loud Over-ride, sound is played at maximum volume setting<br />
  Loud Over-ride, sound is played at maximum volume setting<br />
  Quiet Over-ride, sound is played at global MinVolume= setting<br />
  Quiet Over-ride, sound is played at global MinVolume= setting<br />
Line 14: Line 37:
  Loop Sound is looped continually<br />
  Loop Sound is looped continually<br />
  All Play all sounds from the Sounds= statement in the order in which they appear
  All Play all sounds from the Sounds= statement in the order in which they appear
// DC: half of these are dz's imagination! RUBBISH! FAKE! NONSENSE! LIES! blargh! -->

Revision as of 19:33, 25 April 2008

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Control
File(s): sound(md).ini
Values: Whitespace-separated list of strings. (Limited to: hardcoded values, see below )
Default: blank
Applicable to: VocTypes


This flag describes the special properties affecting the playback of this sound.

Special values

Template:NeedTesting All of these are case-insensitive. More information is required to determine the exact effects of each value.

  • ALL
  • LOOP
  • RANDOM
  • PREDELAY
  • INTERRUPT
  • ATTACK - special logic, inverts the (booleanized) value of Template:TTL of this sound
  • DECAY - special logic, inverts the (booleanized) value of Template:TTL of this sound
  • AMBIENT