question

Jung Ho June avatar image
Jung Ho June asked

How can i use BigInt Leaderboard?

The bigint means the type from game engine which for Clicker,Idle game's currency over million,A,B,C,D..etc

they can be store to title data as String.

but the playfab leaderboard seems only support Integer type

but i want make player ranking that compare DPS using BigInt System

how can i make this with playfab?

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

The legacy leaderboard system in PlayFab only supports 32 bit integers. If you want to represent larger values, you would need to either use a modified value system (high order bits for everything over a certain value, and low order bits for the fine detail), or an external system.

2 comments
10 |1200

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

Jung Ho June avatar image Jung Ho June commented ·

how can i use version 2 leaderboard. i really need it

0 Likes 0 ·
brendan avatar image brendan Jung Ho June commented ·

The v2 leaderboard system is not designed for BigInt use cases (which is what this question was about). It's a change to have the statistics be using the Entity model, so that players (and other Entities, like Groups) can have far more statistics.

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.