Criss.Secret

Newbie
Jul 24, 2019
85
90
193
Can someone help me pls
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scrs_game_menus.rpy", line 779, in __call__
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4540, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 1138, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1071, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 375, in run
    return action(*args, **kwargs)
  File "game/scrs_game_menus.rpy", line 779, in __call__
  File "renpy/loadsave.py", line 812, in load
    roots, log = loads(log_data)
  File "renpy/compat/pickle.py", line 45, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.1.23060707
Straitened Times 0.59.1
Sat Mar  8 02:41:54 2025

It seems that the game is attempting to use the Walkthrough Mod, which is either outdated or absent. You need to disable the Walkthrough Mod completely.
 

Qazqu

New Member
Jan 21, 2023
4
9
13
I CAN'T WORK AT A RESTAURANT AGAIN AFTER BEING FIRED. WHAT IS THE COMMAND FOR TAKING BACK WORK?
 
Aug 11, 2021
89
321
97
GOOD NEWS EVERYONE!

I have made the 3rd instalment of my full guide for this game. the full guide version 0.59.1


WHAT'S NEW?

well besides the new content being added to every characters personal page i have also added the changelog page. here will be listed what exactly was added and how many scenes were added. as seen in the spoiler picture. if anyone has any feedback on what to add next to this guide let me know

You don't have permission to view the spoiler content. Log in or register now.

PS: a step to step instruction for a specific character in this game is not easy at all but i might give this a try in the future if i feel like it, tho a 4th replay of the game might be a tad too much since the grind for the game can be hell
 
Last edited:
Aug 16, 2023
207
316
196
How do I trigger the scene with Jill and Mia?
First, you need to be sharing your room with Jill (and therefore mom and Lil are in the other room together). If this is not already the current situation, change this during the next dinner.

Not sure if there are prerequisites, but assuming you have done past content with both characters, the latest threesome is accessible by talking to Mia at the strip club at exactly 3:00 am (only on nights where she and your sister Jill are working there) and selecting requests then asking for a ride home. Mia will drive you and Jill home.

Upon arrival, you will get a prompt asking if you want to invite her to stay with the two of you. The first time you select that, the three of you will just go to sleep. Do the whole thing again and the second time you will have the threesome.

Repeat as often as you like :)
 

CbunnySwtor

Member
Jul 18, 2024
279
674
171
I CAN'T WORK AT A RESTAURANT AGAIN AFTER BEING FIRED. WHAT IS THE COMMAND FOR TAKING BACK WORK?
To get rehired without editing anything, wait 7 days and boost your opinion with the diner manager to above -10. If you've met Mrs Diner Manager, then you have to boost her opinion above -10 to get rehired, not the fella. Guess we know who wears the pants in that family.

Otherwise enter the following into the console:

Relations(ATeach).opinion.Value = 0
Relations(DinerManager).opinion.Value = 0
RoadsideDiner.Work.State = WorkStates.Proposed

Then talk to the manager again to get rehired.
 
Last edited:

CbunnySwtor

Member
Jul 18, 2024
279
674
171
Game always forgets the settings and the already done scenes , saves work, any ideas pls?
If you're on a PC, it sounds like you're running the game from a directory that requires elevated privileges to write to. Move the folder to your desktop or documents folder and see if that fixes it.
 
Aug 11, 2021
89
321
97
GOOD NEWS EVERYONE!

I have made the 3rd instalment of my full guide for this game. the full guide version 0.59.1


WHAT'S NEW?

well besides the new content being added to every characters personal page i have also added the changelog page. here will be listed what exactly was added and how many scenes were added. as seen in the spoiler picture. if anyone has any feedback on what to add next to this guide let me know

You don't have permission to view the spoiler content. Log in or register now.

PS: a step to step instruction for a specific character in this game is not easy at all but i might give this a try in the future if i feel like it, tho a 4th replay of the game might be a tad too much since the grind for the game can be hell
Welp i got bored guess i'm giving the classic step by step guide a try. Tho this shit is a bit annoying to make with the storyline for every girl not beind linear at all so anyways here's a sneak peak of a full step by step guide i'm currently making.

This guide will be created with the purpose of unlocking almost all content (some minor scenes that don't do much will be left out since they only serve as get very lucky for this 1 pictureof person X seeing you and walking away again)

You don't have permission to view the spoiler content. Log in or register now.

this will take a while to make, this stuff is pretty time consuming but i hope if i manage to finish this, together with my guide on every scene with more details (like max amount of sexual tension you can aquire from aquired from the debug view) and explanations, no one will ever have to be stuck again.
 
3.70 star(s) 206 Votes