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

the "Build" icon position

Status
Not open for further replies.
Level 10
Joined
Mar 17, 2012
Messages
582
I have used this method, but it doesn't change my button position.


[CmdBuild]
Art=CommandBasicStruct
Buttonpos=2,1

[CmdBuildHuman]
Art=CommandBasicStructHuman
Buttonpos=2,1

[CmdBuildOrc]
Art=CommandBasicStructOrc
Buttonpos=2,1

[CmdBuildNightElf]
Art=CommandBasicStructNightElf
Buttonpos=2,1

[CmdBuildUndead]
Art=CommandBasicStructUndead
Buttonpos=2,1


and used the correct directory
units\CommandFunc.txt

every single button pos change works fine, but the Build one... What to do if it's been hardcoded?
 
Last edited:
Level 10
Joined
Mar 17, 2012
Messages
582
Maybe you don't understand that trick, then. You disable/hide the build buttons for ALL builders, then you give them a spellbook that collides with their build orderid and the coordinates of that spellbook are the new coordinates of build.
I don't know, maybe you are right, but I've done everything like it was said and it didn't effect. The problem is that tha Build icon never goes anywhere even if I hide it. Could you give me an example of the working map, please?
 
Status
Not open for further replies.
Top