View Single Post
Kigen
BANNED
Join Date: Feb 2008
Old 06-06-2008 , 08:53   Re: Kigen's Anti-Cheat
#23

Quote:
Originally Posted by MoggieX View Post
Yup, make it noisy when it finds someone, in VBAC it was extremely noisy in public chat, which gave us amusement on teamspeak and make it apparent that we looking for cheaters

Also Question:

Line 149
PHP Code:
    800.0// sv_gravity        1    16 
Would this ban a user on a low gravity server? The reason why I ask, is that on our Rats server, the gravity is 200 and on our main server the gravity is 780

Matt
No, the default values are just included as backup options. However all replicated CVars are checked to match the server's. The main reason for the default values variable is to check the ConVars that don't exist on the server such as mat_wireframe.

Changing sv_gravity should not cause a player to be banned.

Code:
L 06/06/2008 - 14:40:01: [kigen-ac-pub.smx] SNpal (STEAM_0:0:206xxxxxx) was banned for failure to authorize. KAC ID:3
That means that the player took more than 2 minutes from entering the server to pass threw the Admin Post Check (which is processed on all clients regardless if they get admin). This was originally done to insure that the ConVar checks were started. However, if you see this happening too much or if your server has lots of downloaded models or large maps I suggest setting "kac_validate" to 0 in server.cfg.
Code:
kac_validate 0
Kigen is offline