Hi. I'm wondering what the best interpolating settings is for a 66 tick server?
These are what i'm currectly using, but they are giving me orange and yellow lerp.
I don't know if it matters, but in-game the movements of other players is choppy and kind of laggy.
Edit: It is for a public server, not a warserver. Everyone is complaining about shit hitreg and all that.
These are what i'm currectly using, but they are giving me orange and yellow lerp.
Code:
sv_mincmdrate "30"
sv_maxcmdrate "66"
sv_minupdaterate "20"
sv_maxupdaterate "66"
sv_minrate "20000"
sv_maxrate "100000"
sv_client_max_interp_ratio "2"
sv_client_min_interp_ratio "1"
sv_client_cmdrate_difference "20"
I don't know if it matters, but in-game the movements of other players is choppy and kind of laggy.
Edit: It is for a public server, not a warserver. Everyone is complaining about shit hitreg and all that.