03-01-2006, 12:55 PM
I need help, I rent a 32 slot server from clanservers.com and the current tick is 33, i want to make it higher cause of lag, how do i do it and what the heck am i doing wrong?
Currently at the begining of every round we force all clients to set accordingly.
cl_cmdrate 101
cl_updaterate 101
rate 15000
Seemed like a good idea at the time, but the research I've done so far suggests this isn't the way to go. Since we have no idea over client connections and routes, this can actually be introducing some lag to clients (thought keeping our interpetation consistent client to client). The other hole here is with a 33 tick server, the 101 rates can't be fully realized anyways.
What I've now learned is a more optimal setting would be to set the servers cvars as follows:
// bandwidth rates/settings
sv_minrate 10000
sv_maxrate 25000
sv_maxupdaterate 101
sv_minupdaterate 66
Pleae helP?
Currently at the begining of every round we force all clients to set accordingly.
cl_cmdrate 101
cl_updaterate 101
rate 15000
Seemed like a good idea at the time, but the research I've done so far suggests this isn't the way to go. Since we have no idea over client connections and routes, this can actually be introducing some lag to clients (thought keeping our interpetation consistent client to client). The other hole here is with a 33 tick server, the 101 rates can't be fully realized anyways.
What I've now learned is a more optimal setting would be to set the servers cvars as follows:
// bandwidth rates/settings
sv_minrate 10000
sv_maxrate 25000
sv_maxupdaterate 101
sv_minupdaterate 66
Pleae helP?