Switching teams in the middle of the game?
- 7 years ago
We can't stop people leaving the game, but we can stop people changing side once the game started. You've a few seconds before the game started to change side (assuming it's imbalance). If it's already balanced, you can't change side anymore.
Here steps:
1. Game started, server try to balance it as much as possible (already implemented).
2. People can switch side to least player team before game start.
Server enforced that only one player can switch at time. They implement queuing so we can't have multiple players switch at same time . Once the team is balance, they can't switch anymore (NEW).
3. Game started and you can't switch side anymore (NEW)
4. If people leave the game, it will be in balance (can't do anything about this).
5. New players join the game will go to least player team. Once they join, they stuck there until the round is finished (NEW)
6. Server keeps adding new players and balances it naturally.
What do you guys think?