set g_csMethod 0
set g_csStrings 3
what is this, cant seem to find it in wiki?
set g_csMethod 0
set g_csStrings 3
what is this, cant seem to find it in wiki?
It is in the wiki:
g_csMethod (New since 1.2.7)
Description
Sets the method used by No Quarter to handle the config string (CS). For more info see the FAQ: How to avoid config string issues.
This CVAR is created specifically for bigger servers with plenty players, eliminating MAX_GAMESTATE_CHARS errors.
Note: This CVAR is still in the experimental phase!
Parameters
Type: [0|1]
0 Common way. Full variables in the CS are sent. Use this for scrims and if you want to record demo’s.
1 Updates only. Only new variables in the CS are sent. Note: Demo recordings do not fully work and some infos are lost!
Default: 0
g_csStrings (New since 1.2.7)
Description
This cvar sets the number of strings packed in one packet. Increase the value to a maximum of 15 if there are players on the server reporting init screen issues.
We suggest to test some lower values first, and if the problem persists, increase the value until it works properly.
Note: If none helped use g_csMethod 0.
Parameters
Type: [1 … 15]
X Number of Strings packed in one UDP packet.
Default: 3
http://****storm.org/noquarter/wiki/index.php?title=Admin_CVARs&oldid=272#g_csMethod_.28New_since_1.2.7.29