Status bar missing side textures when scaled down (Hexen)

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.

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: Status bar missing side textures when scaled down (Hexen)

Re: Status bar missing side textures when scaled down (Hexen

by _mental_ » Wed Dec 18, 2019 7:44 am

This would fix the report, although it will just work around erroneous overriding of SBarInfoWrapper setup. I was not aware of such case, and SetSize() call needs to be moved to appropriate location.

Re: Status bar missing side textures when scaled down (Hexen

by Player701 » Wed Dec 18, 2019 6:54 am

This issue appeared after this bug was fixed. It affects SBARINFO-defined HUDs. The problem is that the SBARINFO code calls SetSize before SBarInfoWrapper::Init is called.

Suggested resolution: Add an empty Init override to SBarInfoWrapper.

Re: Status bar missing side textures when scaled down (Hexen

by Ichor » Mon Dec 16, 2019 2:17 pm

CG3, although other people seem to be having the same problems in separate mods.

As for scaling it, I used HUD Options-Scaling Options-Status Bar.

Re: Status bar missing side textures when scaled down (Hexen

by Rachael » Mon Dec 16, 2019 2:11 pm

Which mod exactly are you using, and what are you doing to scale it down?

Re: Status bar missing side textures when scaled down (Hexen

by sinisterseed » Mon Dec 16, 2019 10:28 am

I've noticed this with sprites such as the Fighter's Fist, but I don't think there's much to do about it with the way the scaling currently works.

As a workaround, it's probably best to avoid values that are too high and result in covering the sprites.

Status bar missing side textures when scaled down (Hexen)

by Ichor » Mon Dec 16, 2019 10:11 am

Recently, I noticed that when you scale down the status bar, the side textures aren't there (it only seems to affect mods though). This also has the effect of pushing down the weapon sprites to the point where they are almost completely covered by the status bar. At first, I thought it may have been something I did, but I downgraded to an earlier GZDoom version and it shows up again.

Image

Image

Top