question

Leigh Warren avatar image
Leigh Warren asked

Issue with Matchmaking Number Of Players In Ticket Too Large Response

As one of our game modes we are setting up a 2 player environment. One host who invites a friend. We have a queue setup for min & max of 2 players. We fail to create a ticket by the host who has their friend listed in the MembersToMatchWith. Now by my count that's 1+1 = 2. But the response error says we have an invalid number of users in the ticket. The number must be less than the max size of the queue.

Why cant' the ticket user count equal the max match size of two? When we edit the queue to be min of 2 & max of 3 then we can create the ticket and get to the WaitingForMatch state (after WaitingForPlayers) but then never reach WaitingForServer to get the MatchID.

We've tried all sorts of permutations to get past this state. Any ideas?

Matchmaking
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Leigh Warren avatar image Leigh Warren commented ·

Thanks will try that advice

0 Likes 0 ·

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

>> Why cant' the ticket user count equal the max match size of two?

The value of max match size means the maximum count of players allowed in a match, not on a team. Hence, if it’s a 2v1 match, the max match size should be 3 at least. Then the max team size of one team should be 2 at least. Max team size is the maximum number of players that can be on a team. A ticket corresponds to a team, not a match. So, you can try to set the MATCH SIZE as 3 to 3, and set one team size as 2 to 2, another one as 1 to 1 so that the queue configure can suit your case. You can adjust it to your needs too. For more information of queues configure, please check this doc Configuring matchmaking queues.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.