• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Where is the text of the move button?

Status
Not open for further replies.
Level 18
Joined
Jun 2, 2009
Messages
1,236
I am looking for the text of this button and still i cannot find it. Where is it stored?

ReplaceableTextures\CommandButtons\BTNMove.blp

Edit: I want to change it's description. I am able to change it's icon but i have to change description.
 
Last edited:
Level 18
Joined
Jun 2, 2009
Messages
1,236
that is literally the path of the location where it is stored. what do you mean?

I want to change it's description. It says "Orders your units to move to the targeted area bla bla bla"

The tooltip?
I am not sure if you can edit it but IF you can it's in the advanced > interface
I have checked there many times but still i cannot find it yet
 

Uncle

Warcraft Moderator
Level 74
Joined
Aug 10, 2018
Messages
7,960
You need to import an edited CommandString.txt file into your map.

Set the Path to: Units\CommandString.txt

If that doesn't work try renaming the file to CommandStrings
 

Attachments

  • CommandString.txt
    14.7 KB · Views: 9
Last edited:
Level 18
Joined
Jun 2, 2009
Messages
1,236
You need to import an edited CommandString.txt file into your map.

Set the Path to: Units\CommandString.txt

If that doesn't work try renaming the file to CommandStrings
Wow. First time i see something like this.
When i rename it as Strings, it works but i can see only move and stop buttons. I cannot use attack (A) and hold position (H) :D By the way it is a great feature actually. But i need to Hold Position and Attack buttons too. Now i am experimenting on it.

Edit: Still i cannot solve it. Now currently i have changed it like this

[CmdMove]
Tip=|cffffcc00M|rove
Ubertip="TEST TEST TEST"
Hotkey=M
Buttonpos=-2147483648,-2147483648

[CmdAttack]
Tip=|cffffcc00A|rttack
Ubertip="Orders your units to move to the target area and attack any enemy units they see on the way. If you order them to attack a specific unit, your units will ignore other enemy units and will attack the targeted unit until it is destroyed."
Hotkey=A
Buttonpos=-2147483648,-2147483648

But it looks like this. There is no Attack (A) button

Edit 2: When i import your file, it provides only move and stop.
 

Attachments

  • yes.png
    yes.png
    79.2 KB · Views: 8
Last edited:

Uncle

Warcraft Moderator
Level 74
Joined
Aug 10, 2018
Messages
7,960
I must've sent you an edited file. But you can see why the button doesn't show up, look at the button position: Buttonpos=-2147483648,-2147483648

Those are the button's X/Y values. Set Move to 0,0 and Attack to 3,0.
 
Last edited:
Status
Not open for further replies.
Top