Re Enabled RCON Messages For Console
-
not sure if anyone knows of it but rcon messages are disabled by default if you use t6 utils you can use this to re enable it without running the command for each server every refresh
Enabled RCON Messages For Console
Edit for Xerxes & JezuzLizard
Setting DVAR on init:
SetDvar("con_displayRconOutput", 1);For Config File
con_displayRconOutput 1 -
What speaks against adding it to your server config?
But in general its just wasted cpu time to print rcon output. -
@DDDDec
- You do not need to use t6-gsc-utils to do this in GSC. You can literally use the already existing vanilla builtin setDvar to do the exact same thing.
- You do not even need to do this in GSC in the first place. You can put the dvar in your server config.
-
CPU isnt an issue to be honest for me, thread will be updated for it though
i will update the thread once i'm done thanks for the input
i did put 'if' u use t6utils wanted to keep the config files default as i set some dvars in certain scripts