Jump to content

tdemon7

Recommended Posts

Okay, i'll get to the point directly.

Most people that plays Fallout 4 using ranged weapons won't be disturbed by this, but i am (and i believe there are others like me). Aiming & shooting with 3rd person view is IMPAIRING for me. It's true that we can use L-ALT (default) to change view but for some games they have mechanics to make this easy for the players: 3rd person view as default view for walking/running >> hold right-mouse to enter 1st person view (aiming/scope mode) >> release the right-mouse to return to 3rd person view.

And here in this thread, i ask to you all good modders to help me with this 'issue'. Pleeeeaassee make a mod to achieve that. So many thanks beforehand. I know you guys can do it.

Cheers :D

Link to comment
Share on other sites

Also looking for a mod that lets me stay in a snipers scope view without having to hold the right mouse button down. Like in Fallout 3 Wanderers Edition.

 

Meanwhile we are waiting I modified an existing Autohotkey script slightly, so it will only work within the Fallout4 instance/windows (and not in your browser etc).
Just copy this into an empty .txt file and load it with Autohotkey:
SetTitleMatchMode, 2
#SingleInstance Force
#IfWinActive, Fallout4
*RButton Up::
If (Toggle := !Toggle){
Send {Click Down Right}
}
Else{
Send {RButton up}
}
Return
#IfWinActive
Edited by yoSRP
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...