- May 23, 2018
- 491
- 259
are you able to go to the Aunt's construction yet or not? also does anyone know how to trigger 'rivals' questline and confront him in the pool area?
It's one of the extra non-canon scenes that you can't get in the game.how to trigger tanya's scene?
the new one where mc cum over her boobs.
thanks i thought i missed it.It's one of the extra non-canon scenes that you can't get in the game.
You can only watch it through the scene gallery menu.
Visit Thornes office at night to continue those story lines.(Isabel and Aunt)So many bugs in this game:
Isabel has to think and to visit MC, but she isn't coming for almost 20 days.
There is no Aunt's place on the map to visit, so this story doesn't work at all.
And despite the fact that the mom's story is complete, the third scene in the Gallery from the bathroom is still closed.
Rubi's massages aren't counted at all.
OK, thank you. My mistake with the Isabel and Aunt.Visit Thornes office at night to continue those story lines.(Isabel and Aunt)
I had to do one of moms night creep scenes twice for it to show up in the scene gallery.
Ruby massages are bugged. I believe the fault lies in the fact that massage #2 and #3 are combined so if you don't do #2 before #3 unlocks then it skips #2 and jumps right into #3 and then after none of the massages are counted (2,3,4, or 5)
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'Room'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\loadsave.py", line 769, in load
roots, log = loads(location.load(filename))
File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'Room'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Midnight Paradise Elite-0.6-Remake
Thu Dec 26 00:39:49 2019
Old saves don't work because the game code has been altered. That's why there's a skip possibility at the beginning of the game.It looks like old saves v0.5.1 does not work in v0.6. I got
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) AttributeError: 'StoreModule' object has no attribute 'Room' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\core.py", line 3518, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\transition.py", line 47, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\screen.py", line 714, in event rv = self.child.event(ev, x, y, st) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\behavior.py", line 962, in event return handle_click(self.clicked) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\behavior.py", line 897, in handle_click rv = run(action) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\display\behavior.py", line 320, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\loadsave.py", line 769, in load roots, log = loads(location.load(filename)) File "C:\MidnightParadise-Elite-0.6-Remake-pc-compressed\renpy\loadsave.py", line 63, in loads return cPickle.loads(s) AttributeError: 'StoreModule' object has no attribute 'Room' Windows-8-6.2.9200 Ren'Py 7.3.5.606 Midnight Paradise Elite-0.6-Remake Thu Dec 26 00:39:49 2019