Forums » General
What are the parameters for this?
in config.ini, under your character name's heading, i.e.
[a1k0n]
chatcolors.buddynote=80ff80
chatcolors.msgoutgoing=80ff80
chatcolors.msgincoming=ff0000
chatcolors.barlist=ffffff
chatcolors.barenter=ffffff
chatcolors.barleave=ffffff
chatcolors.nationother=e6e6e6
chatcolors.nationitani=8080ff
chatcolors.nationserco=ff0000
chatcolors.nationuit=ffff00
chatcolors.sector=00ff00
chatcolors.mission=00ff00
chatcolors.guild=ffb935
chatcolors.nation=40ffff
chatcolors.guide=ffffff
chatcolors.group=ffff00
chatcolors.system=ff00ff
chatcolors.sd=00ffff
chatcolors.activechannel=28b4f0
chatcolors.inactivechannel=0050f0
(i'm not sure why this is per-character.. shouldn't there also be a default?)
[a1k0n]
chatcolors.buddynote=80ff80
chatcolors.msgoutgoing=80ff80
chatcolors.msgincoming=ff0000
chatcolors.barlist=ffffff
chatcolors.barenter=ffffff
chatcolors.barleave=ffffff
chatcolors.nationother=e6e6e6
chatcolors.nationitani=8080ff
chatcolors.nationserco=ff0000
chatcolors.nationuit=ffff00
chatcolors.sector=00ff00
chatcolors.mission=00ff00
chatcolors.guild=ffb935
chatcolors.nation=40ffff
chatcolors.guide=ffffff
chatcolors.group=ffff00
chatcolors.system=ff00ff
chatcolors.sd=00ffff
chatcolors.activechannel=28b4f0
chatcolors.inactivechannel=0050f0
(i'm not sure why this is per-character.. shouldn't there also be a default?)
Not having the value there makes it use the default color.
There should be a chatcolors.default but I didn't add that one.
There's some system messages that are not definable either.
There should be a chatcolors.default but I didn't add that one.
There's some system messages that are not definable either.
Now all we need is a color chart. :-)
http://webmonkey.wired.com/webmonkey/reference/color_codes/
http://www.iconbazaar.com/color_tables/
http://webmonkey.wired.com/webmonkey/reference/color_codes/
http://www.iconbazaar.com/color_tables/
You mean you don't know the hex colors by heart? Shame!
I guess there will be a way to change that in-game in time?
I guess there will be a way to change that in-game in time?
shouldnt be that hard...
considering we can already choose the colors from part of the ship. prolly just copy paste that code within the options pagecode.
considering we can already choose the colors from part of the ship. prolly just copy paste that code within the options pagecode.
Been playing around with this and found that not all colors are supported. I've tried some purples and they show up as either appear cyan or green. Can we get a list of functional colors sometime Soon™?
all hexcodes should work.
What is an example of a code that doesn't work?
What is an example of a code that doesn't work?
216 web-safe colors only, or all 16.7 million available using hex codes?
I'm assuming 16777216 colors, since there would be no reason to limit it.
Why can't I cahnge it so that different nations have different colors in channel chat?
I'm getting to that.
It isn't that they don't work so much as they do not register as the correct colors. I tried CC99FF for active and CC00FF for inactive. I got the codes from http://www.iconbazaar.com/color_tables/. The first appears as cyan in game while the second appears green in game. I'm using the DirectX driver. I haven't tried it under OpenGL yet. I'll play around with it some more tonight.
I just tried it and it worked fine:
[colors]
chatcolors.msgoutgoing=CC99FF
chatcolors.msgincoming=CC00FF
as an example
[colors]
chatcolors.msgoutgoing=CC99FF
chatcolors.msgincoming=CC00FF
as an example
I'm sorry but this is just not working for me. I've tried multiple colors and they come out wrong in game.
i.e.
chatcolors.activechannel= FFFF00
chatcolors.inactivechannel= FF0000
chatcolors.activechannel= CC99FF
chatcolors.inactivechannel= CC00FF
chatcolors.activechannel= FFCCFF
chatcolors.inactivechannel= FF0000
Apparently, I am missing something fundamental here. In each of the above examples, the active channel is cyan, the inactive is green. Screenshots can be sent to you upon request. I even copy/pasted a1k0n's example and changed the approriate settings with no change in the results. I have tried both DirectX and OpenGL with no change.
i.e.
chatcolors.activechannel= FFFF00
chatcolors.inactivechannel= FF0000
chatcolors.activechannel= CC99FF
chatcolors.inactivechannel= CC00FF
chatcolors.activechannel= FFCCFF
chatcolors.inactivechannel= FF0000
Apparently, I am missing something fundamental here. In each of the above examples, the active channel is cyan, the inactive is green. Screenshots can be sent to you upon request. I even copy/pasted a1k0n's example and changed the approriate settings with no change in the results. I have tried both DirectX and OpenGL with no change.
It's the spaces after the =. It doesn't parse them properly, so remove them for now.
You just edited your post, didn't you a1k0n? :-O
Thanks for the explanation a1k0n. I tried it without the spaces and it is functional. At least I don't feel *so* stupid now. :-)
It would be nice if there was a universal configuration so that this didn't need to be done on a per character basis.
Thanks for the explanation a1k0n. I tried it without the spaces and it is functional. At least I don't feel *so* stupid now. :-)
It would be nice if there was a universal configuration so that this didn't need to be done on a per character basis.
Thanks for making the configuration universal to the account Devs. :-)
Hey does this still work?
Try it & see.