• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

leaderboard

  1. sercan

    Android Facebook login and leaderboards.

    Hi, I see in many games that you can login with your facebook account and see what score your facebook friends have. And in some of them if you are just on your friends high score point in game, a sign is appearing with your friends' profile picture that shows you are just beating it. How can...
  2. S

    iOS Achievements & Leaderboard for iOs

    Hi, I have created achievements and a leaderboard. the Achievements works fine like this: if achievement_available() achievement_post("grp.XXX.XXX", 100); but the leaderboard is just displaying the name without the score. I used this code to post the score: if achievement_available()...
  3. S

    Android achievement_load_leaderboard

    Hi all I want to show a specific Google Leaderboard and found this info: https://docs.yoyogames.com/source/dadiospice/002_reference/social%20gaming/achievements%20and%20leaderboards/achievement_load_leaderboard.html but I'm not sure how to show the loaded leaderboard...
  4. S

    Android Google Playservices, show specific Leaderboard

    Hi I just implemented a Leaderbord on an android game. It is working, but shows first like an overview of Leaderboards instead the specific Leaderboard with the ID I provided in the code (create event of a persistant object): achievement_load_leaderboard("CgkI_7Kt__gXXXXXX", 1, 100...
  5. G

    HTML5 GMS2: Are leaderboards possible for web based games?

    I'm currently working on the Windows version but I plan to convert to HTML5, I want to make a web-based game because I want it to be free and accessible. Right now even on the GMS2 tutorial, I can't see anything about web-based games. Everything I can find online is for iOS, Android, or Steam...
  6. N

    Steam leaderboards.

    Hello. Anyone has been using Steam leaderboards? I'm talking about steam_download_scores. Uploading works fine, but I can't figure out downloading. I'm using ds_map_secure_save to save it as a file, but after I open it, all I can see is random digits and letters. I might be doing it wrong...
  7. E

    Saving user email and creating a leaderboard on a landing page.

    I've got my game ready. But I need to get the user email and send that info together with the score to a landing page data base. Can you point me in the direction of some good files about it or tutorials? If you have a way to do that or an extension that does that already even better.
  8. sercan

    Android Share, rate and leaderboard buttons

    Hi, Is there anywhere explaining how to make share, rate and leaderboards buttons work for android apps? Actually I have idea for rate and leaderboard but share is missing. Can anyone help me? Thanks.
  9. D

    iOS achievement_login failing

    Hi all, I've had the same code in my game for achievements for about 9 months, but have just realized recently that achievements are no longer working -- at least on iOS. I'm building with 1.4.1763 YYC. I haven't done an updated Android build lately. Anyway, I call achievement_login as...
  10. D

    Android Google Play Leaderboards

    Hi, I'm using Google Play Service to post highscore in a leaderboard. My question: is there a way to get the player score from the leaderboard? I tried to print it in social event but it doesn't works T_T: /// Google Play Services var ident = ds_map_find_value(async_load, "id"); // Own Info...
  11. sman

    Steam Ragdoll Runners [Steam + HTML5 demo]

    One key per leg. This time you cannot count on pounding your keyboard to achieve victory. You require coordination and mental strength, like a true athlete. Try the free web demo! Watch the trailer. Ragdoll Runners invites you to take part in 8 events of 4 types: sprint, long jump, triple jump...
  12. P

    Android Google play service not working in EA version

    I am using only Leaderboard and this problem is happening only with EA version with YYC compiler. I have to use EA because security issue on google play store. In console I am getting messages in this order: Google Play Services extension initialising Found google play app id =...
  13. P

    HighScore Leaderboard Lite SQL problem

    I successfully implement this high-score system into my game. However, every time when there is no internet connection and High score is called - game will crash. This is the crash error msg when score is called without internet connection: Is there anyone who's using this highscore and...
  14. C

    iOS game center always shows a score of 0

    Trying to post a score to the game center, however whatever score I post the game center always says my score I posted is 0. Im using the achievement post function, posting to the correct leaderboard id, the app is connected to the game center in iTunes connect, and I'm submitting an interger.
  15. sercan

    how to integrate "rate" and "leaderboads" with google play store

    I want to put "rate" and " show leaderboard" buttons on my game. could anyone plese explain briefly what to do? Thanks.
  16. P

    Android Annoying Google Play login window on game start

    I enable Google Play Service for my game (Leaderboards), and every time I start the game of course google play extension is called (Achievement login) However in my console I am getting this msg: I/yoyo (15865): AchievementLogin() I/yoyo (15865): Calling connect on googleapiclient...
  17. G

    HTML5 Punt Hooligan [MLG Mode]

    Finally got this game working! I posted another much worse version of this game on the old forums, today it is remastered for HTML5. It's a very simple game, based off a game I used to play in my younger days on Miniclip called "Monkey Kickoff". Kick the ball as far as you can to collect coins...
  18. G

    Free [HTML5] Gladiator

    Hey everyone! I've been on the GMC for years and I'm glad it has revived from it's 2 month coma. In that time I have been working on an HTML5 gaming website using Gamemaker for an engine. Gladiator is one of those games. You are only given one weapon and there is no way for you to regenerate...
Top