Fallout 4

Fallout 4

View Stats:
King Bravo Jan 20, 2016 @ 9:44am
Can you rebind hold breath key?
Seriously bethesda alt to hold my breath? Really? oh and dose anyone else get the horrable blur when useing txaa over fxaa? its unplayable.
< >
Showing 1-15 of 17 comments
Bloodhawk Jan 20, 2016 @ 9:50am 
Originally posted by King_Solomon:
dose anyone else get the horrable blur when useing txaa over fxaa? its unplayable.

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.
King Bravo Jan 20, 2016 @ 9:55am 
Originally posted by Jessica Nigri, Sexy Cosplay Girl:
Originally posted by King_Solomon:
dose anyone else get the horrable blur when useing txaa over fxaa? its unplayable.

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.
so you would suggest i dont use any antialiasing at all? that makes everything look like ♥♥♥♥ lol
King Bravo Jan 20, 2016 @ 9:56am 
i play 1080p so i need some aa
King Bravo Jan 20, 2016 @ 10:22am 
how do you do that, an ini file? or a macro program?
pike Jan 20, 2016 @ 10:24am 
F4SE has a customcontrols.txt included with it , so it might be possible to unbind/rebind the locked keys with it . i haven't tried
Atma Jan 20, 2016 @ 10:32am 
Originally posted by R:
I dont see why you cant just re bind it ingame as I did. No need for third party programs or apps.
There is no specific key for hold breath, but it is the same as bash/grenade.

...no it isn't.

You can very easily rebind bash / grenade, but Hold Breath is still Alt.
King Bravo Jan 20, 2016 @ 10:32am 
Originally posted by R:
I dont see why you cant just re bind it ingame as I did. No need for third party programs or apps.
There is no specific key for hold breath, but it is the same as bash/grenade.
no its not the same, i bound it to mouse 3 but that only bashes and throws granades. we still have to use alt to hold breath when ads
Atma Jan 20, 2016 @ 10:51am 
Originally posted by R:
well it works for me. I just tested it, and when im scoped, i press MB4 and I hear the charactor take a breath.

You wouldn't just happen to have Alt bound to your MB4, would you?
Rgilbert42 Jan 20, 2016 @ 11:52am 
Originally posted by King_Solomon:
Seriously bethesda alt to hold my breath? Really? oh and dose anyone else get the horrable blur when useing txaa over fxaa? its unplayable.

Use a Steam Controller and remap to your hearts content :)
pike Jan 20, 2016 @ 11:56am 
Originally posted by Rgilbert42:
Originally posted by King_Solomon:
Seriously bethesda alt to hold my breath? Really? oh and dose anyone else get the horrable blur when useing txaa over fxaa? its unplayable.

Use a Steam Controller and remap to your hearts content :)
how is that controller ?
i have nerve damaged hands , been thinking about trying a steam controller .
is it still locked to big picture mode ?
Oparator Stalker Jan 20, 2016 @ 12:06pm 
I am thinking there is a lot of keys they should have been able to re-bind besides hold breath, that just one of them..
Atma Jan 20, 2016 @ 12:07pm 
Originally posted by warcatt00:
I am thinking there is a lot of keys they should have been able to re-bind besides hold breath, that just one of them..

Not to mention a separate section in the keybinding menu specifically for Workshop mode.
Emrys Jan 20, 2016 @ 12:19pm 
For those who haven't seen this. Here's an old post of mine that seems appropriate about now. It looks more complicated than it really is.

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
King Bravo Jan 20, 2016 @ 3:23pm 
Thx guys but im just gonna wait and see if they fix it... i shouldnt have to use another program just for that.
urbancamper Jan 20, 2016 @ 3:29pm 
Originally posted by King_Solomon:
Thx guys but im just gonna wait and see if they fix it... i shouldnt have to use another program just for that.

I agree. I usually put hold breath on mouse 5. Would also be nice to seperate bash and nades.
< >
Showing 1-15 of 17 comments
Per page: 1530 50

Date Posted: Jan 20, 2016 @ 9:44am
Posts: 17