Reply
 
Thread Tools Display Modes
Unread 07-03-2012, 12:23 PM   #1
Sulu
 
Sulu's Avatar
Join Date: Jul 2012
Posts: 10
Chat channel colors.

Basically what ive been trying to do is simple: Change the chat channels individual colors to anything but white.

The only place i was able to get any result from was "C:\Program Files (x86)\Funcom\The Secret World\Data\Gui\Default\TextColors.xml"

I was able to change the underlined part here to change the /say channels color.

Code:
<HTMLColor name="ctch_vicinity_name"    color="standard_bright" />
    <HTMLColor name="ctch_vicinity_text"    color="standard_bright" />
"ctch_vicinity_name" Is the nametag so you can have what they say one color while there name is another.

From what i read it should change just like aoc ( i didnt play it but ive read alot about its ui modding)

I think my problem is i need to maybe try defining the color at the top of the document then i can put

Code:
<HTMLColor name="ctch_vicinity_text"    color="peach" />
instead of

Code:
<HTMLColor name="ctch_vicinity_text"    color="0xFFCCCC" />
Ill try that now. Also i would realy appreciate it if anyone reading this goes to this file and see if they can change anything.
Sulu is offline   Reply With Quote
Unread 07-05-2012, 08:39 AM   #2
kenze
Join Date: Jul 2012
Posts: 9
if TSW is anything like AoC youll need to copy that TextColors.xml from default, make you changes then copy it into the Customized folder. Also there is a number at the top of the xml that will likely change after every big patch that youll need to update with the number from the same xml in the default folder.

someone made a chat color editer thingy for AoC it may even work for TSW, not sure. but its here http://aoc.curseforge.com/addons/pro...r-editor-v0-2/

Last edited by kenze : 07-05-2012 at 08:42 AM.
kenze is offline   Reply With Quote
Unread 07-05-2012, 02:20 PM   #3
Worsh
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 3
The chat doesn't seem to be controlled by the GUI either, there's no code for it (other than sticking stuff into the input control), and nothing appears in the debug window for it.

We may be stuck with whatever FC give us with the chat I'm afraid.
Worsh is offline   Reply With Quote
Unread 07-05-2012, 05:58 PM   #4
kenze
Join Date: Jul 2012
Posts: 9
I played around and figured out how to change the font size but i cant get the text colors to change.

http://forums.thesecretworld.com/showthread.php?t=39075
kenze is offline   Reply With Quote
Unread 07-07-2012, 03:37 PM   #5
Sulu
 
Sulu's Avatar
Join Date: Jul 2012
Posts: 10
Quote:
Originally Posted by kenze View Post
if TSW is anything like AoC youll need to copy that TextColors.xml from default, make you changes then copy it into the Customized folder. Also there is a number at the top of the xml that will likely change after every big patch that youll need to update with the number from the same xml in the default folder.

someone made a chat color editer thingy for AoC it may even work for TSW, not sure. but its here http://aoc.curseforge.com/addons/pro...r-editor-v0-2/
I did infact download install and try that. Id have to decompile it and change it to recognize tsw and i doubt it would even change anything.

Quote:
Originally Posted by Worsh View Post
The chat doesn't seem to be controlled by the GUI either, there's no code for it (other than sticking stuff into the input control), and nothing appears in the debug window for it.

We may be stuck with whatever FC give us with the chat I'm afraid.
Thank you for looking.


Quote:
Originally Posted by kenze View Post
I played around and figured out how to change the font size but i cant get the text colors to change.

http://forums.thesecretworld.com/showthread.php?t=39075
Hmm could you perhaps give us the location of the files you were able to modify to change font size? No offense intended but maybe someone knows something we dont.
Sulu is offline   Reply With Quote
Unread 07-08-2012, 12:25 AM   #6
kenze
Join Date: Jul 2012
Posts: 9
sure its all in the link i posted which is the TSW forum post i made.
kenze is offline   Reply With Quote
Unread 01-07-2015, 02:19 AM   #7
AbrahamMt
Join Date: Jan 2015
Posts: 2
Chat channel colors

Is there a way to send msg to joined chat channel?
For example, I join to myclog /join myclog, how can I send my text there from addon code?
Its for making a simple combatlog.
AbrahamMt is offline   Reply With Quote
Reply

Go BackSecretUI » Developer Discussions » General Authoring Discussion » Chat channel colors.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off