#Matchmaking 1vs1 private game

3 messages · Page 1 of 1 (latest)

steady rose
#

I am developing a 1vs1 game using PlayFab and PhotonPUN. I use the PlayFab Matchmaking for playing with randoms or ranked but also want to play with friends. I want that the code is as clean as possible so i want also use the m,atchmaking system for private games with friends. So i create a ticket and at the enitiy id from the friend into the ticket to "MembersToPlayWitch" and send him the TicketID via PhotonChat. The Problem is, the TicketSize has to less than the maximum match size. Is there a workaround? Because i want to add 2vs2 later it is not a clean solution to send the friend for a 1vs1 private game directly the photon room id and for a 2vs2 to send him the ticket id, beause i want to use the sam UI interface.

rancid hinge
#

you'll likely have to just request a multiplayer server directly, using the PF multiplayer api

#

otherwise, create a separate queue for 1v1, as realistically, the moment a match meets its minimum requiremetns, it'll launch - meaning if you join the queue simultaneously you "should" get in the same game, but it's not a guarantee 😂 so I'd advise against that