scoreboard

  1. Rafael Augusto

    Windows Steam - Score System

    My steamwords dll is configured I would like to implement a scoring system on Steam what would the code look like in Game Maker 2?
  2. AetherBones

    Easy Online Highscores

    Easy Online Highscores in GameMaker Studio using the gmscoreboard.com Service GM version: GMStudio 2.3.2 Target platform: all Download: https://marketplace.yoyogames.com/assets/10306/gm-scoreboard-scripts Links: gmscoreboard.com Latest change: 2021-09-22 Level: Intermediate (some GML knowledge)...
  3. Z

    GameMaker Simple yet complex

    So, I have a basic scoring system, in the space shooter I'm making, when the bullet hits the enemy, if the hp is = or less than 0, the score is adjusted for the player, based on the score_value Var I set. I set a script for this, in the script is the following. The script is for Collision event...
  4. I

    Creating a highscore board

    Hi, I'm new to game maker and GML and want to know how to make a highscore board. So far, i have been following the tutorial made by Shaun on creating "your first game in game maker studio 2" and learning this way. I have completed to tutorial and am adding features to this such as, going back...
  5. R

    Game Maker Studio Score, My Score resets when going to the next room

    0favorite I'm having a problem regarding the scores in my game, My game is about answering questions using jumbled letters and when the player gets one correct answer, the game should add +1 to the game score and move to the next level (which is in the next room) and will generate another...
  6. R

    Game Maker Studio Score, My Score resets when going to the next room

    I'm having a problem regarding the scores in my game, My game is about answering questions using jumbled letters and when the player gets one correct answer, the game should add +1 to the game score and move to the next level (which is in the next room) and will generate another question, and...
  7. O

    How to transition to other room (for steam game)

    Am making this game that is going to be posted to steam. When the game start you get score point per second. this is how I made the score count: I created a object called ''Score'': I added a ''Create event'' with executed a code: score = 0; Then I added a ''Step'' event with executed a code...
  8. M

    SOLVED: Custom Name input for Score bord

    Hi I have made a little scrolling shooter with a scorebord and it is as good as done, but my name input is still a windows popup. I don't know how to change this in a decent name input that fits in my game, because I used a video tutorial for the programming of the scoreboard + name input. Does...
  9. G

    Gravity / Scale / Score - Help please

    Good afternoon, how are you all? My first post in the forum. I would like the help of you to solve three problems that I am not getting. First of all, I'm new to GameMaker, programming as well. So thank you for helping me step by step. First I need help to sort out the pull gravity of an...
  10. M

    Score bord won't save.

    Hi I am working on a little school project here, but for some reson my ini files wont save. I wonder why. I am using a booth room with the folowing code: ini_open("scores.ini"); for(i = 0; i < 10; i++) { global.score_array[i, 0] = "unknown"; global.score_array[i, 1] = 0; } ini_close()...
  11. M

    [AUTOSOLVED] Problem with online scoreboard

    Im trying to implement it with GM Scoreboard but something is going wrong. I have this scoreboard: And im using this code to get it to a ds_map: var gmsb_map = json_decode(r_str); var gmsb_status = ds_map_find_value(gmsb_map , "status"); var current_key = ds_map_find_first(gmsb_map); var size...
  12. Q

    Legacy GM Help using INI files to store high scores.

    Hello, I'm currently trying to make a persistent local scoreboard for a game I'm working on. I'm fairly sure I have most of my code right, as it loads the default values, saves those to an INI file when there is no INI file to be found, and shows those values on the end-screen, but whenever i...
  13. N

    Help

    Can someone please tell me why the score table(game over) is not appearing/popping up immediately after the player dies. It is just appearing on the screen as the game starts. I dont want it to show while the game is currently being played. I want it to show up when the player dies/collides The...
  14. Mert

    Asset - Scripts Easy Facebook Scores

    Marketplace : https://marketplace.yoyogames.com/assets/2871/easy-facebook-scores Easy Facebook Scores is the easiest way to add Facebook scores into your game. It uses pure GML and Facebook Open Graph. It works in any platform that GM:S supports. FEATURES Easy to integrate. Retrieve your...
Top