Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: HandsFree on Mon 10/08/2015 00:33:34

Title: font color for dialog options has changed [solved]
Post by: HandsFree on Mon 10/08/2015 00:33:34
In the KQ4 demo the dialog uses a red font color.
(http://i.imgur.com/1ATJvAx.jpg)

I don't recall changing anything, but when I play the same scene in the full game, the font is white.
(http://i.imgur.com/oyY1AXd.jpg)

Both are (still) AGS version 3.2.1 and both have 'use gui for dialog options' set to 0.
I don't understand what might cause this difference or how to change this.
Any ideas?

thanks
Title: Re: font color for dialog options has changed
Post by: xil on Mon 10/08/2015 00:47:45
I could be wrong but it might be might be set to the character's speech color.
Title: Re: font color for dialog options has changed
Post by: HandsFree on Mon 10/08/2015 00:53:06
Yes, that's it. Never thought of that.
thanks
Title: Re: font color for dialog options has changed [solved]
Post by: xil on Mon 10/08/2015 01:00:20
No problem! Unfortunately there are a few different text/speech options in different places so it's hard to find. For example, the highlight color (in case you need that as well) is a variable you can put in game_start() or similar function:

Code (ags) Select
game.dialog_options_highlight_color = 52259;