Project Zomboid

Project Zomboid

Survivors! (Build 39)
OneBear 10 Feb, 2017 @ 11:37am
Suggestion: Hotkeys for Orders
Hey, I would like to suggest the option, to assign hotkeys for the orders you often use, by using the settings.lua. So as some kind of example:
hotkey1 = 9
hotkey1command = "Guard"

I think this would be a really nice feature to have :D
< >
Showing 1-4 of 4 comments
aaronwhitchurch819 17 Feb, 2017 @ 12:07pm 
I second this.
nolanritchie  [developer] 17 Feb, 2017 @ 4:02pm 
now how would the difference between order all and just single member order facter into this?
nolanritchie  [developer] 17 Feb, 2017 @ 4:50pm 
guess i can just make hotkets for each, eg:
-- order hotkeys for ordering all members
OrderAllHotkey1 = 79; -- set the key to trigger the command hotkey
OrderAllHotkey1Command = "Guard"; -- set which command/order should be triggered by the hotkey

OrderAllHotkey2 = 80;
OrderAllHotkey2Command = "Come";

OrderAllHotkey3 = 81;
OrderAllHotkey3Command = "Drop Bag";

-- order hotkeys for ordering selected members
OrderHotkey1 = 75;
OrderHotkey1Command = "Guard";

OrderHotkey2 = 76;
OrderHotkey2Command = "Come";

OrderHotkey3 = 77;
OrderHotkey3Command = "Drop Bag";
OneBear 18 Feb, 2017 @ 2:27am 
Thank you so much for adding the hotkeys! :D :steamhappy:
< >
Showing 1-4 of 4 comments
Per page: 1530 50