How to get the matchmaker data for a new backfill player in-game? Gamelift Help

0

Let's say a new player is joining via backfill. I want to update him to the matchbackfill data with StartMatchBackFill method. How can I get his matchmaking attributes such as team, skill attributes etc. upon joining? Is there any function for that in Gamelift server SDK?

已提問 8 個月前檢視次數 482 次
1 個回答
0

onUpdateGameSession callback request would be used to pass an updated game session object to the server process.

onUpdateGameSession – Name of callback function that the Amazon GameLift service invokes to pass an updated game session object to the server process. Amazon GameLift calls this function when a match backfill request has been processed in order to provide updated matchmaker data. It passes a GameSession object, a status update (updateReason), and the match backfill ticket ID.

Kindly refer the diagram in this documentation which shows GameLift and game client server interactions.

Additionally, you can check below documentations for further details on GameLift server SDK references:

[+] https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-api.html

[+] https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-server-sdk-cpp-ref-actions.html

If you have configured it and still observing discrepancies then we would require details that are non-public information i.e details that are specific to the custom setup/implementations in AWS account. Hence, you can open a support case with AWS using the following link

AWS
Jyoti
已回答 8 個月前

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

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

回答問題指南