Ignore Friend Listed Bots

Added option to ignore bots that are on a real player's friend list
This commit is contained in:
jimm0thy
2025-02-24 12:13:39 -05:00
parent d352b5b937
commit 5a6c54eab4
2 changed files with 26 additions and 0 deletions

View File

@@ -34,6 +34,13 @@ BotLevelBrackets.UseDynamicDistribution = 0
# Default: 1.0
BotLevelBrackets.RealPlayerWeight = 1.0
#
# BotLevelBrackets.IgnoreFriendListed
# Description: Ignore bots that are on real players friend's lists from any brackets
# Default: 1 (enabled)
# Valid values: 0 (off) / 1 (on)
BotLevelBrackets.IgnoreFriendListed = 1
#
# Alliance Level Brackets Configuration
# The percentages below must sum to 100.