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
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.
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.
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.
(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.
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
24 comments
Edit: I found out, after the start I need to use F10
Or your inability to articulate any details? Do you just go around in this world hoping that people will read your mind?
Thank you!
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!
https://old.reddit.com/r/dysonsphereprogram/comments/l2kr0i/autohotkey_script_for_esdf_people/
remove the #ifwinactive line
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
Space::
Send {MButton}
return
Only thing I need not on this list would be the ability to rebind Hold Breath key.
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