In my extension mod meant for melee games I am using liberty and swarm campaign dependencies. What has happens in-game, is that the hotkeys change for the [Select all Warpgates] button and the [Select all Army units] button. Warpgates for example changes from "W" in normal melee to "Shift+W" with this mod loaded. I want to set these to use the hotkey profile for normal melee play, but can't find a way to.
Import the melee hotkey declarations for your localization into your map. Hotkeys are localized data and declaring them in your map will overwrite the default.
Do be aware that they are localized data so to do this correctly you will need to import them for every localization Blizzard distributes SC2 in. Otherwise people will find that their hotkeys no longer match what they are used to in their localization.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
In my extension mod meant for melee games I am using liberty and swarm campaign dependencies. What has happens in-game, is that the hotkeys change for the [Select all Warpgates] button and the [Select all Army units] button. Warpgates for example changes from "W" in normal melee to "Shift+W" with this mod loaded. I want to set these to use the hotkey profile for normal melee play, but can't find a way to.
Import the melee hotkey declarations for your localization into your map. Hotkeys are localized data and declaring them in your map will overwrite the default.
Do be aware that they are localized data so to do this correctly you will need to import them for every localization Blizzard distributes SC2 in. Otherwise people will find that their hotkeys no longer match what they are used to in their localization.