Civ4ArtDefines Civilization: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(1st entry of data, copied from "civ4.wikidot.com".) |
No edit summary |
||
Line 1: | Line 1: | ||
{| align="left" | |||
|[[Civ4ArtDefines_Building|Previous article]] | |||
|} | |||
{|align="right" | |||
|[[Civ4 XML Reference|Back to XML Reference]] | |||
|}<br><br> | |||
=Summary= | =Summary= | ||
Defines the icon and flag for each Civilization. | Defines the icon and flag for each Civilization. | ||
Line 38: | Line 44: | ||
<bWhiteFlag>0</bWhiteFlag> | <bWhiteFlag>0</bWhiteFlag> | ||
</CivilizationArtInfo> | </CivilizationArtInfo> | ||
{| align="left" | |||
|[[Civ4ArtDefines_Feature|Next article]] | |||
|} | |||
{|align="right" | |||
|[[Civ4 XML Reference|Back to XML Reference]] | |||
|} |
Revision as of 21:11, 10 May 2009
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 |