HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Need Help With Game Text Colors

05-07-2004, 11:48 PM#1
cfmonkey45
Ok, this might sound a little noobish :\ , but how do you get those colors in texts that are different than white. My guess is that it's a code. Can some1 help me, or tell me the codes for different colors? :(
05-08-2004, 12:00 AM#2
Vexorian
Yeah it is a code,

|cAARRGGBB

AA == alpha value in hex (from 00 to FF)
RR == red value in hex (from 00 to FF)
GG == green value in hex (from 00 to FF)
BB == blue value in hex (from 00 to FF)

|r resets the color

and |n is like an internal [enter]
05-08-2004, 12:58 AM#3
cfmonkey45
Quote:
Originally Posted by Lord Vexorian
Yeah it is a code,

|cAARRGGBB

AA == alpha value in hex (from 00 to FF)
RR == red value in hex (from 00 to FF)
GG == green value in hex (from 00 to FF)
BB == blue value in hex (from 00 to FF)

|r resets the color

and |n is like an internal [enter]
Thanks man!
05-08-2004, 03:07 PM#4
Shimrra
There is also a program called War3Color that you can use. With it, you type what you want into a text area, select your color, and then press a button. Afterwards, all you have to do is paste the copied text into the world editor, and it will appear coded in whatever clor you chose.