Ut message color

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

wakko

»MayHem«
Jan 12, 2005
74
8
I hope this qualifies as a mod :)

Hi, I'm trying to setup my ut the way I had it in the old days so I've been changing all types of messages in the botpack file, sprees, kill messages and the like. I've seached the file and other places to be able to change the colors of the messages aswell but so far I have no succeeded :(

Can anyone help me out?

Thanks :)
 
Okay I'm sorry I should've refraised the question :/

I know that you can change the colors of the console messages and stuff with LAS and thanks quasi for that xconsole I have have changed console messages on the on dm and ctf servers now aswell :)

What I was asking for was how do I change the colors on these messages, I fail to remember how:

http://www.billedeupload.dk/upload/files/2010-01/a9ffb6a8.jpg

btw couldnt find any changes in your botpack solar?

edit: ***sorry for late reply I've had exams
 
You probably want to play with these then:

Code:
 set KillerMessagePlus DrawColor (r=0,g=255,b=0)
 set MultiKillMessage DrawColor (r=0,g=255,b=0)
 set KillingSpreeMessage DrawColor (r=0,g=255,b=0)
 set FirstBloodMessage DrawColor (r=0,g=255,b=0)
 set DecapitationMessage DrawColor (r=255,g=0,b=255)
 set CriticalStringPlus DrawColor (r=255,g=255,b=0)

put then in a file and exec it from console (or use xconsole to do it at start up (see readme))
 
woot, here we go :D thats exacly what I needed :)

have got an idea about where I can find the rest of those commands mate ?