Shawnchapp

Well-Known Member
Modder
Feb 13, 2018
1,903
4,987
Except that it makes the Photo Studio completely vanish and leave you stuck with an appointment you cannot keep because there is no studio to go to or model to ask. In downtown you only get Mall and Bank. Nothing else despite the appointment. Cannot use phone to fix problem either because it's stuck in a 'you've got an appointment' loop regarding the job search

Works fine for me... you sure you installed it right? and you aren't using any other mod?
 

DrSeaword

New Member
Sep 3, 2017
11
3
Are the events (Mom peeping, checking breasts) random? I'm following the walkthrough and I'm not getting the same events. Creator says to just keep leaving until you get the right one, but it never seems to work.
 

ept

Newbie
Aug 26, 2022
32
33
Are the events (Mom peeping, checking breasts) random? I'm following the walkthrough and I'm not getting the same events. Creator says to just keep leaving until you get the right one, but it never seems to work.
No, they're triggered. The walkthrough is more of a rough guide than a walkthrough. It must have taken forever to compile, but it's not too useful, sadly. Use it as a rough guide when you're stuck rather than a hand-holding list.

Once you meet the trigger conditions, the given event either happens next time or is enabled with a random chance and needs repeating (usually not too many). The pink page on your contact list helps, as does searching this thread.

(Hardest one for me was finding the right mix of actions for the drinking session with the lawyer - had to get help from this thread for that)
 

makeeyou

New Member
May 5, 2018
6
4
any help pls with this issue

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ch_MAunt.rpy", line 2932, in <module>
File "game/script.rpy", line 235, in ShowSceneF
File "game/script.rpy", line 287, in AddInappropriateScene
AttributeError: module 'time' has no attribute 'clock'

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

Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 820, in script call
File "ch_MAunt.rpyc", line 2932, in script
File "/Volumes/renpy-8.1.0-sdk/renpy-8.1.0-sdk/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/renpy-8.1.0-sdk/renpy-8.1.0-sdk/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/ch_MAunt.rpy", line 2932, in <module>
File "game/script.rpy", line 235, in ShowSceneF
File "game/script.rpy", line 287, in AddInappropriateScene
AttributeError: module 'time' has no attribute 'clock'

macOS-13.5.2-arm64-arm-64bit arm64
Ren'Py 8.1.0.23051307
Straitened Times 0.42.0
Sat Sep 16 10:33:07 2023
 

dikau

Member
Dec 16, 2019
315
273
any help pls with this issue

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ch_MAunt.rpy", line 2932, in <module>
File "game/script.rpy", line 235, in ShowSceneF
File "game/script.rpy", line 287, in AddInappropriateScene
AttributeError: module 'time' has no attribute 'clock'

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

Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 820, in script call
File "ch_MAunt.rpyc", line 2932, in script
File "/Volumes/renpy-8.1.0-sdk/renpy-8.1.0-sdk/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/renpy-8.1.0-sdk/renpy-8.1.0-sdk/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/ch_MAunt.rpy", line 2932, in <module>
File "game/script.rpy", line 235, in ShowSceneF
File "game/script.rpy", line 287, in AddInappropriateScene
AttributeError: module 'time' has no attribute 'clock'

macOS-13.5.2-arm64-arm-64bit arm64
Ren'Py 8.1.0.23051307
Straitened Times 0.42.0
Sat Sep 16 10:33:07 2023
I see you're playing using Renpy SDK.
The function time.clock() was removed in Python version 3.8. You should either use an SDK version that still uses Python versions below 3.8 or, even better, use an SDK with the same version as the current game was built with (SDK v7.6.x).
 
Last edited:

AC1DFOX

New Member
Apr 27, 2022
10
8
Can someone help? I just encountered an error and I cant figure it out.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6, in script call
    call GameProcess from _call_GameProcess
  File "game/GameData.rpy", line 818, in script call
    call expression ev from _call_expression
  File "game/loc_MotelMyRoom.rpy", line 707, in script
    if Relations["YoungSis"].IsGirlfriend() and Relations["YoungSis"].allure.Adders["BathGroup"].IsMoreThanMin():
  File "game/loc_MotelMyRoom.rpy", line 707, in <module>
    if Relations["YoungSis"].IsGirlfriend() and Relations["YoungSis"].allure.Adders["BathGroup"].IsMoreThanMin():
KeyError: u'BathGroup'

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

Full traceback:
  File "game/script.rpy", line 6, in script call
    call GameProcess from _call_GameProcess
  File "game/GameData.rpy", line 818, in script call
    call expression ev from _call_expression
  File "game/loc_MotelMyRoom.rpy", line 707, in script
    if Relations["YoungSis"].IsGirlfriend() and Relations["YoungSis"].allure.Adders["BathGroup"].IsMoreThanMin():
  File "renpy/ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/loc_MotelMyRoom.rpy", line 707, in <module>
    if Relations["YoungSis"].IsGirlfriend() and Relations["YoungSis"].allure.Adders["BathGroup"].IsMoreThanMin():
KeyError: u'BathGroup'

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.1.23060707
Straitened Times 0.41.1
Sat Sep 16 08:18:00 2023
 

WCold

Active Member
Aug 17, 2016
569
324
Can someone help? I just encountered an error and I cant figure it out.
File "game/loc_MotelMyRoom.rpy", line 707, in <module>
if Relations["YoungSis"].IsGirlfriend() and Relations["YoungSis"].allure.Adders["BathGroup"].IsMoreThanMin():
KeyError: u'BathGroup'

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.1.23060707
Straitened Times 0.41.1
Sat Sep 16 08:18:00 2023
your game version (0.41.1) is out of date
 

Silentheart42

Member
May 10, 2019
348
105
```
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'None'.

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

Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 820, in script call
File "ch_P.rpyc", line 1194, in script call
File "loc_MotelMyRoom.rpyc", line 862, in script call
File "C:\Users\David\Desktop\StraitenedTimes-0.42.0-pc\renpy\ast.py", line 1725, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 820, in script call
File "ch_P.rpyc", line 1194, in script call
File "loc_MotelMyRoom.rpyc", line 862, in script call
File "C:\Users\David\Desktop\StraitenedTimes-0.42.0-pc\renpy\script.py", line 1013, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'None'.

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
Straitened Times 0.42.0
Sat Sep 16 13:05:22 2023
```
 

oyeh

Newbie
Feb 26, 2018
82
30
Cheat Mod v2.0

To install just extract the zip into the root folder (The one with StraitenedTimes.exe)

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

DISCLAIMER: DO NOT USE THE SLEEP TILL FULL REST OPTION! It leads to an infinite loop

Note that unlike Suchguys mod, most things in my mod are automatic requiring no input on your part. The only things that aren't are the hotel room upgrades, and the modeling job cheat. If you want more control, use his mod. If you want more of a plug and play experience use mine.
Link: Suchguys Mod

Please let me know if you encounter any bugs
Please"+"and"_"can be fixde??
 

ThanatosX

Active Member
Jan 21, 2017
736
444
Stuck here. Unable to fuck or get a blowjob from Mary. Any idea how to progress?
Do the flirt actions again and check you got all the variations.
Might need progress with the sister, have you seen their argument to make more progress with her.
 

fernzy93

New Member
Sep 2, 2023
3
0
How to progress with Lauren after sneaking in on her praying? Walkthrough says you can stay and sleep in her bed but i never get this option.
 

Lucifer55

Newbie
Oct 4, 2018
23
0
Do the flirt actions again and check you got all the variations.
Might need progress with the sister, have you seen their argument to make more progress with her.
I've done all available flirt actions multiple times. There is no variation but value doesn't change.
About the arguments, I did the arguments long back. In the save file arguments value is set to 2 so I guess arguments are done twice.
Can't do any new arguments. Had dinner multiple times with the family and went upstairs as well. But no arguments event triggered.
I can get the ass picture from the bathroom and sometimes peek inside as well.
For Alexa too, I'm stuck at fingering her only.

Mary and Alexa both come to my room at night sometimes to sleep but nothing helps.
 
3.70 star(s) 155 Votes