[GZDoom] Retro HUD got stretched if over 16:9 ratio
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
-
- Posts: 28
- Joined: Tue Mar 05, 2019 7:34 am
- Graphics Processor: Not Listed
[GZDoom] Retro HUD got stretched if over 16:9 ratio
Title said it all. Also, these screenshots is using Custom 21:9 HUD.
-
- Posts: 28
- Joined: Tue Mar 05, 2019 7:34 am
- Graphics Processor: Not Listed
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Well, it's a slightly edited version of this custom HUD.
- drfrag
- Vintage GZDoom Developer
- Posts: 3179
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
- Contact:
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
That status bar looks screwed even in the latest version @16:9. And even the original iwad graphic looks stretched like always did with the default scale.
-
- Posts: 28
- Joined: Tue Mar 05, 2019 7:34 am
- Graphics Processor: Not Listed
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Reasonable. It is up to you guys to fix it or not, anyway. Just my minor thing I bothered with.drfrag wrote:That status bar looks screwed even in the latest version @16:9. And even the original iwad graphic looks stretched like always did with the default scale.
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
I've only tried the original graphic so far, but I can reproduce what I think is Trimint123's issue: If status bar scaling is set to "scale to fullscreen" and the screen aspect ratio is wider 16:9, then the status bar will be stretched like in Trimint123's 21:9 screenshot. The wider the aspect ratio is beyond 16:9, the more the status bar is stretched. So, this issue is not caused by a simple lack of aspect ratio correction; rather, it seems that in this scenario GZDoom lays out the status bar for 16:9 and then stretches that to "fit" the screen width.
- drfrag
- Vintage GZDoom Developer
- Posts: 3179
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
- Contact:
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
It didn't. If i load that status bar it's screwed i can't get the same results as you. How am i supposed to reproduce the issue? My screen resolution is 1366x768 and it's broken with every scale option, the aspect ratio doesn't matter much if i can't get the graphic to display properly. How should i load the graphic then?Trimint123 wrote:Title said it all
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
If your problem is that the status bar is offset to the right, then make sure you are running GZDoom 4.5.0, which added support for widescreen status bars.drfrag wrote:It didn't. If i load that status bar it's screwed i can't get the same results as you. How am i supposed to reproduce the issue? My screen resolution is 1366x768 and it's broken with every scale option, the aspect ratio doesn't matter much if i can't get the graphic to display properly. How should i load the graphic then?Trimint123 wrote:Title said it all
- drfrag
- Vintage GZDoom Developer
- Posts: 3179
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
- Contact:
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
I'm just dragging and dropping the linked file over the executable, GZDoom 4.5.0. If i should load the status bar in a different way please tell me how.
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
That method should work; at least it does for me. Are you using the full-resolution, 560x32 image, or are you instead using the scaled-down, 400x23 thumbnail (which will obviously look wrong in-game)? The linked post does have the full image, but you need to click the attachment first.drfrag wrote:I'm just dragging and dropping the linked file over the executable, GZDoom 4.5.0. If i should load the status bar in a different way please tell me how.
- drfrag
- Vintage GZDoom Developer
- Posts: 3179
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
- Contact:
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Huh, somehow i downloaded the thumbnail. But for me it looks stretched even in 16:9, seems it depends on your screen resolution.
BTW the wide status bar also works in LZDoom setting fixunitystatusbar to true.
BTW the wide status bar also works in LZDoom setting fixunitystatusbar to true.
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
It's probably worth mentioning that setting is unconditionally true now in GZDoom, and the setting is even removed - any status bar that is offset (0,0) but is greater than 320 in width is automatically adjusted.drfrag wrote:BTW the wide status bar also works in LZDoom setting fixunitystatusbar to true.
- drfrag
- Vintage GZDoom Developer
- Posts: 3179
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
- Contact:
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Of course i know, but i used a different method in LZDoom and i wasn't sure.
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
Does it still look stretched if you enable HUD Options -> Scaling Options -> HUD preserves aspect ratio? If so, then try playing with a fresh config file, changing only that option and loading only a vanilla Doom IWAD and optionally that status bar. If the status bar still looks stretched, then it's possible your whole display is being stretched.drfrag wrote:Huh, somehow i downloaded the thumbnail. But for me it looks stretched even in 16:9, seems it depends on your screen resolution.
-
- Posts: 28
- Joined: Tue Mar 05, 2019 7:34 am
- Graphics Processor: Not Listed
Re: [GZDoom] Retro HUD got stretched if over 16:9 ratio
There you go. Thanks for confirmation.Yarn366 wrote:The wider the aspect ratio is beyond 16:9, the more the status bar is stretched. So, this issue is not caused by a simple lack of aspect ratio correction; rather, it seems that in this scenario, GZDoom lays out the status bar for 16:9 and then stretches that to "fit" the screen width.
Huh, I didn't know it'll automatically adjusted.Rachael wrote:It's probably worth mentioning that setting is unconditionally true now in GZDoom, and the setting is even removed - any status bar that is offset (0,0) but is greater than 320 in width is automatically adjusted.