Create and Fuck your AI Slut -70% OFF
x

ChaoticSky

Newbie
May 23, 2018
48
33
142
1758383481835.png
Anyone know how to get past this with a downloaded save file? Choosing both yes and no both get you kicked out of the game. Very scummy by the dev.
 

ffive

Devoted Member
Jun 19, 2022
9,719
24,023
812
There's a minor bug with the phone interface:

1758383530061.png

It uses days variable as a check if some of the entries should be enabled. But because on Week 2 the days variable is reset back to 1, some of the entries Emily already knew (Marcus, Jules, Harris) get re-locked to grey state.

Rather than reset the variable back to 1 it may be better to just keep counting the days forward, i.e. week 2 Monday has days at 8, Tuesday at 9 etc.

also, Bob's contact is mistakenly linked to
Python:
                    ("bob", know_andrew),
and as a result becomes unlocked even if Emily didn't get caught shoplifting and doesn't actually know Bob.
 
Last edited:

TempTales-Paul

Newbie
Game Developer
Nov 11, 2024
51
104
33
View attachment 5267731
Anyone know how to get past this with a downloaded save file? Choosing both yes and no both get you kicked out of the game. Very scummy by the dev.
This isn't my code. This message is native to Renpy.

If you're sure about this backup, it shouldn't cause any problems.

If it causes an error, the backup may be corrupted. Did you make it yourself?
 

TempTales-Paul

Newbie
Game Developer
Nov 11, 2024
51
104
33
There's a minor bug with the phone interface:

View attachment 5267733

It uses days variable as a check if some of the entries should be enabled. But because on Week 2 the days variable is reset back to 1, some of the entries Emily already knew (Marcus, Jules, Harris) get re-locked to grey state.

Rather than reset the variable back to 1 it may be better to just keep counting the days forward, i.e. week 2 Monday has days at 8, Tuesday at 9 etc.

also, Bob's contact is mistakenly linked to
Python:
                    ("bob", know_andrew),
and as a result becomes unlocked even if Emily didn't get caught shoplifting and doesn't actually know Bob.
Thank for the feedback. I'll change that asap.
Normally, this bug should not prevent you from playing.
 
  • Like
Reactions: ffive

restrictive

Newbie
Jun 4, 2020
69
85
132
How is it scummy? It's Renpy safety mesure, you cant even edit saves in most newer Renpy games.

Young people today, always with the assumptions and accusations...
There are ways to disable that safety measure, but obviously such a rude dude won't be told.
(Everybody else just visits fap-nation.com - they offer an online editor that comes with instructions. Best thing: You can edit offline afterwards, like in the good old days).
 

ffive

Devoted Member
Jun 19, 2022
9,719
24,023
812
Hello guys, how to get scene w Richard?
If Emily is on sugarbaby work path (available if you reject earlier job offers or don't look for job at all until day 3 or 4) she'll get a call from him on evening of Day 4. To go all the way with his requests Emily needs a low karma (-3 or lower; you get -1 point during the event so starting with -2 should be enough) or accept enough of drinks from him (3+). The second event fires on subsequent day if you don't shut the path down during the first.
 
Last edited:
  • Like
Reactions: RaijinSL

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,880
11,572
698
I think there's a missing definition.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_python_fct.rpy", line 281, in _dd
NameError: name 'em_glitch_shake' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 834, in execute
File "renpy/python.py", line 1187, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2218, in interact
File "renpy/display\core.py", line 2882, in interact_core
File "renpy/display\core.py", line 1384, in draw_screen
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 900, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 900, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 900, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\screen.py", line 755, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 900, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 1660, in render
File "renpy/display\layout.py", line 1632, in update
File "game/00_python_fct.rpy", line 281, in _dd
NameError: name 'em_glitch_shake' is not defined

```
 

TempTales-Paul

Newbie
Game Developer
Nov 11, 2024
51
104
33
I think there's a missing definition.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00_python_fct.rpy", line 281, in _dd
NameError: name 'em_glitch_shake' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 834, in execute
File "renpy/python.py", line 1187, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2218, in interact
File "renpy/display\core.py", line 2882, in interact_core
File "renpy/display\core.py", line 1384, in draw_screen
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 900, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 900, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 900, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\screen.py", line 755, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 900, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "renpy/display\layout.py", line 1660, in render
File "renpy/display\layout.py", line 1632, in update
File "game/00_python_fct.rpy", line 281, in _dd
NameError: name 'em_glitch_shake' is not defined

```
Yes, I explained the issue a few posts ago.

There's a transition missing in the file when I copied it.

This transition triggers after about 5 seconds in the main menu.

So if you launch the game or load a game before 5 seconds, there's no bug.

I'll fix it tomorrow :)
 

ffive

Devoted Member
Jun 19, 2022
9,719
24,023
812
A couple of small errors in the earlier parts of the game remain:

Day 2
Python:
                show expression "images/nsfw/liam_cha/D2_liam_charlotte_breast_cum.jpg "at zoomout_14_1
There's a space here in the name of the image (.jpg "at) instead of after it (.jpg" at) which throws the game off and produces error about missing image at that point.


Modeling event 1

Agreeing to pose topless doesn't record this fact in the casting variable. It remains in previous state, "underwear". Only agreeing to model fully nude is recorded. This means some checks fail down the road, e.g. Emily doesn't get the $50 extra for the topless shots afterwards.


Day 5
Python:
    elif helpstudy == "liam" and study >= 2:
        show liam casual smile at mright with moveinright
        l "Hey, Emily! You’ve got this. We studied hard, and you’re more than ready."
        show emily casual smile at center
        e "Thanks, Liam. I hope I can remember everything."
        n "Liam’s encouragement gave Emily a small boost of confidence."
This branch should be probably checking instead for
Python:
    elif helpstudy =="liam+" or helpstudy =="liam++":
Since Liam would need to have a tutoring session with Emily in order to know she actually studied. As it is, it's kind of the opposite -- if Emily and Liam have studied together, he doesn't show up before the exam because helpstudy variable check fails.

Day 5
Python:
    elif helpstudy =="liam" and study >=2:
        $ exam += 1
        show emily casual smile
        e "Yes! I did it! I passed with flying colors!"
        show vicky casual smile
        v "I knew you would! All that late-night studying paid off."
        n "Emily let out a breath she hadn't realized she'd been holding."
        et "I'll have to thank Liam for his help!"
        et "Finally, all that effort was worth it."
and Day 6
Python:
    if helpstudy == "liam":
        show emily casual smile
        et "Liam will be proud if I manage to do well this time."
        if liam == "couple":
            et "He's so supportive… and sweet. I really want to make him proud of me. For us."
Same thing here. Emily talks about Liam if she merely asked if he would help her, but this branch gets skipped if she actually had a study session with him.
 

ffive

Devoted Member
Jun 19, 2022
9,719
24,023
812
A propos of nothing.

1758489269630.png

Vicky, baby, you can't count for shit. You'd also need to fuck Marcus and Isabela to actually complete the family, unless there's much more you ought to be confessing to your best friend here. :whistle::coffee:
 

DasBin

New Member
Sep 16, 2025
6
2
3
Search for savetoken.py. Its a renpy default file and inside is a variable you have to change to true or the game does not accept saves from other systems.
Or edit the varibles while you play using renpy's console. For that you need to edit the 00console.rpy file.
 
  • Like
Reactions: ffive

TempTales-Paul

Newbie
Game Developer
Nov 11, 2024
51
104
33
Hi everyone,
I've updated the Gofile link (I have control over it) :

And here I've uploaded links with the bugs fixed
Pixeldrain [Mac]:
Pixeldrain [PC]:
Mega [PC and Mac] :


I'm going to request an update to the topic, but normally I don't think we can do it so soon, so it may not be updated in the main post for a while.

Sorry about that.

Otherwise, the links are available for free download on my for those who follow it (even without a paid subscription).

By the way, the next update will be released on Patreon in a few days.

ffive:
Thanks for your feedback, I've corrected all the points you raised. It was very clear and very accurate.
I don't know how you managed to spot that without knowing the game inside out ^^
Congratulations and thank you very much. Are you on my Discord? If so, feel free to send me a PM. I sometimes look for testers ahead of releases, if you're interested :)
 

longjohngold

Well-Known Member
Jan 22, 2020
1,525
2,314
428
This was neat, nicely branching and whatnot. Obviously I'mma try to get her as shacked up with Vicky as possible. I wonder if there'll be a way to take advantage of the Faith situation to get with her too.
 

Meowmadam

Active Member
Nov 9, 2021
675
645
159
The cartoony art style is nice and there's enough branches, choices to be made. The lack of detail in the genitalia is bad though.
 
4.00 star(s) 22 Votes