Dec 13 2011, 04:26 AM
I feel like I've been baited into answering this thread....
You're pretty much having the same issue that Knowpain was having in this thread here : http://war-lords.net/open-tech-support/ ... /#msg35741
I need to update my thread about rates, since I heard that Bison forced the value "cl_interp_ratio 1" on all the servers.
But you should try these rates :
That basically sets all your rates up to default, whilst setting your lerp to 30.3ms. If it remains white, then that's the lerp for you. Also, "force_preload" make the map load before entering the server, so you don't have to render all the models whilst walking around.
You're pretty much having the same issue that Knowpain was having in this thread here : http://war-lords.net/open-tech-support/ ... /#msg35741
I need to update my thread about rates, since I heard that Bison forced the value "cl_interp_ratio 1" on all the servers.
But you should try these rates :
Code:
cl_updaterate 66
cl_cmdrate 66
rate 35000
cl_interp 0.0303
cl_interp_ratio 1
force_preload
That basically sets all your rates up to default, whilst setting your lerp to 30.3ms. If it remains white, then that's the lerp for you. Also, "force_preload" make the map load before entering the server, so you don't have to render all the models whilst walking around.
If you read this, you suck.