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

New Hide command buttons

Status
Not open for further replies.
Level 7
Joined
Nov 19, 2015
Messages
283
Previously I removed the patrol button to free up command slots for my heros.
However recently I have learnt about changing the button positions.
Changing it to 0,-11 will remove it from the command card. However this is not safe for Macs. Using -2147483648,-2147483648 apparently is safe for Macs.

However when I change all my command buttons to -2147483648,-2147483648, the move button is still located at the 0,0 position. I don't really mind having only the move command if I can get rid of hold position, stop, patrol and attack. However when I move the stop to position 3,2, the stop button occupies the 0,0 position. When I move the stop it is replaced with the patrol.

It seems that the icons are kind of being layered on the 0,0 position. Is there a way to hid these commands but still have the 0,0 position free?
 
Level 7
Joined
Nov 19, 2015
Messages
283
Yea, that is what I am using to move my button positions.

I'm thinking of just changing it to a target point movement spell since its order ID is different from right click (smart).

Would be better if I could shift the positions of it tho
 
Status
Not open for further replies.
Top