Civ4BasicInfos: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 6: Line 6:
|}<br><br>
|}<br><br>
=Summary=
=Summary=
The BasicInfos file stores, well basic information
The BasicInfos file stores, well basic information.  In vanilla and Warlords, it contained a ton of stuff.  In BtS it was split into multiple files, retaining only the concepts.  The info that was previously in Civ4BasicInfos can now be found in the rest of the BasicInfos directory.





Revision as of 21:53, 11 May 2009

Previous article
Back to XML Reference



Summary

The BasicInfos file stores, well basic information. In vanilla and Warlords, it contained a ton of stuff. In BtS it was split into multiple files, retaining only the concepts. The info that was previously in Civ4BasicInfos can now be found in the rest of the BasicInfos directory.


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