You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest making this toggleable in the configuration and default it to false.
The "senti" user on the Nuclear Option discord server is developing a cheat for Nuclear Option, their cheat is capable of switching teams mid-game. We have experienced this many times on the GrayWar server. This is done through BepInEx on the client, so it should be possible to achieve server-side as well, although I have not looked specifically for this myself.
I suggest making this toggleable in the configuration and default it to false. The "senti" user on the Nuclear Option discord server is developing a cheat for Nuclear Option, their cheat is capable of switching teams mid-game. We have experienced this many times on the GrayWar server. This is done through BepInEx on the client, so it should be possible to achieve server-side as well, although I have not looked specifically for this myself.
I was able to get the code to change teams mid-game, but it requires an reconnect so that the game UI and map updates to the correct team. Without reconnecting, only the scoreboard shows the change. I was able to do so by removing the player from their old faction and re-add to the other.
If you have any ideas on where else to look, let me know
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements the required team autobalancing algorithm that calculates how many players are needed to move to the other faction.
Waiting official support for changing player's faction