logicgaming
05-08-2012, 09:48 AM
In CS:GO there's a function where you can start a vote to "scramble the teams" if you feel like teams are getting stacked. There should be a function in this game where you can start a vote to scramble the team. Let's face it, playing against a stacked team sucks, no matter how hard you can carry. No matter how many surveys you fill out, stacked teams will always be a problem.
Q:"What about fireteams? I don't want to be split up with my friend."
A:"Implement 2 queues system. One for non-fireteams and one for fireteams."
It's kinda like playing in mercenary mode for COD. This helps out even more for the balancing issues in this game. So if you're not in a fireteam, know that there's a chance to scramble the teams (the algorithms should be based on KD, Assists and caps). The vote should always be higher than the ammount of players on the voting team.
i.e: If there are 8 players on team A and a player on team A scrambled the vote, then it should take more than 8 votes to pass the scramble (to prevent the losing team from just scrambling the team to avoid losing).
The scramble would then happen either:
A. After the round ends (best option atm)
B. During the game.
Q:"What about fireteams? I don't want to be split up with my friend."
A:"Implement 2 queues system. One for non-fireteams and one for fireteams."
It's kinda like playing in mercenary mode for COD. This helps out even more for the balancing issues in this game. So if you're not in a fireteam, know that there's a chance to scramble the teams (the algorithms should be based on KD, Assists and caps). The vote should always be higher than the ammount of players on the voting team.
i.e: If there are 8 players on team A and a player on team A scrambled the vote, then it should take more than 8 votes to pass the scramble (to prevent the losing team from just scrambling the team to avoid losing).
The scramble would then happen either:
A. After the round ends (best option atm)
B. During the game.