xeratios

Newbie
Game Developer
May 13, 2020
94
239
110
xeratios

Is there a way to save both businesses, or are you destined to lose one or the other

also, if you don't make a choice with either of them, and you carry on, Claire does eventually lose her business after the debate, would that be it for Claire or would that be it for her in the game

View attachment 5377701
There is no way to save both.
In case you don't make a decision on your own, or you skip the quest, the game will assume you side with Elke. This is not the end of either Elke or Claire's character arc. But the world will react to the choice you've made.

For example (without spoiling anything), i've currently planned a route that will affect Mom's and Elke's arc if you pick Claire.
 

marcoqc

Newbie
Jun 18, 2023
21
14
136
Hello everyone, i can't get my laptop from May , any soluce ? or a bug ? Thanks
 
Last edited:

xeratios

Newbie
Game Developer
May 13, 2020
94
239
110
Hell everyone, i can't get my laptop from May , any soluce ? or a bug ? Thanks
The only way this could happen is if you've met mai before you got this quest.
(i noticed it last night aswell.)

If this is the case, open your console (Shift + O) and type this:
$ havemet_mai = False

Then visit her, and it will trigger the menu option.
 
  • Like
Reactions: Jackbite

flobadobadoo

New Member
Mar 19, 2024
12
6
81
To buy everything for nothing, edit inventory.rpy and change the def buy(self, item, quantity=None) function to...

def buy(self, item, quantity=None):
if quantity is None:
quantity = item.quantity
self.add_item(item, quantity)
return True
 

Houselover

Newbie
Oct 7, 2019
68
39
203
Problem with quests: get groceries - I missed the time frame for the shop being open so could not get groceries. Thereafter the quest was no longer available and when I talk to Erica (mom) I could not progress as in order to help cook needed groceries. Maybe put in the possibility of filling quest the next day so future occurrences of missing a time frame don't mess up game play?
Note I restarted the game and got to the store at 6PM (18:00 game time) store open but no attendant and no way to buy groceries.
Note at home when looking for mom I found her in her bedroom sleeping and when I woke her she thought it was morning even though it was 21:30 game time. I strongly suggest the game creator play the game as a regular player (not using his knowledge of how the game should be played) and write down the errors he finds so that he can fix them. IMO game is unplayable till he reviews and fixes it instead of depending on the rest of us to find his games issues.
 
Last edited:
  • Like
Reactions: MrFrenchy16

xeratios

Newbie
Game Developer
May 13, 2020
94
239
110
Problem with quests: get groceries - I missed the time frame for the shop being open so could not get groceries. Thereafter the quest was no longer available and when I talk to Erica (mom) I could not progress as in order to help cook needed groceries. Maybe put in the possibility of filling quest the next day so future occurrences of missing a time frame don't mess up game play?
This quest does not auto resolve once you have it, it'll be in your questlog forever until you do it. Regardless of what day it is.
 

CallMeHuff

Member
Feb 17, 2023
187
548
208
Bro, please, if the saves are broken and we need to play it all over again, add the skip function at least. Especially for Sandbox...
 

xeratios

Newbie
Game Developer
May 13, 2020
94
239
110
I cannot receive the laptop from Mai.

Even though I entered `$ havemet_mai = False`, the event is not triggered.
Alright, you should've appended 2 quests.

1 main quest that points you home saying "Pickup your laptop from Mai and then go home to view the evidence."
Ignore this, check your side quests.

You'll have a quest that says:
"Go to the neighbours and talk to Mai about your laptop."

Go next door when Mai is there, talk to her and get your laptop, then go home.
 

lapadmar

Newbie
Jan 12, 2019
30
17
196
Shift + O
Code:
I'm sorry, but an uncaught exception occurred.

While processing the color property of anonymous style:
  File "game/home.rpy", line 172, in script
    scene momdrunkadult2 with dissolve
  File "tmp/gen3-static/styleclass.pxi", line 621, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "renpy/style.pyx", line 493, in renpy.style.StyleCore._get
  File "renpy/style.pyx", line 717, in renpy.style.build_style
  File "renpy/style.pyx", line 714, in renpy.style.build_style
  File "tmp/gen3-static/style_functions.pyx", line 336, in style_functions.color_property
ValueError: invalid literal for int() with base 16: '_c'

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

Traceback (most recent call last):
  File "game/home.rpy", line 172, in script
    scene momdrunkadult2 with dissolve
  File "renpy/ast.py", line 1581, in execute
    renpy.exports.with_statement(trans, paired=paired)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/exports/statementexports.py", line 260, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 1579, in do_with
    return self.interact(
           ~~~~~~~~~~~~~^
        trans_pause=True, suppress_overlay=not renpy.config.overlay_during_with, mouse="with", clear=clear
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/display/core.py", line 2219, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^                
  File "renpy/display/core.py", line 2757, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
[Previous line repeated 1 more time]
  File "renpy/display/screen.py", line 508, in visit_all
    self.child.visit_all(callback, seen=None)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
[Previous line repeated 2 more times]
  File "renpy/display/displayable.py", line 434, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2757, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^ 
  File "renpy/text/text.py", line 2354, in per_interact
    if self.style.slow_abortable:
       ^^^^^^^^^^^^^^^^^^^^^^^^^ 
  File "tmp/gen3-static/styleclass.pxi", line 621, in renpy.styledata.styleclass.Style.slow_abortable.__get__
  File "renpy/style.pyx", line 493, in renpy.style.StyleCore._get
  File "renpy/style.pyx", line 717, in renpy.style.build_style
  File "renpy/style.pyx", line 714, in renpy.style.build_style
  File "tmp/gen3-static/style_functions.pyx", line 336, in style_functions.color_property
  File "renpy/color.py", line 142, in __new__
    r = int(c[:2], 16)
        ~~~^^^^^^^^^^^
ValueError: invalid literal for int() with base 16: '_c'

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
Fractured Veil 1.4
Mon Oct 27 00:16:41 2025
 

xeratios

Newbie
Game Developer
May 13, 2020
94
239
110
View attachment 5378807
Cannot progress this quest, skipped over 20 days. any ideas?
The only thing i can think about is that the calendar is out of sync with the time this call is scheduled which can happen if you triggered random events or used the cheats. Try rolling back to when you got the quest, if possible. If not, then try skipping time again and see if it ends up triggering.

If it does not trigger at all, could you please post your savegame so i can take a look at it?

Thank you for the feedback!
 
  • Like
Reactions: Jackbite

godscoper

Active Member
Jul 16, 2023
525
1,235
276
Okay game, weird but okay.
Right now im at the part "visit Judith's cabin" when you hear her scream.
You can either check it out or leave.
If I "check the basement path" and see Judith getting light BDSM/ having sex with Mr. Dictonic
or
"leave" and MC says I swear I hear Dictonic voice and it's none of my business/ i'll check back later


Is it avoidable if I leave, and that scene never happened —or still happens —but in a future release, be an alternative scene after that event?
 
1.70 star(s) 3 Votes