Is there anyway to prevent editing the team size in a battle net lobby? Even though I have max teams set to 3 and max team size set to 2 it still alows it.
Having locked teams checked doesn't prevent the team size from changing.
You can set each player to "Locked On Team" but then you can't change their team in the lobby.
I've resorted to making a trigger that checks whether the team size is greater than the intended max, and if so, redistribute the players randomly and balanced on the teams using new variables for player groups representing teams. This works fine if the teams are meant to be symmetrical.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Is there anyway to prevent editing the team size in a battle net lobby? Even though I have max teams set to 3 and max team size set to 2 it still alows it.
Lock teams in Game Variants
@Necromoni: Go
What if I want to allow people to change what team their on?
you can lock just the team size and the host can move players around
I've tried this before. It seems impossible.
Having locked teams checked doesn't prevent the team size from changing.
You can set each player to "Locked On Team" but then you can't change their team in the lobby.
I've resorted to making a trigger that checks whether the team size is greater than the intended max, and if so, redistribute the players randomly and balanced on the teams using new variables for player groups representing teams. This works fine if the teams are meant to be symmetrical.