• 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. C

    Android Warning from Google Play

    I get a warning from Google Play 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...
  2. emicarra

    Mail from Google about removing Google+ API

    Hello, i just got an email from Google saying that they are shutting down Google+ and need me to update my apps so that they no longer use Google+ APIs, and it shows a list of my apps on Play Store that called Google+ method and"plus.people.get" and OAuth "plus.login, plus.me...
  3. Aver005

    Android To store the game data using Google API?

    Hello, I recently started making a game for Android. Now I'm learning the Google API. I have a question: 'Can I store player data on their servers, for example, as I think, through "achievement_"'? By "data" I mean the amount of game currency, game level of the player and his statistics. If...
  4. matharoo

    Android Google Play Services - "Games.API is not available on this device"

    I'm trying to implement leaderboards into my Android game, using the GPS extension by YoYo Games. It seems to log in, but can't fetch the leaderboard using achievement_show_leaderboards(). 09-24 20:36:12.714 4027 4064 I yoyo : Achievement available: 1 09-24 20:36:12.716 4027 4027 I yoyo...
  5. J

    Discord API? Is there any?

    Hi everyone! I'm working on a Clicker game and I need to add some sort of Discord API to the game. Does anyone know if there's any way to connect Discord with your game? I need to connect things like, name, server roles, etc. Thanks in advance! Kind Regards, Jochum
  6. T

    Windows http_get (Error)

    Hello! I'm trying to get a random name via http_get from a site that generates random names by using its API. I decode the jason file to a ds map using async_load ect. The game runs, but I get no result. The only thing I get is a console message (HttpError:HttpSendRequest:) every time I trigger...
  7. D

    GMS2 and Amazon AWS (Polly)

    Hello GMS folks, I ask this question because I searched the forum and with google but did not find anything on this and hope not to waste hours or days chasing the impossible: Is it possible to use Amazon's AWS APIs within a GMS2 game (platform independent preferably)? Specifically, I would...
  8. W

    Dealing with external mp3 files

    Hi! I'm using the soundcloud API to download external mp3 files for my game, but it can only download mp3 files. I couldn't find a way to play external mp3 files, and I even tried to make my own mp3 decoder in gml (that didn't end well). Is there a way to convert an already existing mp3 file...
  9. RizbIT

    forum or Q&A template

    I knwo there are free forum templates that use javascript or similar you just configure them and add to your own site. but is there a forum or Q&A web based API / service i can use on mobile. It shoudl be one which doesnt need user login... the username should be passed via the url. Seems...
  10. G

    Android Targeting the latest API

    As most of you might know, a few months ago Google announced that by the end of 2018 it will be required that developers upload/update apps targeting the latest API, otherwise they will be rejected (READ HERE). What concerns me is that, as far as I know, GMC 1.4 does not support targeting an...
  11. alexhinton

    HTML5 Kongregate API and extension issue.

    I have a game up on kongregate.com currently with the kongregate extension implemented into the game code per this tutorial: https://help.yoyogames.com/hc/en-us/articles/216753988-Integrating-The-Kongregate-API-In-HTML5-Games. I have followed everything properly (as far as I can tell) step by...
  12. RizbIT

    message api or extension

    Hi, i have an app where you can make friends with new people. if both people become friends i want to allow a 1 to 1 private between them, preferably where message history is stored, kinda like whatsapp. i can send a message to other user and they can readit when they logon to the app and...
  13. Adam Coster

     Suggestion: Full gzip functionality

    TL;DR: The lack of gzip functionality in Gamemaker increases developer costs by complicating server-side code and by increasing resources needed by the server. It also increases user cost due to higher bandwidth, and hurts the user experience by slowing down data transfer. For having games...
  14. Adam Coster

     Suggestion: Additional http GET functions for binary data

    With the http_request() function it's possible to implement a generic API client to handle just about anything, which is great. There is one exception: retrieving binary data. All obtained data gets converted into a string, so that any null bytes truncate the result. One solution to this would...
  15. N

    Job Offer - Programmer Third Party Sdk Integration

    Hi! I need a programmer that can help integrate some third party sdks/ Gamemaker extensions for me. These include integrating apis like Google Play Services but for other service providers. These apis are needed for subscription based services and in- app purchases. You will have 5-10 percent...
  16. A

    GameMaker Does GameMaker have any support for API's?

    So I've been using GameMaker for years now for games, and for the first time I've come across a situation where I could integrate say, Google Maps API's to calculate the real-world distance between two points. What I was wondering was if Studio had any support for such API's. I kinda doubt it...
  17. P

    Questions about Android SDKs, Build Tools and APIs

    Hi, Trying to get the most optimal android build set-up, I have some (noob) questions that I can't find in the forums: 1: API 26 is currently installed. If I also want to support users with API 19 phones, do I need to install API 19 as well, or is it all "covered" in API 26? 2: Min SDK : 11...
  18. I

    Team Request Newgrounds.io API Integration (GMS 1.4)

    Hello; As I was willing to publish my project to Newgrounds, I noticed that there were no Newgrounds API Integrations for Game Maker Studio (1.4), unlike Kongregate. So I've devised my own integration, and I am willing to share it with the community. Note that the API Integration is...
  19. R

    Legacy GM General queries about APIs

    Hi everyone! Apologies if this is the wrong spot (this is more of a general discussion query than a problem), I figured seeing as it relates to programming and the technical side of things this forum was the best spot to start! I was just wondering if APIs are generally applicable / able to be...
  20. RyanC

    Android Required API's - to compile for all Android platforms

    Hi All, I'm looking to release my game on just about every android platform from API level 16 (Jelly Bean) and above and was wondering which API's need to be installed for this. I was thinking of using: Target SDK: 23 Min SDK: 16 Compile SDK: 23 Support Lib: 23.2.1 Build Tools: 24 Does this...
Top