Jump to content

Question

2 answers to this question

Recommended Posts

  • 2
Posted

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.

  • 0
Posted
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:

×
×
  • Create New...