Gonna fill this thread till I get answers. :>
Anyone knows if it's possible to change the text background color? This is how it looks for me:
Code:
SetFont(5);
SayBorder(30, 30);
SetTextColor(0.0, 1.0, 0.0);
SetHighlightColor(1.0, 1.0, 0.64);
I'd really like to get rid of the black background (either change it to a different color or make it transparent), but no idea how to do it.
I just found out
@phobos2077 used MrFixit as well, but in his version the text is shown correctly. Now I've spend the last hour to take the script apart, but I just couldn't figure out what exactly makes his text work without black background, but fucked up mine. It's fucking crazy and drives me mad.
/Edit:
Oh my god, I fixed it. It's kinda hilarious, now that I know what caused this...
I've spend about 2 hours debugging with reverting my repository. (Most of the time actually was spend on trying to get the old revisions running again.. not as easy as it sounds). Basically I reverted to revision x, checked if the fixboy worked. Then changed to the next revision until the fixboy didn't worked anymore, etc. etc. This way I've nailed down the revision to two changes I did:
1. Update Sfall and
2. Added a debug tool from the MR team.
It wasn't the Sfall update, but for whatever reason, this happens whenever the debug menu is active. If I delete the script, everything is fine again. No idea why, but I'll guess it's simply the interface functions of the debug tool and the fixboy that don't like each other.
Anyway... it's "fixed" or at least known. Players later won't have the debug tool, so it's basically a non-issue, always was.
God, I hate debugging. Spending hours on trivial shit.
Before and
after. It was seriously eating me up.