NotJustin / SkillAutoBalance

12 stars 3 forks source link

Add bot support #20

Closed NotJustin closed 4 years ago

NotJustin commented 4 years ago

Right now, when a server has bots, this plugin does not work (error in logs). I need to add bot support.

The problem is, I cannot assign a score to a bot because any player can control a bot.

My first idea is, remove the !IsFakeClient checks that exclude bots. Instead, if a client is a bot, I will add them as an outlier.

NotJustin commented 4 years ago

https://forums.alliedmods.net/showpost.php?p=2705872&postcount=85

Bots can have points.

I will add a convar: "Treat bots as players?" True = They are sorted the same as clients. False = They are treated as outliers.

NotJustin commented 4 years ago

Added support with 3.1.6 Hopefully no problems come as a result of adding bot support 😨