CIV4ArtDefines_Feature
This page is missing information.
Do not remove this notice until it is completed.
Summary
Declares all the art files, and art properties for terrain features.
Single Line Tags
Text Tags
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 Tags
bAnimated | = Determines if the Feature is animated or not. |
bRiverArt | = If 1, Feature art works with River Art for shaping (unsure) |
bTileArt | = unknown |
Floating Point Tags
fScale | = Scale on Map |
fInterfaceScale | = multiply by fScale to get scale in Civilopedia |
Example
<FeatureArtInfo>
<Type>ART_DEF_FEATURE_JUNGLE</Type>
<bAnimated>0</bAnimated>
<bRiverArt>0</bRiverArt>
<bTileArt>1</bTileArt>
<fScale>1.0</fScale>
<fInterfaceScale>1.0</fInterfaceScale>
<NIF/>
<KFM/>
<Button>,Art/Interface/Buttons/TerrainFeatures/Jungle.dds,Art/Interface/Buttons/BaseTerrain_TerrainFeatures_Atlas.dds,5,3</Button>
</FeatureArtInfo>
page revision: 6, last edited: 20 Jul 2008 23:52