Nikephouros
Member
- Aug 15, 2018
- 205
- 302
Did you skip past the current Day 5.5 end-of-content? If you removed the 'to be continued' at Day 5.5, then anything past that is "beta" and not officially released yet. The game includes code all the way up to Day 7, but I wouldn't consider it reliable or finished.Another bug... Andrew bj scene in the club bathroom has no images :/ Can't find it in the game files either. Why did they release such an unfinished version??
What scene are you referring to?Hi so how do we get the Faith masturbation scene? Has it been fixed?
It should be now selectable for MC to pick Faith as person to think about when she masturbates, if you caught Faith masturbating in your bed on Day 1.Hi so how do we get the Faith masturbation scene? Has it been fixed?
I dont know, after the choice with ''Text to Liam or Jules'' we have content with image?I found the problem. For some reason code was left in the game to go to the to be continued screen on day 5. To hotfix it:
The reason for the code problem is that on lines 23 and 24, of the D5.rpy you see this:
- Unrpa the files
- Under 'Game' folder edit 'D5.rpy'
- Delete/Comment lines 23 and 24 (see below for exact lines)
- Save and Exit
- Delete D5.rpyc (it's the compiled D5.rpy, it's compiled when you restart the game)
- Play!
As you can see, the last two last lines jump to "to be continued" which was left over from the previous build. Remove those two, or comment them out, and voila it works!Python:label D5: $ nameday = "Friday" $ day = 5 $ moment = "morning" $ random_percent = get_random_percent() #correction [day4 alpaha]>[beta] if jules == "fuck" or jules == "suck": $ jules_fucked= True if end=="day4": jump tobecontinued
Also, of interesting note, there is some code all the way through to Day 7. I didn't look at it, and there may be broken code or missing images, but there is stuff there.
Edit: Also, fun fact. These appear to be the character you can, or will be able to, "interact" with, set as Booleans (True/False):
You don't have permission to view the spoiler content. Log in or register now.
That is where the current update ends. The update was half a day, of Day 5. If you removed the "to be continued" jump at texting Liam or Jules, then you went past the official end of content. There is a lot more code/days, but it's not completed. It looks like a decent portion of days 5-7 are written, but there's very few images and parts of it don't look quite fully scripted.I dont know, after the choice with ''Text to Liam or Jules'' we have content with image?
Edit: Cleaned up mistakes.The lack of explicitness with the incest makes the dialogue very unwieldy, they act like they arnt related, then they do, then they dont.
No, both Emily and Faith are adopted. It's stated in the game right in the prologue, during the first talk Emily has with Isabelle:Isabella is Emily's birth mother. As nothing indicates otherwise.
i "You were so young when you came to live with us. You’ve grown so much since then."
n "Isabelle’s voice softened, her gaze distant as if recalling memories buried deep in her heart."
i "I had just met Marcus then. He had his son, Connor. And when you arrived, I took you both as my own."
i "I don’t think I’ve succeeded with Connor in the same way I have with Faith and you."
i "But you, Emily... I’ve always seen you as a part of my family. And I’m proud of you."
e "Thank you, Isabelle. That means... a lot."
n "Emily’s voice cracked slightly, betraying the depth of her feelings. Isabelle reached over, resting a hand over hers."
i "You never talk about your parents, but I know you don’t remember them. It’s just been us."
n "Emily nodded slowly, her throat tightening at the thought of the family she never knew."
et "She’s right. I don’t remember them. Isabelle’s been the only mother figure I’ve ever known."
i "When your parents passed, you have been entrusted to us as a foster family."
n "Her words carried both comfort and sorrow, the weight of what they’d lost and what they’d built together."
e "I know. And I’m grateful. For everything."
If i'm not mistaken the fix people posted was so the game would actually advance past the original stop (which was at the end of day 4). This was originally part of script for day 5 in the first release, and still is:The uldate is supposed to stop at day 4.5.
Indeed, you can skip the stop by modifying the code but after the middle of day 4 you won't really have something finished.
if end=="day4":
jump tobecontinued
As per the changelog on the OP, half of Day 5.so what is new content?
I think some of the confusion may be the version naming you are using?For the bug at the end that re-triggered on day 4. I'll fix it when I get back from my trip in a few days.
I'm sorry, I'll do it differently for the next update
It's still an amateur project in my spare time, so I sometimes make mistakes. Sorry
jump tobecontined
occurs. Which is just about literally half way through the code for Day 5.