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

profile

  1. O

    GameMaker Debugger Pause with Keyboard

    I need to pause the game in the debugger but there is no keyboard shortcut that does this. How to pause with the keyboard to see what is causing the "lag" in the debugger. I would need to see how it performs debug mode in fullscream. I don't have two monitors, would there be any way to pause...
  2. Daniel Mallett

    Debugging

    Is there a way to artificially slow down my game significantly so I can see what's happening? I'm not familiar with the profiling tools (in any language) I never quite got the hang of it. I guess I could use a timer but wanted to know if there was a better way of doing this.
  3. Daniel Mallett

    Organizing colours and text

    Throughout my code on many of my games/applications, I find my self using the following types of commands: draw_set_colour(); draw_set_font(); draw_set_halign(); draw_set_valign(); It's starting to get messy. I don't like having to keep setting these in different sections of code. I can't...
  4. A

    Windows I can't get past the YoYo Account Login despite having a licensed account.

    Everytime I try to log into Gamemaker Studio 2 a little 'YoYo Account Login' pops up, I enter my information. Normally I login, and I start making incredible revolutionary games. Instead it asks me 'Please complete your profile to continue' with a button that says 'Update Profile'. So I press...
  5. dialgpalkia

    Legacy GMC Profile Restore?

    Hi everyone, Just wondering if anyone knows of a way to restore your legacy GMC profile/combine it with your new GMC profile? I joined the GMC a long time ago and I was sad to see that I couldn't log in and had to recreate my profile in the new GMC. Any ideas?
  6. Ronchon

    Debugger profile : not showing functions anymore ?

    Hi! I just updated to the latest version. After using the debugger's profile tool, i'm confused to see that it no longer shows a "tree" like in previous versions where you could see in more detail what was going on, having the details of functions used by each object. Right now it seems to only...
  7. A

    Help with new game with multiple user profiles

    Hi everyone. This is my first game with gamemaker. I have a lot of coding experience but no experience building games. So I'm trying to build a game where an essential part is the ability for players to create a profile that will have a limited number of saved variables associated with it...
  8. A

    GameMaker Debugger Profile Confusion

    I've been attempting to use the debugger's profile tool to determine what's causing lag in my game, but I'm a little confused about the results that I'm seeing. In this image, the total sum of all step % values (including the ones not shown) is well below 50%, and when I switch to Engine...
  9. G

    Missing profile tab in Preferences dialog

    I'm following along in the 10_Monetisation tutorial and was following these instructions. "The first thing you will need to do is set up your GameMaker: Studio profile certificate. This will be used later to create a special extension package which we will need to save and import into our game...
Top