CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Ichigo Kurosaki Shiba

Active Member
Mar 17, 2019
586
369
does anyone have a complete walkthrough,the one where its says how to reach each and every ending or atleast several saves with all possible endings?
 

Xyze

Member
Modder
Dec 30, 2018
150
822
Hi

I like when I can choose the mc name, and I see many people asked for this in this game, but is currently not implemented, so I write a little patch for that:

Create a file in the game/ folder (name the file what you want with .rpy extension), the code:


Code:
define MCName = "MC" #change MC by the name you want

define sa = (MCName)
init 10 python:
    def nameChange( txt ):
        if "Alex" in txt: #english
            return txt.replace("Alex",MCName)
        if "Саша" in txt: #russian
            return txt.replace("Саша",MCName)
        return txt

    config.say_menu_text_filter = nameChange
And change MC by the name you want like indicated, and all "Alex" (english) or "Саша" (russian) will be replaced in all text by the name of your choice :)


See the result on my screenshot:
327789
 

MrJ

Member
Sep 13, 2017
152
406
Hey guys, on question:

When you suggest Andrew to meet wie Ann, does it have any effect? When the MC goes outside to buy beer and returns, Andrew is gone and Ann is alone. Is that all?
So why are we given this choice?!
 

GuardianZ

Active Member
Jun 12, 2017
647
490
The walkthrough is incomplete though. Unless it's been updated since I last downloaded it. Last Downloaded it on Wednesday the 19th.

So is that walkthrough up to date with the new stuff?
 
  • Like
Reactions: Fabs93

Risael

Member
May 14, 2017
159
199
The walkthrough is incomplete though. Unless it's been updated since I last downloaded it. Last Downloaded it on Wednesday the 19th.

So is that walkthrough up to date with the new stuff?
What new stuff do you have in mind?
 
3.80 star(s) 99 Votes