Matchmaking with AI

Currently, we are doing 3v3v3,
After a while of matchmaking, empty slots will be filled with AI.
We encountered a problem where 4 teams of 2 players joins and they got matched together.
What can I do here to solve this problem?

Thank you very much!

Comments

  • hi, @Warbears

    well, i do not know your match making details, but you could use MaxPlayers property to limit amout of players. for instance if game is created by team of two players, then MaxPlayers is 6

    you also may add special property to game containing size of team. this property migth be used during match making to filter out games using team mates count

    best,
    ilya