No one has rated this review as helpful yet
Recommended
0.0 hrs last two weeks / 5.8 hrs on record
Posted: 5 Feb, 2022 @ 3:17am

Graphics are surreal combination of FMV and CGI. They definitely turned RTX on. Haha, but seriously the art style is trippy.

On the down side, I really want a skip button and choices don't matter, it's more quicktime style events like, "click really fast", and if you fail it will say "the story didn't go like that". Very linear.

PS: I used an auto-clicker for the end parts as I couldn't click fast enough and didn't want to repeat the same parts.
Install AutoHotkey, save a text file called clickfast.ahk with the following code. When you open it, hold down left click and it will turbo mode after half a second to breeze past the aggressively timed quicktime events:

~$LButton::
KeyWait LButton, T0.5
If ErrorLevel
While GetKeyState("LButton", "P"){
Click
Sleep 25
}
Was this review helpful? Yes No Funny Award
Comments are disabled for this review.