mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Allow greater control of Arena team creation
This commit is contained in:
@@ -655,7 +655,19 @@ AiPlayerbot.RandomBotJoinBG = 1
|
||||
AiPlayerbot.RandomBotAutoJoinBG = 0
|
||||
|
||||
# Random bot arena team count
|
||||
AiPlayerbot.RandomBotArenaTeamCount = 20
|
||||
# Teams are created when bots are initialized on server restart.
|
||||
# You may need to first delete all arena teams, then reinitialize bots.
|
||||
# Warning: Reinitializing bots completely resets them (command in game: .playerbots rndbot init)
|
||||
# Bots only join one arena team to avoid queueing issues. Take that into account when increasing count.
|
||||
# Default: 2v2: 10 (20 Bots), 3v3: 10 (30 bots), 5v5: 5 (25 bots).
|
||||
AiPlayerbot.RandomBotArenaTeam2v2Count = 10
|
||||
AiPlayerbot.RandomBotArenaTeam3v3Count = 10
|
||||
AiPlayerbot.RandomBotArenaTeam5v5Count = 5
|
||||
|
||||
# Arena rating is randomized on team creation.
|
||||
# Default: Max: 2000, Min: 1000.
|
||||
AiPlayerbot.RandomBotArenaTeamMaxRating = 2000
|
||||
AiPlayerbot.RandomBotArenaTeamMinRating = 1000
|
||||
|
||||
# Delete all random bot arena teams
|
||||
AiPlayerbot.DeleteRandomBotArenaTeams = 0
|
||||
|
||||
Reference in New Issue
Block a user