- Feb 27, 2019
- 179
- 223
For those with trouble BJ at 21:00.BJ 09:00 i got
but at 21:00 at work nothing happens - as i said before
I think dev corrected that in 0.20b
You must be registered to see the links
For those with trouble BJ at 21:00.BJ 09:00 i got
but at 21:00 at work nothing happens - as i said before
tried cheat for Whos your daddy.....and others ......push enter I get NOPE.They work.
Make sure you respect the case, also some O are replaced by zero (0) ;-)
Having some trouble when trying to put your save in, it just straight up crashesRight at the start of the action for an instant fapping!
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)
ImportError: No module named matrix
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\ast.py", line 896, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\python.py", line 1929, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\core.py", line 3493, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 923, in event
return handle_click(self.clicked)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 858, in handle_click
rv = run(action)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\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:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\loadsave.py", line 752, in load
roots, log = loads(location.load(filename))
File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\loadsave.py", line 63, in loads
return cPickle.loads(s)
ImportError: No module named matrix
Windows-8-6.2.9200
Ren'Py 7.2.1.457
v0.20
Fri Dec 27 01:47:42 2019
crashes when trying to load for meRight at the start of the action for an instant fapping!
same hereHaving some trouble when trying to put your save in, it just straight up crashes
Any of you guys have any ideas?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) ImportError: No module named matrix -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\ast.py", line 896, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\python.py", line 1929, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\core.py", line 2690, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\core.py", line 3493, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\transition.py", line 47, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 923, in event return handle_click(self.clicked) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 858, in handle_click rv = run(action) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 313, in run new_rv = run(i, *args, **kwargs) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\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:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\loadsave.py", line 752, in load roots, log = loads(location.load(filename)) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\loadsave.py", line 63, in loads return cPickle.loads(s) ImportError: No module named matrix Windows-8-6.2.9200 Ren'Py 7.2.1.457 v0.20 Fri Dec 27 01:47:42 2019
... There's no point until the updated version comes out.Android version please
If you need a walktrough on this Games, stop playing it. The hints are pretty easy to follow!!If it were that simple, there would not be so much about walktrough.
It's true that sometimes questions about the guide are too hasty, but in this game walkttrough would be really useful.
Try it with v0.20b, it should work with the fixed version.Having some trouble when trying to put your save in, it just straight up crashes
Any of you guys have any ideas?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) ImportError: No module named matrix -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\ast.py", line 896, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\python.py", line 1929, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\core.py", line 2690, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\core.py", line 3493, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\transition.py", line 47, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 923, in event return handle_click(self.clicked) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 858, in handle_click rv = run(action) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\display\behavior.py", line 313, in run new_rv = run(i, *args, **kwargs) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\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:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\loadsave.py", line 752, in load roots, log = loads(location.load(filename)) File "C:\Users\DarkC\Desktop\The_Personal_Assistant-v0.20-pc\renpy\loadsave.py", line 63, in loads return cPickle.loads(s) ImportError: No module named matrix Windows-8-6.2.9200 Ren'Py 7.2.1.457 v0.20 Fri Dec 27 01:47:42 2019
Yes, the love path is still on hold till the corruption path is completed.What path was updated in this one? Is the love path still on hold?
Someone posted it a few pages backEveryone asking about the 21:00 bj event not triggering needs to read previous pages. Alot of people have said a fix to the event is in the 20.b version, however that version isn't up yet here. So you'll have to wait for the fix.
Anyone got a list of all nude events? Seems im missing at lesat one
Do all of the nude events
You don't have permission to view the spoiler content. Log in or register now.
Thanks Mark0815 will update the OP!Try it with v0.20b, it should work with the fixed version.
You must be registered to see the links