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

Difference between revisions of "CustomPalette"

From ModEnc
Jump to: navigation, search
(Examples added)
Line 10: Line 10:
 
}}
 
}}
 
Specifies the palette used to draw this animation/projectile.
 
Specifies the palette used to draw this animation/projectile.
 +
<pre>CustomPalette=myanim.pal</pre>
 
You can specify theater-specific palettes by putting three ~ marks to the theater specific part of the filename. <nowiki>~~~</nowiki> is replaced with the theater’s three-letter extension.
 
You can specify theater-specific palettes by putting three ~ marks to the theater specific part of the filename. <nowiki>~~~</nowiki> is replaced with the theater’s three-letter extension.
 +
<pre>CustomPalette=myanim~~~.pal</pre> will result in usage of myanimtem.pal if the theatre is temprate
 +
<pre>CustomPalette=mya~~~nim.pal</pre> will result in usage of myatemnim.pal if the theatre is temprate
 
== See Also ==
 
== See Also ==
 
[http://ares-developers.github.io/Ares-docs/new/customanimationandprojectilepalettes.html Ares documentation]
 
[http://ares-developers.github.io/Ares-docs/new/customanimationandprojectilepalettes.html Ares documentation]

Revision as of 22:40, 19 April 2014

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: CustomPalette
File(s): rulesmd.ini
Values: filename with .pal extension
Default: 0
Extension Version: New in version 0.2.
Applicable to: Animation/Projectile

Game ares yes.pngThis flag is part of Ares. Do not use it without Ares installed.



Specifies the palette used to draw this animation/projectile.

CustomPalette=myanim.pal

You can specify theater-specific palettes by putting three ~ marks to the theater specific part of the filename. ~~~ is replaced with the theater’s three-letter extension.

CustomPalette=myanim~~~.pal
will result in usage of myanimtem.pal if the theatre is temprate
CustomPalette=mya~~~nim.pal
will result in usage of myatemnim.pal if the theatre is temprate

See Also

Ares documentation