Civ4ArtDefines Improvement
From Civilization Modding Wiki
Jump to navigationJump to search
Previous article |
Back to XML Reference |
This page is missing information. Do not remove this notice until it is complete.
Summary
Defines art files and art properties for the Terrain Improvements.
Single Line Tags
Text Tags
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 corrosponing Atlas,#,# |
Boolean
Tag Name | Description |
---|---|
bExtraAnimations | unknown |
Floating Point Tags
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>
Next article |
Back to XML Reference |