Mikey_Boy101

Member
Nov 8, 2020
472
598
258
Hmm running into more missing pictures. I know how to get past them now thx to sillyrobot but, any way to find the missing pictures or are they not in existance ?

Right now i really would like the watchtv 28 - 39. ( Its when you watch tv with sis then do anal and mother shows up)
they exist. you need to have some Control over Maggie (20 at least i think) and it has to be either on Tuesday or Friday night to play the scene.
 

AccidentalGadgeteer

Active Member
Oct 8, 2020
829
1,186
267
Hmm running into more missing pictures. I know how to get past them now thx to sillyrobot but, any way to find the missing pictures or are they not in existance ?

Right now i really would like the watchtv 28 - 39. ( Its when you watch tv with sis then do anal and mother shows up)
There are galleries on e-hentai/sad panda. Fairly well organized/labeled, just search Superpowered.
 

Foulmouthjester

New Member
Jul 5, 2017
10
1
104
Hmm E-hentai only have 0.38 and the pictures iam after is not part of that realese. Sad panda is no more ? atleast thats the info i can find.

The 0.44 that i found dont contain the pictures either.

Might be that they were never included ?
 

AccidentalGadgeteer

Active Member
Oct 8, 2020
829
1,186
267
Hmm E-hentai only have 0.38 and the pictures iam after is not part of that realese. Sad panda is no more ? atleast thats the info i can find.

The 0.44 that i found dont contain the pictures either.

Might be that they were never included ?
Sadpanda/exhentai is still up and running, but everything Superpowered-related should be on regular E-hentai. It's weird, I actually did that exact scene, and it's one of the few I had that didn't give me an error message, but I can't find it in the galleries I checked.

Where did you find the 0.44 one? I only saw up to 0.38 like you said.
 

Foulmouthjester

New Member
Jul 5, 2017
10
1
104
I downloaded it from Nightcitys mega (links are on the wiki) but cant find the pics in that one either.

If you could upload the pics or sister.rpa somewhere so i can get em i would be very appreciative.

Found em. They seam to have dissapered in v0.45.02 but they are present in v0.45.00. Found that on a mega posted on his patreon ( )
 
Last edited:
Jul 9, 2021
115
72
83
I'm currently stuck on one of the stolen phone quests, the one from mary, and I can't get past it. When I confront the guy at the locker, he says his "you got my brother arrested" line and then I get this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'Locations/School/positive/[char_event].png': could not find image. (u'Locations/School/positive/none.png')

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "locations/loc_coffeeshop.rpyc", line 46, in script call
File "locations/loc_coffeeshop.rpyc", line 46, in script call
File "locations/loc_coffeeshop.rpyc", line 46, in script call
File "locations/loc_coffeeshop.rpyc", line 46, in script call
File "locations/loc_kitchen.rpyc", line 203, in script call
File "locations/loc_school.rpyc", line 458, in script call
File "content/content_school_positive.rpyc", line 106, in script call
File "content/content_school_positive.rpyc", line 260, in script call
File "combat/combat.rpyc", line 334, in script call
File "combat/combat.rpyc", line 440, in script call
File "combat/combat.rpyc", line 464, in script call
File "combat/combat.rpyc", line 563, in script call
File "combat/combat.rpyc", line 749, in script call
File "combat/combat_enemy.rpyc", line 176, in script call
File "combat/combat_enemy.rpyc", line 461, in script
File "locations/loc_coffeeshop.rpyc", line 46, in script call
File "locations/loc_coffeeshop.rpyc", line 46, in script call
File "locations/loc_coffeeshop.rpyc", line 46, in script call
File "locations/loc_coffeeshop.rpyc", line 46, in script call
File "locations/loc_kitchen.rpyc", line 203, in script call
File "locations/loc_school.rpyc", line 458, in script call
File "content/content_school_positive.rpyc", line 106, in script call
File "content/content_school_positive.rpyc", line 260, in script call
File "combat/combat.rpyc", line 334, in script call
File "combat/combat.rpyc", line 440, in script call
File "combat/combat.rpyc", line 464, in script call
File "combat/combat.rpyc", line 563, in script call
File "combat/combat.rpyc", line 749, in script call
File "combat/combat_enemy.rpyc", line 176, in script call
File "combat/combat_enemy.rpyc", line 461, in script
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "D:\tmp\adult games\to mod\super powered - 0.45.02/game\AON-packages/AONmod.py", line 1742, in AONdisplay_say
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, 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 3737, 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/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 570, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/image.py", line 752, in per_interact
self.find_target()
File "renpy/display/image.py", line 652, in find_target
raise Exception(error)
Exception: DynamicImage u'Locations/School/positive/[char_event].png': could not find image. (u'Locations/School/positive/none.png')

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
SP 0.45.02
Fri Jun 24 10:48:08 2022
 

Urruah

Active Member
Jun 20, 2017
531
335
230
I refuse to believe this cash grab game is finished.
Why is it marked as Completed?
Part one is not receiving further development. Whether you call it completed or abandoned is a matter of opinion. Superpowered 2 is the new thing and seems to have cleaned up gameplay and code.
 
  • Like
Reactions: FloppySausage

sillyrobot

Engaged Member
Apr 22, 2019
2,442
2,062
468
How is it a spiritual sequel if he is still using the same characters, MC, and setting?
How is it the same game if the mechanics, appearances, and possible player choices differ?

It is a spiritual sequel precisely because the setting -- and only the setting -- will remain (mostly) the same.
 

Cartageno

Devoted Member
Dec 1, 2019
8,920
15,060
876
How is it the same game if the mechanics, appearances, and possible player choices differ?

It is a spiritual sequel precisely because the setting -- and only the setting -- will remain (mostly) the same.
I think what Mikey is referring to is that you normally use "spiritual" when the universe is a different one, for whatever reasons, and the creators are different, but the general idea is an hommage or continuation. Like Fallout was to the original Wasteland. So not a regular sequel but the same "spirit". Here we have the same creator and the same basic setting (even if there might be "continuity errors") so normally you'd just say "sequel" without the "spiritual".
 
Last edited:

Strec

Active Member
Feb 20, 2018
628
417
218
On an other side most players are not really interested to spirit but to bodies :p
 
3.10 star(s) 142 Votes