Page 1 of 1

[Request]Replace "revealed" with "call evac" when breaking concealment

Posted: Tue Feb 14, 2017 2:59 pm
by steave
This is likely very easy to do if you know where the text messages are stored, but unfortunately I don't.
You've probably forgotten to throw the evac flare after breaking concealment as many times as I have, so having a reminder pop up when you do would be nice, and I suspect this would be the easiest way to do it :)

Re: [Request]Replace "revealed" with "call evac" when breaking concealment

Posted: Wed Feb 15, 2017 4:26 am
by No1currz
You can find it by editing XComGame.int (located in XcomGame/Localization/INT in the original game folder - not the mod folder) around line 2359 is m_strRevealed="REVEALED"

should be as easy as changing REVEALED to something like "HEY! THROW A FLARE!" or whatever you like

Re: [Request]Replace "revealed" with "call evac" when breaking concealment

Posted: Wed Feb 15, 2017 3:44 pm
by steave
Thanks :)