So I have cl_interp 0.033 and cl_interp_ratio 1 in autoexec, but I can't get my lerp lower than 50. Anyone know what I could do to lower it?
Lerp stuck at 50
posted in
Q/A Help
So I have cl_interp 0.033 and cl_interp_ratio 1 in autoexec, but I can't get my lerp lower than 50. Anyone know what I could do to lower it?
Make sure you have cl_updaterate and cl_cmdrate both set to 66.
Make sure you have cl_updaterate and cl_cmdrate both set to 66.
From https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking , lerp = max(cl_interp, cl_interp_ratio / cl_updaterate)
So it sounds like your updaterate is set to 20 (when it should be set to 66).
From https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking , lerp = max(cl_interp, cl_interp_ratio / cl_updaterate)
So it sounds like your updaterate is set to 20 (when it should be set to 66).
So it sounds like your updaterate is set to 20 (when it should be set to 66).
Please
sign in through STEAM
to post a comment.