Fullscreen

RosalinaGalaxer

  • Posts: 239
Hey.

I've looked around the forums and found a whole bunch of people asking this question, but they never got a clear answer. What is a good resolution to use to fill the whole screen? The base 760x480 or whatever it is gives you sidebars, but how much bigger does one of those values need to get?

Thanks!
Ģ̷̓l̴̥̒͑̕͝ì̷̘͈̬͈̖̂͂̔̕t̷͔͇̯̥̬̀̽̓͜͝c̵͇̦̼̮̉̐̈́̕͝ͅͅḣ̵̡̫̞͚̐̅ͅë̶̗̦̪̖͚̜́͊̄͑s̵̺̹̖̼̥̃.̴̮̫͐ ̶̛̓̇̾̎

“I have never seen a more heated discussion about context, jazz, and cats.” - VanillaButterz

NobodyX

  • *
  • Posts: 1228
Any resolution can fill the screen in fullscreen. Do you have the "scale mode" setting changed? If not, the default option will not scale your game up when in full screen.

Or are you asking about aspect ratios? I'm assuming you're making a desktop game. Most monitors are 16:9 aspect ratio, so if you have any resolution that's 16:9 then there won't be any thing letterboxed or cropped for most monitors. But some monitors are a slightly different aspect ratio so whatever you choose it can't be perfect for every single monitor.

RosalinaGalaxer

  • Posts: 239
So 16:9 aspect ratios are the way to go?
Ģ̷̓l̴̥̒͑̕͝ì̷̘͈̬͈̖̂͂̔̕t̷͔͇̯̥̬̀̽̓͜͝c̵͇̦̼̮̉̐̈́̕͝ͅͅḣ̵̡̫̞͚̐̅ͅë̶̗̦̪̖͚̜́͊̄͑s̵̺̹̖̼̥̃.̴̮̫͐ ̶̛̓̇̾̎

“I have never seen a more heated discussion about context, jazz, and cats.” - VanillaButterz

NobodyX

  • *
  • Posts: 1228
Yeah it's the most popular, go for it.

Shayaan

  • Posts: 88
And what it you have pixelated art? Would it look blurry?

I'm making my first PC game for Steam. So I don't have much idea about resolution and scaling.

RosalinaGalaxer

  • Posts: 239
If you made the art at a larger size and imported it scaled down, it shouldn't be blurry. I haven't done much with fullscreen, but the game I've been working on with fullscreen isn't blurry and I'm doing pixel art. I'm doing the art at pixel scale and then magnifying it by 3. And I'm doing it in MS Paint, so pretty much any other program should be able to do it as well.
Ģ̷̓l̴̥̒͑̕͝ì̷̘͈̬͈̖̂͂̔̕t̷͔͇̯̥̬̀̽̓͜͝c̵͇̦̼̮̉̐̈́̕͝ͅͅḣ̵̡̫̞͚̐̅ͅë̶̗̦̪̖͚̜́͊̄͑s̵̺̹̖̼̥̃.̴̮̫͐ ̶̛̓̇̾̎

“I have never seen a more heated discussion about context, jazz, and cats.” - VanillaButterz

NickamonPoppytail

  • Posts: 1141
And what it you have pixelated art? Would it look blurry?

I'm making my first PC game for Steam. So I don't have much idea about resolution and scaling.

If you still have Pencyl as your default image editor, it actually allows you to manipulate the image size in Image > Image Size.
Upcoming Projects
Poppytail 5 and Pixeltail: Fifth and sixth main instalments in Poppytail series. A Game About Trimming Hedges: Final Version: An updated version of the original AGATH. One Million: Last-one-standing style small project. The Poppytales: Platformer boss rush with character collecting. Skies n' Fall: Boss rush shooter prequel to Rise n' Brawl. Precious: Weird platformer. Christmas Time 2: Sequel to Christmas Time 1.

Rimrook

  • Posts: 251
My 16:9 resolutions.
1x 1152w 640h
2x 576w 320h
3x 384w 213h
4x 288w 160h

If you use letterbox full screen, you have a pixel or two on the top and bottom but at least your game’s tiles won’t partially be off the screen. :)

Shayaan

  • Posts: 88
So you guys know any good screen resolution for pixelated fullscreen games? Because 760x480 doesn't seem to be 16:9.

EDIT: Rimrook sorry I didn't read your reply. Thanks :)

So I should make everything in my game for '576w 320h' and then select the 'Scale To Fit (Letterbox)'. That would work fine, right?

« Last Edit: April 15, 2018, 09:01:48 am by Shayaan »

RosalinaGalaxer

  • Posts: 239
Yep, it should work. I can't see any reason it shouldn't. If it doesn't, try scrolling through each fullscreen mode.
Ģ̷̓l̴̥̒͑̕͝ì̷̘͈̬͈̖̂͂̔̕t̷͔͇̯̥̬̀̽̓͜͝c̵͇̦̼̮̉̐̈́̕͝ͅͅḣ̵̡̫̞͚̐̅ͅë̶̗̦̪̖͚̜́͊̄͑s̵̺̹̖̼̥̃.̴̮̫͐ ̶̛̓̇̾̎

“I have never seen a more heated discussion about context, jazz, and cats.” - VanillaButterz

Bombini

  • *
  • Posts: 1401
Scaling pixelart up does also not blur it (because scaling down was mentioned).

Shayaan

  • Posts: 88
And what about changing screen resolution in-game? Is it possible with Stencyl?

ichimitch

  • Posts: 73
And what about changing screen resolution in-game? Is it possible with Stencyl?

I'd also really like to know the answer to this question.

Vaibhav Sangwan

  • Posts: 160
I don't think that's possible in stencyl.
Currently working on:-
http://www.stencyl.com/game/play/42376
Feedback will be really appreciated

RosalinaGalaxer

  • Posts: 239
That would be useful if it was. You could bring up a resolution menu so that people who didn't have a  16:9 screen could change it to what they needed.

We might be able to do it with some Haxe code. I was poking around in the code trying to see why debug drawing wasn't on and I noticed that at the start of the code it defined the screen width and height.  So someone might be able to put together an extension for this.
Ģ̷̓l̴̥̒͑̕͝ì̷̘͈̬͈̖̂͂̔̕t̷͔͇̯̥̬̀̽̓͜͝c̵͇̦̼̮̉̐̈́̕͝ͅͅḣ̵̡̫̞͚̐̅ͅë̶̗̦̪̖͚̜́͊̄͑s̵̺̹̖̼̥̃.̴̮̫͐ ̶̛̓̇̾̎

“I have never seen a more heated discussion about context, jazz, and cats.” - VanillaButterz