Page 1 of 1

Custom hotkey for using modded capsule

Posted: Mon Jan 06, 2020 12:58 pm
by Jorn86
What?
Allow setting a custom hotkey for using a capsule added by a mod
Why?
I'm maintaining the Move with the Mouse mod. The way it works, is:
* Player presses a custom hotkey that puts a custom capsule item in their cursor
* Player uses the build action (default left click) to use the capsule
* Mod reads the capsule target location and walks the player character there

There is, as far as I can tell, no way to change the keybind for step 2, other than to change it for all build actions. Separating out build and use capsule would be pretty nice. Allowing a custom hotkey for my particular capsule, would be even better.

Re: Custom hotkey for using modded capsule

Posted: Fri Jan 10, 2020 4:53 am
by ssilk
Or even better: allow (keyboard) action “use capsule”, that will silently use a customized capsule at destination without the need to put it into hand.

Re: Custom hotkey for using modded capsule

Posted: Fri Jan 10, 2020 8:26 am
by Jorn86
I've already got a workaround for that: If you bind a lua action to the same key as the custom use capsule action (or currently, the build action), both will trigger. Effectively, that would already work as you describe.

The difference is, your suggestion is not a hack ;)