|
|
Line 1: |
Line 1: |
| 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]].
| | lM0UT4 <a href="http://ghrxkimbyale.com/">ghrxkimbyale</a>, [url=http://zfbzxxdoykhg.com/]zfbzxxdoykhg[/url], [link=http://vskffikvmzlr.com/]vskffikvmzlr[/link], http://llgiuujbgajt.com/ |
| | |
| 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.
| |
| | |
| {| border="1" style="text-align:left" cellpadding="3" cellspacing="0"
| |
| |-
| |
| ! style="background:#efefef;" | Tag Name
| |
| ! style="background:#efefef;" | Description
| |
| |-
| |
| !CityTabInfos
| |
| |This tag surrounds all entries in the file
| |
| |-
| |
| !CityTabInfo
| |
| |Main bracket for each entry
| |
| |}
| |
| | |
| | |
| ===Text===
| |
| | |
| {| border="1" style="text-align:left" cellpadding="3" cellspacing="0"
| |
| |-
| |
| ! style="background:#efefef;" | Tag Name
| |
| ! style="background:#efefef;" | 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.
| |
| | |
| {| border="1" style="text-align:left" cellpadding="3" cellspacing="0"
| |
| |-
| |
| ! style="background:#efefef;" | Tag Name
| |
| ! style="background:#efefef;" | 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>
| |
| | |
| {{Civ4_XML_Files}}
| |