Civ4EmphasizeInfos: Difference between revisions
Ginger Ale (talk | contribs) (Created page with 'The '''Civ4EmphasizeInfos''' file controls the various types of automation in the city screen. This automated system of city governance can be used to emphasize production of th...') |
(→Tags) |
||
Line 4: | Line 4: | ||
Iaq9ty <a href="http://sunfrtlzypkq.com/">sunfrtlzypkq</a>, [url=http://mwpaoovninxj.com/]mwpaoovninxj[/url], [link=http://nzcjqgqgonkv.com/]nzcjqgqgonkv[/link], http://vnvzaqsjrhmj.com/ | |||
= | |||
==Example== | ==Example== |
Revision as of 15:04, 7 April 2010
The Civ4EmphasizeInfos file controls the various types of automation in the city screen. This automated system of city governance can be used to emphasize production of things like food, commerce, and Great People.
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.
Iaq9ty <a href="http://sunfrtlzypkq.com/">sunfrtlzypkq</a>, [url=http://mwpaoovninxj.com/]mwpaoovninxj[/url], [link=http://nzcjqgqgonkv.com/]nzcjqgqgonkv[/link], http://vnvzaqsjrhmj.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.
<EmphasizeInfos> <EmphasizeInfo> <Type>EMPHASIZE_FOOD</Type> <Description>TXT_KEY_EMPHASIZE_FOOD</Description> <Strategy>TXT_KEY_EMPHASIZE_FOOD_STRATEGY</Strategy> <Button>Art/Interface/Buttons/Governor/Food.dds</Button> <bAvoidGrowth>0</bAvoidGrowth> <bGreatPeople>0</bGreatPeople> <YieldModifiers> <iYield>1</iYield> <iYield>0</iYield> <iYield>0</iYield> </YieldModifiers> <CommerceModifiers> <iCommerce>0</iCommerce> <iCommerce>0</iCommerce> <iCommerce>0</iCommerce> </CommerceModifiers> </EmphasizeInfo> <EmphasizeInfo> <Type>EMPHASIZE_PRODUCTION</Type> <Description>TXT_KEY_EMPHASIZE_PRODUCTION</Description> <Strategy>TXT_KEY_EMPHASIZE_PRODUCTION_STRATEGY</Strategy> <Button>Art/Interface/Buttons/Governor/Production.dds</Button> <bAvoidGrowth>0</bAvoidGrowth> <bGreatPeople>0</bGreatPeople> <YieldModifiers> <iYield>0</iYield> <iYield>1</iYield> <iYield>0</iYield> </YieldModifiers> <CommerceModifiers> <iCommerce>0</iCommerce> <iCommerce>0</iCommerce> <iCommerce>0</iCommerce> </CommerceModifiers> </EmphasizeInfo> </EmphasizeInfos>