• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

[Solved] Change text and colors of menu buttons

Status
Not open for further replies.
Level 11
Joined
Jul 9, 2009
Messages
926
go to game interface, search for the words you want to change and you could put the following codes before the text

Red - |c00ff0000
Green - |c0000ff00
Blue - |c000000ff
Yellow - |c00ffff00
Magenta/Bright Purple - |c00ff00ff
Deeper purple/violet - |c00a400ff
Cyan - |c0000ffff
Teal - |c0000ffca
Black - |c00000000
Medium grey - |c007c7c7c
Goldish - |c00ffbd00

and then end it by putting |r in the end of the text.
Example of a grey text
|c007c7c7cThis is an example!|r

hope i helped you xD
 

Bannar

Code Reviewer
Level 26
Joined
Mar 19, 2008
Messages
3,140
If you wish to use other colors, not just warcraft standard ones, use this - great tool by Pyritie, or this - great warcfta3 model editing tool. After instaling, look for 'Extras' on task bar, choose whatever color you want and click 'Generate'

You need to know just two important things about color string, already mentioned above by @Saif.
Color string starts with '|' then there is a code of given color, and ends with '|r.
So basically when you see: |c00ff0000|r your eyes should see: |c00ff0000 and |r.

Gama interface - To find it, open your map, on taskbar there is Advanced field. From that direction head to Game inferface, and find 'Text' fields. There are all the messages displayed by game.
 
Status
Not open for further replies.
Top