Threw some random things in Autohotkey first try and it worked immediately and perfectly lmao.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #SingleInstance Force #InstallKeybdHook #InstallMouseHook
(I have [ bound to one of my mouse gestures, so should just be a thing of replacing that with a hotkey easier to reach on keyboard, and then for gamepad the same and just changing the RButtons to whatever it says on AHK's wiki for left trigger, vice versa for LButton, and then R to whatever reload is on gamepad. Maybe if the game doesn't give out at you for using keyboard/mouse and gamepad interchangeably you can just stick a gamepad button instead of the [ and be fine)
Edit: It worked perfectly and amazingly everytime in the and second mission I tried, and then not in the third mission. Same planet, once working on the same mission type, different results. Beats me. Mess around with it I guess.
I'd prefer that I have a clear UI that shows my charge level, rather than just relying on a progress bar that isn't near the crosshair. As for this, I don't think I need it.
Open your Bloody7, proceed to the Oscar Macro, Create a new folder with any name, choose Import In/Out, select the folder with macro file and add it to your macro folder.
Below you can find screenshots to use it easily https://imgur.com/a/bNYsAh7
9 comments
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force
#InstallKeybdHook
#InstallMouseHook
#IfWinActive HELLDIVERS
~*[::
Send {RButton down}
Sleep 10
Send {LButton down}
Sleep 2975
Send {LButton up}
Sleep 10
Send {RButton up}
Send {R down}
Send {R up}
Return
(I have [ bound to one of my mouse gestures, so should just be a thing of replacing that with a hotkey easier to reach on keyboard, and then for gamepad the same and just changing the RButtons to whatever it says on AHK's wiki for left trigger, vice versa for LButton, and then R to whatever reload is on gamepad. Maybe if the game doesn't give out at you for using keyboard/mouse and gamepad interchangeably you can just stick a gamepad button instead of the [ and be fine)
Edit: It worked perfectly and amazingly everytime in the and second mission I tried, and then not in the third mission. Same planet, once working on the same mission type, different results. Beats me. Mess around with it I guess.
also also can you do that same mod for razer synapse ?
What folder should I put the file in?
Below you can find screenshots to use it easily
https://imgur.com/a/bNYsAh7