Ralendil
Augustus
Tarhun said:I've changed a religion's name in \Assets\XML\Text\CIV4GameTextInfos_Objects.xml as this tutorial says you can do, but it doesn't show up in-gamewhat am I doing wrong? All I've changed is the name given for the religion in English.
hmm...
well if you change the entries of the Religion it should work normally.
Maybe you added an entry, and in this case the last entry is the one displayed in game.
And yes start a new game...
Saves keep a lot of infos...
For the change of a name, i have tested it... and it works.
I would advice you to create in Assets\XML\text a new file (with a different name of the existents).
The gale will load the file, don't worry for the name. By exemple I use for my changes 3 files I have created and named GMWGameText_Civilopedia.xml GMWGameTextInfos.xml GMWGameTextInfos_Objects.xml
In the file you created add the changes.
Exemple for Taoism...
You would create a file:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<Civ4GameText xmlns="http://www.firaxis.com">
<TEXT>
<Tag>TXT_KEY_RELIGION_TAOISM</Tag>
<English>Neopaganism</English>
<French>
<Text>Néo-paganisme</Text>
<Gender>Male</Gender>
<Plural>0</Plural>
</French>
<German>Neopaganism</German>
<Italian>Neopaganism</Italian>
<Spanish>Neopaganism</Spanish>
</TEXT>
</Civ4GameText>
Nope. You have to edit assets/res/fonts/gamefont.tag and gamefont_75.tga. Good luck.
Exact... I figure it now..
as i used the icons avalaible for the greek mod I hadn't see it.
Thanks for the correction.
Btw I advice people to use a very good program for graphic edition like photoshop, to edit this file...
You must keep the original RGB of the transparent part...
(ACDSee by exemple is a program to avoid for a work like that
