-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable automatic team balance and fix disabling auto-scramble #104
Labels
Comments
kraigher
added a commit
to kraigher/cs2-retakes
that referenced
this issue
Apr 6, 2024
- Ensures ScrambleTeams() is not automatically called if IsScrambleEnabled is False - Fix almost scamble message to take roundsToScramble configuration into account. - Fix admin team scramble only done on T-win and not if more than 3 rounds in a row have been won.
kraigher
added a commit
to kraigher/cs2-retakes
that referenced
this issue
Apr 6, 2024
- Ensures ScrambleTeams() is not automatically called if IsScrambleEnabled is False - Fix almost scamble message to take roundsToScramble configuration into account. - Fix admin team scramble only done on T-win and not if more than 3 rounds in a row have been won.
kraigher
added a commit
to kraigher/cs2-retakes
that referenced
this issue
Apr 6, 2024
- Ensures ScrambleTeams() is not automatically called if IsScrambleEnabled is False - Fix almost scamble message to take roundsToScramble configuration into account. - Fix admin team scramble only done on T-win and not if more than 3 rounds in a row have been won.
kraigher
added a commit
to kraigher/cs2-retakes
that referenced
this issue
Apr 6, 2024
- Ensures ScrambleTeams() is not automatically called if IsScrambleEnabled is False - Fix almost scamble message to take roundsToScramble configuration into account. - Fix admin team scramble only done on T-win and not if more than 3 rounds in a row have been won.
kraigher
added a commit
to kraigher/cs2-retakes
that referenced
this issue
Apr 9, 2024
This has been put behind a config in the latest update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to use your retake server to practice within my CS-team and we would like to choose our CT/T teams manually and not have the server switch people automatically.
I am a C#-developer so I could make PR for such a feature if you are interested instead of me making a private fork.
Proposal
AutoTeamBalance
configuration option (default=True
) that you can use to disableTeamBalance()
CounterTerroristRoundWin
https://github.com/B3none/cs2-retakes/blob/master/RetakesPlugin/Modules/Managers/GameManager.cs#L140. This should also be disabled byAutoTeamBalance
.IsScrambleEnabled
. When reading the code I see that IsScrambleEnabled will not disable all calls to ScrambleTeams https://github.com/B3none/cs2-retakes/blob/master/RetakesPlugin/Modules/Managers/GameManager.cs#L79The text was updated successfully, but these errors were encountered: