Quackille

Newbie
Jul 28, 2022
54
181
157
To get new Lauren scene, go to her room after midnight, choose sleep without masturbating or praying.
Got to that point but nothing happen. Is there a missing trigger (something you have to do before it) or is it a RNG roll.
 
Last edited:

ThanatosX

Active Member
Jan 21, 2017
858
520
306
How do you get art teacher scnees? I remember telling the principal about her but I dont have any scenes after that apart for the roadside dinner
If you hit walkthrough 2 on the OP, the guide there is pretty well laid out. You might be up to the talk to her husband step that passes on the job offer, or maybe you are time gated still.
 
  • Heart
Reactions: Ihavefallenthislow

cosimar

Newbie
Apr 27, 2017
62
17
220
Try to delete all "persistent" files
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
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_load_save.rpym", line 35, in <module>
$ 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 3582, 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 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, 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 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1142, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1075, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 372, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 379, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 815, 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.3.23091805
Straitened Times 0.65.0
Thu Sep 11 21:30:17 2025
```
 

Ghost188

Member
Mar 10, 2018
206
182
231
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
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_load_save.rpym", line 35, in <module>
$ 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 3582, 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 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, 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 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1142, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1075, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 372, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 379, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 815, 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.3.23091805
Straitened Times 0.65.0
Thu Sep 11 21:30:17 2025
```
I’m getting the same shit, any idea how to fix this?
 

linlin3az

Newbie
May 20, 2024
28
26
81
StraitenedTimes-0.64.1-pc 中文汉化翻译

Overview: I used Google AI to translate into Simplified Chinese.(我用谷歌AI翻译为简体中文版.)力求最完美的汉化
https://f95zone.to/threads/straitenedtimes-0-64-1-pc.270004/

详细介绍和更多游戏汉化翻译地址:
If you enjoy what I do, consider supporting me on Ko-fi! Every little bit means the world!
 
Last edited:

WCold

Active Member
Aug 17, 2016
735
586
291
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'
I’m getting the same shit, any idea how to fix this?
I presume, it's the old saves doesn't load.
Use the same mods you used when you saved the game to load it.

'WalkthroughContent' means your savegame was made with a walkthrough mod.
 

yetitron

Newbie
Apr 21, 2022
19
20
70
I’m getting the same shit, any idea how to fix this?
I get the same error , dont start, but usually i unzip in the same folder, i try to unzip in the different folder, and start perfectly, later i take my cheatmod.rpy and familymod, and scrs_game_menus.rpyc , and restart and works perfeclty , just i cant use my older saves, so i think take the game to garbage, start over again its a fucking trolling.
 

EdgeRider7

Newbie
Oct 17, 2023
25
7
112
How do you get art teacher scnees? I remember telling the principal about her but I dont have any scenes after that apart for the roadside dinner
3. Ask for raises and when arguing starts, ask principal to hire her and vouch for her when you can.
4. Ask for raises until get another argument between owners and can tell husband you talked to principal and he says he will tell her. Then she will show up at school not long after.
 

bofowatt

New Member
Oct 7, 2017
10
58
154
So, this Dude registered in 2017 and he/she only has 2 posts on F95...

I don't wanna make accusations out of the blue, BUUUUUUUT...

I think you guys SHOULD realise and/or be aware of what is happening here on F95 Zone - by reading here:

https://f95zone.to/threads/recent-malware-infected-games.207437/post-18053460

and here:

https://f95zone.to/threads/recent-malware-infected-games.207437/post-18065511


Now, I'm going to ask you: Do you guys really NEED to play with FIRE and download this?








Just get back to the public version.
i just dont like posting :( usually just playing with my dick man...
 

Trakinas666

New Member
Aug 27, 2022
13
12
22
They said there was a new scene with the aunt and Lily in the pool when Lily is doing exercises, but I ask the aunt and she answers that she is just watching and the MC answers that if he wants he can rest in the chasse longe
This game has an horrible RND mechanic, to be clear idk if there is more to the scene than what u experienced...but a lot of time the game want u to keep repeating the same thing over and over and over with no clear sign to how far it goes...i have no clue why the dev take this direction...not to mention how misleading the "Change log" can be...i remember there was an update where was "new nextdoor neighbour mom scene"...and it was a scene that trigger if by working in the sex shop, something that previously had zero interaction with that character, it doesn't show up in the track NPC app, or it was mention in any form by any other character...so basically it's something that u have to "accidentally" stumble...so basicaly at every update the dev expect the player to just repeat every possible interaction with every possible character multiple times in the hope that maybe something diferent will eventualy happen.
 
  • Like
Reactions: Mr.PotatoChips

PhoenixRage23

Active Member
May 24, 2020
965
1,164
298
Haven't played this game since v0.61.2. Can the MC finally have any sexual interactions with the grandmas? Even then, I know I didn't get to a lot of the newer content when that version came out.
 
3.70 star(s) 208 Votes