• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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