![]() |
Bots leave for humans..
How do I make it so if my server doesn't have anyone in, 5 bots will play. But once a human joins, a bot will be kicked, leaving 4 bots and 1 human playing.
I've tried messing with pb_minbots, pb_maxbots, pb_bot_quota_match but can't seem to find the right setting to for this. Thanks very much, in advance. |
Re: Bots leave for humans..
You need to have such settings in Your podbot.cfg:
pb_minbots 0 pb_maxbots 5 pb_bot_quota_match 0 pb add 100 pb add 100 pb add 100 pb add 100 pb add 100 |
Re: Bots leave for humans..
Quote:
If I want it to be 10, instead of 5, would I use this? pb_minbots 0 pb_maxbots 10 pb_bot_quota_match 0 pb add 100 pb add 100 pb add 100 pb add 100 pb add 100 pb add 100 pb add 100 pb add 100 pb add 100 pb add 100 And. Is there suppose to be an underscore between pb and add? Thanks a lot! |
Re: Bots leave for humans..
Instead writting ten lines "pb add 100" You can use also pb fillserver 100 (it will fill the server with bots up to pb_maxbots setting - if there is nobody yet on the server - of course).
pb with underscore is for settings (cvars), pb without underscore is for commands. That's the difference. :) |
Re: Bots leave for humans..
tried the same methods, never worked dont' understand why
|
Re: Bots leave for humans..
Working now, i dled the older version thanks for all the help...
|
Re: Bots leave for humans..
What about if I want 28 bots in the server but when a player join server, a bot has to leave?
What config can I use then? |
Re: Bots leave for humans..
You need to have in Your podbot.cfg pb_minbots 0, pb_maxbots 28 and - instead placing 28 "pb add" commands - just write at the end of the file:
pb fillserver 100 |
Re: Bots leave for humans..
thx :D :) I tried it now and it works! :) great job from you ^^
but why doesnt the menu work? When I typed rcon pb menu , it doesnt work at all I typed rcon pb help first and then I got all commands and one of the commands was "pb menu" |
Re: Bots leave for humans..
Please, don't be too lazy and read this whole topic 3 times before You will ask again about pb menu...
Hint: Quote:
|
All times are GMT +2. The time now is 17:51. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.