2 items

File information

Last updated

Original upload

Created by

BALU_LVIV

Uploaded by

balulviv

Virus scan

Safe to use

9 comments

  1. jsaw117
    jsaw117
    • supporter
    • 2 kudos
    is it possible to make this same thing but for an xbox one controller? or any gamepad for that matter
    1. balulviv
      balulviv
      • member
      • 0 kudos
      Don't think so, as it was created by using the official soft for this mouse
    2. EveOfTheRoses
      EveOfTheRoses
      • member
      • 0 kudos
      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

      #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.
  2. Lifenty
    Lifenty
    • member
    • 0 kudos
    Is this mod works only on bloody keyboards ? Also what version of bloody software you using ?
    also also can you do that same mod for razer synapse ?
  3. shaliye02
    shaliye02
    • member
    • 0 kudos
    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.
  4. YuSeob
    YuSeob
    • member
    • 0 kudos
    I don't know how to use it
    What folder should I put the file in?
    1. balulviv
      balulviv
      • member
      • 0 kudos
      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
    2. YuSeob
      YuSeob
      • member
      • 0 kudos
      Thank you.
    3. balulviv
      balulviv
      • member
      • 0 kudos
      Always happy to help =)