GameLift FlexMatch Number of Divisions

0

Not sure if this question was answered. But I just wanted to know if it's possible to specify the number of divisions for the matchmaking process. For example, let X be a player's skill level. If I want to set 3 divisions for a game (Beginner, Intermediate, Advanced), can FlexMatch be configured so that players are placed based on the following rules:

  • 0 < X <= 30 --> Placed in Beginner division
  • 30 < X <= 60 --> Placed in Intermediate division
  • 60 < X <= 90 --> Placed in Advanced division
gefragt vor einem Jahr205 Aufrufe
1 Antwort
0

I haven't tested it myself but it should be possible according to the batch distance or comparison rule documentation here https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-rules-reference-ruletype.html#match-rules-reference-ruletype-comparison

profile pictureAWS
Tolis
beantwortet vor einem Jahr
  • Thanks for your response! Can you give me an example of how you would implement this with the batch distance rule?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen