[XMLCOMP] Remove "[Civilization] wins a [Victory Type] Victory!!!!"

Smidley

Chieftain
Joined
Dec 21, 2005
Messages
14
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:
Code:
<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:
Code:
<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

I haven't had anyone else test this, so feedback is appreciated.
 
Sounds great! I always hated that victory message, mocking me as I built up a nuclear arsenal to destroy the capital of the victor...
 
Robo Magic Man said:
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.
 
Top Bottom