mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Visual update playerbots.conf.dist
Cleanup for readability on new scaling/bot tuning implements
This commit is contained in:
@@ -1460,9 +1460,11 @@ AiPlayerbot.BotActiveAlone = 100
|
|||||||
# Specify smart scaling is enabled or not.
|
# Specify smart scaling is enabled or not.
|
||||||
# The default is 1. When enabled (smart) scales the 'BotActiveAlone' value.
|
# The default is 1. When enabled (smart) scales the 'BotActiveAlone' value.
|
||||||
AiPlayerbot.botActiveAloneSmartScale = 1
|
AiPlayerbot.botActiveAloneSmartScale = 1
|
||||||
|
|
||||||
# Only when botLevel is between WhenMinLevel and WhenMaxLevel.
|
# Only when botLevel is between WhenMinLevel and WhenMaxLevel.
|
||||||
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
|
AiPlayerbot.botActiveAloneSmartScaleWhenMinLevel = 1
|
||||||
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80
|
AiPlayerbot.botActiveAloneSmartScaleWhenMaxLevel = 80
|
||||||
|
|
||||||
# The server will tune bot activity to reach the desired server tick speed (in ms)
|
# The server will tune bot activity to reach the desired server tick speed (in ms)
|
||||||
# bots will only join battleground when there is no lag based on latency diffs below
|
# bots will only join battleground when there is no lag based on latency diffs below
|
||||||
AiPlayerbot.botActiveAloneSmartScaleDiffWithPlayer = 100
|
AiPlayerbot.botActiveAloneSmartScaleDiffWithPlayer = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user