hammerva

Member
Oct 13, 2020
119
24
Yeah that is the problem. The save that is on the main page goes to a link to a post from June. With no update on the post. So you are telling me that a save from June will work on updates that were made in July. If that was the case we wouldn't need saves to begin with
 

hammerva

Member
Oct 13, 2020
119
24
I can't remember where in the quest but one of the times to use the ladder at night you have to get into the sports field and set it up there
 
  • Like
Reactions: doggan777

PrEzi

Active Member
Modder
Aug 17, 2016
699
1,034
Bug, on first day visiting school I get this :

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/rooms.rpy", line 2254, in script
call screen screen84
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/rooms.rpy", line 5460, in execute
screen screen84: # 7eleven
File "game/rooms.rpy", line 5460, in execute
screen screen84: # 7eleven
File "game/rooms.rpy", line 5465, in execute
if (parkinglot_drift_event == 1) and (time_of_day == "midnight"):
File "game/rooms.rpy", line 5465, in <module>
if (parkinglot_drift_event == 1) and (time_of_day == "midnight"):
NameError: name 'parkinglot_drift_event' is not defined
 

rock10

Member
May 8, 2019
318
93
Be at the master bedroom (Dad must be home) Night only
Help me

Use gloryhole in the school. Where?
 

PrEzi

Active Member
Modder
Aug 17, 2016
699
1,034
Another bug :

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/rooms.rpy", line 138, in script
if (dad_mom_sex == 2) and (ladder_garden):
File "game/rooms.rpy", line 138, in <module>
if (dad_mom_sex == 2) and (ladder_garden):
NameError: name 'dad_mom_sex' is not defined
 

Wolfman1987

Newbie
Feb 17, 2019
85
18
Be at the master bedroom (Dad must be home) Night only
Help me

Use gloryhole in the school. Where?
for the bedroom, only way i've gotten the key is during the quest when kendra comes home drunk, take her to her room, and on the bedside table is the key, no idea if you can repeat it later of there is another way, so i had to use URM to add the key "key_found" set to true or replay the game from that quest
 
  • Like
Reactions: piriesh

9595xxlx

Newbie
Jan 12, 2019
17
2
Still getting error when talking to the guy at the cafeteria, no way to progress. It send me to the market with brigitte police car scene and then crash.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/rooms.rpy", line 2254, in script
call screen screen84
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/rooms.rpy", line 5460, in execute
screen screen84: # 7eleven
File "game/rooms.rpy", line 5460, in execute
screen screen84: # 7eleven
File "game/rooms.rpy", line 5465, in execute
if (parkinglot_drift_event == 1) and (time_of_day == "midnight"):
File "game/rooms.rpy", line 5465, in <module>
if (parkinglot_drift_event == 1) and (time_of_day == "midnight"):
NameError: name 'parkinglot_drift_event' is not defined

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

Full traceback:
File "game/rooms.rpy", line 2254, in script
call screen screen84
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, 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 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/rooms.rpy", line 5460, in execute
screen screen84: # 7eleven
File "game/rooms.rpy", line 5460, in execute
screen screen84: # 7eleven
File "game/rooms.rpy", line 5465, in execute
if (parkinglot_drift_event == 1) and (time_of_day == "midnight"):
File "game/rooms.rpy", line 5465, in <module>
if (parkinglot_drift_event == 1) and (time_of_day == "midnight"):
NameError: name 'parkinglot_drift_event' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809

Sun Jul 28 23:00:25 2024
 
  • Like
Reactions: Markson
2.00 star(s) 11 Votes