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

scaling

  1. inertias

    GameMaker Font issue relating to screen resolution

    So above is a picture of a sprite that contains a very small font. My game is at 1920x1080 resolution and my monitor matches that as well. My problem is that when I draw this font to the screen (using the draw gui event), the font only appears clearly depending on where my mouse coords are (I am...
  2. A

    GameMaker Scaling game surface with different sized rooms

    Hello! I've been trying to crack this problem for a while, and I haven't been able to find a solution. I am adapting Pixelated Pope's scaling method to work with my game, and I'm stuck. Here's what I'm trying to do: 1. Determine the size of the monitor 2. Scale the application surface height...
  3. E

    GameMaker Resizing background with steady rest [HTML5]

    I want my game to look as if it's full screen on all major aspect ratios for mobile, so no black bars. I tried the fullscreen scaling tutorial here: https://www.yoyogames.com/blog/67/scaling-for-html5 But for some reason it isn't working at all? At least I'd like the background to be full...
  4. L

    GUI(healthbar) not scaling with zoom (GameMaker 8)

    Hello, I'm using a fairly older version of Game Maker which does not have the GUI draw event included, or any GUI codes by that means. My "GUI" in this case is just a drawn healthbar. My problem is that it's scaling down when there's a zoom-out. Basically, I have two characters in a room...
  5. N

    Isometric Tile Scaling

    Hello, This is the first time I've submitted a post in a very long time. Always try going though YoYo Games documents before making a post to assure it isn't something I can figure out. Recently I began making an old style isometric game. I've create a couple of tile sets to do this. Within...
  6. Pfap

    room pixels and native resolution

    I'm testing a project on ios and I want to make the sprites appear bigger, but I still want to fit as much content on the screen as I currently have. I'm struggling to conceptualize or haven't really learned how the native display and gamemaker room sizes work together. My sprites and everything...
  7. R

    Android Adjusting Room Sizes for Android Devices

    I just recently bought GMS2 and the GMS2 Mobile Module. I just read through all the documentation to set up the Android Module and was able to successfully run my first app through GameMaker! While I have published apps already to the google play store they were written in C# through the Unity...
  8. N

    GameMaker [SOLVED] Another impossible scalling case

    Hello everyone, I am desperately seeking help to scale my game, I just can't understand this stuff, nothing is working, I constantly have weird results. I developped a Shoot' em up using 1920*1080 rooms. My computer screen is also 1920*1080. Now I want to scale it to whatever screen the player...
  9. M

    Windows [SOLVED] Ideal Port/Window size

    Im making a game (duh) . I want this game to be enjoyed by the most poeple absolutly possible. However, poeple buy a computer with a different screen size (with a different screen resolution then 1920x1024) and I dont blame them. Heres the question: What is the best window size / set of sizes...
  10. K

    GameMaker Is it possible to have layers with different resolutions?

    Hi, I'm relatively new to GMS 2 and quickly getting the hang of GML, and I would like to know if there is any way to have a layer that's more pixelated than another. For example, an 8-bit style game with an hd HUD. If this isn't directly possible, could there be any work around to do something...
  11. Erayd

    GameMaker Scaling GUI object placement

    I have a theory I'm wondering if anyone passing by here can confirm or not. My gui layer is set to the resolution of the player's monitor so as to have the highest resolution for certain graphics. Before I built that function in, I had been setting all my element's locations by static values...
  12. B

    Job Offer - General Looking for someone experienced with Spine and Gamemaker

    [resolved]
  13. A

    HTML5 Scaling mouse coords when scaling HTML5 canvas

    Hi All, I have a little problem I'm trying to solve with HTML5. I have a prototype game where the player's x axis is simply set to the location of the x axis of the mouse as follows in a step event: x = mouse_x; That all works fine on both desktop and HTML5 until I scale my game. I'm using...
  14. T

    Legacy GM Issue with x_scale/y_scale

    It seems like a simple problem, but I just can't figure it out. When I increase the scale of an object it usually works fine. The code is as simple as if (grow == true) { image_xscale += .008; image_yscale += .008; } Whenever grow is false, it should stop...
  15. L

    GameMaker gui scaling trouble

    Hello, I am having trouble scaling my gui. so I have the automatic drawing of the application surface turned off, and am drawing the game surface manually and scaling it myself. for testing purposes i'm letting my game run in its native resolution ( no scaling ) and am centering it in the...
  16. C

    GML Coordinate Scaling Problem

    Hello! I'm having a little bit of a coordinate problem. I'm trying to use a 'heat map' to direct my unit objects. Head for hot sectors, avoid cold ones. It's not really working. They always head for the top left corner. I believe this is a scaling problem, but I don't know what to try next...
  17. M

    Legacy GM Scaling sprite from sprite_add_ext()

    Hello! I'm currently trying to make a "save thumbnail", and for that i'm taking a screenshot when saving with screen_save("save.png") and adding it using sprite_add_ext(). Here's the problem: I want the thumbnail to be a certain size, of a 16:9 ratio. I can scale the image by multiplier, but...
  18. D

    Responsive UIs in Game Maker Studio 2

    GM Version: 2+ Target Platform: ALL Download: Github | Pastebin | Marketplace Links: ( These are the resources mentioned in the tutorial ) Scaling for Devices Text Fit Box Display Scaler Summary: The meat and potatoes of this tutorial talks about positioning things onto the screen using two...
  19. L

    Question - IDE Texture scaling shrinks sprites - UV issue, or intended behavior?

    I'm designing my current project to a 1080p standard. However, some of my assets ideally need to be above 2K to give some flexibility for zooming/panning. This is all fine and good on my PC when running with texture pages set to 4096x4096, but some of my low-end test devices struggle with this...
  20. M

    Discussion Shouldn't Sprite Pivot be Real?

    Hey guys, it's me again. Well, I've noticed a pretty weird problem and I think it is related to my previous unanswered ticket/problem, which has the number: 143039, and was submitted in April. The fact is that after doing some tests I came across a bug related to scaling. When I scale an odd...
Top