Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I don't know why you'd use either. They're more or less just blur filters.They remove aliasing by diminishing clarity. Why would anyone want that?
I miss MSAA. Deferred rendering FTL.
...no it isn't.
You can very easily rebind bash / grenade, but Hold Breath is still Alt.
You wouldn't just happen to have Alt bound to your MB4, would you?
Use a Steam Controller and remap to your hearts content :)
i have nerve damaged hands , been thinking about trying a steam controller .
is it still locked to big picture mode ?
Not to mention a separate section in the keybinding menu specifically for Workshop mode.
I like AutoHotKey because it remaps every instance of the key stroke, and even the wierd menu ones that the game forgot also get remapped. I love this game, but the key bindings need help. So I'm using this.
http://www.nexusmods.com/fallout4/mods/146/?
I have set esdf to move, a to jump, and space bar to select, etc. Here is my script.
#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.
; only remap keys when 'Fallout4' is in the active window's title
#IfWinActive, ahk_class Fallout4
/* ; this block is commented out, for reference information
; DON'T FORGET TO SET THE KEY BINDINGS BACK TO DEFAULT IN THE GAME!
; Default controls
w::w ; Forward
s::s ; Back
a::a ; Strafe Left
d::d ; Strafe Right
LButton::LButton ; Attack
RButton::RButton ; Aim/Block
~Alt::Alt ; Bash/Powerattack/Grenade
e::e ; Activate
r::r ; Reload
Tab::Tab ; Pip-boy
MButton::MButton ; Change POV/Workshop
v::v ; Change POV/Workshop (bis)
Space::Space ; Jump
~Shift::Shift ; Sprint
q::q ; VATS
LCtrl::LCtrl ; Sneak
c::c ; Run/Walk
CapsLock::CapsLock ; Toggle Run/Walk
x::x ; Automove
f::f ; Favorites
F5::F5 ; Quicksave
F9::F9 ; Quickload
Esc::Esc ; Pause
k::k ; Stats
i::i ; Inventory
j::j ; Data
m::m ; Map
o::o ; Radio
*/
; these keys are remapped when a window with Fallout4 in the title is on top
; qwerty keyboard using esdf with a=jump, space=activate, w=vats
; shift=sneak, z=sprint, q=favorites
e::w ; Forward
d::s ; Back
s::a ; Strafe Left
f::d ; Strafe Right
LButton::LButton ; Attack
RButton::RButton ; Aim/Block
~Alt::Alt ; Bash/Powerattack/Grenade
Space::e ; Activate
r::r ; Reload
Tab::Tab ; Pip-boy
MButton::MButton ; Change POV/Workshop
v::v ; Change POV/Workshop (bis)
a::Space ; Jump
z::Shift ; Sprint
w::q ; VATS
~Shift::LCtrl ; Sneak
c::c ; Run/Walk
CapsLock::CapsLock ; Toggle Run/Walk
x::x ; Automove
q::f ; Favorites
F5::F5 ; Quicksave
F9::F9 ; Quickload
Esc::Esc ; Pause
k::k ; Stats
i::i ; Inventory
j::j ; Data
m::m ; Map
o::o ; Radio
I agree. I usually put hold breath on mouse 5. Would also be nice to seperate bash and nades.