Civ4ArtDefines Civilization: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Ginger Ale (talk | contribs) mNo edit summary |
Ginger Ale (talk | contribs) mNo edit summary |
||
Line 36: | Line 36: | ||
!Button | !Button | ||
| World Builder Icon. <br> | | World Builder Icon. <br> | ||
,path to icon,path to | ,path to icon,path to corresponding Atlas,#,# <br> | ||
numbers are x,y location in the atlas. <br> | numbers are x,y location in the atlas. <br> | ||
|- | |- |
Revision as of 01:20, 16 May 2009
The Civ4ArtDefines_Civilization file defines the icon and flag for each Civilization.
Tags
Headers
Tag Name | Description |
---|---|
CivilizationArtInfo | Main bracket which encases each entry. |
Type | Tells which Civilization goes with the files |
Boolean
Tag Name | Description |
---|---|
bWhiteFlag | Defines whether or not a flag will have a white background; if set to 0 it will use the civ's primary and secondary colors. |
Art
Tag Name | Description |
---|---|
Button | World Builder Icon. ,path to icon,path to corresponding Atlas,#,# |
Path | Path to the art file for the flag that the civilization uses. |
Example
<CivilizationArtInfo> <Type>ART_DEF_CIVILIZATION_AMERICA</Type> <Button>,Art/Interface/Buttons/Civilizations/America.dds,Art/Interface/Button/Civics_Civilizations_Religions_Atlas.dds,1,5</Button> <Path>Art/Interface/TeamColor/FlagDECAL_Star.dds</Path> <bWhiteFlag>0</bWhiteFlag> </CivilizationArtInfo>
Back to XML Reference |