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

mod support

  1. G

    GML Creating a new object/class from code, how?

    To start with, I don't mean create an instance, like you would with Instance_Create_Depth/Layer. Just so there's no confusion. So what I am talking about is creating a new object from whole code, likely from an external file. An example would be... So the question is somewhat twofold. 1) how...
  2. P

    Legacy GM Replacing a sprite on a texture page

    I'm working on a dungeon crawl-esque game, and I'd like to allow users to create entirely new content for it. To do that effectively, they need to be able to import sprites for their new items, enemies, terrain, et cetera. Terrain, though, poses a problem, since I'm using a primitive to render...
  3. B

    GML Loading images as data and creating sprite from said data?

    Hi guys, currently reworking my old modding system and was curious whether it was possible to load an image externally and store it as raw data rather than creating a sprite but then being able to take that data and recreate the image as a sprite through code? Gone through the manual and didn't...
  4. P

    Legacy GM INI Mod Framework Attempt trouble

    I'm trying to create a framework for modding a game I've been working on, and I ran into a spot of trouble. The goal is to create a system that reads object statistics from a file and writes them to a data structure, so that objects can access this information in-game. I'm trying to do this in...
Top