PazerOP / tf2_bot_detector

Automatically detects and votekicks cheaters/bots in TF2 casual.
MIT License
403 stars 54 forks source link

Priority system #338

Open Barmem opened 3 years ago

Barmem commented 3 years ago

Prioritize kicking some bots before other (possibly manual marking of priority level) for example Priority levels:

PazerOP commented 3 years ago

This is probably more important now that Valve added the match-in-progress cooldown: prioritize any players who joined the server in the last 5 minutes (sv_vote_late_join_cooldown).

Barmem commented 3 years ago

I would say kicking bots that are more than 5 minutes on the server is more important because they can kick right at the moment

brachistosaurus commented 3 years ago

Although it might add unneeded complexity, maybe the program could also prioritize class.

1) Snipers 2) other hitscan-reliant classes (Heavy / Scout) 3) other classes

ClusterConsultant commented 3 years ago

This is an extension of #138