Jump to content

CLDisableRed: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 6 revisions imported
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{flag
If the warhead has Bright=yes set (in other words it will produce a flash of light upon impact) then these tags can be used to determine the color of that light. By default, the light color is 'white' composed of mixing the colors red, green and blue. By disabling any of those colors (i.e. setting any of the tags to 'yes') you control the color of the light. For example, setting blue and green to 'no' would result in a red light.
|name=CLDisableRed
|files={{Categ|ini=rules}}
|values={{values|boolean}}
|default=false
|types={{Categ|Warheads}}
|ra2=yes
|yr=yes
|rp=yes
}}
 
This flag determines whether or not the red color channel for [[Combat_Lighting|combat lighting]] will be disabled for linked [[weapons]] with {{f|Bright|yes|link}} set.
 
Disabling the red channel effectively alters the color of light, leaving the green and blue channels (if not disabled as well), and resulting in cyan colored light.
 
==See also==
* {{f|CLDisableGreen|link}}
* {{f|CLDisableBlue|link}}
 
==External links==
* [http://en.wikipedia.org/wiki/Color_theory Color Theory] on Wikipedia
* [http://en.wikipedia.org/wiki/Cyan Cyan] on Wikipedia

Latest revision as of 21:38, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: CLDisableRed
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: false
Applicable to: Warheads


This flag determines whether or not the red color channel for combat lighting will be disabled for linked weapons with Bright=yes set.

Disabling the red channel effectively alters the color of light, leaving the green and blue channels (if not disabled as well), and resulting in cyan colored light.

See also

External links