Set up some odd bot settings

Post here if you need help setting up your server, etc.
Post Reply
User avatar
catlover
On Lightcycle Grid
Posts: 20
Joined: Wed Jul 06, 2011 9:29 pm

Set up some odd bot settings

Post by catlover »

Hello,

What I currently have is my server (0.4_alpha_1933_20111204 unix dedicated) running, and there are 3 bots on TEAM_NAME_1 $bots.

What I want is to keep two bots on that team, and put one bot all by itself on another team.

Of course, I have no idea how to do this.

Thank you!
User avatar
Z-Man
God & Project Admin
Posts: 11587
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Set up some odd bot settings

Post by Z-Man »

You'll need to combine the regular AI team with a human team with AIs in it as balance. For single player, try

Code: Select all

sp_num_ais 2                                                                            
sp_team_min_players 1                                                                   
sp_teams_min 2                                                                          
sp_team_balance_with_ais 1                                                              
sp_min_players 0
Dunno why teams_min 2 is right instead of 3, I suppose the AI team doesn't count for that setting.

For multiplayer, use the same without the sp_, but then you'll also need to adapt teams_min to be number of humans plus one via a script.
User avatar
catlover
On Lightcycle Grid
Posts: 20
Joined: Wed Jul 06, 2011 9:29 pm

Re: Set up some odd bot settings

Post by catlover »

That seems to work, thanks
Post Reply