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

extension

  1. ShubhamBansod

    Job Offer - Programmer [Closed]Looking for a Game Maker Extension Programmer

    Hello, I'm looking for an experienced Game Maker Extension Programmer to write a custom Firebase ML Translation Extension. If you're familiar with the Firebase ML Kit Translation Kit (https://firebase.google.com/docs/mlkit/translation) and have experience with Game Maker extensions development...
  2. Mehdi

    Android HELP! Google Play Services Extension not working!

    I did everything based on this blog, However when I download & run my test application from Google Play Store, it seems not being able to complete the signing-in process. Here is my code: Create Event GooglePlayServices_IsAuthenticated(); Async Social: switch(async_load[?"type"]) { case...
  3. RizbIT

    Android Why does the Log not output to the debugger on GMS from the Java extension?

    heres a snippet from my java extension: package ${YYAndroidPackageName}; import ${YYAndroidPackageName}.R; import com.yoyogames.runner.RunnerJNILib;//import ${YYAndroidPackageName}.RunnerActivity; import android.os.Environment; import android.util.Log; import java.util.*; import...
  4. AIO1

    Asset - Extension ECS Android Toast for GameMaker Studio

    Description updated 13-Dec-2022 The ECS Android Toast for GameMaker Studio contains multiple functions that allow you to show native Android toast messages in your games/applications A toast provides simple feedback about an operation in a small popup. It only fills the amount of space...
  5. RizbIT

    Android MobileUtils Ext Extension Issues

    Im using this official extension to share images and text using android sharing intent/widget It works fine but 1st issue - when sharing text to facebook news feed, it doenst actually show the text you specified/sent to it 2nd issue - When sharing image its says to use...
  6. Kaguva

    Asset - Extension Unity Ads onDate

    Name: Unity Ads onDate Platforms: Android & iOS Price: FREE Description: Unity Ads gives you the tools and analytics to help you achieve your app's goals. Whether you want to start creating in-app ads Official page: https://unity.com/products/unity-ads Marketplace...
  7. AIO1

    C++ extension with ds maps, ds lists, buffers... got it working for Linux and Windows! Now need help for Android :(

    Hello! Good news! I've been struggling for a while to implement the capability to create, modify or delete ds_maps, buffers, structs... from a C++ extesnion directly and I made it work for Linux and Windows (probably MacOS too, but I don't currently have a MacOS). I learned to do all this...
  8. RizbIT

    Android Need help with layouts and new GMS

    I use this code in my java extension: vg = (ViewGroup)RunnerActivity.CurrentActivity.findViewById(R.id.ad); You can see the extension here. Now it was working fine until IDE version 2022.9.0.49 Now when we try to compile the app to android apk in the output it shows this error: I read in...
  9. Mookal

    GameMaker url_open Trying to Open URL in Notepad++??? YAL's execute_shell_simple Not Working Either

    I'm in the process of inserting social media links into my game's credits, and I'm having some really strange issues with opening URLs. When using GameMaker's url_open() function, it ends up opening up Notepad++ on my computer?? So, my computer is trying to open a file of an extension that...
  10. Kleff

    Android Google Play Core Update Android extension

    I've been looking for an Androd update extension for a while and found this here https://github.com/guideo/GM2-GooglePlayCore-Extension and here https://developer.android.com/guide/playcore/in-app-updates Could someone take a look at it? I am very bad at Java and wanted to ask for help. I...
  11. TDL3

    GameMaker External C function returning values between -1 and 1 get rounded to 0 by gamemaker

    I have a c dll containing implementations of perlin noise. If I the function noise1d(float xoff) in the dll from a c++ program, it returns a float number ranging between -1 to 1. Like these -0.611 -0.558987 -0.434614 -0.275413 -0.124114 -0.00220321 0.118777 0.269081 0.428737 0.555282 0.610609...
  12. chamaeleon

    GMRuntimeLock (prevent more than one running instance on Windows)

    GM Version: Studio 2+ Target Platform: Windows Download: https://chamaeleon.itch.io/gmruntimelock Links: n/a Sparked by another thread here, I have just published a tiny extension on itch.io called GMRuntimeLock which can prevent more than one running instance of a game. It is pretty trivial to...
  13. BlueScarf

    Steam Steamworks Extension Update Not Working non-zero status (-1073740791)

    Currently in IDE v2022.800.0.187 with Runtime v2022.800.0.166 Running Steamworks SDK 153a as required by the Steam Extension Update I read the manual and updated the Game ID for my game, as well as the SDK location inside the Steam Extension in Gamemaker. The game doesn't run after compiling...
  14. Rafael Augusto

    Windows Windows resize game and need to close

    something happens in windows or when leaving the desktop without closing the game changes size and distorts the game needs to be closed and reopened. Is a windows functionality have any appropriate features for this case?
  15. Drell

    GameMaker How can I make load aa texture page into memory without using sprite_prefetch?

    I would like to load texture pages asynchronously during the character select screen in my fighting game. I'm to understand this should be possible by developing/using an extension, but how does gamemaker know that the sprites have been loaded/where they are loaded?
  16. EvyDevy

    How to have GameMaker recognize you speaking into a mic

    I'm trying to make it so that an image changes when your microphone detects you speaking. I decided to use this add-on "Get Microphone Volume" which is on the Yoyo marketplace (can't use links). I haven't used Gamemaker in years so I'm a bit rusty and need help needing it to work. I was able to...
  17. E

    Android Extension on Android throws decryption errors

    Hey, I just started exploring the mobile possibilities in GameMaker with Android and was able to run my Game on my Device already. Also I was able to write a simple extension, where you just pass a double variable and get a double value back. public double giveSquaredNum(double num) { return...
  18. Mookal

    Steam PHP-Based Steamworks "SteamEncryptedAppTicket" Solution? Or Alternative?

    I'm working on a game that creates online profiles for players when they launch the game for the first time, as it has asynchronous network features where it communicates with the server via HTTP requests. When a user profile is created, the player sends over their Steam ID, then the server...
  19. Z

    Windows Passing json-like data (ds_map or struct) from GML to C++

    Hello, I am making a DLL in C++ to be used as an extension, and I have a questions about passing data from the GML side to the C++ side: How do you pass GML `ds_map` or `struct` to the extension? I am using `json_encode(ds_map)` and `json_stringify(struct)` to convert the data into a string...
  20. Ristray

    Android Is it at all possible to change the position of a banner ad?

    Using the official YoYo AdMob extension but when choosing to use banner ads, regardless of which type, you're only allowed to pick between bottom being true or false. While it works fine for my game when it's one of the regular banner ads, I want to add the medium rectangle ads to a specific...
Top