Jump to content
  • 0

Change Event Text Color?


emptyaccount

Question

2 answers to this question

Recommended Posts

  • 2

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.

Link to comment
Share on other sites

  • 0
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! :221_see_no_evil:

Link to comment
Share on other sites

×
×
  • Create New...