SRCDS Steam group


bot server.cg help!
#1
Exclamation 
Hello,

In my server.cfg I have

// bots
bot_add
bot_quota 4
bot_quota_mode normal
bot_difficulty 1
bot_chatter normal
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 1
bot_defer_to_human 0
bot_allow_rogues 0
bot_walk 0
bot_join_team any

But when people join the bots don't leave bot_quota is 4 when 4 people join they don't leave.

what's bot_quota_mode didnt understand it to much. I used the server.cfg tool.
Reply
#2
Change/ add these:

bot_quota_mode fill
bot_auto_vacate 1
bot_join_after_player 0
Warning Level: 0%
Reply
#3
this does nothing for me - i heard i need a server side plugin or something...

I tried having sv_cheats set to 1 but they said unknown command
Reply
#4
You don't need a server side plugin. Just add the bot commands in a file named bot.cfg or something and add exec bot.cfg to the server.cfg
Warning Level: 0%
Reply
#5
Here's the bot.cfg file I use for my CS:S server.

Quote://General CS:Source BOT Config v5
echo "Loading CS:Source Bot Configuration Settings..."

//Control how bots talk. Allowed values: 'off', 'radio', 'minimal', or 'normal'.
bot_chatter radio

//Set to 0 to let bots complete map objectives. 0/1
bot_defer_to_human 1

//0 is Easy, 1 is Normal, 2 is Hard, & 3 is Expert.
bot_difficulty 1

//Bots wait for a human to join before joining. 0/1
bot_join_after_player 0

//Add bot(s) to a specific team. any/CT/T or Adds a bot to whichever team has fewer players.
//bot_join_team:
bot_add
//bot_add_ct
//bot_add_t

//Defines a Prefix for all bot's names.
//bot_prefix "nG|"

//Reports on the bots' memory usage
//bot_memory_usage

//Restricts the bots to particular weapons
//bot_knives_only
//bot_pistols_only
//bot_snipers_only
bot_all_weapons

//Weapon Control. 0/1
bot_allow_grenades 1
bot_allow_machine_guns 1
bot_allow_pistols 1
bot_allow_rifles 1
bot_allow_shotguns 1
bot_allow_snipers 1
bot_allow_sub_machine_guns 1

//Bots with high co-op may automatically follow a nearby human player. 0/1
bot_auto_follow 1

//Bots will not buy if their money falls below this amount. Default = 2000
bot_eco_limit "800"

//Bots may occasionally go 'rogue'.
//Rogue bots do not obey radio commands, nor pursue scenario goals. 0/1
bot_allow_rogues 1

//Determines the type of quota. Allowed values: 'normal' and 'fill'.
//If 'fill', the server will adjust bots to keep N players in the game, where N is bot_quota.
bot_quota_mode "fill"

//Bots will automatically leave to make room for human players. 0/1
bot_auto_vacate 1

//Set to min # of bots allowed on server
bot_quota 2
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)