Jump to content

Cameo: Difference between revisions

From ModEnc²
Added note that Cameo= does not work on Maps.
en>DCoder
Rolling back latest edits, Cameo is an artmd flag in the first place, not rulesmd...)
Line 18: Line 18:
  Cameo=MONKICON
  Cameo=MONKICON
This refers to the filename without the extension (.SHP is assumed) and is case-insensitive. {{Tt|xxicon.shp}} is the game's image to be used when the cameo file cannot be found or is not defined.
This refers to the filename without the extension (.SHP is assumed) and is case-insensitive. {{Tt|xxicon.shp}} is the game's image to be used when the cameo file cannot be found or is not defined.
Note that this flag does not work in maps - It must be in rules(md).ini.


== See Also ==
== See Also ==

Revision as of 06:07, 9 September 2008

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Cameo
File(s): Art(md).ini
Values: Strings: Normal text. (Limited to: filenames)
Default: XXICON
Applicable to: InfantryTypes, VehicleTypes, AircraftTypes, BuildingTypes


Template:TTL defines the "sidebar image" for this ObjectType . If your cameo is in a file called monkicon.shp, you would write

Cameo=monkicon

or

Cameo=MONKICON

This refers to the filename without the extension (.SHP is assumed) and is case-insensitive. xxicon.shp is the game's image to be used when the cameo file cannot be found or is not defined.

See Also