Change messages on dedicated servers
Change messages on dedicated servers
Is there a file somewhere that has all the messages that are sent to the screen? I've looked all over the code to find a mess of cout statements but couldn't find them, so i'm wondering if its just infield from the Language packets. Though my changing them seems to have no effect on ouputs. I'm betting lucifer know that answer to my question... He AAALWAAYYS Does.
lol.
Yes, but I don't know where to point you to find them. aa supports translation, so somewhere there's a few files with all the messages translated for various languages. I know they're stored in /usr/local/games/armagetronad-dedicated, but underneath there, I don't know. (I only know that because I gave the wrong argument to --datafiles a few times and got a bunch of really weird messages that were fixed when I fixed that argument)
Yes, but I don't know where to point you to find them. aa supports translation, so somewhere there's a few files with all the messages translated for various languages. I know they're stored in /usr/local/games/armagetronad-dedicated, but underneath there, I don't know. (I only know that because I gave the wrong argument to --datafiles a few times and got a bunch of really weird messages that were fixed when I fixed that argument)
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
Since Armagetron is localized for other languages, you will find what you need in the english.txt language file (or deutsch.txt). You can change every message the server outputs to the clients. For example, player_win_frag in english.txt is set at default as "\1 core dumped \3 for \2 points.\n", where \1 is the player doing the killing, \3 is the player that is now dead, and \2 is the number of points. You could change it to whatever you want, just keep the \1 etc...
I found them too. Not all the strings seem to be getting replaced. How many of the english strings are still actually hardcoded, anyway?
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN
Be the devil's own, Lucifer's my name.
- Iron Maiden
Be the devil's own, Lucifer's my name.
- Iron Maiden
- Tank Program
- Forum & Project Admin, PhD
- Posts: 6712
- Joined: Thu Dec 18, 2003 7:03 pm