View Full Version : Dedicated Server, Automatically adding bots
I have a windows HLDS 1.6 server (not a listen server), in which I am using the latest BUILD 2065 version of RealBot. It works for what I need it to do, however, is there ANY way to automatically add, say 4 bots when the server starts?
I've tried to do so via the server.cfg file, but no bots are added. I then tried to exec server.cfg when I was in game and it only adds the last bot.
Thanks to all
VxD
i add at the end of the server.cfg file :
realbot csversion1 (to set the cs version to 1.6)
realbot add 1 (to add a bot to team 1)
realbot add 1
realbot add ect. (to the numer of bots you want)
realbot add 2 (to add a bot to team 2)
realbot add 2
realbot add ect. (to the numer of bots you want)
each realbot add X line adds a bot.
and it work fine for me.
Fiber_Optic
15-01-2004, 22:39
yes in a file you can name for example "autoexec.cfg", put this:
realbot add
realbot add
realbot add
realbot add
It will add 4 bots.
And in your server.cfg, put this
exec autoexec.cfg
you can add all other commands you want in the autoexec.cfg, such mp_roundtime 3, etc...
The autoexec.cfg must be in your cstrike folder.
---EDIT---
lol, i was a bit too slow
SGt_pAIn
16-01-2004, 02:38
As an alternative take a look at mEAn bot.admin.8)
Fiber_Optic
16-01-2004, 12:52
You can also put the:
realbot add
realbot add
realbot add
realbot add
in your .../cstrike/bot.cfg. It's easier.
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.