PazerOP / tf2_bot_detector

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

Keybind for vote kick #282

Open andy013 opened 3 years ago

andy013 commented 3 years ago

Ideally once #248 has been implemented it would be cool if you could setup a bind to start the vote kick against the cheater rather than have it happen automatically.

So if a cheater is in the game, you get a message in party chat and then it would say something like "Press [key bind] to call a votekick."

At the moment with the auto votekick it can sometimes call the vote too early when not many people are connected and then when the vote fails it will just keep trying over and over and you will keep getting the vote popup telling you that you can't start a vote again for another 2 minutes. Doing it manually would prevent this.

You could add a line to the end of the autoexec.cfg to exec a tf2_bot_detector.cfg. Then setup the bind within that file to exec another file which would be modified by the program each time it detects a cheater to vote kick them.

ClusterConsultant commented 3 years ago

tightly coupled with #207 and #205.