bingolebongo

Member
May 15, 2020
313
572
I took a look at the walkthrough and it keeps saying "you've reached one of x possible endings in [woman]'s route."

Is there a full list somewhere, or will the other endings be obvious as I play?
 

felicemastronzo

Devoted Member
May 17, 2020
10,971
21,445
  • Like
Reactions: bingolebongo

JDVT

Active Member
Sep 23, 2018
755
278
Is there a Fan Art Assets for this game. Anyone figured out what model assets are the characters.
 
Aug 5, 2017
46
72
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:
View attachment 327789
Ok can you be more specific for instance let say the name is Kevin where should the name be entered in the script, thank you
 

Xyze

Member
Modder
Dec 30, 2018
149
807
Ok can you be more specific for instance let say the name is Kevin where should the name be entered in the script, thank you
Where you see the line:

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

change it for:

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

felicemastronzo

Devoted Member
May 17, 2020
10,971
21,445
Hii guys, i wanna ask. how long to beat this game?
i mean this game have long story or not?
the single story is not very long, but in order to see all the stories with the individual girls you practically have to start it all over again.

I'd say a couple of hours per run
 
  • Like
Reactions: genesisss

Mad53

Newbie
Jul 28, 2020
72
12
In the walkthrough on thea part it shows that you can visit her in day 20 but I got no options regarding that am I missing something.
 
3.90 star(s) 96 Votes