RobbieAbz

Newbie
Oct 12, 2023
37
19
52
All are busy with error fixing...;)
Anyone knows how to complete these quests???o_O

//New content for Lisa and Sophia Gardner, Ava Jensen, and Principal
and something for Teen Maid, Art Teacher, and others

This time, Lisa Gardner received her personal ending.
And you can look for new Principal event near her office BJs. //

Thanks (y)
 

Zenith_AU

Newbie
Jun 15, 2023
57
38
28
All are busy with error fixing...;)
Anyone knows how to complete these quests???o_O

//New content for Lisa and Sophia Gardner, Ava Jensen, and Principal
and something for Teen Maid, Art Teacher, and others

This time, Lisa Gardner received her personal ending.
And you can look for new Principal event near her office BJs. //

Thanks (y)
Have you tried playing the game to find out? Most of these are fairly straightforward.

The teen maid is a minor update - basically there are 2 new scenes with her, the important one being spending time with her at the pool in the evening (stat increase). There's another scene where you find her cleaning one of the rooms which is clearly the setup for future progression but it goes nowhere at the moment.

Same for the art teacher, you can attend after-school classes that are the beginning of the next steps but currently don't lead very far.

There's a new option when you visit the Principal, it shouldn't take you too long to find it.

Sophia/Ava have a new scene, but you'll need to spend a few nights sleeping with Ava and repeating her sex scene (pay attention to the dialogue) to get there.

I haven't done the Lisa quest yet, as I haven't pulled the trigger on starting the trial (I figure I may as well wait until the rest of the content is done).
 
  • Like
Reactions: hoangdaiym

KiRiToBoYa

Newbie
Mar 31, 2020
35
28
113
are these full saves? Just curious cause every time i launch the game and load in my save it crashed so was wondering if this is a good fix? If anyone has a mac and figure out the save load issue and crashing and making u start over plz quote.

Well give it a go and let me know, cause i have Safe Save Filealso in the saves there. I have got it to the point that everything is kinda unlocked but i still need to do the Photograph photos with Aunt and Mother and then with others. Give a wee go and hit me up, if there´s something wrong or it does work.
 

Radical_Dreamer

Active Member
Donor
Aug 26, 2018
641
1,180
328
I'm getting an error message trying to trigger the first threesome scene with Lisa, Jill, and Lily:

To clarify, I am switching between the two girls, as I know this eventually prompts Lisa to walk in. I've done this a ton of times before and never had this happen. If I ignore the error, it just proceeds to let me finish with the two girls.

I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: invalid syntax (ch_OS.rpy, line 3863)

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

Full traceback:
File "script.rpyc", line 7, in script call
File "GameData.rpyc", line 954, in script call
File "ch_YS.rpyc", line 1736, in script call
File "ch_OS.rpyc", line 3719, in script call
File "ch_OS.rpyc", line 3861, in script
File "renpy/ast.py", line 2133, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1151, in py_eval
code = py_compile(code, 'eval')
File "renpy/python.py", line 1088, in py_compile
raise e
SyntaxError: invalid syntax (ch_OS.rpy, line 3863)

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.3.23091805
Straitened Times 0.64.0
Sun Aug 31 21:04:10 2025

It looks like it's in the actual file. Anyone know how to fix this?
 

ImTrYin2BeHiDDen

Active Member
May 2, 2021
591
125
143
Well give it a go and let me know, cause i have Safe Save Filealso in the saves there. I have got it to the point that everything is kinda unlocked but i still need to do the Photograph photos with Aunt and Mother and then with others. Give a wee go and hit me up, if there´s something wrong or it does work.
It worked im wonder whats wrong with my save. I download the windows version and merge the game files with the mac and it crashed on my save. Im wondering is it because of the cheat mods or something in my save. Also assuming my last save was on 0.63 and yes i tried the save sate thing in the main page but i tired it in the 0.63.2 mac version so idk if thats also causing a issue.
 
Last edited:
  • Like
Reactions: KiRiToBoYa

ImTrYin2BeHiDDen

Active Member
May 2, 2021
591
125
143
It worked im wonder whats wrong with my save. I download the windows version and merge the game files with the mac and it crashed on my save. Im wondering is it because of the cheat mods or something in my save. Also assuming my last save was on 0.63 and yes i tried the save sate thing in the main page but i tired it in the 0.63.2 mac version so idk if thats also causing a issue.
trying it all but getting the error code below on my mac save from 0.63 which was the scenes with Mia and the Cop. If my save file is needed for someone who can help plz quote i dont want to restart all the work.

I'm sorry, but an uncaught exception occurred. While running game code: File "game/scrs_game_menus.rpy", line 944, in __call__ AttributeError: Can't get attribute 'rOutfit' on <renpy.python.StoreModule object at 0x114941550> --

Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/ast.py", line 834, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/python.py", line 1187, 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 "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/core.py", line 2218, 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 "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/core.py", line 3289, in interact_core rv = root_widget.event(ev, x, y, 0) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/screen.py", line 794, in event rv = self.child.event(ev, x, y, st) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1526, in event rv = super(Window, self).event(ev, x, y, st) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 285, in event rv = d.event(ev, x - xo, y - yo, st) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1526, in event rv = super(Window, self).event(ev, x, y, st) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 285, in event rv = d.event(ev, x - xo, y - yo, st) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/layout.py", line 285, in event rv = d.event(ev, x - xo, y - yo, st) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1182, in event return handle_click(self.clicked) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1103, in handle_click rv = run(action) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/display/behavior.py", line 401, in run return action(*args, **kwargs) File "game/scrs_game_menus.rpy", line 944, in __call__ File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/loadsave.py", line 837, in load roots, log = loads(log_data) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 100, in loads return load(io.BytesIO(s)) File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 97, in load return up.load() File "/Users/NA/Downloads/StraitenedTimes.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 93, in find_class return super().find_class(module, name) AttributeError: Can't get attribute 'rOutfit' on <renpy.python.StoreModule object at 0x114941550> macOS-10.16-x86_64-i386-64bit x86_64 Ren'Py 8.3.7.25031702 Straitened Times 0.64.0 Mon Sep 1 02:30:21 2025 [/code]
 

WCold

Active Member
Aug 17, 2016
735
586
291
trying it all but getting the error code below on my mac save from 0.63 which was the scenes with Mia and the Cop. If my save file is needed for someone who can help plz quote i dont want to restart all the work.

I'm sorry, but an uncaught exception occurred. While running game code: File "game/scrs_game_menus.rpy", line 944, in __call__ AttributeError: Can't get attribute 'rOutfit' on <renpy.python.StoreModule object at 0x114941550>
The game doesn't have 'rOutfit' varible it's from some cheat or walkthrought mod. Try to restore the same mods' confguration as in the game the save was made.

Here is the post where it was fixed
Okay, I ve managed to open it with additional code.
Don't know where "rOutfit" class comes from, but you can start the save if you put the file in the "game" folder
 

EscapeEvade

Active Member
Nov 23, 2017
516
324
247
I only just found out about this game a couple days ago and have been toying around with it (including a few mods). I tried porting over to a different device because I'm away from my main PC for a while and got this error when I tried setting it up. On my main device, the Cheat Mod, Incest Patch, Gallery Mod, and Galley Unlock are all installed. For whatever reason, the Cheat Mod doesn't appear to want to install on this other device. Any ideas? Is that what the "Keepfamilyontimec" error refers to?

You don't have permission to view the spoiler content. Log in or register now.
 
3.70 star(s) 208 Votes