Edit new_main_phone_0_2.rpy in game folderYeah... Would be great if anyone could help with this, maybe there is console command that would let us bypass this like on sharing route 56 where everyone was stuck as well?
This didnt work for me.Activate console with
https://f95zone.to/threads/renpy-console-enabler-v1-0.114847/
w_sharing_line_stage = 57
in console to debug. "
Use this. Works perfectly AND, you might need it again down the line.
What part? Opening the console? Pasting the line of code? Did you skip two days after you put it in?This didnt work for me.
Sorry that i missed that info. I opened the console and pasted the same code and waited for two days. Nothing happened.What part? Opening the console? Pasting the line of code? Did you skip two days after you put it in?
Yes, the fact that Jenna establishes herself as a teasing bitch from the start and as consequence the MC don't believe her hints about the wife cheating/abused while drunk is the best part of the whole game.I agree this would make the experience a lot more enjoyable.
I would just add one more branch: The wife cheating the passive/hopeful/app testing husband(Not really submissive). I really love when Jenna only hints the wife cheating and the husband do not believe her.
Yep that why i say pass the next day the notif is recalculed every morningThat's the thing that I'm pointing out with the code block, you can't because the GUI of Step 56 is already loaded and that of Step 57 isn't.
Thank you wise gamer, this worked great! Appreciate it!Edit new_main_phone_0_2.rpy in game folder
elif w_jenna_line_stage == 74 and current_time < 3:
$ jenna_mess_available = 1
if renpy.showing('notif_105', layer=None):
pass
else:
show notif_105 with hpunch:
xalign 0.5
ypos -400
linear 0.7 ypos 0
play sound "<from 0.0 to 2.2>sound/notification.mp3" fadeout 1.0
"change jenna to wife. wife_mess_available" line 2069
elif w_jenna_line_stage == 74 and current_time < 3:
$ wife_mess_available = 1
if renpy.showing('notif_105', layer=None):
pass
else:
show notif_105 with hpunch:
xalign 0.5
ypos -400
linear 0.7 ypos 0
play sound "<from 0.0 to 2.2>sound/notification.mp3" fadeout 1.0
It worked for me!
He's working on it with people who are porting games, bit Android's size limitations are quite hard to workaround, so we need to wait or just use joiplayHey anyone knows about android port of 3.5 version
It's not necessarily complex but there might be some unneeded code in there that bloodyink could get ride of to slime down the size of the game. Mind you I don't know what Ren'py uses nor have I seen their code, I'm just proposing an explanation for the download size.The code isn't that complex. The errors seem to be more of the fact that he's working alone and adding in a lot per month and at that scale, errors are bound to happen.