tti12cu Posted November 11, 2015 Share Posted November 11, 2015 In most of my previous gameplay (Fallout series, STALKER series, Far Cry series, etc), I've used the ARROW keys for movement (which I can readily change in Fallout4 SETTINGS) and other key-binding changes for JUMP, RELOAD, and several other actions. Previously, I've used Number1 for RELOAD, Number0 for JUMP, etc. In this game, those keys are RESERVED... when I press Number0 now (for example) a STIMPACK is used - it has a very detremental effect during my gameplay - using up most of my stimpacks accidentally. Is there a way to change the default key-bindings that are hard-coded in this game (those inaccessible from the SETTINGS / CONTROLS menu)? If I can identify and find the correct file(s) to revise, I'm comfortable doing that. Thanks for any help anyone can provide me on this. Link to comment Share on other sites More sharing options...
miere43 Posted November 11, 2015 Share Posted November 11, 2015 It seems to be that's impossible right now, but if you browse Fallout 4 Nexus Mods you can find this script which may help you. Link to comment Share on other sites More sharing options...
reefdiver12345 Posted November 11, 2015 Share Posted November 11, 2015 I tried the autohotkey script. I could not get it to rebind the numpad. Other people implied that it worked for them, but I get the feeling they did not attempt to rebind the Numpad, but instead rebound other wasd positions on the keypad. Link to comment Share on other sites More sharing options...
Merovign Posted November 11, 2015 Share Posted November 11, 2015 (edited) I'm using the numpad with Autohotkey, as well as the arrow keys. There are still interface problems, but NumPad0 doesn't use a quickslot item for me, it jumps like I want to to. Mind you, the quickslots are broken now, and there's still a lot of inconsistency and jumping all over the keyboard to do the same thing in different menus, because sometimes "exit" is "Tab," and sometimes it's escape or enter, or e. edit: I'm at the wrong computer to post my script, but I will try to do that soon. There's nothing that special about it. Edited November 11, 2015 by Merovign Link to comment Share on other sites More sharing options...
Merovign Posted November 11, 2015 Share Posted November 11, 2015 (edited) #MaxHotkeysPerInterval 1000 Up::w Down::s Left::a Right::d Numpad8::Up Numpad2::Down Numpad4::Left Numpad6::Right Numpad0::Space Numpad1::LCtrl RShift::LShift Enter::e NumpadEnter::Enter \::r Delete::LAlt End::Tab Backspace::q PgDn::f AHK has to run as Admin. SendMode matters, input mode apparently doesn't work, you may also have to try both fullscreen and borderless windowed mode. *NOTE* I deleted the sendmode line because it was confusing, the line was commented out in my script but it's not obvious. It doesn't fix everything, by far, and it won't match your choices exactly so you'll have to customize. I know I won't be happy until someone takes apart the UI entirely and puts it together *properly*. Edited November 11, 2015 by Merovign Link to comment Share on other sites More sharing options...
Paton Posted November 12, 2015 Share Posted November 12, 2015 Following this joke too... I was seriously hoping that this wouldnt be an issue again... Having to press E to pick up things and swap to Enter for other thing is seriously annoying Link to comment Share on other sites More sharing options...
Rastafariel Posted November 13, 2015 Share Posted November 13, 2015 I fail to see the necessity to hard code anything.... Link to comment Share on other sites More sharing options...
wootwoots Posted November 13, 2015 Share Posted November 13, 2015 (edited) I fail to see the necessity to hard code anything.... Certainly because they are somes lazy a** devs, and dont give a sh*t about releasing a decent pc version of their game. Its certainly faster to hardcode a "default" keys than something to be able to change the said key... ( or have all keys like many games in a xml or something ) Better waste their time releasing thoses pointless smartphone app or whatever else than correctly make their game, Right ? --Sarcastic-- Edited November 13, 2015 by wootwoots Link to comment Share on other sites More sharing options...
Merovign Posted November 14, 2015 Share Posted November 14, 2015 The designed the interface for a controller with 9 buttons, two triggers, and three tiny joysticks (or some variant of that). That requires a lot of compromises. They then handed down those compromises to the PC version because all that talk about optimizing the interface was, get this, a lie. It just isn't. At all. They just remapped the controller to a keyboard, and it doesn't work very well, and it completely breaks if you start remapping. Link to comment Share on other sites More sharing options...
STE41k Posted November 19, 2015 Share Posted November 19, 2015 (edited) Anyone coming here needs to post a complaint in this thread on bethsoft.com http://forums.bethsoft.com/topic/1535320-please-bethesda-no-hard-coded-keybindings/ So we can make enough noise about this to get them to fix it in up coming patches. Edited November 19, 2015 by STE41k Link to comment Share on other sites More sharing options...
Recommended Posts