View Single Post
Austin
Senior Member
Join Date: Oct 2005
Old 08-30-2022 , 03:11   Re: CSGO MaxNumPlayersOnCTTeam MaxNumPlayersOnTerrTeam
Reply With Quote #2

Bacardi,
can something like this be used to fix the following problem?

The problem:
(Assuming all maps have the required number of spawn points)

The max number of players in a team for CSGO is
maxplayers / 2
Period!

This is different from CS / CZ / CSS
For these games the maxplayers in a team can be up to maxplayers.

This is a problem for my bots servers because I run bots on one team and humans on the other team vs 4-6 bots per human.
For example 4 humans as Ts vs 16 CT bots.
You would think you could rent a 20 slot server.
But for a 20 slots server you get only 10 bots as CT (maxplayers=20 / 2 = 10)

=> You have to rent a 32 slot server! to get 16 bots on a team! <=

I don't need to Get() the number of open slots on a team I need to
OverRide() the number the game engine thinks it has or can allow.

If you know a a way to do this please post an example!
Thank you!

WHY oh WHY did they change this in CSGO to FORCE maxPerTeam to be maxPlayers/2 ?
What was the REASON?
Austin is offline