• 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!

api

  1. henrymartzp

    HTML5 call a gms2 script from html file

    Hello I have a question, I would like to know how I can call a gms2 script from the html5 file of my game, what I want to achieve is that after the ad is called, invoke a game maker studio script that will pause the game so that it does not interrupt the ad and When the ad ends, the game is...
  2. SohleKNKI

    SOLVED Weather api

    Does anyone know how to get a response from an api. For example I have this url: https://api.open-meteo.com/v1/forecast?latitude=47.37&longitude=8.55&daily=weathercode,temperature_2m_max,temperature_2m_min&forecast_days=3&timezone=auto I would like to get the weathercode or min or max...
  3. Karlstens

    Hide a bearer token / key string

    Hi all, I noticed when testing my browser based game (HTML5 Compile) that upon debugging the game via my browser session I found full visibility of an API Key and sensitive address details that I'm using to save high score data to a cloud service. What techniques are available to protect keys...
  4. Rafael Augusto

    Integration with Steam

    I'm going to publish a game on Steam! integration with Steam is complicated! I'd rather expect a more stable version that's more guaranteed to have fewer bugs! Does Game Maker have a prediction of when the integration will be fixed? soon in the next stable release? Send news!
  5. 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?
  6. FoxyOfJungle

    Question - General Marketplace API

    Is there a YoYo Games Marketplace API? Where can I, for example, send an HTTP request to get the list of emails that bought a paid asset? I would need this to be returned in JSON format... I didn't find it, I would like to have this added to the Marketplace 2.0.
  7. L

    Problems trying to use the GPS Location IOS & Android extension

    Hi there! In advance, thanks for the help. I am having trouble trying to build an executable using the "GPS Location IOS & Android" extension from XYZlab "cmd" /c subst Z: "C:\Users\luise\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE" elapsed time 00:00:00.0849969s for command "cmd" /c...
  8. P

    SOLVED No Assets Shown in the Object's Variable Definitions

    Hello Everybody, I've met some problem, well actually I meet it pretty oftne but sometimes it disappears but not this time: When I define some variable as and Asset in the Variable Definitions of the object and later in the child object of this object try to edit this variable and enter asset...
  9. Binsk

    Asset - Scripts UBG API [online scoreboards / save data]

    NOTE: [Updated March 2021] This system will be getting a complete overhaul down the road. Howdy! How would you like to have some online high-score boards for free? This project is currently a heavy WIP and only a small subset of many planned features are implemented so far. If you have ideas /...
  10. HATER

    GameMaker Game maker 2 to GameJolt api help

    I'm now to using the api in gamejolt. I've looked at the gamejolt api Manuel, I've downloaded the giveapps gamejolt api extension, and ive tried to use the api based off of instructions telling you what the api extensions functions do, but is still don't fully understand how to implement or...
  11. Posho

    GameMaker [SOLVED] HTTP GET/POST Help for GraphQL

    Hello, I am trying to get access to an API using HTTP functions. Normally you would make queries using JSON files but apparently GM:S forcefully uses ds_maps, which is a tad different. I am also having trouble sending the Auth Token, which from my understanding is done through the Header of a...
  12. Daniel Mallett

    Windows Bug tracking

    I game maker compatible with any of the bug tracking (API). Such as bugsnag, bugskee, jira, sentry etc. If so which ones have an existing API.
  13. J

    Steam Need a Steam API call that counts total leaderboard entries

    Hi. The Steam API has the following function: int GetLeaderboardEntryCount( SteamLeaderboard_t hSteamLeaderboard ); ( https://partner.steamgames.com/doc/api/ISteamUserStats#GetLeaderboardEntryCount ) But there doesn't appear to be an equivalent API call in GameMaker. I'd like to be able to...
  14. Ali Al - Mosawi

    Android Play Install Referrer API message from google play

    Hi guys I get this message form google play whats the action can I do for this Text of message ___________________________________________ Hello Google Play Developer, We recently announced that we’ll be deprecating the install_referrer intent broadcast mechanism. Because one or more of your...
  15. M

    HTML5 Need help with save data on either Cookies or Server-side! Urgent!

    I work for a small team that has made its name on Flash games and I've been put on as the head of an HTML5 project using GMS2. I'm actually fairly new to programming, but the developer-side stuff has been easy so far. I need to make a save/load system where I can get an .ini file to save to...
  16. A

    Google Map + Maps API

    Hi guys. For years I searched for a way to use Google maps products in GML and had absolutely no luck finding anything decent. So frustrated, I decided to make it myself. Here is an asset iv made that you can both use an interactive Google map in your project but also Google maps APIs such...
  17. FoxyOfJungle

    GameMaker Facebook - How to use the chat in Windows?

    I am doing a launcher and would like to integrate Facebook chat into it as well as the friend list and profile info. Is there any way to do this in Windows? (using dll's or http requests) I've already tried: Creating my own chat system using the server in PHP and using HTTP requests, but it...
  18. D

    Android Ayuda, BUILD FAILED. Unable to resolve project target 'Google Inc.:Google APIs:13'

    Hola a todos!!:) He estado tratando de exportar un juego para Android. Tengo Game Maker Studio v1.4.1567, Windows 10(no se si afecte la versión de Windows). Al momento de querer generar el APK en la ventana de compilación aparece este error: -build-setup: [getbuildtools] Using latest Build...
  19. R

    http_request causes memory leak ( probably my fault )

    I'm using http_request for account logins from GMS2 and http_get to poll my SQL database for character locations, equipped items, etc. The database gets http_get'ed every alarm[0] = 30 ( twice a second ). I've adjusted this to once per second but noticed that my RAM gets utterly pummeled this...
  20. C

    Android API greylisted

    I get a warning from Google Play Console that my APK from Gamemaker Studio 2 (newest release) is using an unsupported API. Does anyone know what to do? For now it is only greylisted, but that may change... StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation...
Top