Civ4NewConceptInfos
From Civilization Modding Wiki
Jump to navigationJump to search
The Civ4NewConceptInfos file defines the entries in the new concepts section of the civilopedia.
All tags must be opened and closed; the first is the "open", the second the "close" tag. If nothing goes inside a "list tag", then it should just be the opening tag with a "/" before the closing bracket. The following tables contain all available tags, as well as their purpose and accepted values.
Tags
Headers
These tags typically bracket other tags, sometimes the entire file, and are generally used to specify more than one piece of data.
Tag Name | Description |
---|---|
NewConceptInfos | This tag surrounds all the entries in the file |
NewConceptInfo | Main bracket for each entry |
Text
Tag Name | Description |
---|---|
Type | How the concept is referred to in other files |
Description | Text used for the concept in the civilopedia index |
Civilopedia | Civilopedia entry for the concept |
Example
In the following example of code, please note that there is a specific order of all of the tags. You must list the tags in this order for the game to properly interpret your file.
<NewConceptInfo> <Type>CONCEPT_CORPORATIONS</Type> <Description>TXT_KEY_CONCEPT_CORPORATIONS</Description> <Civilopedia>TXT_KEY_CONCEPT_CORPORATIONS_PEDIA</Civilopedia> </NewConceptInfo>