It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
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!
Post edited May 02, 2017 by deanf