Here is the situation with our leaderboard.
User A scores 50 points and is first on the leaderboard rank.
Later user B scores 50 points, and from now on he is the first on the leaderboard.
Is it possible to change that behavior? That new leader, needs to gain more than the previous leader on leaderboard.
Hello @jaggred, you can use the subscore to untie, if the leaderboard is ascending, just use a unix timestamp for the subscore, if it’s descending you can use something like:
9999999999 - <unix timestamp>
Hope this helps.
Hi @sesposito , we are doing exactly that way. However, there is a problem if the user submits a second score.
Then the Main score is higher than the player’s previous, so it gets updated, and the subscore is lower than previous, so it does not update (in desc mode)
In this situation we have reports of Player A submitting a 50-point score, then Player B submitting a 70-point score and getting rank 1. Finally, Player A submitted 70 point score, but since it was first on the leaderboard, his subscore is higher than player B, so it gots ranked 1.
Uff.
@jaggred what is the leaderboard operator for said leaderboard?
@sesposito - The operator for this leaderboard is “Best