Civ4ArtDefines Improvement
From Civilization Modding Wiki
Revision as of 01:20, 16 May 2009 by Ginger Ale (talk | contribs)
The Civ4ArtDefines_Improvement file declares art files and properties for all of the terrain improvements.
This page is missing information. Do not remove this notice until it is complete.
Tags
Text
Tag Name | Description |
---|---|
Type | Label that is used throughout all other XML files |
NIF | Location of .nif file |
KFM | Location of .kfm file |
Button | World Builder Icon. ,path to icon,path to corresponding Atlas,#,# |
Boolean
Tag Name | Description |
---|---|
bExtraAnimations | unknown |
Art
Tag Name | Description |
---|---|
fScale | Scale on Map |
fInterfaceScale | multiply by fScale to get scale in Civilopedia |
Example
<ImprovementArtInfo> <Type>ART_DEF_IMPROVEMENT_FARM</Type> <bExtraAnimations>1</bExtraAnimations> <fScale>1.0</fScale> <fInterfaceScale>1.0</fInterfaceScale> <NIF>Art/Structures/Improvements/Farm/an_eu_farm01.nif</NIF> <KFM>Art/Structures/Improvements/Farm/an_eu_farm01.kfm</KFM> <Button>,Art/Interface/Buttons/Builds/BuildFarm.dds,Art/Interface/Buttons/Actions_Builds_LeaderHeads_Specialists_Atlas.dds,3,7</Button> </ImprovementArtInfo>