ezquake-source icon indicating copy to clipboard operation
ezquake-source copied to clipboard

BUG: <Status bar does not render correctly when holding +showscores>

Open zigg1zagg1 opened this issue 2 years ago • 1 comments

ezQuake version: 3.6-alpha10

When +showscores is activated, the game is supposed to hide the health / armor and face icons and show the map name over the hud. Instead ezquake creates a black square over the hud, rather than hiding the relevant parts.

To Reproduce Steps to reproduce the behavior: 1 set scr_newhud 0 and cl_sbar 1 2 load a map and press +showscores

Screenshots How it looks in ezquake currently. ezquake270

How it looks in other quake engines (in this case ironwail, but behaviour is the same even in winquake). ironwail0000

Note that with the default ezquake pk3 files this may be hard to see as it comes with a black backtile.png Try testing with gl_no24bit 1

zigg1zagg1 avatar Sep 01 '22 22:09 zigg1zagg1

Seems like setting the contrast to > 1 causes the black box to appear.

The images below are with vid_software_pallete 1;gl_hwgammacontrol 0;vid_renderer 1;gamma 0.75

contrast 1 Top half of the hud appears correct here, but the texture that covers the numbers and icons doesnt show still ezquake343 contrast 1.5 Black box issue appears here ezquake344 scr_newhud 2 also appears inconsistent here, no black box but the classic hud is hidden. ezquake347

The status bar also appears black if newhud is disabled.

scr_newhud 1 (or 2) ezquake345 scr_newhud 0 ezquake346

zigg1zagg1 avatar Jan 26 '23 23:01 zigg1zagg1