• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Text colour & hotkey text

Status
Not open for further replies.
Level 3
Joined
Apr 9, 2008
Messages
42
I want to make it so in the spells name it has a letter which is coloured for the hotkey. Also if anyone knows how to change the colour of text that'd be awesome thanks.
 
hey there hope noone posts this before i send it in, anyway basicaly in warcraft 3 model viewer their is a thing that says custom text, that allows you to change text colour and stuff then you put the code into the game where you need it, heres the link for download of warcraft 3 model viewer,
http://warcraft3.filefront.com/file/Warcraft_III_model_editor;4872
that should be right, and goodluck
 
thanks for correction lol id rep that fix up but i cant xD
 
Color codes are built up with 8 numbers. Each number symbolizes a color.
First two = I'm not sure about those
Second = Red
Third = Green
Fourth = Blue
So they look like this:
|c??RRGGBB

The numbers are taken from the hexadecimal system of numbers. There are a total of 16 numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F. Higher number makes a brighter tone of the color. The highest number (F) on all makes the color white. The lowest (0) makes it black.

Red Code: |c00FF0000
Green Code: |c0000FF00
Blue Code: |c000000FF
Yellow Code: |c00FFFF00
The one used to display hotkeys in WE is |cffffcc00
 
Status
Not open for further replies.
Back
Top