Think I got something for you on the second free roam (The morning with Sage) opening Jill's text causes an error.
FixedThe Cheats tab in the cheats broke for me after I tried to unlock rewards. I get this kind of error (Attached) whenever I try to open that tab now.
I even tried installing completely fresh and loaded previous saves, but nothing worked.
Any help with this, i'm still stuck? thanksSome of my saves from 0.9.1 will not load, please advise
Rich (BB code):
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) AttributeError: 'StoreModule' object has no attribute 'OO000000OO0O0OOOO' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3315, 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 4155, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/transition.py", line 48, in event return self.new_widget.event(ev, x, y, st) # E1101 File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/screen.py", line 727, in event rv = self.child.event(ev, x, y, st) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1313, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) 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 322, in run new_rv = run(i, *args, **kwargs) File "renpy/display/behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) File "renpy/loadsave.py", line 770, 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 'OO000000OO0O0OOOO' Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Being a DIK 0.10.1 Sun Jan 7 16:11:02 2024
Believe so, I'm halfway through the free roam event at the BBQ now and every path has been open for me without issue so far.Is it working properly on all the paths now? Can someone confirm?
I got a similar error, no response from scrappy yetCan't use the new oneCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/game/scripts/freeroam/episode9/ep9_freeroam_diks3.rpy", line 317, in script File "game/game/scripts/freeroam/episode9/ep9_freeroam_diks3.rpy", line 317, in <module> File "game/1NewCheatMode.rpy", line 198, in execute screen cheat_menu: File "game/1NewCheatMode.rpy", line 198, in execute screen cheat_menu: File "game/1NewCheatMode.rpy", line 201, in execute if cheat_on4 == True: File "game/1NewCheatMode.rpy", line 224, in execute if cheatcat4 == "CHEATS": File "game/1NewCheatMode.rpy", line 226, in execute frame: File "game/1NewCheatMode.rpy", line 232, in execute viewport: File "game/1NewCheatMode.rpy", line 235, in execute vbox: File "game/1NewCheatMode.rpy", line 239, in execute hbox xpos 0 ypos 0: File "game/1NewCheatMode.rpy", line 240, in execute frame xpos 0 ypos 0 background None: File "game/1NewCheatMode.rpy", line 326, in execute vbox xpos 0 ypos 460 spacing 5: File "game/1NewCheatMode.rpy", line 327, in execute if unlockedScenes == persistent.totalScenes and persistent.totalScenes_s2 > 0 and unlockedScenes_s2 == persistent.totalScenes_s2: File "game/1NewCheatMode.rpy", line 327, in <module> if unlockedScenes == persistent.totalScenes and persistent.totalScenes_s2 > 0 and unlockedScenes_s2 == persistent.totalScenes_s2: NameError: name 'unlockedScenes_s2' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/game/scripts/freeroam/episode9/ep9_freeroam_diks3.rpy", line 317, in script File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/game/scripts/freeroam/episode9/ep9_freeroam_diks3.rpy", line 317, in <module> File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3315, 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 3735, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3735, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/1NewCheatMode.rpy", line 198, in execute screen cheat_menu: File "game/1NewCheatMode.rpy", line 198, in execute screen cheat_menu: File "game/1NewCheatMode.rpy", line 201, in execute if cheat_on4 == True: File "game/1NewCheatMode.rpy", line 224, in execute if cheatcat4 == "CHEATS": File "game/1NewCheatMode.rpy", line 226, in execute frame: File "game/1NewCheatMode.rpy", line 232, in execute viewport: File "game/1NewCheatMode.rpy", line 235, in execute vbox: File "game/1NewCheatMode.rpy", line 239, in execute hbox xpos 0 ypos 0: File "game/1NewCheatMode.rpy", line 240, in execute frame xpos 0 ypos 0 background None: File "game/1NewCheatMode.rpy", line 326, in execute vbox xpos 0 ypos 460 spacing 5: File "game/1NewCheatMode.rpy", line 327, in execute if unlockedScenes == persistent.totalScenes and persistent.totalScenes_s2 > 0 and unlockedScenes_s2 == persistent.totalScenes_s2: File "game/1NewCheatMode.rpy", line 327, in <module> if unlockedScenes == persistent.totalScenes and persistent.totalScenes_s2 > 0 and unlockedScenes_s2 == persistent.totalScenes_s2: NameError: name 'unlockedScenes_s2' is not defined Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Being a DIK 0.10.1 Tue Mar 5 19:47:25 2024
Download New one > BaDIK_0.10.1_fix2_scrappyMod.zipI got a similar error, no response from scrappy yet
I've tried with patch then downloaded full version of season 3. Works with no problem by now.Download New one > BaDIK_0.10.1_fix2_scrappyMod.zip
Bro have you faced any other problems? Did u finish playing?I missed the Lily scene and then the option of her in the tent at the end of the second free roam - anyone have any ideas?
From what i've been able to tell, you can get all girls with the exception ofSo are we able to do all girl paths at the same time again now?