Merge pull request #25 from DustinHendrickson/Dustin/FeatureMaxMinBot

Updating Readme with troubleshooting
This commit is contained in:
Dustin Hendrickson
2025-02-23 09:17:34 -08:00
committed by GitHub

View File

@@ -59,6 +59,9 @@ When dynamic distribution is enabled (`BotLevelBrackets.UseDynamicDistribution`)
The total weight across all brackets is computed, and each brackets desired percentage is derived from its share of that total. This ensures that while more players in a bracket increase its weight, each additional player contributes progressively less. The total weight across all brackets is computed, and each brackets desired percentage is derived from its share of that total. This ensures that while more players in a bracket increase its weight, each additional player contributes progressively less.
### Troubleshooting
1. **Bots are not randomizing their levels within the ranges brackets.** -> Make sure in your `playerbots.conf` that `AiPlayerbot.DisableRandomLevels` = false. Otherwise bots will be all reset to the set level in your playerbots config.
Installation Installation
------------ ------------