Fully Stretched Statusbar

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Fully Stretched Statusbar

Re: Fully Stretched Statusbar

by MG_Man » Mon Apr 08, 2013 1:24 pm

My solution was to just make a HUDBAR graphic replacement (no SBARINFO needed!) that has grey blocks on both sides, you can see it in this thread: http://forum.zdoom.org/viewtopic.php?p=496366#p496366

I was considering how it would look if the entire bar was scaled to fit the screen (vertically as well, not just horizontally) but SBARINFO can't define different resolutions per aspect ratio so I don't think this can be done.

Re: Fully Stretched Statusbar

by mistrneb » Fri Apr 05, 2013 1:22 am

Has anyone every tried make a slightly higher res version of the Classic Doom Hud? So we can experience the original doom guy face and hud, but without seeing those awful borders and without having terrible stretching?

Re: Fully Stretched Statusbar

by Gez » Tue Apr 02, 2013 10:10 am

Yeah, it'd need a way to offset the HUD sprites so they don't get hidden by the statusbar since it would effectively be a full-screen bar, hiding away 32 pixels (or however many pixel tall the Doom statusbar is) of the weapon sprites.

Re: Fully Stretched Statusbar

by Xaser » Tue Apr 02, 2013 10:02 am

Hmm, I wonder if you can do it in two lines with "Base Doom" and "Height 0"; you may have to actually copy+paste the statusbar code if Height isn't retroactive, but you can still make it replace the standard bar so long as you redefine the height.

Still, though, the fact that the screen will extend far below the bar itself with Height 0 (i.e. it will eat up a decent chunk of the visible area) shows the biggest limitation of this, IMO, and why it isn't done this way in the first place.

Re: Fully Stretched Statusbar

by Gez » Tue Apr 02, 2013 2:19 am

You can still make it as a fullscreen HUD.

Re: Fully Stretched Statusbar

by Ghastly » Mon Apr 01, 2013 4:10 pm

Cyberdemon2006 wrote:Might I then propose something like this?
Won't work, I don't think. If I recall correctly, there's literally nothing behind the status bar, so something like that would be trickier than one would think.

Re: Fully Stretched Statusbar

by SyntherAugustus » Mon Apr 01, 2013 11:07 am

Samsara uses an extended statusbar that I made that would solve the problem a bit better. http://imgur.com/EFBiuJ3

Re: Fully Stretched Statusbar

by Enjay » Fri Mar 29, 2013 3:08 am

In case you don't know, the "ugly green border" uses the background chosen by id for when you reduce the screen size.

I agree with Nash that the first suggestion looks terrible.

If your suggestion doesn't get implemented as an option in ZDoom itself, your second proposal can be done by defining a new status bar using SBARINFO. Alternatively, you could write a GAMEINFO section in a MAPINFO that specifies a different flat to be used at the sides of the status bar.

Re: Fully Stretched Statusbar

by Zenon » Thu Mar 28, 2013 8:59 pm

Spoiler: Might I then propose something like this?

Re: Fully Stretched Statusbar

by Nash » Thu Mar 28, 2013 8:49 pm

But forcing it to stretch like what you want makes it look even uglier.

Fully Stretched Statusbar

by Zenon » Thu Mar 28, 2013 8:42 pm

The current "Stretch Statusbar" doesn't take into account the aspect ratio of the resolution I'm using, giving it an ugly green border on the sides.

My suggestion is to make it stretch to fit the screen no matter what the resolution/aspect ratio is.
Spoiler: In layman's terms..

Top