View Full Version : Where are the xml files that set <description> & <ShortDescription>?


Lonkut
Jan 05, 2007, 05:23 PM
Can't find em anywhere I want to change the <description> & <ShortDescription> of my new civ but I can't find the xmls. Help.

Impaler[WrG]
Jan 05, 2007, 06:02 PM
Its easier to just throw all the new text for a Civ onto one file, when placed in the text folder it will be loaded regardless of the name

lshockley
Jan 05, 2007, 06:58 PM
I want to change the <description> & <ShortDescription> of my new civ but I can't find the xmls. Help.

Hi Lonkut,

<Description>, <ShortDescription>, and <Adjective> are located here:
Assets/XML/Text/CIV4GameTextInfos_Objects.xml

Others you might need:
<Civilopedia>: Assets/XML/Text/CIV4GameText_Civilopedia_CivLeaders.xml

<City>: Assets/XML/Text/CIV4GameTextInfos_Cities.xml

Text key calls for your new leader need to be added in: Assets/XML/GameInfo/CIV4DiplomacyInfos.xml

Those diplomacy text keys are here: Assets/XML/Text/CIV4DiplomacyText.xml

Or, as Impaler suggested, you you can copy, paste and edit the appropriate XML into a new file, and save it as something like this: Assets/XML/Text/CIV4GameTextInfos_NewCiv.xml
This will work for any XML in the Text folder.

Happy modding! -Laina