kraflab / dsda-doom

This is a successor of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning and quality of life.
342 stars 87 forks source link

Color demo progress bar for Heretic and Hexen #477

Closed kitchen-ace closed 4 months ago

kitchen-ace commented 10 months ago

Palette colour 4 in those games is near-black, while 255 is white.

fabiangreffrath commented 10 months ago

Alternatively, you could determine the lightest and darkest color in the current palette during init and use these.

https://github.com/fabiangreffrath/woof/blob/8412588aff0b6247f7a601625480de614aa1064c/src/v_video.c#L259-L260

kraflab commented 4 months ago

https://github.com/kraflab/dsda-doom/commit/844d49ca19f655898faa735403d7705f8351407d

kitchen-ace commented 4 months ago

Thanks, I got busy and then forgot all about this.