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

resolution

  1. M

    [SOLVED] Changing resolution in-game

    Hey, I havent received answers on Legacy Tech support, Im using GMS1.4. and trying to figure how to change Aspect ratio in-game. I'd prefer it to be so that in the beginning of the game, players can choose the resolution. And then it'll stay like that for the rest of the game. The game is played...
  2. samspade

    Sequences and Resolution Issues

    Is there a good way to create one sequence that works for many different resolutions? Or to scale a sequence to different resolutions? I know you can scale a sequence, but it scales everything, so while this would technically 'work' things would be stretched and squashed depending upon the...
  3. Marko03970

    Problem with fullscreen switching

    Hi guys. I have a problem that I'm trying to solve for a long time now. So basically, problem is in switching between fullscreen and windowed mode of the game. I have 2 displays, one is 1920x1080 and the other one is 1366x768. And problem occur when I run the game on smaller display, switch it...
  4. KyleRansford

    Slight Pixel Distortion When in Fullscreen

    I have a game with a resolution of 416x240 and scales to 1248x720 and when in fullscreen there a slight pixel distortion, but not when in windowed mode. I have the Keep Aspect Ratio checked in GameMaker. When in fullscreen, it does show thin black bars. My laptop resolution is 1920x1080. But the...
  5. RyanC

    Application Surface Blurry Compared to GUI

    Hi Guys, I recently noticed that my game looks really terrible on low resolution however, by chance I noticed another menu that looked fine because it was drawn to the GUI. I checked both surface sizes and they are exactly the same, as the gui is scaled to application width. This makes me want...
  6. Gamedaypanda

    Windows Sprite Resolution Problem

    Hello Programming folks, I'm a supernewbie at programming with GMS 2 and just followed some tutorials on Youtube and just implemented the basics and some Artworks and just tried to run the game which works fine from the coding part. Here is the Problem: The resolution of the Player looks good...
  7. T

    Maintaining resolution sprite 'size' in larger resolutions

    Hi all, Context: I have a blank project that only initializes a camera to follow an object. No surface resizing, no scaling or setting of views in code. My sprites are created at a base of 16x16px. My native resolution is 640x360. My viewport[0] is 1280x720 The ideal sprite size in appearance...
  8. Rafael Augusto

    Windows Put center of sprite in the mouse pointer

    I need to Put center of sprite in the mouse pointer. When shooting bullets, the shots leave the center of the crosshairs depending on the resolution. // kind: instance_create(mouse_x + 8, mouse_y + 8, Ox); // Problem occurs depending on resolution // = need to put the sprite of aim exact in...
  9. Rafael Augusto

    Windows Camera resolution adapt problem

    I need to put a camera in the game with ideal resolution size. The best tutorial of internet has no dropbox files and i need some help! Need more tutorial of Game Maker with ideal resolution size adapt. Compile Errors Object: Obj_camera Event: End Step at line 1 : "view" and "view" are part...
  10. PeXi81

    Best resolution

    I have created many projects with GMS but never thinking this one. What would be the best resolution of the game to look nice on PC, tablet or smartphone? Is bigger better?
  11. Wainggan

    How to lower the resolution of the GUI

    So my game is scaled up 4 times its normal size... and the GUI follows along, but the GUI is too high-res compared to the game behind it. I searched through the manual, but I can't find anything helpful. How could I fix this?
  12. wilmer

    Screen resolution for current mobile games [ SOLVED ]

    Hello Greetings, quick question, I made my mobile game at a resolution of 1280 x 720 horizontal, but I see that the game does not fill the width of the screen, leaving black borders on the sides, what scale or resolution are mobile games using at the moment ?
  13. The Reverend

    window_set_size() is not setting the proper height?

    Trying to build my camera system and noticed a problem: When setting the window size to display size and running the game in window-mode on my 4k UHD screen then the window height is less than display height. This doesn't happen if I run the same code on my FullHD screen. Can anyone tell me...
  14. N

    Pixel art resolution

    This may be a pretty dumb question but Does pixel art transfer well to 4K TVs? If i am creating 16X16 sprites and I want everything to look crisp on a 4K TV is there anything that I need to do to ensure that my game looks good on any tv of any resolution? Thanks in advance for your help.
  15. blexc

    Windows Game lags on TV full screen, but nowhere else

    Hello, I'm working on a physics-based game. When I have friends come over to playtest it, I set it up on my TV. I'll connect my laptop to the TV with an HDMI. Lately, it plays on average at 55 fps, when it's supposed to be 60. Occasionally, it will spike to 30fps, which is practically...
  16. JugglyJuggle

    Problems with Pixelated Pope Resolution / Camera Tutorials.

    Hi everyone! I've been trying to implement Pixelated Pope tutorials on scaling in an Android Game I'm working on, after a couple of weeks I'm asking here on the forums, because I'm starting to think I've messed up the code, or I may have not understood what the code was meant to do. I created a...
  17. A

    Correctly setting rooms

    I'm making my first game, I have most of it done, but I'm still unsure about room size (in-game experience resolution). I know most people uses camera for this purpose (YouTube tutorials), but I decided to have solid rooms so camera itself isn't required. I set my room width and height equal...
  18. J

    Windows url_open messes up window resolution

    Hi This is my first post in the GMS2 forums and even though I went through forum guidelines and links for new members I'm sorry if there's any formatting issues. I've been using GMS2 for nearly 6 months and never ran into a problem which I couldn't solve by myself by using google search (which...
  19. GonerBits

    Graphics Game Resolution - is 400 x 225 acceptable?

    Here's my situation. (Tldr at the end if you don't want to read) I'm making a pixel art game, and I've decided the amount of detail / sprite size I'd like. However, when making game resolutions, I've got a bit of a conundrum. Making the game 320x240 at a 4:3 ratio with 20x20 tiles provides a...
  20. Lucas C

    Introducing Xtend - The Setupless, Simplest, most Flexible, most Pixel-Perfect Display Scaler!

    Hi everyone! It's been a while since I last posed around the GMC, but I'm so excited about my latest Marketplace asset I just had to share it with you all. This one has a long history for me, going all the way back to my very first Marketplace asset, originally released in 2014. I created it...
Top