InsertCleverUserNameHere
New Member
- Apr 8, 2021
- 2
- 18
- 13
Lord Ashram, who was doing the mod, is currently battling cancer, so don't expect one any time soon as he has more important things to be dealing with.walkthrough mod update
Hope he gets well.Lord Ashram, who was doing the mod, is currently battling cancer, so don't expect one any time soon as he has more important things to be dealing with.
just for the record i still haven't downloaded this version the script code i provided is from an early version of the game kinda behind on the game so i have no clue what the new script files look like point is to people saying that stuff didn't happen before this update is just outright lying. as the code/script i posted is indeed old, you can;'t remove something that was never there, I've been with this game for years now train scene has also ended in a game over if you didn't pick the right option, you where able to see her get raped but it ended in a game over also has.snip
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 310, in script call
call expression "before_main_menu"
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'Location'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 310, in script call
call expression "before_main_menu"
File "startup.rpyc", line 163, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4037, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1249, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1249, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'Location'
Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Waifu Academy 0.9.9
Mon Jan 9 23:45:13 2023
There must have been an event at some point in a previous update that led to unlocking that specific Yoko event mate, OR it was incorporated to the main storyline i remember having a favor with those two guys on the train. Even if it was an illusion of choice and it was indeed incorporated into the main storyline, it was there, and now its not. Besides, previous saves are not working, which as far as i know, is an effect of changing variables in the script.just for the record i still haven't downloaded this version the script code i provided is from an early version of the game kinda behind on the game so i have no clue what the new script files look like point is to people saying that stuff didn't happen before this update is just outright lying. as the code/script i posted is indeed old, you can;'t remove something that was never there, I've been with this game for years now train scene has also ended in a game over if you didn't pick the right option, you where able to see her get raped but it ended in a game over also has.
Me too,but i have no mod save,do u need it?Start from yoko-homeIs it only me or do everyone played with wt mod got this from their saves?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 310, in script call call expression "before_main_menu" File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) AttributeError: 'StoreModule' object has no attribute 'Location' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00start.rpy", line 310, in script call call expression "before_main_menu" File "startup.rpyc", line 163, in script File "renpy/ast.py", line 1969, in execute self.call("execute") File "renpy/ast.py", line 1957, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/exports.py", line 3057, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3213, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 4037, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1059, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1059, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1059, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/screen.py", line 720, in event rv = self.child.event(ev, x, y, st) File "renpy/display/layout.py", line 1059, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1249, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1059, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1249, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1059, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/behavior.py", line 979, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 914, in handle_click rv = run(action) File "renpy/display/behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) File "renpy/loadsave.py", line 768, in load roots, log = loads(location.load(filename)) File "renpy/loadsave.py", line 63, in loads return cPickle.loads(s) AttributeError: 'StoreModule' object has no attribute 'Location' Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Waifu Academy 0.9.9 Mon Jan 9 23:45:13 2023
sorry, not played this version yetI'm sorry, for may be a stupid questionn, i'm stuck in metro, i want to return home, but there is no button
Not played current version. Extending Yoko scene required having two doses (not using a dose on Keiko earlier at school). That was it.There must have been an event at some point in a previous update that led to unlocking that specific Yoko event mate, OR it was incorporated to the main storyline i remember having a favor with those two guys on the train. Even if it was an illusion of choice and it was indeed incorporated into the main storyline, it was there, and now its not. Besides, previous saves are not working, which as far as i know, is an effect of changing variables in the script.
its gonna be long nap at this rate more or so 1 or maybe 2 update year and small ones so umm 5 ish years minWake me up when Sheila has new content. Thanks