Z
Zloy baton
09.03.21 05:12 am
Aim and hold toggles (Horizon: Zero Dawn)
people,how will they switch by aiming with the mouse so as not to hold it ??
I read on the English forum that I need to create some kind of file,
but I don’t understand a
damn thing how to do it, explain Install AutoHotKey, make a file with .ahk extension with something like this:
#SingleInstance Force
#IfWinActive, ahk_exe HorizonZeroDawn.exe
RButton ::
if (toggle: =! toggle)
click, down, right
else
click, up, right
return
#IfWinActive
2 Comments
B
BlackTigerTK
09.03.21
Zloy Baton
Install AutoHotKey program. Create a file with the extension .ahk similar to the following:
Further in the text.
Z
Zloy baton
09.03.21
BlackTigerTK
create a file, modify it, enter the code (script).
Convert the script to an exe file, run it
then start the game
It was difficult, but somehow I figured it out.
You can fill in files like a mod for switching aim toggle
in the standard settings, there is no such thing.