Civ4ArtDefines Improvement: 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 5: Line 5:
|[[Civ4 XML Reference|Back to XML Reference]]
|[[Civ4 XML Reference|Back to XML Reference]]
|}<br><br>
|}<br><br>
<font color=red>This page is missing information.
Do not remove this notice until it is complete.</font>
=Summary=
=Summary=
Defines art files and art properties for the Terrain Improvements.
Defines art files and art properties for the Terrain Improvements.
Line 34: Line 36:
! style="background:#efefef;" | Description
! style="background:#efefef;" | Description
|-
|-
|bExtraAnimations || unknown
|bExtraAnimations || <font color=red>unknown</font>
|}
|}



Revision as of 21:49, 10 May 2009

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