im struggeling with my speech fonts, the result is way beyond from what i expected.
look at the example pic.
(http://www.abload.de/img/schriftanw0.jpg)
i know the background is the worst you can imagine for speech text,
but all my imported fonts are not quite good readable, doesnt matter if i use automatic outline or not.
Could you post the font you've tried? Then we can experiment with it.
Use black outline on different color than black font. You can change font color everywhere.
Thx, yeah black text with text outline dont makes much sense. ::)
So with another textcolor its much better.
(http://www.abload.de/img/schrift15uy3.jpg)
i guess i can live with that.
btw is it possible to change the outline color?
No. I'd never have guessed you didn't try colored text though. :=
Edit: And by "No" I mean "absolutely, yes".
well the deadline for Mags is coming close, the blood pressure is high,
so there is no time for such trivial things like playing around with text colors. ;D
Actually, you absolutely can change the outline color.
function game_start()
{
game.text_shadow_color = 12; // change outline color to red
}
Thanks for this information go to Ben304, who uses this in every one of his games, and told me about it.
oh this is quite cool, thx for the info.
The help File should be updated.
There are several unknown code issues which would be useful to know sometimes.
It's not technically undocumented, it's just not referenced anywhere other than the Game variables ("game. variables") page.
QuoteColor used for speech text shadow (default 16).
That page particularly could do with an update to further elaborate on some of the properties, give examples of usage and such. Part of the problem is simply that a lot of these properties are overlooked because they aren't referenced elsewhere.