Jump to content

ColorList: Difference between revisions

From ModEnc²
m 3 revisions imported
MaxDC is not necessary. MaxEC on the other hand, should be a fairly obvious requirement for any particle type.
Line 14: Line 14:
==Configuration example==
==Configuration example==
ColorList=(200,200,200),(150,150,150)
ColorList=(200,200,200),(150,150,150)
{{Bugs}}
*If there is no <u><b>[[MaxDC]]</b></u> and <u><b>[[MaxEC]]</b></u> The internal name code <u><b><font style="Color:blue">ColorList</font></b></u> will not have a color switching effect. as you specify

Revision as of 14:26, 21 April 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: ColorList
File(s): Rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: (0,0,0)
Applicable to: Particles


Specifies the colors, in 16-bit RGB, that can be used for the particle. Used only on 'spark' types.

Configuration example

ColorList=(200,200,200),(150,150,150)