slim-kr

Member
Aug 1, 2019
142
324
What do I do guys ? I've seen the bottle scenes yet I can't continue and there are still scenes in the gallery with Arato after that. Screenshot_20240708_041652_King of Summer.jpg
 

Taralfo

Newbie
Feb 9, 2024
70
6
Why just go to the gallery, click on the padlock and then go to the new game and get the latest update and skip it? I think it will take less than 10 minutes to open everything if you do that, but then you won't know anything about the story.
i had a full playthrough something like 2 months ago,and then i resetted the pc,i know about the gallery unlock,i really just want the full game,dont want to play again,even from the story checkpoints
 

SweatyDevil

Member
Jan 8, 2022
464
1,062
For those who really want it, here's quick and dirty way to change MC (Satoshi) name to your liking. I'm sorry if my describing sucks.
First, you need this piece of code to change MC name in dialogues (download it in attachments). You can pretty much use any text editor for this:

Code:
init 999 python:
    def replace_text(t):
        t = t.replace("Satoshi", "Your name here")  
        return t
    config.replace_text = replace_text
Obviously "Your name here" gonna be replaced with your desired name.
Save and insert into game folder.
Lastly you need to manuylly change MC name tags.
Look for file "characters_and_others.rpy" open it with text editor and search for lines:
Code:
define s = Character("Satoshi",  color="#ffffff",
then
Code:
define sn = Character("Satoshi",  color="#ffffff",
and lastly
Code:
define sandk = Character("Satoshi and Kendo",  color="#ffffff",
Change the Satoshi with name of your liking save and play.

(I know my describing might truly sucks but I hope you will find this usefull :))
 
  • Crown
Reactions: BaasB

IceboundArt

Newbie
Sep 24, 2019
51
98
Is this primarily a "mystery" type NTR game or is the MC aware of what's happening? If it is, do you think someone who doesn't like that style of NTR enjoy this game?
 

Shardee

New Member
May 11, 2024
4
7
Can anyone suggest more games like this? Particularly I mean with scenes similar to the ones where Satoshi "catches" Kendo and Mary but is too dumb/blind to catch on but the player can see.
 
  • Like
Reactions: Orumaito2001
3.90 star(s) 69 Votes