Civ4MonthInfos: Difference between revisions
m (Protected "Civ4MonthInfos": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
m (Unprotected "Civ4MonthInfos") |
(No difference)
|
Latest revision as of 01:28, 3 October 2011
The Civ4MonthInfos file defines the months in the game when using the months calendar option. In Vanilla and Warlords this is 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.
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 |
---|---|
MonthInfos | This tag surrounds all the entries |
MonthInfo | Main bracket for each entry |
Text
Tag Name | Description |
---|---|
Type | How the month is referred to in other files |
Description | Text for the month used 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.
<MonthInfo> <Type>MONTH_JANUARY</Type> <Description>TXT_KEY_MONTH_JANUARY</Description> </MonthInfo>