Holster Toggle Key
The main goal is to get an opportunity to control weapon wheel and the holster separately each other with different keys. Allows to toggle the holster with one press instead of double.
Unfortunately, the game has not implemented (at least not yet) one of the basic functions for separate control of the weapon wheel and holster.
Double-tapping the holster often doesn’t work correctly and you should do it SUPER fast in order to not just cycle weapons. One careless click and you are already waving with your smart gun in someone’s face.
So what is it?
It’s a tiny script run by the AutoHotkey will allow you to assign a separate key for the holster and toggle it by one press instead of double.
Installation:
Download and install AutoHotkey, unpack archive and run the script by double clicking. That’s all, nothing else needs to be done, launch the game.
A small green square with a white letter H will appear in the system tray indicating that the script is running.
To disable the script located in your system tray, right click on it and choose Exit.
- The G key is assigned by default for Holster.
- The Alt key is assigned by default for Weapon Wheel.
- To change the G key just open the .ahk script with any text editor, find *G:: and paste the key you need, like:
- *H:: *Z:: *XButton2:: (corresponds to Mouse5), etc.
Can be merged with my other mod Toggle Walk Key.