File information

Last updated

Original upload

Created by

DeathWrench

Uploaded by

DeathWrench

Virus scan

Safe to use

Tags for this mod

24 comments

  1. Ssanya1
    Ssanya1
    • member
    • 0 kudos
    Hi! I tried this mod, downloaded the latest version and when try to use the standalone exe, it runs in the background (I can see it in Task manager) but I don't have any GUI. I use windows 11, can it be the problem? Or what should I do to see the GUI? Does this mod still work?

    Edit: I found out, after the start I need to use F10
  2. Giveupalready
    Giveupalready
    • supporter
    • 0 kudos
    this mod just made it worse lol
    1. Welkthar
      Welkthar
      • premium
      • 3 kudos
      Made what worse? Are you here to report your issue?

      Or your inability to articulate any details? Do you just go around in this world hoping that people will read your mind?
    2. CyPha13
      CyPha13
      • member
      • 0 kudos
      that's really not possible, the controls are so trash, i can't even just change the auto walk to something else, its currently the key between z and c, broken on my keyboard lol, a simple remap in ANY other game maybe minus like 2.. but the ANY part is like 3-500 games at this point lol. Beth are horrid and unless this bloke's made a program that tells you to get f'd when it launches and does nothing else, there is just no chance its worse than what those crackheads cooked up. 
  3. killahctml
    killahctml
    • member
    • 0 kudos
    Can you provide instructions on how to use this? Nothing happens when I click on the KeybindSwap files? Eexceept it reepeeats all my ees as you can seeee. And my scroll button now functions oddly.
    1. DeathWrench
      DeathWrench
      • premium
      • 140 kudos
      try 2.1
  4. TheLegendx27
    TheLegendx27
    • premium
    • 0 kudos
    Mod Request: Could you add AZERTY keyboard support for this game? There is a large player base in France and Belgium who would benefit from it. There is an AZERTY mod for Fallout 4 by Ceane (link to mod), but that mod author is gone i think.  there are limited keybinding options or mods for this game. It would be much appreciated if you could help with this.


    Thank you!
    1. DeathWrench
      DeathWrench
      • premium
      • 140 kudos
      Check this out. Besides that, I can't really help. 
  5. ESmite
    ESmite
    • member
    • 1 kudos
    (I don't know if this will double post but....)
    Brilliant work DW!!! 
    Can this be used to correct Bethesda's oversight when changing from WASD movement keys to ESDF?
    Specifically: When in Workshop/Build mode, the "F" key appears to be hard coded to {Rotate selected object} (even tho duplicated by R Mouse press/hold) thus preventing user PoV from strafing right even tho in game play ESD"F" works(strafes right) correctly.

    Separating [Bash] from [Grenade throw] is often requested too.

    Thanks for this!
    1. DeathWrench
      DeathWrench
      • premium
      • 140 kudos
  6. Sboob
    Sboob
    • supporter
    • 17 kudos
    How does one rebind the mouse wheel? I don't want to bring up the wheel when I scroll it, I want to zoom in or out.
  7. VladPuddi
    VladPuddi
    • member
    • 0 kudos
    An option to rebind the mousewheel would have been nice
    1. DeathWrench
      DeathWrench
      • premium
      • 140 kudos
      open the .ahk file and add this or that to the bottom of it.
      wheelup::
      Send, {up}
      return
      wheeldown::
      Send, {down}
      return
      wheelup::
      Send {up down}
      Sleep 100
      Send {up up}
      return
      wheeldown::
      Send {down down}
      Sleep 100
      Send {down up}
      return
    2. Manletgaming
      Manletgaming
      • member
      • 0 kudos
      what about rebinding the mousewheel to spacebar? i scrap a lot and my forearm gets burnt out
    3. DeathWrench
      DeathWrench
      • premium
      • 140 kudos
      Space::
      Send {MButton}
      return
  8. AehrynK
    AehrynK
    • member
    • 0 kudos
    Just started playing the game, Not being able to keybind half this stuff has drove me insane.

    Only thing I need not on this list would be the ability to rebind Hold Breath key.
  9. Gravitationz
    Gravitationz
    • member
    • 0 kudos
    Hi, is there anyway to add the vats crit button? To seperate it from space bar? would love it to be just left click lol.
    1. DeathWrench
      DeathWrench
      • premium
      • 140 kudos

      CapsLock::
      Pause
      Suspend
      Return
      !LButton::
      While GetKeyState("LButton", "P"){
      click
      Send {Space}  ;  milliseconds
      }
      return
      +LButton::
      While GetKeyState("LButton", "P"){
      click
      Send {Space}  ;  milliseconds
      }
      return
      ^LButton::
      While GetKeyState("LButton", "P"){
      click
      Send {Space}  ;  milliseconds
      }
      return

      Here's what I got, it's not pretty. Toggles on and off with Capslock. Spams left click and space when left mouse button held down.
      SpaceLClick.ahk
  10. BorderXer
    BorderXer
    • premium
    • 40 kudos
    Thank you very much for this.