Civ4ArtDefines Civilization
From Civilization Modding Wiki
Jump to navigationJump to search
Previous article |
Back to XML Reference |
Summary
Defines the icon and flag for each Civilization.
Single Line Tags
Text Tags
Tag Name | Description |
---|---|
Type | Tells which Civilization goes with the files |
Button | World Builder Icon. ,path to icon,path to corrosponing Atlas,#,# |
Path | Path to the Flag that the civilization uses |
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. |
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>
Next article |
Back to XML Reference |