Skip to content

Instantly share code, notes, and snippets.

@Virryn
Last active August 27, 2022 23:52
Show Gist options
  • Save Virryn/d6385d3a262b17039e6602c5b34ef01c to your computer and use it in GitHub Desktop.
Save Virryn/d6385d3a262b17039e6602c5b34ef01c to your computer and use it in GitHub Desktop.
How to Double Bind Grenade Cancelling in Deep Rock Galactic
In-game, set your Grenade keybind to whatever you wish (for this example, MiddleMouseButton)
Find steam\steamapps\common\Deep Rock Galactic\FSD\Saved\Config\WindowsNoEditor
Open GameUserSettings.ini in a text editor
Scroll down to "CustomKeyBindings". Note that this will not display default keybindings; only actions with a custom-set keybinding (including manually unbound actions).
Find or make "CustomKeyBindings=(ActionName="LaserPointer",Index=1,Key=???)" (The Laser Pointer is most recommended, as it does not cancel your sprint and does not swap your weapon. Pickaxe and weapon swap are also viable; I am unsure what their exact ActionNames are.)
*Index=0 means that keybind is the "main" keybind; Index=1 means an "alternate" keybind. It is recommended to change only the alternate keybinds, i.e. those with Index=1.
Set "Key=" to your Grenade keybind (which can be found under ActionName="Grenade")[for this example, MiddleMouseButton]
When pressed multiple times in quick succession, the middle mouse button should now quickly throw multiple grenades.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment