Need help finding a .xml file

boneys26

BTS Play session tester
Joined
Nov 24, 2005
Messages
839
Location
Coventry, England
I've modded my vanilla civi file so when i win and play on it doesn't say "you won ****** victory" but now i've got warlords its come back could someone tell me where the bit is to edit this out it bugging the hell out of me :sad: i want to keep playing with out the white writting telling me i've won already.
 
in the vanilla it was the CIV4GameText_Misc1 that had the "**** has won a **** victory" but i can't find the file or any file containing the text i want to edit out
 
I'm finding the same thing as you.

< TEXT>
< Tag>TXT_KEY_GAME_WON</Tag>
< English>%s1 has won a %s2 Victory!!!</English>
< French>%s1 a remporté la victoire (%s2) !!!</French>
< German>%s1 hat den Sieg in der Kategorie %s2 erzielt!!!</German>
< Italian>%s1 ha ottenuto una vittoria %s2!!!</Italian>
< Spanish>¡%s1 ha conseguido una victoria %s2!</Spanish>
< /TEXT>

This, from CIV4GameText_Misc1 in the vanilla Assets\XML\Text folder, is the only occurence of that text in my Sid Meier's Civilization 4 folder. I'm a bit surprised that the game didn't crash if you just removed it.
 
PeteT said:
I'm finding the same thing as you.



This, from CIV4GameText_Misc1 in the vanilla Assets\XML\Text folder, is the only occurence of that text in my Sid Meier's Civilization 4 folder. I'm a bit surprised that the game didn't crash if you just removed it.


Don't delete it just delete the the bit so it looks like

< Tag>TXT_KEY_GAME_WON</Tag>
< English/>
< French/>
< German/>
< Italian/>
< Spanish/>

it stops it from showing on screen then
 
Top Bottom