splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
557 stars 176 forks source link

[Feature Request]: Swap Teams (like get5_ringer) #967

Open deLuXe83 opened 1 year ago

deLuXe83 commented 1 year ago

Prereleases & Documentation

Get5 Version

0.12

The Feature

Hi, sometimes we are facing the issue that CT and T side needs to be swapped in the pre-ready phase. Unfortunately get5_ringer only works on scrim matches and would nevertheless take some time for an whole team...

What do you think?

Thx!!

nickdnk commented 1 year ago

Hello

There is no version 0.13 yet. What do you get from get5_version?

Couldn't you just fix the match configuration and reload it, since the game has not yet started at this point?

deLuXe83 commented 1 year ago

Hi, yes this is what I usually do. It happens to be neccessary sometimes in map 3 or 4 (in a bo5 game) eg. to give advantage to a specific team, so it's unhandy to go out of the game, edit/copy a new config file, and load the backup :)

nickdnk commented 1 year ago

When did you imagine you would run this command then? In the ready-up phase after loading the map you want to change the sides for?

I think it will cause problems if we let people swap teams after the game has started.

deLuXe83 commented 1 year ago

yes exactly, only in the ready-up phase

nickdnk commented 1 year ago

Alright. I think we can do this. I will have to look at the code to make sure we don't create new problems first though.