suggestion

  1. C

    Windows Project FoH - Advice

    So I thought of a simple little game that is still in progress but I was wondering, would people play it? Project FoH is a serious of Four Tests each one is different, Generosity, Selfishness, Friendship, and Kindness each with three different parts in it, It would show if you were Friendly...
  2. N

    Feature Suggestion

    Not sure if this is the right place to post this but here it goes. I (and I am sure many others) would like to have a native support for Spriter and other 2d skeletal animation programs, not just Spine. This would give developers more flexibility in choosing which software to use for...
  3. breakmt

    Question - IDE Create groups inside parent room

    Hello. I think one function in rooms "parent-child" system is missing - creating groups inside parent room. For example, I want create parent room for all levels. Inside this parent room I want to create few groups - "home", "street", "forest" etc. Each of these groups will contain several rooms...
  4. A

    Discussion [Suggestion] Tilemap_set_frame

    I was refining my delta time / time dilation scripts a while back and noticed that we cannot change the animation speed of tilemaps. There is a tilemap_get_frame but no set or update equivalent ( as opposed to e.g. particle systems). Looping the tiles manually is possible but really inelegant...
  5. W

     GUI Layer

    I'm only spit balling here but now we have layers I'd like to see the GUI event represented in the room editor. Possibly as a layer type that could have it's width, height and location set. I envision this much the way views are represented now but any instances placed on the GUI layer would be...
  6. Elevory

     Close Tabs to the Right

    Just a quick suggestion: "Close All But This" is a handy function, but I think tab management would benefit even more from "Close Tabs to the Right," a la Google Chrome. I often find myself wanting to keep three or four different tabs open at a time. Anyone else the same way?
  7. G

     Allow Disabling YYG's Advertising On Startup

    When you start GMS2, it opens with a "recent projects" list and a giant banner ad for YYG's exports (whether or not you already own them). Can anyone think of any other paid software that shows you aggressive advertising on startup? I can't. At a minimum, I should be able to turn it off. It's...
  8. S

    Question - General Can I make a suggestion / give feedback on the design of the Marketplace?

    Sorry if this isn't the place for feedback, I didn't see a category for that on the forum, and a google search just led back here. Please delete this if this shouldn't be here. I just visited the marketplace for the first time, just to see what was available, but found its layout prevented me...
  9. L

     Code editor request

    Have any one used code editor Brackets? Its a neat little editor for web development... It has a lot of functions that I would love to see in GameMaker editor, like: Multiple select/edit for text; Multiple copy/paste; Autocompletion for puting " ' ( { [ around a selected word; It closes ( )...
  10. P

    Discussion Object Functions (Suggestion)

    So, I was looking into the ROADMAP page, and I saw this: I was thinking, wouldn't it be better if we could add and manage as many functions as we want into a separated menu inside the object editor? I made an image on Photoshop to illustrate what I'm talking about: There could be a button...
  11. Pawel

     Suggestion for GMS2 improvements, bugs and issues list

    I have been using GMS2 for some time now and I have suggestions that could improve working with the IDE and GMS2 overall. Some of these points are probably bugs. If one of them is outdated please let me know in the comments and I will correct the list. The list is open so I will add new...
  12. Gradius

     [Suggestion] QoL improvements for script editing

    As much as I like the new editor, there are still some annoying oversights with the workflow, and not all of them seem like they be at all difficult changes, so here are a few: A. Renaming scripts is a tiny bit awkward if you don't know/use the F2 shortcut It'd be nice to be able to...
  13. A

    Suggestion: Improve ds_map efficiency by using a binary tree

    I was pretty surprised when I found out that searching through dictionaries (ds_maps) in Game Maker is done by pure traversal. This means (if you think about it), that using a ds_map is no more efficient than just making an array (or list, if you want to add or remove elements) of [key, value]...
  14. F

    New module for $1,200 it's a good idea yoyogames hope you like it

    EMOTIV Epoc module for game maker studio 2. Imagine new events and functions to read brainwaves from the headset and control the game someone made with game maker studio 2 blink to shoot focus to aim or even control devices so you have a menu on your game(app) that lists 8 hot...
  15. N

    Discussion Multiple/Multiline cursors in code editor

    How about this? (Sublime Text 3 in the gif below) What do you think about this? Currently I copy/paste text from GMS2 into sublime, but it would be nice to have this in GMS2
  16. A

    Question - IDE Can we get some better tablet support?

    When I try to use my Wacom Intuos Pen & Touch for drawing sprites in GameMaker 2's Image Editor, sometimes it'll randomly ignore the hotkeys on my pen, randomly draw a line across the screen when trying to add one pixel, and the when I try to use the rectangle selection tool it will work fine...
  17. G

     IDE suggestion: auto-reorganize objects in workspace when one is closed

    My first suggestion would be allowing individual events to be opened from the resource tree (opening into a full-screen code window) and allowing events to be created from the resource tree--basically allowing the workspace to be relegated to the object's edit box for assigning a sprite, etc...
  18. F

    Discussion What if game maker studio 2 master edition could make PlayStation 4 games?

    Instead of Xbox only in master edition what about PlayStation 4 and vita for variety you know shake things up a bit. But I bought desktop edition yesterday on my birthday. But think about others who have master edition and want to make PlayStation 4 and PlayStation vita games. So take this idea...
  19. M

    Windows Suggestion: Preserve Workspace Conditions

    It's extremely disruptive whenever I open my project up to find that all of my windows have been shoved down because the Parent menu always opens up each and every time it's loaded. I would like to request that objects, when loaded, only open the Parent box if it was saved that way. It's...
  20. C

     Slight nuisance in code editor

    When I middle click to drag the code, and happen to click on a built-in/colored figure, I get the 'help' tab. I really like the easy access to a direct reference, but it's like a battle between user movement through the code and the request for help. I would like to suggest that instead of a...
Top