How can I allow a duplicate PlayerId to a Gamelift FlexMatch queue?

0

I see that by default, the flexmatch doesnt support duplicate playerId. However, In my game, I want duplicate playerId to be. Is there any way to allow matchmaking for the same playerId twice or even more?

已提問 3 個月前檢視次數 154 次
2 個答案
1

Can you explain why you need to allow duplicate PlayerIds in your matchmaking process?

profile picture
專家
已回答 3 個月前
0

Hey IndieGameDeveloperFromParallelWorld,

Matchmaking only restricts duplicate player ids in flight at the same time, so you couldn't matchmake the same id for multiple matches in one configuration at once. Matchmaking does allow re-use of player ids between matches or when a player leaves a match early.

If you want the same player matchmaking for multiple matches at once, you could have multiple player ids associated with each of your players (ex: <player-1-id>-0 vs <player-1-id>-1); however, this isn't recommended because it makes your overall matchmaking experience more complicated. For example, it may seem to reduce match time for one player, but all the other potential matches for that player will be disrupted or canceled and end up taking longer.

Hope that helps, but if not, could you clarify the use case you are having trouble with?

Regards,

AWS
已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南