Posted April 27, 2017
Hello everyone,
I just finished Riven for the first time and really enjoyed it, so I thought I would share an AutoHotKey script that undoubtedly improved my overall experience with the game.
The script will allow you to skip most FMVs and turn pages (without the double-turn issue) using a Right-Click. It only runs while you are playing Riven.
1) First download and install AutoHotKey.
2) Create a new AutoHotKey Script file on your computer (Right-Click -> New -> AutoHotKey Script).
3) Edit the file with Notepad and Copy-Paste the below lines into the script:
#IfWinActive ahk_exe Riven.exe
RButton::
Send, {Space down}{Space up}
SendInput, {LButton}
return
4) Save your file, and then send a shortcut of it to your desktop.
5) Right-click the shortcut -> Properties -> Shortcut -> Advanced -> Run as administrator.
And there you go... Just double-click this shortcut before playing Riven and you will be good to go!
I just finished Riven for the first time and really enjoyed it, so I thought I would share an AutoHotKey script that undoubtedly improved my overall experience with the game.
The script will allow you to skip most FMVs and turn pages (without the double-turn issue) using a Right-Click. It only runs while you are playing Riven.
1) First download and install AutoHotKey.
2) Create a new AutoHotKey Script file on your computer (Right-Click -> New -> AutoHotKey Script).
3) Edit the file with Notepad and Copy-Paste the below lines into the script:
#IfWinActive ahk_exe Riven.exe
RButton::
Send, {Space down}{Space up}
SendInput, {LButton}
return
4) Save your file, and then send a shortcut of it to your desktop.
5) Right-click the shortcut -> Properties -> Shortcut -> Advanced -> Run as administrator.
And there you go... Just double-click this shortcut before playing Riven and you will be good to go!
Post edited May 02, 2017 by deanf