extensions

  1. M

    Question - Code Extensions vs Packages

    Hello, What is the difference between Extensions and Packages? In GMS2, there is a menu item to create a package, but I can't find any place to create an extension. In the documentation it guides me in how to create an extension, but no where does it say how to create the GMEZ file. Did...
  2. T

    Legacy GM Gamepad axis released?

    Hello guys, for the past hour i've been trying to implement a gamepad released function. However, i have failed every time i tried. I even tried using input_dog, an extension. (https://marketplace.yoyogames.com/assets/243/input-dog) However, i have tried many ways to implement the extension to...
  3. G

    Android Billing not working

    I used to have In-App Purchases in my app working properly, but since I've updated to GMS 1.4.1760 , they don't work anymore. Instead, I get a message saying: "This version of the app is not configured for billing through Google Play". I checked and there is no sign of "In-App Purchases"...
  4. babyjeans

    GameMaker Best Way to Render from a DLL?

    I've been experimenting with working with extensions and DLLs, and was wondering what people have done in the past to render from a DLL? I've seen a few extensions that seem to do this, but wasn't sure. Right now, I'm thinking my best bet is to share a buffer with the DLL, and...
  5. T

    Legacy GM Extensions not working

    I can't add extensions anymore... :bash: What i do: Right click "Extensions" Click "Import extension from library" Goto "My Library" Click "Add to project" next to the extension i want to install (Google Play Services -Nothing happens- :( I also tried using "import extension" and selecting...
  6. T

    Legacy GM Cannot add extensions

    I can't add extensions anymore... :bash: What i do: Right click "Extensions" Click "Import extension from library" Goto "My Library" Click "Add to project" next to the extension i want to install (Google Play Services) -Nothing happens- :( I also tried using "import extension" and selecting...
  7. S

    Question - IDE Updating an asset to GMS2?

    The update asset button is greyed out in the desktop edition, does this mean I can't upload the GMS2 versions of my extensions yet? I noticed some users, who aren't YoYoGames, have managed to upload GMS2 versions of their assets, (the icon indicating that in the top left hand corner), so I just...
  8. G

    Legacy GM Large dynamic resources loading method not blocking the game

    Hi, I would like to ask, if there is a method (included or extension) to load external resources without blocking the game pipeline. (I use sprite_add function in the code) To be clear, I am working on a game that would preferrably use sprite sheets for character actions (composed layered as...
  9. RizbIT

    whatsapp api

    hi you know like in GMS third parties can make extensions that can extend the functionality of GMS can we do the same thing for whatsapp? I mean can me and you use some API or SDK to create plugins for Whatsapp ?
  10. hippyman

    Game Mechanics Need help understanding this license

    I've got another thing I want to try and add onto GM:S 1.x The V8 Javascript engine made by Google. It would be pretty cool to be able to run javascript in game. No idea how it works right now and there's a really good chance this project will never see the light of day. Buuut, just in case I...
  11. S

    Question - GML Visual [SOLVED] Action Libraries

    Merry Shrekmas everyone! Something I really liked about GameMaker Studio 1.x is that you could still make action libraries that work with it using the good old GameMaker 7.0 Action Library Maker and I was wondering if this was still possible in 2.x? If it isn't, I'd like to suggest it as a...
  12. breakmt

    Can I add gradle repository?

    Is there any way to add injection in gradle repositories for extensions? I mean, I need to add this repository: maven { url "https://adcolony.bintray.com/AdColony" } But in extension properties I wee only "Inject in Gradle dependencies". I can use only jcenter()? :(
  13. Ruimm

    pausing a spine animation

    Hi. I'm using a Spine animation in my game but I'm not sure how I can pause the animation. In Spine usually you'd set the "time scale" property of an animation to zero, but I can't find anyway of setting that in GameMaker? Has anyone done this before? Thanks ;)
  14. clee2005

    Removing Android permission in Manifest

    Hey guys, I understand that you can remove permissions that are merged with : <uses-permission android:name="android.permission.GET_ACCOUNTS" tools:node="remove"/> I have put this in an extension at the manifest level and it sees it in the LINT output, but the permission still gets...
  15. H

    Legacy GM dll extension "LoadLibraryA failed with error code 4250"

    Hello new GMC! This is my first post here! ;) I'm working on an update for Fortify. I wrote a dll last spring that implements the matchmaking and peer to peer functionality from the Steam API. The update actually has nothing to do with the multiplayer, but when opening the project with...
  16. S

    Error on load, Uable to find function List.gml

    can someone explain how to get my extension working? I currently was just testing to see if I could make a simple extension, however it seems when I call the function "List" it can't find it even though it gets highlighted in the script editor I wanted to make an extension that does not add...
  17. A

    Android [SOLVED] startActivity (Java) not running

    EDIT: I succeeded! All I had to do was change to I hope this helps others who get stuck on this. I'm trying to create an Android extension that allows the user to share their score. I found this code online, and put it in a Java extension. Here is the function: public void share(String str)...
  18. RizbIT

    Question - General Is the marketplace a good business

    Im just curious as to how effective the GM marketplace is as a business for individuals or companies. We know that people are willing to pay several hundred dollars for Studio and export modules but what about extension or assets. How much are people willing to pay for items in the...
  19. P

    Android [SOLVED] YYC works without libpng error, but only with old Google extension

    Hi, I've got everything updated with the fantastic "Playlight" set-up. Running 1760, windows 64, NDKr12b, jdk1.8.0_101, target24, min 9, compile24, build 24.0.2, support 24.2.1 and unchecked the lint box. With this setup i'm able to create YYC apk's without libpng problems, but only if i use...
  20. RizbIT

    Java Extensions For Windows Desktop

    I know the extension made for Android are in Java, You have to enter the class name into the settings. Windows PC also can make use of Java. SO can you make extensions for WIndows desktop games/apps suing Java? If not why not, is it only reserved for Android apps?
Top