CS: Source - Configuring Bots

Hylian

New Member
Anyone know if there's special software or if I have to install a server or whatever to make games that can do the following:

- Bots on one team, humans on another -- No switching teams
- Bot diversity. Some 'Easy', some 'Normal' etc etc
- Have 2 humans vs 16 bots. As is, No matter what options I set, it's 3 bots for the first person that enters, and one additional bot for every other human (ie. 2 players = 4 bots, 3 players = 5 bots)

I have no experience setting up a server or anything like that, yet I can easily follow instructions on how to edit files or whatever. Anyone have any suggestions?
 
This might just work for the 2vs16.

Start a new server and open up the console. Write the following:

mp_limitteams 20

mp_autoteambalance 0


bot_add_t (or bot_add_ct depenping on which team you're on, this command should be entered as many times as you want bots)

Press enter after writing every command into the console.
 
Back
Top