Sprite color flicker with certain dynamic light parameters

Is there something that doesn't work right in the latest GZDoom? Post about it here.

Moderator: GZDoom Developers

Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.

If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.

Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!
User avatar
Sinael
Posts: 244
Joined: Tue Oct 18, 2011 8:57 am

Sprite color flicker with certain dynamic light parameters

Post by Sinael »

When using the following combo of parameters:

Code: Select all

autoloadlights=true
autoloadbrightmaps=true
disableautoload=false
gl_light_particles=false
gl_light_sprites=false
Sprites would randomly flicker with red (rarely blue) fullbright color. Barely happens on maps with low sprite count, but very noticable on bigger (1000+ enemies) maps.
Even noticeable on the start of Doom 2, during the screenwipe two zombiemen and armor pickup would be lit up red, but rarely happens otherwise since sprite count is low.

To reproduce:
* Fresh install GZDoom
* Launch once to generate .ini
* Set CVARs mentioned above to the said values.
* Load map with big monstercound and have many monsters on screen.
* Move mouse around and see the flicker.

I have provided a save file on Eviternity.wad that demonstrates the bug right away. https://my.mixtape.moe/fmqbge.zds

Here's a handy video demonstration

Return to “Bugs [GZDoom]”