Ichigo Kurosaki Shiba

Active Member
Mar 17, 2019
601
384
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
832
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
153
408
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
648
492
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?
 

Risael

Member
May 14, 2017
159
199
The latest update...Or does the Walkthrough lead to all the endings available? To be fair I'm being an ass here.
The walkthrough was designed to show you the best ending with each girl, so you won't find there how to get the bad endings. As far as the latest update goes, that is a separate "game". It just shows you how your life with Alanna looks like after the ending you can get in ToML... and it doesn't have any "decisions" so you dont need any guide.
 
3.80 star(s) 99 Votes