Page 1 of 1

Hide messages/events in upper left corner?

Posted: Sun Apr 29, 2012 8:49 pm
by 4science
Hi,

in the upper left corner of the HUD, message such as 'x was railed by z.' etc. are displayed. I went through the q3config.cfg but couldn't find any cvar that seems to let me toggle those messages on/off. I'd like to hide them completely. Can someone tell me how to do that?

Thanks!

[In case that makes a difference, I am using CPMA.]

Re: Hide messages/events in upper left corner?

Posted: Mon Apr 30, 2012 11:49 am
by themuffinman
cl_noPrint 1

Success? It won't print anything to the console either though.

Re: Hide messages/events in upper left corner?

Posted: Mon Apr 30, 2012 5:45 pm
by 4science
As long as it still writes to the log files, it's perfect. I'll test when I get back to work, thank you. :)

Re: Hide messages/events in upper left corner?

Posted: Tue May 01, 2012 12:29 am
by 4science
That worked perfectly, thank you. Just what I was looking for!