Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
actually, you have set on client side an updaterate of 20, so you might want to increase that. the server already forces you to a higher rate, that's why there it is 37, not 20 (most important are the last numbers! the client-side set-points are above/below the respective real value)
Posts: 35
Threads: 12
Joined: Nov 2009
Reputation:
0
03-05-2011, 09:43 AM
(This post was last modified: 03-05-2011, 10:19 AM by JayHax0r.)
So is there anything I need to do server side? I'm noticing not only mine, but my friends choke going from 0 to 50. Fluctuating constantly. What's wrong?
Posts: 86
Threads: 3
Joined: Dec 2007
Reputation:
2
Lower your maxrate. Try 20000 to start.
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
if the effective client rate (i.e. after clamping client-side rate to whatever sv_minrate and sv_maxrate are) is lower than needed to maintain the desired update/cmdrates, you get choke. so, if you have choke you have to rise client-side rate and maybe sv_maxrate. lowering helps only, if your rate exceedes what your connection can handle and you high ping or loss. but lowering cmdrate and updaterate in that case is much preferrable...
with your server netsettings, people can create choke by using cl_cmdrate and cl_updaterate of 66 but having rate on 10000. so make sure you don't use those kind of (incorrect) client netsettigs.
also, as realchamp stated, your server fps might be the problem. if you are unsure, you can use fpsmeter.org to check this (post the link here). your server fps should stay always above 66, else it will not maintain a stable updaterate. that does not explain choke though (but probably lags!)...