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.
No, no mystery at all.It is a "mistery" type of ntr
Turning the page, A promise best left unkept, NTR Online 1-2Can 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.
What do you mean. 97% of the game Satoshi doesn´t know what´s happeningNo, no mystery at all.
Ah, alright -- I fundamentally misunderstood the question.What do you mean. 97% of the game Satoshi doesn´t know what´s happening
No, no mystery at all.Yes, from the MC's perspective but to be honest he isn't trying to find out or suspicious at all.
the developer himself updates public version broYou must be registered to see the links0.4.19 full
It hadn't been updated in f95 when I posted it, only on Patreon.the developer himself updates public version bro
2nd time nobody's answering meWhat 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. View attachment 3809873
Show me2nd time nobody's answering me
Is the bottle game that hard, I'm stuck with the same scenes.
Given the number of corruption points, maaaybe you still haven't done the crowning events? Select the crown icon once either Mary or Shizuka are the last ones left standing.2nd time nobody's answering me
Is the bottle game that hard, I'm stuck with the same scenes.
Yeah, this would work if you want to do this. Only drawback is that there are plenty of instances where Satoshi's name is written as "Sato...shi..." or "S-Satoshi...". So you'll still get called those names at some point, but I imagine nothing people who want to self-insert can't ignore.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:
Obviously "Your name here" gonna be replaced with your desired name.Code:init 999 python: def replace_text(t): t = t.replace("Satoshi", "Your name here") return t config.replace_text = replace_text
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:
thenCode:define s = Character("Satoshi", color="#ffffff",
and lastlyCode:define sn = Character("Satoshi", color="#ffffff",
Change the Satoshi with name of your liking save and play.Code:define sandk = Character("Satoshi and Kendo", color="#ffffff",
(I know my describing might truly sucks but I hope you will find this usefull )
Thanks, but where is the crown, I've had them last many times and can't find it :/Given the number of corruption points, maaaybe you still haven't done the crowning events? Select the crown icon once either Mary or Shizuka are the last ones left standing.
Yeah, for instance, she yelled out to him "Satoshiiii" at the beginning. Now imagine if you decided to choose Martin as your name. Martiniiii. You'd never know if she was calling him or making an order for a cocktail . Still, I suppose, for those who want to try this to have they own specific name, better than nothing.Yeah, this would work if you want to do this. Only drawback is that there are plenty of instances where Satoshi's name is written as "Sato...shi..." or "S-Satoshi...". So you'll still get called those names at some point, but I imagine nothing people who want to self-insert can't ignore.