View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 08-30-2022 , 13:17   Re: CSGO MaxNumPlayersOnCTTeam MaxNumPlayersOnTerrTeam
Reply With Quote #3

Some convars are hidden, so use sm_cvar command to change below cvars


Code:
mp_limitteams 0
- Max # of players 1 team can have over another (0 disables check)
Code:
mp_autoteambalance 0
- Balance teams when hit limit of mp_teams_unbalance_limit (0 disables check)
Code:
mp_teams_unbalance_limit 0
- Teams are unbalanced when one team has this many more players than the other team. (0 disables check)
Code:
bot_auto_vacate 0
- If nonzero, bots will automatically leave to make room for human players.
This keep one bot less when server is full.
Disable this, server get full by bots also and you can't join in server
Code:
mp_humanteam T
- Restricts human players to a single team {any, CT, T}

Code:
bot_join_team CT
- Determines the team bots will join into. Allowed values: 'any', 'T', or 'CT'.

Code:
bot_quota_mode match
Allowed values: 'normal', 'fill', and 'match'.
If 'fill', the server will adjust bots to keep N players in the game, where N is bot_quota.
If 'match', the server will maintain a 1:N ratio of humans to bots, where N is bot_quo
Code:
bot_quota 4
- Determines the total number of bots in the game.
When mode is match, 1:N ratio of human to bots

...use gamemode_casual_server.cfg (or another game mode cfg) to override Valve game mode settings.

Try those, do those help ?
__________________
Do not Private Message @me

Last edited by Bacardi; 08-30-2022 at 13:18.
Bacardi is offline