Version: en
Asymmetrical Teams Sample
This config file configures the matchmaking logic for an asymmetrical team game with team and role preferences:
- All players will be matched in either a
Player Team
or aMonster Team
. - The matchmaking logic will create a match only if there are exactly 4 players on the
Player Team
and exactly 1 player on theMonster Team
. - Players will only match with other players in a match if their
Skill
is within 200 points of each other. - Players will only be assigned in a
Human Team
if theirSelectedTeam
data property is equal toHuman
. - A
Player Team
will only be considered valid if there is a maximum of two players that have the data propertyPreferMedic
set toTrue
. - A
Player Team
will only be considered valid if there is a maximum of two players that have the data propertyPreferTank
set toTrue
. - Players will only be assigned in a
Monster Team
if theirSelectedTeam
data property is equal toMonster
.