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

malformed

  1. U

    Resource load failure and resource are malformed

    Hello so the issue is one day i was working on my game and didn't save the latest object yet suddenly the power was off for a second (i don't know why the power was off) and when the power comeback my computer open window by itself and when i come and check back all of my resource is fine and...
  2. S

    GameMaker Reading off an ini file

    Can someone help me with this? I am getting a problem where I am trying to save controls to an ini file and load them back in so I can have custom control schemes. This is what I have so far: //Set up player controls lists var buttonTotal = 12; global.controlList = array_create(4)...
  3. P

    GMS2 While and If statements Error Malformed

    I'm having an issue with the "while" and "if" statement in my code. I run the compiler but it says that the function is malformed, regardless of whether or not I use "while" or "if". It works fine in GMS 1.4 but not GMS2. /// Code in the game > o_enemy > create event ///...
Top