• 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.

Changing build icon and text + idle worker icon

Status
Not open for further replies.
Level 3
Joined
Aug 31, 2007
Messages
31
Hi I want to change build icon and text for night elves (like from Grow to Construct etc.) so that it will also appear in multiplayer. How can I do that?

P.S. Wanna do the same for idle worker icon
 
Advanced -> Game Interface -> Icon - Command - Basic Structure (Night Elf) and the text can be changed only by an imported file. Get an MPQ Editor (e.g. Power MPQ) and find the *.txt file Units\CommandStrings.txt. Open it and find
Code:
[CmdBuildNightElf]
Tip=Create |cffffcc00B|ruilding
Ubertip="Brings up a list of the available buildings that you may choose to create."
Hotkey=B
Change the name (if you want to name it Laugh for example, it would look like:
Tip=Create |cffffcc00L|augh

Import the file in your map (via the Import Manager) to the same path you got it from (Units\CommandStrings.txt).
 
Status
Not open for further replies.
Top