DOOM Eternal
0 of 0

File information

Last updated

Original upload

Created by

DeathWrench

Uploaded by

DeathWrench

Virus scan

Safe to use

Tags for this mod

About this mod

I can't Quickswap that good so I made this: Hold down binded macro to shoot and then switch guns repeatedly. Let go to stop.

Requirements
Permissions and credits
Configurable Autohotkey script:
Drag and drop anywhere, run once, configure and then save.
Hold down binded macro to shoot and then switch guns repeatedly. Let go to stop.
Delays, and whatnot have to be configured manually, default for delays will probably be off a bit.
Left click doesn't show up in GUI but it is there, check the QuickSwap.ini that it saves.

~*NumpadRight:: ; this is the QuickSwap hotkey, the "~*" prefix makes it work with all modifier keys (CTRL, ALT, etc)
setmousedelay, 80, 10 ; Time between mouse clicks
setkeydelay, 100, 10 ; Time between key strokes
Send {Click 4}{q} ; Presses fire weapon key 4 times and then presses switch weapon key
sleep 100 ; Rests for x milliseconds
Return

This is a more basic version but should help understanding what the things below mean.


These are the values I use: