settings

  1. J

    GameMaker How to change Naming Convention Suggestions?

    When I load in my game, it says name suggestions and says 'obj_objectname'... I use lowercase camel convention. Where in settings can I change it to suggest the convention I use? I couldnt find it anywhere.
  2. giraffeman210

    GameMaker Particle Colors Darkening

    Hello, so I'm trying to figure out the particle systems and I find that all of my particle colors are darkening for some reason. I go to the colour setting in the editor and I don't see anything that would do that. My yellows and oranges become reds, and my blues become blacks. I checked and...
  3. M

    SOLVED Menu/Submenu problems

    Hello, I have the following problem with my menu. I would like to add this stuff to my menu but I don't know how to do it. Mastervolume // How can I set all the sounds I have at the same time Resolutions and Windowmode // How can I change the types of resolution when the resolution changes in...
  4. Daniel Mallett

    GameMaker IDE Settings

    Where does Gamemaker store its settings for things such as default company name, asset ordering, asset folder colours etc? I basically want my environment defaults to be different than what they are now for new projects. I may have to write a script to replace the default settings files but...
  5. E

    SOLVED Audio Settings?

    Hey guys i was working on option settings in my game so the problem is how to make audio settings using sliders? I mean i want to change it with arrow keys (not using mouse) like in some platformer games however i know the basics of that i can use audio groups and also use (sounds gain) or...
  6. N

    SOLVED How do I make keybindings?

    Hey there! I am having trouble making the settings menu for my game. In the settings menu, I want the player to be able to alter the keybindings to their needs such as movement, but I have not been able to find any tutorials or posts about this topic. So i was wondering if you guys could help...
  7. Spliffurt

    Discussion GMS2 Preference Questions

    So gms2 went free and I've been using it for the passed few days and quite honestly it's been agonizing me. I have a few questions about it. Is there anyway to switch the whole Unreal Engine tree system thing in favor of the instant pop up windows GM used to have? I find myself wasting more...
  8. Z

    Android Android settings

    I made a topic some time ago that i cant install apks on my phone with whatever settings, yet another dude can install them. no answer and problem still persists. do i need to do some settings on my phone or what? intresting thing is this started happening suddenly, and before i was able to...
  9. D

    SOLVED #region code folding

    Hey, I wonder if there is an option for the IDE to toggle remember/forget which #regions are folded and which ones are not, when closing and opening your project? Thanks in advance.
  10. matharoo

    GML GUI Tutorials: Buttons and Option Lists

    GM Version: GMS2 Target Platform: All Download: https://www.dropbox.com/s/cstywdaqqy53lfs/ui-tutorial.yyz?dl=0 https://www.dropbox.com/s/gvkkah9cbak180p/ui-tutorial-2.yyz?dl=0 Summary: In this series, I make tutorials about different GUI elements, which can be used in many different...
  11. R

    Windows Turn off "Remember this decision" for building executables.

    How the hell do i turn that off, i cant find the setting anywhere! and i cant build installers!
  12. I

    GameMaker How to make a settings menu?

    So what I am trying to achieve is a settings menu in which the player can see which button does what, and also if he double clicks on it, he would be able to change the button to whatever he desires. This is what I've tried, but didn't seem to work. if (image_index = 0 and...
  13. Evanski

     GMS 2, Layout Suggestion

    I think that there should be a setting to enable a Layout to be automatically loaded on the creation of a new project. So rather then starting a new project then having to open up where ever you put your layout.xml or make a new one, GMS should automatically load a user defined preset of a layout.
  14. I

    Question - IDE Splash screen not removable in IDE? Wasn't the case when using trial version.

    Hi there! I've been trying Game Maker 2 for the last couple of days and am thoroughly enjoying it. Just a moment ago, I upgraded to the Creator license. However, when I was using the trial version, I would not have a splash screen appear in the IDE when running my game. Now this suddenly does...
  15. G

    Question - IDE Disable syntax & error checking in Code Editor

    hey yall does anyone happen to know if there's a way to disable error checking in the code editor? the thing that puts red bands along the gutter and footer of the editor when it detects a problem, i mean. i thought it was possible but i can't find the option. i'm not sure if i'm remembering...
  16. S

    GameMaker [HELP] Automatic image trim

    Hello, I'm currently using Matharoos Outline Shader from the market place. Im experiencing some problem with creating a "free border" around the sprites. it seems like GMS2 is automaticly trimming my sprites (same as using the Auto trim in the image editor) upon compiling for a test-run. Thus...
  17. N

    Question - IDE Undo-steps being wiped, when deselecting a window?

    I've recently transitioned from GM:S 1.4x to GM:S 2 due to the discontinuation of 1.4x, and there are a lot of things I don't get about the new interface.. My issue is: I've gotten into a habit of holding 'space' and dragging, to look around in my workspace. This seems like to the only way to...
  18. S

    Legacy GM Can't find MAC OS X tab in Global Game Settings

    I've had to re-name my game I'm developing for the iOS app store. However, going to File > Save As doesn't remove all traces of the old name, as the output folder created on my MAC is still named with the old name. I was told, from a bug report feedback, that in order to rename my game, I need...
  19. C

    GameMaker Memory chewed up when window is resized.

    I'm trying to make my game have display options which you can resize the window in a menu. When I use window_set_size to change the display via button, the game runs ok for a few seconds but then slows down really hard. I have no idea what the issue is with it and even made it so every time you...
  20. Ricardo

    Question - IDE Changing sounds settings for multiple files

    Hey! I'm working on in a project that has a lot of sounds. With a lot I mean more than 600 small files. There's a way to "bulk" editing the settings of multiple sounds? The default settings GMS2 use when I drop the files in the resources tree doesn't fit out needs, and change the settings of...
Top