Page 2 of 2
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Posted: Wed Nov 11, 2020 1:57 am
by Yarn366
I just now found that the "the end" text at the end of Doom's bunny scroller has a similar (and probably the same) problem: it looks right at 16:9 and narrower, but at any wider aspect ratio it gets stretched. And as with the status bar, the wider the aspect ratio is, the more the text gets stretched--and at insanely wide ratios, the text gets wider than the (vanilla) background image! This happens regardless of the aspect ratio of the background image; only the screen aspect ratio matters.
The difference here is that there is no option (that I'm aware of) to adjust the scaling of that text.
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Posted: Wed Nov 11, 2020 5:53 am
by Trimint123
Yarn366 wrote:I just now found that the "the end" text at the end of Doom's bunny scroller has a similar (and probably the same) problem: it looks right at 16:9 and narrower, but at any wider aspect ratio it gets stretched.
Did you tried it with the Widescreen graphics included in the latest GZDoom?
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Posted: Wed Nov 11, 2020 8:02 am
by drfrag
Yarn366 wrote:Does it still look stretched if you enable HUD Options -> Scaling Options -> HUD preserves aspect ratio?
Now it looks correct but i can't test higher aspect ratios anyway.
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Posted: Wed Nov 11, 2020 6:39 pm
by Yarn366
Trimint123 wrote:Yarn366 wrote:I just now found that the "the end" text at the end of Doom's bunny scroller has a similar (and probably the same) problem: it looks right at 16:9 and narrower, but at any wider aspect ratio it gets stretched.
Did you tried it with the Widescreen graphics included in the latest GZDoom?
Yes I did, and the behavior is exactly the same.
drfrag wrote:Yarn366 wrote:Does it still look stretched if you enable HUD Options -> Scaling Options -> HUD preserves aspect ratio?
Now it looks correct but i can't test higher aspect ratios anyway.
In Options -> Set video mode, set "Resolution scale" to Normal (to avoid stretching), then set "Force aspect ratio" to 21:9; this should give you a proper 21:9 viewing area (and is sufficient for reproducing this bug). To test custom aspect ratios, first set "Force aspect ratio" to Off (to avoid stretching this time, since "Resolution scale" will change to Custom), then change the "Custom Width" and "Custom Height" values to whatever you want, then select one of the "Apply Changes" options.
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Posted: Tue Jan 19, 2021 12:06 am
by Yarn366
This should be fixed now in the latest development build (
https://devbuilds.drdteam.org/gzdoom/). Trimint123, can you confirm that this is the case for you?
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Posted: Tue Jan 19, 2021 1:24 am
by Rachael
Ah, I forgot this topic even existed.
Graphics that are made only for 16:9 monitors will have trouble with the new change, but overall I think it's a better idea than arbitrarily stretching the status bar at 21:9 resolutions. I don't consider it a "fix" though, mostly because the stretching originally was intentional. (For what reason? I don't know) So to me it's a new feature.
Either way, there's absolutely no reason why graphics should be locked at that aspect ratio anymore. GZDoom can be run at pretty much any aspect ratio - even nonsense ones like 100:1 or 1:100. I think it's up to the user to decide "yeah this looks like shit" than the source port placing arbitrary limits on how the graphics can be designed.