AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Seeking help with server.cfg: bot configuration (https://forums.alliedmods.net/showthread.php?t=346764)

MintXfce 03-16-2024 03:06

Seeking help with server.cfg: bot configuration
 
Hi

I am not very experienced with bot configuration and I am looking for my Counter-Strike: Source server to work like this:

(My server is basically humans vs bots btw.)

- When I join the server alone, I want to be playing with 2 bot friends and 3 opposite bots on the other team.
- When a friend joins, I want him to replace one of the bots on our team, so that we are 2 humans with a bot friend against 3 bot enemies.
- When a third person joins in, I want us all to be human players on our team against 3 bots on the opposite team.
- When a fourth person and +more joins, I always want an extra bot to be added to the opposite team.

How do I set this up in server.cfg?


The server is using a code that makes you only join the CT team. So that is working fine.

hl2dmgamer 03-16-2024 04:30

Re: Seeking help with server.cfg: bot configuration
 
https://forums.alliedmods.net/showthread.php?p=2100878

MintXfce 03-16-2024 05:20

Re: Seeking help with server.cfg: bot configuration
 
So if trying out this plugin I guess, for no conflict, I should remove these cvars from server.cfg first, or?

bot_quota "6"
bot_auto_vacate "5"
bot_join_after_player 0
bot_quota_mode "fill"

hl2dmgamer 03-16-2024 07:59

Re: Seeking help with server.cfg: bot configuration
 
probably without plugin
bot_join_after_player 0
bot_auto_vacate 1
bot_quota_mode "fill"
bot_quota 6 / (only mode fill) players + bots = 6

or delete

https://steamcommunity.com/sharedfil...n&id=126699221
https://developer.valvesoftware.com/..._and_variables


All times are GMT -4. The time now is 04:27.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.