Renaming Religions?

First open up the file Civ 4\Assets\XML\Text\CIV4GameTextInfos_Objects.xml

And do a Ctrl-F search for the religion you want to change. You should find an entry like this:


<TEXT>
<Tag>TXT_KEY_RELIGION_BUDDHISM</Tag>
<English>Buddhism</English>
<French>
<Text>Bouddhisme</Text>
<Gender>Male</Gender>
<Plural>0</Plural>
</French>
</TEXT>


Just change the name inbetween the <English> tags and it will display the new name in-game. You can change the other languages too if you want, but it doesn't matter if you're never going to use them.

You can do the same thing in this file for all the religious buildings and the missionary units.
 
Back
Top Bottom