emptyaccount Posted October 20, 2017 Posted October 20, 2017 Hi,  When you make an Event and then you add text, the text color is always white. Is it possible to change the color of it? Â
2 jcsnider Posted October 20, 2017 Posted October 20, 2017 You can change the color for ALL event text within your whole entire game, but not individual words/phrases/conversations. (As of now)  To change the color for all instances open: Client/Resources/GUI/InGame.Xml  Find: <EventDialogLabel> and change the following below it  <TextColor>255,255,255,255</TextColor>  There should be 4 <EventDialogLabel> objects to change the text color on. emptyaccount 1
0 emptyaccount Posted October 20, 2017 Author Posted October 20, 2017 1 hour ago, jcsnider said: You can change the color for ALL event text within your whole entire game, but not individual words/phrases/conversations. (As of now)  To change the color for all instances open: Client/Resources/GUI/InGame.Xml  Find: <EventDialogLabel> and change the following below it  <TextColor>255,255,255,255</TextColor>  There should be 4 <EventDialogLabel> objects to change the text color on.  Thank you very much!Â
Question
emptyaccount
Hi,
Â
When you make an Event and then you add text, the text color is always white. Is it possible to change the color of it? Â
2 answers to this question
Recommended Posts