You are not logged in.
Pages: 1
i have a question about bots.. Where are the !maxbot or !addbot command? We use this on our ETpub server.
Also, when we had like 10 bots, there was always 1 bot leaving when a player joins a team.. How do i get that set again?
Now its set like this:
[Debug]
DumpFileEnable = true
DumpFileDialog = false
[Script]
Debug = true
EnableRemoteDebugger = false
[Debug Render]
EnableInterProcess = true
[Downloader]
Server =
Script =
DownloadMissingNav = true
[ServerManager]
MinBots = -1
MaxBots = -1
BalanceTeams = 0
SaveConfigChanges = 1
CountSpectators = 0
[Difficulty]
CurrentDifficulty = 3
AdjustAim = 1
[CombatMovement]
moveskill = 4
|+HA+|AngelofDeath
|+HA+|AngelofDeath
Offline
[ServerManager]
MinBots = -1
MaxBots = -1
Minbot is the minimum number of bots on a server (you can put it to 0)
Maxbot is the maximum of bot on the server.
I think you just have to modify those number, omnibot kick a bot automaticly when a player enter in a team
you have to add custom commands for !maxbot and !addbot in shrubbot file.
Nico$
Offline
Thx!!
|+HA+|AngelofDeath
Offline
Here are the settings used on N!tmod Fun cfg|XPS (188.165.50.108:27960)
[ServerManager]
MinBots = -1
MaxBots = 10
BalanceTeams = 1
SaveConfigChanges = 1
CountSpectators = 0
Minbots = -1
- If there are enough clients playing, all the bots will be disconencted, if set to a positive value, X bots will always be connected (i personally dont recommend it cuz it uses a slot for nothing).
Maxbots = 10
- There will never be more than 10 bots on the server, if set to -1, you have to add bots manually (and i'm not sure they will disconnect by themselves).
BalanceTeams = 1
- Bots will keep teams balanced
SaveConfigChanges = 1
- If you modify settings using rcon, the changes will be saved.
CountSpectators = 0
- Bots will ignore spectators, they will only disconnect when a player joins a team.
Offline
A, i am glad about that last comment. I had a suspicion this was the case but wasn't entirely sure.
Offline
Pages: 1