Civ4CityTabInfos
The Civ4CityTabInfos file contains the different tabs for what a city can produce in the city screen. In Vanilla and Warlords this in 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 |
|---|---|
| CityTabInfos | This tag surrounds all entries in the file |
| CityTabInfo | Main bracket for each entry |
Text
| Tag Name | Description |
|---|---|
| Type | How the tag is referred to in other files |
| Description | The text for each tab in the game |
Art
These tags are directly related to the rendering of art for the entry.
| Tag Name | Description |
|---|---|
| Button | The button for each tag |
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.
<CityTabInfo> <Type>CITYTAB_BUILDINGS</Type> <Description>TXT_KEY_CONCEPT_BUILDINGS</Description> <Button>,Art/Interface/Buttons/CityTabs/Buildings.dds,Art/Interface/Buttons/CityTab_CityScreen_MiniMap_AdvisorTab_Atlas.dds,1,1</Button> </CityTabInfo>