Buletti

Engaged Member
Nov 7, 2023
2,086
3,564
349
The latest update is available here or for free on Patreon as well.
The next update will be released tomorrow for the highest-tier Patreon members.
It brings a lot of new features and will be a big shift in the game's development (with added gameplay and depth).
Yeah, I am looking forward to that a lot. But what will it mean for old saves? Will they Work or would we have to start new for D2?

Cheers!
 

TempTales-Paul

Newbie
Game Developer
Nov 11, 2024
57
118
43
Yeah, I am looking forward to that a lot. But what will it mean for old saves? Will they Work or would we have to start new for D2?

Cheers!
Hi,
I've created a small “afterload” label (which loads every time you load a backup in the background) that makes older game saves compatible.
However, you must not roll back before the save when you load (using the scroll wheel, for example), as this will cancel the effect of the afterload.
But otherwise, unless I've missed something (it's not always easy to do all the testing on my own), it should be fully compatible.
 
  • Like
  • Heart
Reactions: ffive and Buletti

KarokaKOHORT

Member
Jun 16, 2018
171
130
207
Anyone knows what is the requirement for the option "Agree to talk to Liam about it" to be greyed out (when with Liam and Charlotte asks)?
 

TempTales-Paul

Newbie
Game Developer
Nov 11, 2024
57
118
43
Anyone knows what is the requirement for the option "Agree to talk to Liam about it" to be greyed out (when with Liam and Charlotte asks)?
relationship_charlotte>=4 or emily_interested_by_girl

The simplest thing is to have been interested in Charlotte at least once during the first few days, in addition to Liam. Otherwise, always make “positive” choices for the relationship with Charlotte.
 

marvelfreak3000

Active Member
Sep 27, 2023
918
902
217
Any chance Isabella will be a lover for the MC? I liked the dynamic with Mrs. Harris BUT not really into the submissive side BUT if there was a way to have Mrs. Harris submit to the MC.....
 
  • Like
Reactions: Ssato243

ffive

Devoted Member
Jun 19, 2022
9,865
24,404
812
Hmm there's few small bugs in this release:

#1
Python:
    if shoplift>0: #baisse le shoplift dans le temps
        if day-dayshoplift >=7:
            $ update_variable ("shoplift",-150, 200,0)
This bit is supposed to trigger if Emily didn't steal anything for at least 7 days, but currently it triggers as soon as Sunday even if you stole something on 1st week Tuesday. This is because the variable dayshoplift isn't updated if Emily steals something during the outing with Vicky on day 2, so the variable value remains at default 0.

#2 this dress is placed in the luxury shop but also apparently in the regular clothing store as well, but with image in wrong folder
1763424994040.png
Meantime the matching red dress is located in the regular store and has graphics there, but i'm guessing the intention for both of them was to be in the elegant store instead (exclusively)

#3 A small inconsistency in dialogue on Saturday:

1763424388172.png

1763424395893.png

Emily, no wonder you're struggling with your economy exams when you can't do basic math, smh.

#4 also inconsistency, this time between the scene narrative and the associated image:

1763424517195.png

The game keeps talking how Charlotte is sucking Liam off and "working his glans" and Emily is licking his shaft, but the image shows them doing the opposite, with Emily being the one working the head.

Bonus: not error per se, but just made me laugh because probably not something a guy ever wants to hear, ever:

1763424694241.png

And on slightly more serious note, the game could probably use a proofreading pass for tense and PoV consistency -- currently it jumps wildly, sometimes even within the same scene, between present tense (she does X) and past tense (she did X) as well as the perspective in which it is rendered, e.g "I think" vs "You think" vs "Emily thinks" etc.
 
4.10 star(s) 21 Votes