mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Visual update playerbots.conf.dist
Cleanup for readability on new scaling/bot tuning implements
This commit is contained in:
parent
1c9115d2cf
commit
a3abc78c24
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user