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

#gms2

  1. I

    GMS 2 FPS drops till 1 fps when testing in debug mode

    Hello There, Actually when testing the game in debug mode for windows platform, the game fps drops off and reaches 1 to 5 fps, so, the game becomes so slow to test and debug. Does anybody faced this issue before or has an idea where this occurred to me? the issue is described in this attached...
  2. S

    Import custom font

    Hi, is it possible to import your own font into GMS2? If yes, do you need any plugins and whats the best programm to make a valid file?
  3. S

    Is that possible?

    Hey, I'm new to game maker and i have a question. So you know how you can code an answer selection system with a ">" as the selector as I did here: if (responses[0] != -1) && (textPrgs >= string_length(mssg)) { for (var i = 0; i < array_length_1d(responses); i++) { _prnt +=...
  4. R

    finding y-position of a found tile

    In Game Maker 1.4, there was a function called tile_get_y which would return the y_position of the top of a given tile. I'm porting my tile collision engine from GMS 1.4 and would like to keep it functionally intact, as much as possible (Please don't send me tutorials, I already have a working...
  5. V

    Need Help to Push/Pull a Box

    I'm using tile-based collisions for this game, but ordinarily, I'd be using object-based collisions and this wouldn't be a problem. I need to push or pull an object (in this case a box) when I get up next to it. Because my collisions are tile-based, my character just passes through any object...
  6. conman06

    GameMaker Programming a thwomp-like enemy?

    Hey, just wondering if anyone has scripts for a thwomp or if anyone know how to program a thwomp. If you could share it with me I would greatly appreciate it. Thanks!
  7. A

    Question - Code The "Gesture" work on a TNI ?

    Hello, I would need to know if the gesture event works on an interactive digital board (TNI)? Is it working?
  8. B

    Free Integrated Command Prompt - GMS2

    Hey guys, I just posted a free GMS2 package if you want to check it out. It's a Minecraft-like command prompt which allows you to make custom commands and easily run them while play-testing. It's pretty simple and can easily integrate into your game. Decided to make it to help my development...
  9. J

    Windows GMS2 Don't Open!

    Hello there. I just installed GMS 2 Trial Version but when I try to open it nothing happens. I have Windows 7 Ultimate 64-bit OS. What can I do?
  10. xDGameStudios

     [SUGGESTION] Timeline revamping IDEAS!

    Hi everyone, I wanted to know your opinion or work around on a topic regarding timelines... 1) What if I need to add multiple scripts to the same point in time?! it would be nice to allow adding an array of scripts to a momment :) timeline_moment_add_script(id, 5, script_a)...
  11. xDGameStudios

     [SUGGESTION] Instance Activated / Instance Deactivated EVENTS

    Hi everyone! I was coding today morning and I got to a point where I usually, when deactivating objects, i need to act upon then. Like reseting some variables when deactivating an object used for transitions effects between rooms! What do you think about adding this two events to the event...
  12. J

    Spell Cooldown Help

    Hmmm, I can't figure out what am I doing wrong... Please help! Here's the code: Step: (Object_Player) alarm_set(0, Object_Spell1.cooldown + alarm_get(0)); if keyboard_check_pressed(vk_space); { if alarm[0] = 0; { instance_create_layer(x + 0, y + -16, "Instances", Object_Spell1); } }
  13. T

    GameMaker Using tiles as event triggers for an horizontal shmup in GMS2

    Hi everyone. My game (traditional old school horizontal shoot em up) uses a time based spawn system for enemy waves and all other events in general. I prefer to keep a fixed view and make everything scroll towards the player. But designing levels this way is very time consuming and boring...
  14. Jonno

    Possible bug in GMS2

    My project that I've imported from GMS 1.4 has been working fine up until now. I've got an error message that I'm assuming is a problem with GMS 2... FATAL ERROR in action number 1 of Create Event for object oFrank: Pop :: Execution Error - Variable Index [0,-1] out of range [1,5] -...
Top