Bots in CS:S

This is used for general discussion that is not necessarily server-related.
Post Reply
newdayonline
A semi-regular
A semi-regular
Posts: 20
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Sep 16, 2016 1:00 pm

Bots in CS:S

Post by newdayonline »

Hi. I'm not sure if this is the right place to ask.

So how do I add like 6 default bots in my server, and when a player joins, then there will be 5 bots and 1 player?

Thanks
It'sRandinator
This is my homepage
This is my homepage
Posts: 97
Joined: Wed Dec 02, 2015 10:56 pm

Re: Bots in CS:S

Post by It'sRandinator »

bot_quota_mode fill
newdayonline
A semi-regular
A semi-regular
Posts: 20
Joined: Fri Sep 16, 2016 1:00 pm

Re: Bots in CS:S

Post by newdayonline »

It'sRandinator wrote:bot_quota_mode fill
Thanks, but do I type this in console or there's file named bot_quota_mode?
newdayonline
A semi-regular
A semi-regular
Posts: 20
Joined: Fri Sep 16, 2016 1:00 pm

Re: Bots in CS:S

Post by newdayonline »

It'sRandinator wrote:bot_quota_mode fill
anyways I'm looking for permanent method to always have bots until players join.
It'sRandinator
This is my homepage
This is my homepage
Posts: 97
Joined: Wed Dec 02, 2015 10:56 pm

Re: Bots in CS:S

Post by It'sRandinator »

Put it in your server.cfg or autoexec.cfg.

Bots fill the server, player(s) join, the bot(s) will leave.
newdayonline
A semi-regular
A semi-regular
Posts: 20
Joined: Fri Sep 16, 2016 1:00 pm

Re: Bots in CS:S

Post by newdayonline »

It'sRandinator wrote:Put it in your server.cfg or autoexec.cfg.

Bots fill the server, player(s) join, the bot(s) will leave.
I copied the exact code AND even added bot_quota_mode fill 6, but it didn't work.
It'sRandinator
This is my homepage
This is my homepage
Posts: 97
Joined: Wed Dec 02, 2015 10:56 pm

Re: Bots in CS:S

Post by It'sRandinator »

It'sRandinator wrote:Put it in your server.cfg or autoexec.cfg.

Bots fill the server, player(s) join, the bot(s) will leave.
No need to add a number, just bot_quota_mode fill.
newdayonline
A semi-regular
A semi-regular
Posts: 20
Joined: Fri Sep 16, 2016 1:00 pm

Re: Bots in CS:S

Post by newdayonline »

It'sRandinator wrote:
It'sRandinator wrote:Put it in your server.cfg or autoexec.cfg.

Bots fill the server, player(s) join, the bot(s) will leave.
No need to add a number, just bot_quota_mode fill.
I have also done this. Added the code to autoexec.cfg, websynced and restarted server. But there are still no bots in game.
doulos9
This is my homepage
This is my homepage
Posts: 200
Joined: Sun Sep 15, 2013 9:44 pm

Re: Bots in CS:S

Post by doulos9 »

Add to server.cfg, or autoexec.cfg

Code: Select all

bot_join_after_player 1
bot_quota 6
bot_quota_mode fill
Will not take effect until a mapchange or server restart unless you type them into console 1 at a time.
newdayonline
A semi-regular
A semi-regular
Posts: 20
Joined: Fri Sep 16, 2016 1:00 pm

Re: Bots in CS:S

Post by newdayonline »

doulos9 wrote:Add to server.cfg, or autoexec.cfg

Code: Select all

bot_join_after_player 1
bot_quota 6
bot_quota_mode fill
Will not take effect until a mapchange or server restart unless you type them into console 1 at a time.
Thank you very much, exactly what im looking for :)
Post Reply