- Aug 17, 2018
- 173
- 59
uhhh.... it's more of a fem protag game....so I guess stuff like cheating is there but it 'feels' through and throughout like fem protag.is ntr in this game good with enough quantity?
So why's there a male protagonist tag, also is ntr the focus of this game?, is it avoidable?, although if it's really a female protagonist game it wouldn't matter if ntr is the focus or not.uhhh.... it's more of a fem protag game....so I guess stuff like cheating is there but it 'feels' through and throughout like fem protag.
if i remember correctly, there's a a few short scenes where you make decisions as her boyfriend so that's probably why it also has that tag.....but 95% of the game it's playing as the girl.So why's there a male protagonist tag, also is ntr the focus of this game?, is it avoidable?, although if it's really a female protagonist game it wouldn't matter if ntr is the focus or not.
Although I see differently some of the mentioned points (both of the guys being unattractive), Leon's and Tony's "routes" will be very different.In the new chapter, I don't really understand why the macho builder guy exists - the dynamic with him seems exactly the same as with Leon (sleazy guy says lech-y things to Alice and despite herself she likes it). Seems like it'd be better to have someone that sparks different dynamics (like someone who's actually impressive or attractive, so she's attracted despite trying to be a good girlfriend)
Respectfully I disagree in the difference. Construction worker is lecherous, but he's not particularly brutish or forceful upfront. Contrasting this with Leon, Carlos, Frank, they all have their different styles. Leon is more of the classic "fratboy seductionist", while Carlos and Frank each have their own angles - so they don't blend together for me.In the new chapter, I don't really understand why the macho builder guy exists - the dynamic with him seems exactly the same as with Leon (sleazy guy says lech-y things to Alice and despite herself she likes it). Seems like it'd be better to have someone that sparks different dynamics (like someone who's actually impressive or attractive, so she's attracted despite trying to be a good girlfriend)
Updated my android port.Updated Android port. Nothing too fancy but let me know if you have any issues.
PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
Version: Chapter 5 + WT by JokerLeader + Gallery by SteelyDan14
PIXELDRAIN
MEGA
Size 197 MiB
Version: Chapter 6 + WT by JokerLeader
PIXELDRAIN
MEGA
Size 126 MB
PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯You must be registered to see the linksORYou must be registered to see the linksor even MEGA
You don't have permission to view the spoiler content. Log in or register now.
This unofficial port/version is not released by the developer, download at your own risk.
Updates are faster onYou must be registered to see the links.
Yeah, for some reason, script.rpy containsI just played this game for the first time and would like to say that the mystery is intriguing I'm just dissapointed that the only character besides Alice that I really like dies.
I'd like to report what I think is a bug. Towards the end of chapter 6 Alice dreams of having sex with the bf and his friend even tho that didn't happen in my game.
define ch4_threesome = True
, which causes the flashback to trigger even if you chose EmilyGood to know. Guess that's just something that the dev will fix with the new chapter.Yeah, for some reason, script.rpy containsdefine ch4_threesome = True
, which causes the flashback to trigger even if you chose Emily
Yeah, you can't useYeah, for some reason, script.rpy containsdefine ch4_threesome = True
, which causes the flashback to trigger even if you chose Emily
define variable_name
if you want it to be remembered in saves. When you use define
, it tells Ren'Py to use the default value every time someone opens the game. It's not saved in your save files. define
should be use for things that are constant and default
should be used for things you want to be saved.That's part of it, but even with default, you still end up withThanks, you all are right ofc, it is define vs default issue. No idea why I did that, probably because character definitions are right above that or something like that.
ch4_threesome = True
every time for the reasons mentioned in my previous post.I think it wouldn't be an issue if they were properly defined (or rather defaulted) in ch5/arc1. In your script, you set it to false, which is correct, but to make it work as intended, the variables need to be set before ARC2_STATS_SETUP.That's part of it, but even with default, you still end up withch4_threesome = True
every time for the reasons mentioned in my previous post.
Yeah, that's just a temporary fix until the next update.I think it wouldn't be an issue if they were properly defined (or rather defaulted) in ch5/arc1. In your script, you set it to false, which is correct, but to make it work as intended, the variables need to be set before ARC2_STATS_SETUP.