I was bored so I thought I would make a little example for everyone and explain how the order by which teams are spawned in the game, in relation to when the player chose to be on which team. Make sense? Okay, let's begin...
Example: 5-player team. 3 players spawn with 2 waiting...
#1 would be the Captain in this case.
round 1:
1 2 3 [4 5]
round 2:
5 1 2 [3 4]
round 3:
4 5 1 [2 3]
round 4:
3 4 5 [1 2]
round 5:
2 3 4 [5 1]
round 6:
1 2 3 [4 5]
round 7:
5 1 2 [3 4]
round 8:
4 5 1 [2 3]
round 9:
3 4 5 [1 2]
This allows competitive players a chance to organize how they would like their team to "ready"-up, based on their strengths and weaknesses.
Hmm, maybe we should get some more matches up and running?
Example: 5-player team. 3 players spawn with 2 waiting...
#1 would be the Captain in this case.
round 1:
1 2 3 [4 5]
round 2:
5 1 2 [3 4]
round 3:
4 5 1 [2 3]
round 4:
3 4 5 [1 2]
round 5:
2 3 4 [5 1]
round 6:
1 2 3 [4 5]
round 7:
5 1 2 [3 4]
round 8:
4 5 1 [2 3]
round 9:
3 4 5 [1 2]
This allows competitive players a chance to organize how they would like their team to "ready"-up, based on their strengths and weaknesses.

Hmm, maybe we should get some more matches up and running?
Comment