Civ4InvisibleInfos: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
m (Reverted edits by 194.71.15.242 (Talk) to last version by Deanej) |
|||
Line 5: | Line 5: | ||
==Tags== | ==Tags== | ||
http://www.tongfeng666.com/lifeinsurance.htm life insurance no exam %-P http://www.roomofzen.com/homeinsurancerates.html california homeowners insurance nwbfbk http://www.ihustlelive.com/autoinsurancequotes state auto insurance 8-O http://www.tongfeng666.com/businessinsurance.htm business insurance bkiwy http://www.fimbresforcouncil.com/ insurance auto auctions =(( | |||
===Text=== | ===Text=== |
Revision as of 06:34, 10 August 2010
The Civ4InvisibleInfos file contains invisible types used by units that are invisible but can be seen by certain units. In Vanilla and Warlords this info 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
http://www.tongfeng666.com/lifeinsurance.htm life insurance no exam %-P http://www.roomofzen.com/homeinsurancerates.html california homeowners insurance nwbfbk http://www.ihustlelive.com/autoinsurancequotes state auto insurance 8-O http://www.tongfeng666.com/businessinsurance.htm business insurance bkiwy http://www.fimbresforcouncil.com/ insurance auto auctions =((
Text
Tag Name | Description |
---|---|
Type | How the invisible type is referred to in other files |
Description | The text used to diplay the invisible type 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.
<InvisibleInfo> <Type>INVISIBLE_SUBMARINE</Type> <Description>TXT_KEY_INVISIBLE_SUBMARINE</Description> </InvisibleInfo>