Civ4BasicInfos

From Civilization Modding Wiki
Revision as of 00:19, 11 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

Summary

The BasicInfos file stores, well basic information


Single line Tags

Text Tags

Tag Name Description
Type Name of the Concept.
Description Pointer to the Description in CIV4GameTextInfos_Objects.xml.
Civilopedia Pointer to the Civilopedia entry for the Concept in CIV4GameText_Civilopedia_Concepts.xml.


Multi-Line Tags

Tag Name Description Contains
ConceptInfos Header & Footer for the entire file. ConceptInfo
ConceptInfo Defines the different Concept entires. Type
Description
Civilopedia


Example

<ConceptInfo>
   <Type>CONCEPT_ANIMALS</Type>
   <Description>TXT_KEY_CONCEPT_ANIMALS</Description>
   <Civilopedia>TXT_KEY_CONCEPT_ANIMALS_PEDIA</Civilopedia>
</ConceptInfo>
Next article
Back to XML Reference