Page 1 of 1

text over palette fade

Posted: Thu May 30, 2013 9:45 pm
by agentorangeguy
Trying to figure out if it is possible to put text over a palette fade to black... such as in the black gate endgame. Is that possible to do with usecode or was that hardcoded? if anyone has any clue, let me know, thanks!

Re: text over palette fade

Posted: Fri May 31, 2013 3:34 pm
by Dominus
I guess it is hardcoded. I'll take a look tomorrow whether it is in bggame.cc

Re: text over palette fade

Posted: Sat Jun 01, 2013 10:44 pm
by Colourless
Its not possible to put text over a palette fade in Exult. Would need to rewrite the way the graphics rendering works. Maybe if you were lucky you could try excluding certain palette entries from the fade, but you'll have problems if those palette entries aren't used in the background that you are fading.