So I am trying to figure out how to change the "_____ left the game." "_____ committed suicide." messages, I was able to change the "______ entered the game." message with player_entered_game but I can't seem to figure out the others. Can anyone offer some help?
A little more complicated one would be how can i change the core dumped message? thanks
In Game Messages
Re: In Game Messages
http://wiki.armagetronad.net/index.php? ... ge_Strings
Just do a search in your text-editor to find the key names (search for “committed suicide”, “core dumped”, etc…)
Just do a search in your text-editor to find the key names (search for “committed suicide”, “core dumped”, etc…)
Re: In Game Messages
I understand searching in a text-editor but what file do we need to open? like where do we try and find these commands? Like i said we understand making a new document because we already did the entered game one.
so can you give us a little more detail if possible
so can you give us a little more detail if possible
Re: In Game Messages
The original strings are in language/english_base.txt. You can either edit them there (where they will get overwritten on your next install) or copy them into your new language definition file and change them there. Language files don't need to be complete, strings not found there are fetched from the secondary language and, failing to find them there, from english_base.txt.
Re: In Game Messages
thanks Z-Man that helps more