kikomascado

Active Member
May 20, 2017
846
1,368
will this be updated for the new release? currently showing all images unlocked for the new update but gallery is far from full
Yes, but I didn't even play the new update, much less update the thingy. Hahaha
Probably tonight or tomorrow I'll do it.
I usually update it each new release in 2-3 days max.
 

greatclown

New Member
Jun 5, 2019
11
19
Code:

lilith103

Current build is still being troubleshooted since some people have been reporting bugs.
 
Last edited:
  • Like
Reactions: totalus43

kikomascado

Active Member
May 20, 2017
846
1,368
Since now audio is also shown on gallery, I'll have to go back and get it and also think of what I'll put as a thumb, so my web app thingy update will be delayed.
 

kikomascado

Active Member
May 20, 2017
846
1,368
where to download new version? On itch.io it still download the old version somehow.
I got mine from the Discord server, as it was a test build.
Since the initial release wasn't working, the one in Itch.io was rolled back to the last working one.
 

Shybox

Newbie
Game Developer
May 23, 2024
84
400
Do you plan to do Korean translation work as well?
In the future yes, if you want to help with Korean Translation join the discord. But it will take a while. We will first have 6 new translations in the game before that.
 
  • Like
Reactions: dorping

LordUlrich

Member
May 16, 2020
131
104
Ok, maybe im just stupid but doesn't Amber have 3 different endings for the first chapter? Every choice I made (and I went back to reclick them alot) always ends up either with my apologizing or her doing the sleep over. What is the other one?
 

Orthenos

Member
Aug 1, 2017
163
320
Ok, maybe im just stupid but doesn't Amber have 3 different endings for the first chapter? Every choice I made (and I went back to reclick them alot) always ends up either with my apologizing or her doing the sleep over. What is the other one?
Ending 1/3 "Amber's Ambiguity"
You're lying > You're bluffing > Any until end

That should be the one you're missing.
 

kikomascado

Active Member
May 20, 2017
846
1,368
Ok, maybe im just stupid but doesn't Amber have 3 different endings for the first chapter? Every choice I made (and I went back to reclick them alot) always ends up either with my apologizing or her doing the sleep over. What is the other one?
Chapter 2 is the same regardless of Chapter 1's ending. It's just the aquarium date or the gangbang.
 

LordUlrich

Member
May 16, 2020
131
104
I know a game like this requires a lot of work programming wise, but one would think the different choice endings would each get their own different endings. Like if she did the sleepover then, its either she starts hanging out more with that friend (no gang bang she just fucks only him to spite you) or you try and reconcile with her (aquarium date).

Although my favorite so far is the cosplay girl Mabel, her doing more NTR and little less NTS would be hot. Like her doing hidden sex pics with slight hints another guy is with her (a shadow or hand in the pic) all the while she is trying to prove she is not doing anything like that (but is still getting paid cause the bf thinks its was only for clean pics and not more).
 

Shybox

Newbie
Game Developer
May 23, 2024
84
400
Ok, maybe im just stupid but doesn't Amber have 3 different endings for the first chapter? Every choice I made (and I went back to reclick them alot) always ends up either with my apologizing or her doing the sleep over. What is the other one?
If i remember correctly, I wrote it in a way that those 3 endings converge to the same path but with difference attituted that Amber has. So there's text differences but it's not like other characters where the story takes a completely different path. I'll add more complexity to Amber as well though. Just didn't had the time in december to write a huge complex chapter.
 

kikomascado

Active Member
May 20, 2017
846
1,368
I know a game like this requires a lot of work programming wise, but one would think the different choice endings would each get their own different endings. Like if she did the sleepover then, its either she starts hanging out more with that friend (no gang bang she just fucks only him to spite you) or you try and reconcile with her (aquarium date).

Although my favorite so far is the cosplay girl Mabel, her doing more NTR and little less NTS would be hot. Like her doing hidden sex pics with slight hints another guy is with her (a shadow or hand in the pic) all the while she is trying to prove she is not doing anything like that (but is still getting paid cause the bf thinks its was only for clean pics and not more).
Aside from the holidays, which already takes up some time, Shy had other problems as well, affecting the Amber update. He already apologized for it on the Discord. Hahaha
But if you didn't play Lilith's new chapter yet, I say it more than makes up for it. Best update yet in my opinion. :love:

Also, good taste! Mabel's also my favorite!
 
  • Like
Reactions: LordUlrich
Oct 1, 2023
175
174
Looks like a godot game. Run the exe in cmd.exe (or powershell) and copy-paste the error messages.

EDIT:
Also why doesn't this game have a linux version? Godot makes it super easy to export for linux. It is the platform that requires the least amount of work to get godot to export to.
Just for fun, I tried to make a linux version. The biggest obstacle is simply that this game uses the "embed PKG" option; if not for it I could just replace the windows version of the Godot engine with the linux one. As it is, what I ended up doing is unpacking the APK, and putting the linux runner there. That seems to work!

So basically, guide to getting this to run on linux natively:
1. Download the android version.
2. Open the APK as an archive. Extract the contents of the "assets" directory into a new folder. You'll notice it has a bunch of subfolders like ".godot" and "project.binary" - that's because these are the game files. You don't need the other directories from the APK.
3. Get the current godot version from project.binary via either looking at it in a text editor, or something like this:
Code:
>>> cat project.binary | grep -P "\d\.\d+" -ao
4.3
4. Use the linux build of the Godot engine (not the editor, the binary for running exported games) of this version. Weirdly enough, I can't find a way to download it directly; you seem to be supposed to (either manually or through the Godot editor) download the export_templates.tpz archive , which contains the executables for all the platforms Godot supports at once. Anyway, grab the right executable (linux_release.x86_64) from there and put it into the game folder, renaming it to something like NTR Phone.x86_64.
5. Launch this NTR Phone.x86_64 binary. It should find the game files around itself and launch the game correctly.
 
  • Like
Reactions: mc625
4.20 star(s) 34 Votes