splewis / csgo-pug-setup

CS:GO Sourcemod plugin for setting up private pug/10man games
GNU General Public License v3.0
413 stars 90 forks source link

sugestion about wingman and 5v5(10 man option) #408

Open asm00009 opened 2 years ago

asm00009 commented 2 years ago

I think using this plugin should be possible to change game_mode (wingman or competitive) and mp_maxrounds(16 or 30) and mp_maxmoney. I was thinking about two options(can be only when using .10man comman or in the menu. u decide): First option(worse option): The setup automatically choose. If less than 5 players it will always be game_mode 2 and mp_maxrounds 16 and mp_maxmoney 8000. If more than 5 it will always be game_mode 1 and mp_maxrounds 30 and mp_maxmoney 16000.

Second option(best option I think): The plugin should look for another .cfg file for 10 man games(like a live_10man.cfg). So we can configure the matches with less than 5 players separately from the matches with more than 5 players.

asm00009 commented 2 years ago

btw game_mode needs to be changed before map change. Witch I think is impossible to do trough live.cfg xd