question

fabian-kuhn@gmx.de avatar image
fabian-kuhn@gmx.de asked

Changing Stats from multiple Players

Hello,

i got a custom server where i host my Room Data for Async Matchmaking. When there is no move for 2 Days, the room gets closed (a Cronjob fetches all Rooms with last move > 2 Days). So i got a List of X Players, from which i have to adjust the statistics.

What is the best way to change the Statistics value from those players. Calling UpdatePlayerStatistics seems to be an overkill if i get (for example) a list of 1000 players.

What would be a good approach to be in your fair use limit?

Regards

Leaderboards and StatisticsPlayStream
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Ideally, you would be updating the player statistics as a direct result of the player's actions in the game session, or as the player leaves the session. Is there a reason that won't work for your title?

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

fabian-kuhn@gmx.de avatar image fabian-kuhn@gmx.de commented ·

ah that would be an option

Thank you

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.