john1230

Active Member
Oct 6, 2020
959
906
185
He probably means that the menu showing up is all that works. You can't use the menu for anything and you can't make it go away either. Just because the graphics appear doesn't mean that the functions behind them actually work. Any decent coder would know that. Put quite simply, looks can be deceiving.
Firstly, I want to commend you for using the search. well done(y)

Secondly, that issue was not related to the current mod not working because RenPy updated it's keymapping.

Thirdly, I'm no coder. I'm just some idiot trying to learn python from other people's coding and figuring out what the code is doing. So I am no where near decent, but the mod was working just fine before so if it was showing up on screen then it was working.
 

BlackMage69

Newbie
Apr 1, 2019
50
18
173
One mod to rule it all. Wow
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
 
  • Like
Reactions: ALegend27

Shawnchapp

Engaged Member
Modder
Feb 13, 2018
2,312
8,279
610
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
170
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
86
101
156
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
7
4
210
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
319
286
186
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:
3.70 star(s) 206 Votes