Civ4ArtDefines Misc

From Civilization Modding Wiki
Revision as of 21:56, 10 May 2009 by Draco (talk | contribs) (1st entry of data, copied from "civ4.wikidot.com".)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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