0 of 0

File information

Last updated

Original upload

Created by

Not sure

Uploaded by

autoxguy

Virus scan

Safe to use

Tags for this mod

About this mod

This is an Autohotkey script to use for toggling aim.

Requirements
Permissions and credits
Changelogs
Note: the reason why this method is needed is because the game does not seem to like when making the right click be toggled by something outside of the game as it can make movement get stuck (which is alleviated by double tapping the direction you are stuck in).

I got this from a user on the Steam forums so I am not taking credit for it.  It works just fine for demo and probably does for the full game as well (I changed the executable to be re4). It has to be ran as Admin.

You basically have to choose a key that you do not use for anything else in the game (I chose NumpadAdd (add sign on the numberpad)).  You can edit it to whatever you want, but it has to be terminology accepted by autohotkey.  The script takes the right button click and turns it into the key press of whatever you end up choosing (in my case the NumpadAdd button).

The other thing that must be done, is whatever key you choose for the script, you need to also re-bind the aim button in the game to be the button defined in the script, or else you will not be able to aim.  After re-binding the aim key, the script has to be ran when playing the game to be able to aim at all. 

This way seems to be the only way right now to be able to have an aim toggle without movement getting stuck.