GTCK

Newbie
Dec 2, 2017
99
41
Or is it part of the path? I actually don't remember this part, I am trying to make the wife go into all parties in order to corrupt her.

Will I receive a command to give her related to going to the party?
 

Rupam122

New Member
Jan 27, 2019
2
2
Yeah... 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?
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!
 

FireKaliber

Newbie
Apr 2, 2018
21
11
Do you need to restart the game to do any of the new content in .3.5? Or can I use a previous save to get to the new content.

Also has anyone made a list of how to do each path?
 

nooblewdgamecreator

New Member
Aug 24, 2023
2
5
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.
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.
 

Jebik

Newbie
Jul 28, 2018
28
7
That'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.
Yep that why i say pass the next day the notif is recalculed every morning
but someone in the thread found 56 is annissa not wife so better fix the .py file as renpy recompile on launch
 

Lord Bradley

Well-Known Member
May 28, 2019
1,166
3,002
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!
Thank you wise gamer, this worked great! Appreciate it!
 
  • Like
Reactions: Rupam122

Ataly

Member
Jan 25, 2019
103
1,060
Hey anyone knows about android port of 3.5 version
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 joiplay :)
 

CuriousWonder

Active Member
Nov 29, 2022
681
295
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.
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.
 
3.30 star(s) 169 Votes