Konnect

Member
Jun 10, 2020
240
174
208
Hello, I'm having problems with "Fear". I expected the - Terrorize option, to generate fear. But instead, it generates anger, willpower, - love and -favor. Aura of dread generates +3 fear from the first meeting of the day, and insult / brag (about your power) might generate +1 or two fear. Is there a way to raise this faster? Also, why does coercion or blackmail(the puppet icon), need +Fear and +Love? Are the any options outside of - mind control, that allows you to dominate them into submission, like a evil supervillain? Thanks
 

Quazar87

Member
May 6, 2017
235
82
151
There should be a "Wait" option in combat. If you are going to have abilities require a combat timer cooldown, then it should be possible to wait for a certain amount of time rather than force Billy to choose an action.
 
  • Like
Reactions: K9

F9Zoney

Active Member
Jul 1, 2018
690
441
289
i did all the fixes from 1 to 4 and am at the beginning watching movie with mom and after saving and quitting the game i get this:

I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: u'pchar'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "C:\Users\49176\Downloads\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\bootstrap.py", line 314, in bootstrap
renpy.main.main()
File "C:\Users\49176\Downloads\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\main.py", line 529, in main
run(restart)
File "C:\Users\49176\Downloads\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Users\49176\Downloads\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\execution.py", line 917, in run_context
context.pop_all_dynamic()
File "func_action_processing.rpyc", line 102, in script call
File "locations/loc_kitchen.rpyc", line 316, in script call
File "chars/char_Mom.rpyc", line 4491, in script
File "C:\Users\49176\Downloads\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\execution.py", line 372, in pop_dynamic
del store[k]
KeyError: u'pchar'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.44.04
Mon Jul 12 21:21:10 2021
 

KindDick

New Member
Feb 1, 2018
5
68
63
the hotfix for 0.44.04 is breaking my game... when I try to load a game it says "the save was made with version 0.44.04 or higher and you are using 0.44.02"
 

Tm22Zoro

Newbie
Jun 2, 2017
26
21
54
I need help !


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 'RaPerson'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\python.py", line 2004, 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 "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\display\behavior.py", line 881, in handle_click
    rv = run(action)
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-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 "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\loadsave.py", line 760, in load
    roots, log = loads(location.load(filename))
  File "E:\dowlond t\New folder (23)\SuperPowered_v0.44.00-pc\renpy\loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'RaPerson'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.44.04
Thu Jul 15 15:31:29 2021
 
  • Angry
Reactions: FavenXXX

ispencomnar

Newbie
Oct 29, 2017
20
4
188
I like the game but every new version I have to start the beginning couse of the cheats(Radioactive etc.) So How can I fix that problem ? Couse I try to open 0.43 save with 0.44 version with radioactive doesnt work
 

Dreamer95

New Member
Aug 24, 2019
11
0
163
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: u'is_attr_change_visible'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "F:\Superpower\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\bootstrap.py", line 314, in bootstrap
renpy.main.main()
File "F:\Superpower\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\main.py", line 529, in main
run(restart)
File "F:\Superpower\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "F:\Superpower\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\execution.py", line 917, in run_context
context.pop_all_dynamic()
File "func_action_processing.rpyc", line 18, in script call
File "func_action_processing.rpyc", line 275, in script call
File "func_action_processing.rpyc", line 465, in script call
File "func_interactions.rpyc", line 742, in script call
File "util/func_utils.rpyc", line 90, in script
File "F:\Superpower\SuperPowered_v0.44.00-pc\SuperPowered_v0.44.00-pc\renpy\execution.py", line 372, in pop_dynamic
del store[k]
KeyError: u'is_attr_change_visible'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
SP 0.44.04
Sat Jul 17 15:58:08 2021
 

fruitloopxyz

Newbie
Sep 14, 2017
47
22
82
Their are 2 different windows verson.

win and pc

So if you were playing 43 win its not gonna load those saves.

check the folder of the last one, if the end of its name is 'win' and you have 'pc' on the end of the new one(only one with links here that i saw), it aint gonna take those saves.
 

pbam

Member
May 22, 2018
264
449
286
Dear God, I really hope the favor gain and control gain for the globex jobs get a buff, in fact, everything needs an adjustment. I get that you're not supposed to unlock everything so soon, and you have to follow the dates of the scripted events, but the grinding in this game is close to korean mmo tier. Getting only ONE favor for miss manners for every job completion and only FIVE control for alice for each critical success is an absolute pain. I don't believe that those variables were added to the radioactive mod, so you have to manually grind at least FORTY DAYS for an interaction with ms.Manners that currently doesn't even have content or at least 20 critical successes if you want scenes with Alice which takes at least half or more of your hard-earned control points if you decide to use them. What is even the purpose of making that currently unimportant section so grindy? What in the ever living F*** made them decide that this was fine? /end rant
 

sillyrobot

Engaged Member
Apr 22, 2019
2,438
2,060
468
Dear God, I really hope the favor gain and control gain for the globex jobs get a buff, in fact, everything needs an adjustment. I get that you're not supposed to unlock everything so soon, and you have to follow the dates of the scripted events, but the grinding in this game is close to korean mmo tier. Getting only ONE favor for miss manners for every job completion and only FIVE control for alice for each critical success is an absolute pain. I don't believe that those variables were added to the radioactive mod, so you have to manually grind at least FORTY DAYS for an interaction with ms.Manners that currently doesn't even have content or at least 20 critical successes if you want scenes with Alice which takes at least half or more of your hard-earned control points if you decide to use them. What is even the purpose of making that currently unimportant section so grindy? What in the ever living F*** made them decide that this was fine? /end rant
You can get 2 favor with MM. Just don't fuck with Alice's mind. Simply say thanks. It still sucks balls though.
 
3.10 star(s) 142 Votes