Civ4ArtDefines Misc
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
This file declares art files, and art properties for various elements of the overhead map, including aqueducts, cloud cover, the icecaps, globeview mountains & hills; the unit selectors, flags, highlighting & path lines; etc…
Single Line Tags
Text Tags
Tag Name | Description |
---|---|
Type | Label that is used throughout all other XML files |
Path | Disc path to the file for this artwork it is unknown what the info after the :: is used for. |
NIF | Location of .nif file |
KFM | Location of .kfm file |
Floating Point Tags
Tag Name | Description |
---|---|
fScale | Scale on Map |
Example
<MiscArtInfo> <Type>ART_AQUEDUCT_ENDPIECE</Type> <Path>Art/Structures/Buildings/Aqueduct/Aqueduct.nif::1x1_end</Path> <fScale>1.0</fScale> <NIF/> <KFM/> </MiscArtInfo>
Next article |
Back to XML Reference |