Is there a Lobby system?

0

Hi, Is there a "Lobby" system in GameLift for players to be added in before they are assigned a game session? Similar to the Lobby service in PlayFab?

Thanks,

Bhav

ND Bhav
gefragt vor 2 Jahren219 Aufrufe
3 Antworten
1

Yeah! FlexMatch with backfill will work for that case. Here's how the flow would work for players using a matchmaking configuration with backfill:

  1. First player joins matchmaking and that ticket creates a game session with 4 open slots - this game session acts as the lobby for other players to join
  2. Another player joins matchmaking - they get matched with player 1 and joins the match in the backfilled spot
  3. Game server updates FlexMatch with updated game status
  4. Repeat 2-3 until the game session is full
  5. Start the match in your game!
AWS
beantwortet vor 2 Jahren
  • Sweet! Thanks for details on FlexMatch. I shall be speaking to a member of the game tech team this week so we'll discuss it further. Thank you again :-)

1

Hi Bhav,

Can you tell me what lobby features you are looking for specifically? Currently, GameLift offers FlexMatch as a matchmaking system that could be used to implement lobbies using backfill to find other players: https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-backfill.html

AWS
beantwortet vor 2 Jahren
profile pictureAWS
EXPERTE
Toni_S
überprüft vor 2 Jahren
0

Hi Alan, A lobby area would act as a waiting room for players who are waiting for a match or have been matched but are waiting for the team they are part of to be filled. For example, I wish to play as a member of team X and X requires 5 players before they can all join and play the join.

Does that make sense?

ND Bhav
beantwortet vor 2 Jahren

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