Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
806 stars 65 forks source link

"Reviving" text in intro screen have black color instead red #217

Closed winterheart closed 5 years ago

winterheart commented 5 years ago

"Reviving" text at the end of intro screen have black color instead red: ss01

And seems this last sequnce runs little shorter than should be.

donnierussellii commented 5 years ago

That black text fill is probably palette color 255. Its RGB is the same red as the subtitle text, but any pixel drawn with 255 appears as black.

I can fix this with a quick hack, but I really need to understand how to override what it's doing with 255.

Color fix in my PR #219

As for the length of the cutscene, I have no idea.

donnierussellii commented 5 years ago

I understand the deal with 255 being black, will remove hacks in future PR. Also do a fade to black at end.

Major hacks removed in my PR #219.