- Apr 22, 2019
- 2,185
- 1,917
One was done in Feb and he's running a few months behind on that.I do fear it' about time to update the "future plans" thingie
You must be registered to see the links
We're about May in the plan.
One was done in Feb and he's running a few months behind on that.I do fear it' about time to update the "future plans" thingie
You're not supposed to self-insert.so.. a porn game with slenderman as MC? i dont even know if i want to try it.... seing how patethic and the MC looks... how im suppose to selfinsert into that? and im a ugly piece of shit myself....
dang it I'm stuck with my raspberry pi >_<
Hope so, i've tried to do a port but i can't get it to work.dang it I'm stuck with my raspberry pi >_<
I hope they choose yours to be ported on android.
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 'RaPerson'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 962, in event
return handle_click(self.clicked)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 897, in handle_click
rv = run(action)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/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 "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/loadsave.py", line 769, in load
roots, log = loads(location.load(filename))
File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'RaPerson'
Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
SP 0.41.00
Thu Aug 27 19:19:11 2020
RaPerson belongs to the radioactive mod if I'm not mistaken. Did you have the mod previously? Is it updated?Having issue when load saved file Baal7734Code: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 'RaPerson' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/core.py", line 3518, in interact_core rv = root_widget.event(ev, x, y, 0) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/screen.py", line 714, in event rv = self.child.event(ev, x, y, st) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 962, in event return handle_click(self.clicked) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 897, in handle_click rv = run(action) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 313, in run new_rv = run(i, *args, **kwargs) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/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 "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/loadsave.py", line 769, in load roots, log = loads(location.load(filename)) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/loadsave.py", line 63, in loads return cPickle.loads(s) AttributeError: 'StoreModule' object has no attribute 'RaPerson' Darwin-19.6.0-x86_64-i386-64bit Ren'Py 7.3.5.606 SP 0.41.00 Thu Aug 27 19:19:11 2020
That's a mod issue.Having issue when load saved file Baal7734Code: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 'RaPerson' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/core.py", line 3518, in interact_core rv = root_widget.event(ev, x, y, 0) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/screen.py", line 714, in event rv = self.child.event(ev, x, y, st) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 962, in event return handle_click(self.clicked) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 897, in handle_click rv = run(action) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/display/behavior.py", line 313, in run new_rv = run(i, *args, **kwargs) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/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 "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/loadsave.py", line 769, in load roots, log = loads(location.load(filename)) File "/Volumes/renpy-7.3.5-sdk/renpy-7.3.5-sdk/renpy/loadsave.py", line 63, in loads return cPickle.loads(s) AttributeError: 'StoreModule' object has no attribute 'RaPerson' Darwin-19.6.0-x86_64-i386-64bit Ren'Py 7.3.5.606 SP 0.41.00 Thu Aug 27 19:19:11 2020
Because Radioactive uses custom classes, its saves are not compatible without the mod or at least the .AttributeError: 'StoreModule' object has no attribute 'RaPerson'
If you do the physical actions "sex" option, you'll be able to go female at the third step, provided you have the ability to go female, of course. But for the first two steps, you're male. The exception to that is the lesbian Nikki, with whom you can transform earlier (and have to, if you don't reprogram her to be bi).How do you make everyone have sex with you in your girl form?
It's only open during school hours and it's outside of bus or walking range. Take the morning off sometime when your mum's in the house, and then click the chauffeur button on the map and she'll drive you there as a favor.Skipping school, checking map every cycle, day and night.
A "Logistics Division" pin never appears, and I can't get a job. Help?
On a school day when you would normally go to school, open the map. On the top row near the right side is an icon -- a chauffer holding a steering wheel. Click it. The map should change colour and the pin should appear.600 page thread, searching "logistics" doesn't help.
I can't find the Logistics Division, I think maybe I'm glitched.
December 27.
Grades: 100
Mom favor: 100
Skipping school, checking map every cycle, day and night.
A "Logistics Division" pin never appears, and I can't get a job. Help?
edit - Figured it out... there was a whole other "find someone to drive me there" button on the map.