Civ4ArtDefines Civilization

From Civilization Modding Wiki
Revision as of 20:49, 10 May 2009 by Draco (talk | contribs) (1st entry of data, copied from "civ4.wikidot.com".)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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,#,#
numbers are x,y location in the 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>