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

level

  1. V

    Restart the game and return to the last chapter

    Hi! my games is split in chapters (rooms linked together that you can explore). all the rooms are persistent and chapters starts with a room that read ''chapter x'' for 3 sec and then the chapter start. here's what I can't do: i would like that when you lose, you restart the chapter. but since...
  2. S

    Save rooms created in in-game level editor

    Hi, I want to create a level editor for my game to make it easier for myself to create levels for my game and also allow other people creating new levels for them. But when I'm done creating my level in my self programmed editor, how do I save it? I saw that some people propose to use a diagramm...
  3. M

    Beta Super Mario Bros 3d Sidescroller World 1 Remake!

    Hey there thanks for checking this out! Any and all feedback is appreciated as it is far from finished! I'm currently almost done remaking world 1-1 from super mario bros in 3d and will only be doing the first 4 levels or the first levels from super mario bros 3 and super mario world. I am still...
  4. Gamal Shaalan

    Asset - Project TiledGML - Tiled Importer written in GML

    Marketplace: https://marketplace.yoyogames.com/assets/4722/tiledgml-gml-tiled-importer A map importer for the popular map editor Tiled, written entirely in GML. Import the tile maps you created in Tiled to a Game Maker Room, Add objects, backgrounds, views, …etc to the new room in Game Maker...
  5. G

    Level Menu Problems

    Hey I have a level menu and it keeps going to Level1_2 instead of Level1_1. Any Ideas on how to fix it? I am using creation code. Here is the step event for the obj_level_select switch(level){ case 0:{ if(global.LEVEL_UNLOCKED >= 1){ room_goto(Level1_1); }else show_message("LEVEL NOT...
  6. T

    Random generation

    I'm using default GM random functions to generate world (space), upon generation chunks are saved to the disk so it's the same when player visits the area again. But I would prefer seed based generation where user can input seed to generate world from. That might be also useful if I plan on...
  7. N

    level issue

    Help, level does not automatically change to next level im on level 1 and I have it set that if you stay running in game till 150 score then you move to level 2 I reached 150 and the level is still level 1. but the level 2 unlocks when i go to the level room which shows the lists of levels...
  8. N

    Legacy GM Enter The Gungeon Level Creation System

    Im making a game where I want the dungeons to be procedurally generated like Enter the Gungeon, but with destructible walls. I'm not really sure about how to go about this as I'm fairly new to Game Maker Studio, so if you could provide me with as much help as possible, that'd be fantastic. Thanks!
  9. BlueBurn

    PushEd 2 - 2D & 3D Level editor

    PushEd 2, or shortly just PEd2, is a 2D and 3D level editor for GameMaker, created in GameMaker. It is designed as a library that you simply include into your project and you can start creating custom levels right from its executable. This also means you can distribute your game with the editor...
Top