Upvote Upvoted 3 Downvote Downvoted
Lerp stuck at 50
posted in Q/A Help
1
#1
0 Frags +

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?

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?
2
#2
4 Frags +

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.
3
#3
2 Frags +

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).
4
#4
0 Frags +

ty it worked

ty it worked
Please sign in through STEAM to post a comment.