Ok, I wonder wether you could explain how to make the command buttons 0-14 non-klickable with the mouse but to have it still working with the hotkey which is assigned to that button. Just like in the official blizzard challenge "advanced commander"
(I already opened another thread where I was asking the same question)
also replied in other thread:
trigger: Enable/Disable Command Type
set it to buttons and there you go.
in raw:
trigger:UISetCommandAllowed
disable: false
commandOption: c_uiCommandAllowButtons
playerGroup: PlayerGroupAll (or whatever group you want)
Rollback Post to RevisionRollBack
Helral's Lair Meow meoow meeow. I'm ze evil SC2MapsterKitten. UI Tutorials listing current projects: UI support for other projects Helrals Random Dungeon Map (progressing very slowly) monitoring wiki and UI development forum
yeah, that works... but with that there come two more issues....
1st the unit info frame is also disabled for clicking. (the que isn't deletable anymore with a simple klick then and unselecting units off the selected group of units wont work as well)
2nd all right click commands such as auto repair of scv's and mules won't work anymore...
Helral's Lair Meow meoow meeow. I'm ze evil SC2MapsterKitten. UI Tutorials listing current projects: UI support for other projects Helrals Random Dungeon Map (progressing very slowly) monitoring wiki and UI development forum
Hi, can i get a tutorial for a Hero Unit's unit info box? i have a Shield, Armour, and two weapons, but the default info box for Heroes only shows two of those. Can you show me how to take out the Attribute behavours and put in two more weapon/armour stat boxes? like change "Power Level: 3" to "Gatling Laser Cannon: <tooltip>"
EDIT: oops just realized i revived a dead thread... sorry
Okay, this makes sense now.
@Helral: Go
Ok, I wonder wether you could explain how to make the command buttons 0-14 non-klickable with the mouse but to have it still working with the hotkey which is assigned to that button. Just like in the official blizzard challenge "advanced commander"
(I already opened another thread where I was asking the same question)
@Zulu23: Go
also replied in other thread:
trigger: Enable/Disable Command Type
set it to buttons and there you go.
in raw:
trigger:UISetCommandAllowed
disable: false
commandOption: c_uiCommandAllowButtons
playerGroup: PlayerGroupAll (or whatever group you want)
Helral's Lair Meow meoow meeow. I'm ze evil SC2MapsterKitten. UI Tutorials listing current projects: UI support for other projects Helrals Random Dungeon Map (progressing very slowly) monitoring wiki and UI development forum
@Helral: Go
yeah, that works... but with that there come two more issues....
1st the unit info frame is also disabled for clicking. (the que isn't deletable anymore with a simple klick then and unselecting units off the selected group of units wont work as well)
2nd all right click commands such as auto repair of scv's and mules won't work anymore...
Is there a simple way to fix these two things?
@Zulu23: Go
To keep this discussion in 1 place:
Follow the discussion about the topic in the 3 posts directly above here.
Helral's Lair Meow meoow meeow. I'm ze evil SC2MapsterKitten. UI Tutorials listing current projects: UI support for other projects Helrals Random Dungeon Map (progressing very slowly) monitoring wiki and UI development forum
@Helral: Go
Hi, can i get a tutorial for a Hero Unit's unit info box? i have a Shield, Armour, and two weapons, but the default info box for Heroes only shows two of those. Can you show me how to take out the Attribute behavours and put in two more weapon/armour stat boxes? like change "Power Level: 3" to "Gatling Laser Cannon: <tooltip>"
EDIT: oops just realized i revived a dead thread... sorry