This commit is contained in:
Dustin Hendrickson
2025-02-16 20:27:52 -08:00
parent dbac77a9fe
commit ce2f1fc256

View File

@@ -4,53 +4,53 @@
# mod-player-bot-level-brackets configuration # mod-player-bot-level-brackets configuration
############################################## ##############################################
# #
# BotDistribution.DebugMode # BotLevelBrackets.DebugMode
# Description: Enables debug logging for the Bot Level Brackets module. # Description: Enables debug logging for the Bot Level Brackets module.
# Default: 0 (disabled) # Default: 0 (disabled)
# Valid values: 0 (off) / 1 (on) # Valid values: 0 (off) / 1 (on)
BotDistribution.DebugMode = 0 BotLevelBrackets.DebugMode = 0
# BotDistribution.CheckFrequency # BotLevelBrackets.CheckFrequency
# Description: The frequency (in seconds) at which the bot level distribution check is performed. # Description: The frequency (in seconds) at which the bot level distribution check is performed.
# Default: 300 # Default: 300
BotDistribution.CheckFrequency = 300 BotLevelBrackets.CheckFrequency = 300
# BotDistribution.Range1Pct # BotLevelBrackets.Range1Pct
# Description: Desired percentage of bots within level range 1-10. # Description: Desired percentage of bots within level range 1-10.
# Default: 14 # Default: 14
BotDistribution.Range1Pct = 14 BotLevelBrackets.Range1Pct = 14
# BotDistribution.Range2Pct # BotLevelBrackets.Range2Pct
# Description: Desired percentage of bots within level range 11-20. # Description: Desired percentage of bots within level range 11-20.
# Default: 12 # Default: 12
BotDistribution.Range2Pct = 12 BotLevelBrackets.Range2Pct = 12
# BotDistribution.Range3Pct # BotLevelBrackets.Range3Pct
# Description: Desired percentage of bots within level range 21-30. # Description: Desired percentage of bots within level range 21-30.
# Default: 12 # Default: 12
BotDistribution.Range3Pct = 12 BotLevelBrackets.Range3Pct = 12
# BotDistribution.Range4Pct # BotLevelBrackets.Range4Pct
# Description: Desired percentage of bots within level range 31-40. # Description: Desired percentage of bots within level range 31-40.
# Default: 12 # Default: 12
BotDistribution.Range4Pct = 12 BotLevelBrackets.Range4Pct = 12
# BotDistribution.Range5Pct # BotLevelBrackets.Range5Pct
# Description: Desired percentage of bots within level range 41-50. # Description: Desired percentage of bots within level range 41-50.
# Default: 12 # Default: 12
BotDistribution.Range5Pct = 12 BotLevelBrackets.Range5Pct = 12
# BotDistribution.Range6Pct # BotLevelBrackets.Range6Pct
# Description: Desired percentage of bots within level range 51-60. # Description: Desired percentage of bots within level range 51-60.
# Default: 12 # Default: 12
BotDistribution.Range6Pct = 12 BotLevelBrackets.Range6Pct = 12
# BotDistribution.Range7Pct # BotLevelBrackets.Range7Pct
# Description: Desired percentage of bots within level range 61-70. # Description: Desired percentage of bots within level range 61-70.
# Default: 12 # Default: 12
BotDistribution.Range7Pct = 12 BotLevelBrackets.Range7Pct = 12
# BotDistribution.Range8Pct # BotLevelBrackets.Range8Pct
# Description: Desired percentage of bots within level range 71-80. # Description: Desired percentage of bots within level range 71-80.
# Default: 14 # Default: 14
BotDistribution.Range8Pct = 14 BotLevelBrackets.Range8Pct = 14