22 Nov 10, 03:14PM
(22 Nov 10, 02:05PM)RandumKiwi Wrote:I sincerely hope that your post will not be used as an excuse for using a modified client :)(22 Nov 10, 07:40AM)Cactus Wrote: Just wondering, is there any way I can change the text colour in-game to another? Example, I'd like to have 'You fragged ______' come up in red instead of the yellow we have now.
Thanks in advance to anyone who can help me out. :)
Yes, this could be changed very easily... in the source code.
Go grab the source, open clientgame.cpp and find these lines:
if(pl==player1) outf("\f2you were %s by teammate %s", death, aname);
if(pl==player1) outf("\f2you were %s by %s", death, aname);
... then change the number of the "\f" part to the appropriate colour you desire (see http://assault.cubers.net/docs/colouredtext.txt for numbers), compile, and viola.