Civ4DomainInfos
The Civ4DomainInfos file defines what domain types are available to units. In Vanilla and Warlords this is contained in Civ4BasicInfos.
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.
Contents |
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 |
|---|---|
| DomainInfos | This tag surrounds the entries in the file |
| DomainInfo | Main bracket for each entry |
Text
| Tag Name | Description |
|---|---|
| Type | How the domain is referred to in other files |
| Description | The text for the domain in the game |
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.
<DomainInfo> <Type>DOMAIN_LAND</Type> <Description>TXT_KEY_DOMAIN_LAND</Description> </DomainInfo>