View Full Version : [XMLCOMP] Remove "[Civilization] wins a [Victory Type] Victory!!!!"


Smidley
Jan 04, 2006, 05:05 PM
I like to continue playing after I've won, but I find the display of "[Civilization] wins a [Victory Type] Victory!!!!" to be very annoying.

In Civ4GameTextInfos.xml, I changed this:
<TEXT>
<Tag>TXT_KEY_MISC_WINS_VICTORY</Tag>
<English>%s1_PlyrName Wins a %s2_VctryName Victory!!!!</English>
<French>%s1_PlyrName remporte une victoire de type : %s2_VctryName!</French>
<German>%s1_PlyrName trägt den Sieg in der Kategorie %s2_VctryName davon!!!!</German>
<Italian>%s1_PlyrName conquista una vittoria %s2_VctryName!</Italian>
<Spanish>%s1_PlyrName ha obtenido una victoria %s2_VctryName</Spanish>
<Russian>%s1_PlyrName Wins a %s2_VctryName Victory!!!!</Russian>
<Japanese>%s1_PlyrName Wins a %s2_VctryName Victory!!!!</Japanese>
<Chinese>%s1_PlyrName Wins a %s2_VctryName Victory!!!!</Chinese>
</TEXT>

To this:
<TEXT>
<Tag>TXT_KEY_MISC_WINS_VICTORY</Tag>
<English></English>
<French></French>
<German></German>
<Italian></Italian>
<Spanish></Spanish>
<Russian></Russian>
<Japanese></Japanese>
<Chinese></Chinese>
</TEXT>

Put the XML file in C:\Documents and Settings\<user>\My Documents\My Games\CustomAssets\xml\text\.

Link (http://forums.civfanatics.com/attachment.php?attachmentid=110290&d=1136418555)

I haven't had anyone else test this, so feedback is appreciated.

Spocko
Jan 04, 2006, 08:18 PM
Thanks!

I posted this to my Mod. I'll let you know that it works the first time I win again :)
:)

Robo Magic Man
Jan 04, 2006, 08:33 PM
Sounds great! I always hated that victory message, mocking me as I built up a nuclear arsenal to destroy the capital of the victor...

Smidley
Jan 05, 2006, 07:23 AM
Sounds great! I always hated that victory message, mocking me as I built up a nuclear arsenal to destroy the capital of the victor...
:lol:

I should try that some time.