ReaperDay

Member
May 18, 2017
310
123
I try to do "incident in the sexshop" but during the scene got "continue or go to random" and in the end got the same scene, and i have like 400 points with Ivone!!!!
And the stupid scene with Josh in the wine store never pops up during the whole 29 days(with more than 100 points with Paige)
 

Huzr Purbu

New Member
Sep 29, 2017
1
0
Not bad, not bad. What I really hate is the continuous clicking, there is no auto or skip function or maybe I just didn't find it?
There's no continuous clicking, but you can make it yourself.

TL;DR:

You can use 'AutoHotkey' to make a script that does it.

How to do it:

I used 'AutoHotkey v2' (Desktop installation. Well known and safe App as far as i know, that I've used before, but still do your own research on the topic).

Write this simple script:

Space::LButton
Esc::ExitApp

Put it in the same folder as game Exe file (for convenience, it will work from anywhere).
Launch it before you start the game.
Now Space works like Left Mouse Click (like in Ren'Py).
After you've closed the game, press Escape to end the script and revert Space back to its original state.

Hope that helps, it worked great for me, really makes a difference in games' UX.
 
2.70 star(s) 9 Votes