1

Topic: [SUGGESTION] Don't display debug messages in RCON

I have a nice suggestion - not to display debug stuff in RCON, instead, make it like normal terminal, like bash ^_^. Debug info makes things harder to read, eg. if there's an active game, people kill each other and pick up pickups, i can't do status, as it immediately goes up and disappears. I suggest using send_rcon_line instead of dbg_msg.

2

Re: [SUGGESTION] Don't display debug messages in RCON

I agree.

3

Re: [SUGGESTION] Don't display debug messages in RCON

A new dbg_msg function, with DEBUG_LEVELs is on its way (0.6).

|ZPote| buffer[]'s posterous

4

Re: [SUGGESTION] Don't display debug messages in RCON

Working on new logging system. There are lots of variants.
My variant is for rev #2281. Apply this patch and compile. As you can see all debug stuff will be hidden from F1 console. but you can dynamically change it using set_log_mode and reset_log_mode console commands.