View attachment 1234858
The Assistant [Ch.2.9] Walkthrough Mod
The Walkthrough highlights the best choices or shows points in the choices.
I've added cheats to the game. Use the cheats at your own risk.
Installation:
Note: I won't update the created by Parmenides.
Note 2: I've added a name saver, that you can find in the preferences menu.
Download:
You must be registered to see the links
-
You must be registered to see the links
- - ANDROID
IC PATCH by
Parmenides & Android by
cebs
As always, if you like the game, please show your support for the Dev,
You must be registered to see the links
.
If you like my work, please consider supporting me on my
You must be registered to see the links
or
You must be registered to see the links
, check my
You must be registered to see the links
.
A lot of errors because of image file names. It looks like you used a compressed version, which is not compatible with the original game.
[dia01.rpy - original]
image grace_mamada01_animacion = Movie(play="videos/grace_mamada01.webm", start_image="dia01/noche_grace/grace_mamada_0100.png")
image grace_mamada02_animacion = Movie(play="videos/grace_mamada02.webm", start_image="dia01/noche_grace/grace_mamada_0200.png")
image grace_mamada03_animacion = Movie(play="videos/grace_mamada03.webm", start_image="dia01/noche_grace/grace_mamada_0300.png")
image grace_mamada04_animacion = Movie(play="videos/grace_mamada04.webm", start_image="dia01/noche_grace/grace_mamada_0400.png")
...
[dia01.rpy - mod]
image grace_mamada01_animacion = Movie(play="videos/grace_mamada01.webm", start_image="dia01/noche_grace/grace_mamada_0100.webp")
image grace_mamada02_animacion = Movie(play="videos/grace_mamada02.webm", start_image="dia01/noche_grace/grace_mamada_0200.webp")
image grace_mamada03_animacion = Movie(play="videos/grace_mamada03.webm", start_image="dia01/noche_grace/grace_mamada_0300.webp")
image grace_mamada04_animacion = Movie(play="videos/grace_mamada04.webm", start_image="dia01/noche_grace/grace_mamada_0400.webp")
...