I seem to be getting a lot of false positives, even on myself. How sure can I be that someone is cheating? I did have one guy get over 300 aimbot violations so that was obvious? maybe? lol
Getting a lot of false positives
Do you use the latest version of Akran? Prior to version v1.0.12, there were a lot of aimbot false positives due to the player setting a high value for the physics.steps parameter. Please send a log file for analysis to [email protected].
Sent you the log to the email provided.
This is strange, but in almost all false aimbot positives, the value of HitInfo.StartPoint is zero(0.0, 0.0, 0.0), but the value of HitInfo.EndPoint is correct. I would suggest that you have some plugin installed on your server that makes changes to the HitInfo data that is transferred from the client to the server. Because of this, Arkan defines such shots as aimbot violation, since he cannot correctly recalculate the projectile trajectory.
The M249 is one of the weapons that has low recoil. For this weapon, you can increase the control values in the configuration file oxide/data/Arkan/config/weaponsConfig.json.
"lmg.m249": {
"NRDetectEnabled": true,
"AIMDetectEnabled": true,
"weaponMinTimeShotsInterval": 0.09375,
"weaponMaxTimeShotsInterval": 0.15625,
"NRMinShotsCountToCheck": 10,
"NRViolationProbability": 80.0
},
Also, in the configuration file, you can disable the check for NoRecoil for it. "NRDetectEnabled": false,
The M249 is one of the weapons that has low recoil. For this weapon, you can increase the control values in the configuration file oxide/data/Arkan/config/weaponsConfig.json.
"lmg.m249": {
"NRDetectEnabled": true,
"AIMDetectEnabled": true,
"weaponMinTimeShotsInterval": 0.09375,
"weaponMaxTimeShotsInterval": 0.15625,
"NRMinShotsCountToCheck": 10,
"NRViolationProbability": 80.0
},
Also, in the configuration file, you can disable the check for NoRecoil for it. "NRDetectEnabled": false,