Color: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
CivRocks07 (talk | contribs) (Created page with 'Color defines the default colour of the civ. The colour defines the civ's border colour, the colour of the name, etc. These values are defined in the file "CIV4PlayerColorInfos.x...') |
CivRocks07 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
Color defines the default | Color defines the default color of the civilization. The color defines the civilization's border color, the color of the name, etc. These values are defined in the file "CIV4PlayerColorInfos.xml" (found in your Civilization 4 directory\Assets\XML\Interface). The possible values are: | ||
* PLAYERCOLOR_BLACK | * PLAYERCOLOR_BLACK |
Latest revision as of 02:44, 6 June 2009
Color defines the default color of the civilization. The color defines the civilization's border color, the color of the name, etc. These values are defined in the file "CIV4PlayerColorInfos.xml" (found in your Civilization 4 directory\Assets\XML\Interface). The possible values are:
- PLAYERCOLOR_BLACK
- PLAYERCOLOR_BLUE
- PLAYERCOLOR_BROWN
- PLAYERCOLOR_CYAN
- PLAYERCOLOR_DARK_BLUE
- PLAYERCOLOR_DARK_CYAN
- PLAYERCOLOR_DARK_GREEN
- PLAYERCOLOR_DARK_PINK
- PLAYERCOLOR_DARK_PURPLE
- PLAYERCOLOR_DARK_RED
- PLAYERCOLOR_DARK_YELLOW
- PLAYERCOLOR_GRAY
- PLAYERCOLOR_GREEN
- PLAYERCOLOR_ORANGE
- PLAYERCOLOR_PEACH
- PLAYERCOLOR_PINK
- PLAYERCOLOR_PURPLE
- PLAYERCOLOR_RED
- PLAYERCOLOR_WHITE
- PLAYERCOLOR_YELLOW
EG: Color=PLAYERCOLOR_CYAN