Civ4ArtDefines Improvement: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 23: Line 23:
!Button
!Button
| World Builder Icon.<br>
| World Builder Icon.<br>
,path to icon,path to corrosponing Atlas,#,#<br>
,path to icon,path to corresponding Atlas,#,#<br>
numbers are x,y location in the atlas.<br>
numbers are x,y location in the atlas.<br>
|}
|}
Line 49: Line 49:
|-
|-
!fInterfaceScale
!fInterfaceScale
| multiply by fScale to get scale in Civilopedia\
| multiply by fScale to get scale in Civilopedia
|}
|}



Revision as of 01:20, 16 May 2009

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