Disabling console print in upper-left corner - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Configuration Tips (https://forums.xonotic.org/forumdisplay.php?fid=19) +--- Thread: Disabling console print in upper-left corner (/showthread.php?tid=3751) |
Disabling console print in upper-left corner - Zxen - 12-11-2012 Hi all! I'm a newcomer to Xonotic from less-competitive shooters, so bear with me. I've been messing around with the HUD editor to try and get the most efficient setup for my layout and the way my eyes scan the screen, but one thing's been consistently bothering me. Even with the kill feed panel disabled, kills are still logged in the upper-right-hand corner, along with assorted console messages and other notifications. I've been searching for a few hours now and haven't found a way to disable those: is it possible? RE: Disabling console print in upper-left corner - Mr. Bougo - 12-11-2012 How about setting either hud_notify or con_notify to 0? I'm not sure which one will work, but it seems to me that this is what you're looking for. RE: Disabling console print in upper-left corner - Zxen - 12-11-2012 Worked like a charm. Thanks a lot! Is there a place I should know about for looking stuff like that up, so I don't have to post a new thread every time I have a dumb question? I've read the FAQ and poked around on the Xonotic site. RE: Disabling console print in upper-left corner - Mr. Bougo - 12-11-2012 I knew it was called notify, so I just used the command apropos notify to list related cvars. You can also have a look at the hud_* cvars for anything hud-related, but there's a lot of them. Which of the two cvars did you end up using? RE: Disabling console print in upper-left corner - s1lence - 12-11-2012 (12-11-2012, 04:32 PM)Mr. Bougo Wrote: I knew it was called notify, so I just used the command apropos notify to list related cvars. You can also have a look at the hud_* cvars for anything hud-related, but there's a lot of them. con_notify |