How to Disable Auto Balance and Players Limits in CS2

Table of Contents

By default, Counter-Strike 2 uses auto balance and team limits to keep both sides even. This works for regular games, but it can get in the way when you want to practice against multiple bots, test recoil control, train on custom maps, or create uneven setups like 1v5, 5v10, or bots only on one team.

This guide shows how to disable auto balance in CS2, remove player and team limits, and add bots manually to the CT or T side using console commands.

Required Console Commands for Auto Balance and Team Limits in CS2

To disable auto balance and create uneven team setups in CS2, you need two console commands: mp_autoteambalance and mp_limitteams.

  • mp_autoteambalance [1/0] - controls automatic team balancing. Use mp_autoteambalance 0 to stop CS2 from automatically moving players or bots between teams. Default is 1.
  • mp_limitteams [0 - 30] - controls the allowed player difference between teams. Use mp_limitteams 0 to allow uneven teams, such as 1 vs 5. Default is 2.

How to Disable Auto Balance in CS2

To disable auto balance in CS2, open the developer console and enter the main commands for auto balance and team limits.

Enable the Developer Console

  1. Launch Counter-Strike 2.
  2. Open Settings and go to the Game tab.
  3. Find Enable Developer Console and Set it to Yes.

Open the Console and Enter the Commands

Press the ~ (default) key on your keyboard to open the console. If the console does not open, check your keyboard layout or bind the console key manually in the game settings. Type these commands and press enter after entering each:

mp_autoteambalance 0
mp_limitteams 0

Now CS2 will stop auto balancing teams and remove the team limit.

How to Add Bots to a Specific Team in CS2

After disabling auto balance and team limits, you can manually add bots to any team.

  • To add a bot to the Terrorist side, use bot_add t.
  • To add a bot to the Counter-Terrorist side, use bot_add ct.

For example, if you want to create a 1 vs 5 bot setup, first use the main commands from this guide, then add bots manually:

bot_add t
bot_add ct
bot_add ct
bot_add ct
bot_add ct
bot_add ct

This allows you to create uneven teams without CS2 automatically moving bots back or limiting the number of players on one side.

Save These Commands in a CS2 Practice Config

Console commands work well for quick testing, but if you want to reuse the same bot practice setup later, it is better to save the commands in a CS2 config file.

You can create a custom CFG file for auto balance, team limits, and bot practice manually, or generate one automatically with the CS2 Config Generator.

Useful related guides:

Conclusion

To disable auto balance in CS2, use mp_autoteambalance 0 in the developer console. If you also want to create uneven teams, use mp_limitteams 0 and then add bots manually with bot_add t or bot_add ct.

For quick practice, these console commands are enough. If you want to reuse the same setup later, save them in a CS2 config file or create one with a config generator.

CS2 Auto Balance, Team Limits, and Bot Commands FAQ

A glowing 'FAQ' displayed on a futuristic holographic panel, surrounded by floating question marks and digital circuitry within a cosmic, sci-fi environment
How do I disable auto balance in CS2?

Use mp_autoteambalance 0 in the developer console. This stops CS2 from automatically moving players or bots between teams.

How do I remove the team limit in CS2?

Use mp_limitteams 0. This allows one team to have more players or bots than the other.

How do I increase the number of bots in CS2?

Use bot_quota 20. You can replace 20 with another number depending on how many bots you want.

How do I add bots to Terrorists in CS2?

Use command bot_add t.

How do I add bots to Counter-Terrorists in CS2?

Use command bot_add ct.

Continue Reading

Split-screen comparison of the Counter-Strike 2 HUD showing two different interface layouts during AK-47 gameplay on Dust2
CS2 HUD Customization, Commands, and Clean HUD Setup

CS2 HUD Customization, Commands, and Clean HUD Setup Table of Contents Introduction to the CS2 HUD In Counter-Strike 2, the Heads-Up Display – or simply HUD – is a core part of the competitive experience. It’s the layer of information that sits on top of the action: your health, ammo,

Read More
Leave a Reply

Your email address will not be published. Required fields are marked *