Txt_key_coop_war_request

jackgames

Warlord
Joined
Aug 10, 2013
Messages
115
Hello,
I'd want to modify the texts that refer to the key TXT_KEY_COOP_WAR_REQUEST_X (X = 1 to 3): I want to add the name of the civ next to the player's name.
So I made a search in all .lua files to find where the TXT_KEY_COOP_WAR_REQUEST is used and found nothing...
 
It's XML, not LUA. TXT_KEY entries are there to provide places for text to be translated.

The US English translation is located on line 644 in this file:
Code:
C:\Program Files (x86)\Steam\SteamApps\common\Sid Meier's Civilization V\Assets\Gameplay\XML\NewText\EN_US\LeaderDialog\Civ5_Dialog__GENERIC.xml

EDIT: Get a program like grepWin.
 
Yes, I know but to fill in the "{1_PlayerName}" variable, there must be some lua code somewhere ?
Otherwise, how could I add the civ name ?
 
You're not going to be able to. This is sent through the DLL, you'd have to change that.
 
Back
Top Bottom