View Single Post
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 04-15-2020 , 12:44   Re: [ANY] Little Anti-Cheat
Reply With Quote #17

Quote:
Originally Posted by CrazyGhostRider View Post
Hello
For "NoLerp" should a kick happen? Or a ban?

"lilac_max_lerp [105 + / 1000 (Default 105)] - Kick players who attempt to exploit interpolation (cl_interp 0.5)."
Here you write about kick, not a bath.
Because in fact there is a ban of all players (for example, with cl_interp = 0):
"IP: 111.222.111.222} was detected and banned for NoLerp (7.599999ms)."

Or I misunderstood something.
NoLerp and Max Lerp are two different things.

Max Lerp (lilac_max_lerp) kicks players if their interp is higher than the value set.
This is done to prevent an exploit in TF2 where players increase interp to backstab players where they used to be.


NoLerp (lilac_nolerp) bans players if their interp is lower than the minimum possible.
The lowest possible should be 1 / sv_maxupdaterate... At least, as far as I know that is the lowest it should be able to go.

So either 1 / sv_maxupdaterate isn't the lowest interp can be, or you've found a bug.
setting cl_interp to 0 means that your interp will be "cl_interp_ratio / sv_maxupdaterate", and cl_interp_ratio is minimum 1... As far as I know at least.

It does seem like the NoLerp bans you got are false positives tho...
What's your server settings?
J_Tanzanite is offline