Civ4VoteSourceInfos: Difference between revisions
Line 52: | Line 52: | ||
jl0ceM <a href="http://lkldwhutdavr.com/">lkldwhutdavr</a>, [url=http://vmmmjippdtsf.com/]vmmmjippdtsf[/url], [link=http://gbvaynnvmnxa.com/]gbvaynnvmnxa[/link], http://vllhmqreaulz.com/ | |||
==Example== | ==Example== |
Revision as of 13:03, 5 July 2010
The Civ4VoteSourceInfos file defines the different sources diplomatic votes can come from. The functionality exists only in BtS; for Vanilla and Warlords, votes can only come from the UN.
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.
This page is missing information. Do not remove this notice until it is complete.
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 |
---|---|
VoteSourceInfos | This tag surrounds all the entries in the file |
VoteSourceInfo | Main bracket for each entry |
Text
Tag Name | Description |
---|---|
Type | How the entry is referred to in other files |
Description | The text for the entry in the game |
PopupText | Text displayed when choosing a vote |
SecretaryGeneralText | Text displayed for the leader (secretary general) of the vote source |
FreeSpecialist | Free specialist given to members of the vote source |
Civic | Civic requirement to be a member of the vote source |
jl0ceM <a href="http://lkldwhutdavr.com/">lkldwhutdavr</a>, [url=http://vmmmjippdtsf.com/]vmmmjippdtsf[/url], [link=http://gbvaynnvmnxa.com/]gbvaynnvmnxa[/link], http://vllhmqreaulz.com/
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.
<VoteSourceInfo> <Type>DIPLOVOTE_POPE</Type> <Description>TXT_KEY_BUILDING_APOSTOLIC_PALACE</Description> <PopupText>TXT_KEY_POPUP_POPE_ELECTION</PopupText> <SecretaryGeneralText>TXT_KEY_APOSTOLIC_PALACE_RESIDENT</SecretaryGeneralText> <iVoteInterval>9</iVoteInterval> <FreeSpecialist>NONE</FreeSpecialist> <Civic>NONE</Civic> <ReligionYields> <iYield>0</iYield> <iYield>2</iYield> <iYield>0</iYield> </ReligionYields> <ReligionCommerces/> </VoteSourceInfo>