Game center leader board score total

Discussion in 'How Can I...?' started by telerebor, Jun 26, 2016.

  1. telerebor

    telerebor Avid Boxer

    Joined:
    Jan 12, 2016
    Messages:
    279
    Likes Received:
    145
    How can I make the game center leaderboard so the total points or coins collected from all worlds in the game?
     
  2. carlosabreu1981

    carlosabreu1981 Boxer

    Joined:
    Jan 13, 2016
    Messages:
    92
    Likes Received:
    38
    you had to make a manual implementation in android project.
     
  3. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    Andy says it automatically takes the total points of all worlds. So just set up the leaderboard and you exactly have what you want. The other way around it's unfortunately not possible. You can't make a leaderboard just for one world for instances.

    Oh, and don't forget to choose your Score Type in the Project Settings. The options are: distance, points or coins.
     
    bluemoonstudios likes this.
  4. carlosabreu1981

    carlosabreu1981 Boxer

    Joined:
    Jan 13, 2016
    Messages:
    92
    Likes Received:
    38
    honestly i thinks is a silly implementation what they have done, i have found many many bad practices in their produced file of android studio, leaks of memory, slow down of device and others things,
    hey the future to keep people engaged to a game are achievements and leaderboards so why not implement it in buildbox,
    after all whats the joke of play only for yourself and don't show what you have earned,
    those are my thoughts.
     
  5. carlosabreu1981

    carlosabreu1981 Boxer

    Joined:
    Jan 13, 2016
    Messages:
    92
    Likes Received:
    38
    for example they call for a login in google play services on a ui thread, the results of this,
    since they keep calling to submit score on leaderboards on each game over if you have a bad internet connection
    this ruin your game play experience, i have seen many bad implementations but as of this, none other.

    Andy take notes.
     
  6. telerebor

    telerebor Avid Boxer

    Joined:
    Jan 12, 2016
    Messages:
    279
    Likes Received:
    145
    I have set up leader board and it is only showing the highest points collected in a world.
    For example:
    Score
    World 1 = 5 points
    World 2 = 3 points
    World 3 = 2 points

    Game center shows total points as 5 points instead of 10 points
     
  7. carlosabreu1981

    carlosabreu1981 Boxer

    Joined:
    Jan 13, 2016
    Messages:
    92
    Likes Received:
    38
    Sweet:D
     

    Attached Files:

    telerebor likes this.
  8. telerebor

    telerebor Avid Boxer

    Joined:
    Jan 12, 2016
    Messages:
    279
    Likes Received:
    145
    I have no problem implementing achievements and fixing the leaderboard issue for android. The problem I have is for IOS. I don't know were to look for the score reporting callout.
     
  9. telerebor

    telerebor Avid Boxer

    Joined:
    Jan 12, 2016
    Messages:
    279
    Likes Received:
    145
    @Andy could you help me out with this :)
     
  10. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    Is there a special fix needed for Android to make the leaderboards work? If yes, could you share the solution in a separate post?

    And yes, that's weird, we just had this discussion some days earlier with Andy and Mikafabs and came to the conclusion that it's the total of all points....
     
  11. telerebor

    telerebor Avid Boxer

    Joined:
    Jan 12, 2016
    Messages:
    279
    Likes Received:
    145
    I haven't tested it yet with android. I have contacted support and they are currently working on it.
     
  12. Michaelbarend

    Michaelbarend Boxer

    Joined:
    Feb 15, 2017
    Messages:
    26
    Likes Received:
    13
    Hey,

    Did you manage to figure it out? My IOS leaderboard is also just showing the score of world 1 and not the total score.
     
  13. Jonathan Benson

    Jonathan Benson Boxer

    Joined:
    Sep 14, 2017
    Messages:
    66
    Likes Received:
    33
    hey how did you do that best among the worlds in Leaderboard?
     

Share This Page