View Full Version : How to add bots on server ?
knife108
09-27-2007, 07:55 AM
i found it :D
sorry
knife108
09-28-2007, 08:18 AM
i am confused with number of those cvars as follows:
fill_serv x
kick_all_bots y
max_bots z
min_bots 0
for example: my server maxplayers = 26
i want to add 16 bots if there is no real player connected.
and all bots will be kicked when number of real players reached 16.
hmm, i set min_bots 0 but always one bot remained there.
how to set the x y and z ?
Thx :p
diamond-optic
09-28-2007, 11:47 PM
this is what i have in my shrikebot.cfg file:
kick_all_bots 6
min_bots 0
max_bots 8
and it makes it 8 players (including bots) then all bots leave when 6 real players are there..
i would assume for you that this should do what you want:
kick_all_bots 16
min_bots 0
max_bots 16
knife108
09-29-2007, 05:36 AM
hmm u mean that parameter of "kick_all_bots" always lower or equal "max_bots"?
how about this one ?
fill_serv x
dose parameter of "fill_serv " should be equal "max_bots"?
what dose this cfg will make :p
fill_serv 18
kick_all_bots 23
max_bots 16
min_bots 0
Garion
09-29-2007, 01:04 PM
hmm u mean that parameter of "kick_all_bots" always lower or equal "max_bots"?
how about this one ?
fill_serv x
dose parameter of "fill_serv " should be equal "max_bots"?
what dose this cfg will make :p
fill_serv 18
kick_all_bots 23
max_bots 16
min_bots 0
fill server will fill your server up to the number you put.
max_bots is the max number of bots in your server at 1 time.
kick all bots will kick all of the bots when there's that number of humans there.
diamond-optic
09-29-2007, 06:59 PM
i dont use the fill_serv cvar at all...
knife108
09-30-2007, 12:44 AM
Thx a lot D.O and Garion
my full server once mapchange , bots will be added , why :(
i only want to add bots when number of human players lower than 16.
my bot.cfg
fill_serv 16
kick_all_bots 15
max_bots 16
min_bots 0
any problem ?
diamond-optic
09-30-2007, 01:55 AM
on mapchange the server is actually empty and so the bots join.. but as players actually connect to the server they should leave as normal...
..if thats what you mean
knife108
09-30-2007, 03:35 AM
on mapchange the server is actually empty and so the bots join.. but as players actually connect to the server they should leave as normal...
..if thats what you mean
got it :cool:
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.