Fstop

Newbie
Dec 29, 2016
84
47
142
Directly from the SP files

View attachment 2399018

They don't necessarily show you a porn mag/video, it can be the girls showing you their tits or something along those lines.

View attachment 2399025

I've gone through the files a couple of times and I legit don't know how to trigger this pose in particular.
It's from having the volatile condition they either get mad at you or try to take care/making sure your taking care of yourself.
In the game code its under volatile_porno or something.
 
  • Like
Reactions: AccidentalGadgeteer

Gaijin100

Member
Jan 13, 2018
252
83
132
can't seem to unlock corrupted scene 3 - flawless with the sister dating boyfriend scene. its red out even tho i done all requirements.
 

Sōsuke Aizen

Member
Jan 29, 2019
451
635
226
This game is not finished right? Why Dev put complete tag and moving to Superpowered 2? For Superpowered 2 Unity Engine is slow loading and lag It would be better if Dev use Renpy Engine
 

sillyrobot

Engaged Member
Apr 22, 2019
2,442
2,062
468
This game is not finished right? Why Dev put complete tag and moving to Superpowered 2? For Superpowered 2 Unity Engine is slow loading and lag It would be better if Dev use Renpy Engine
Yes.

To paraphrase the dev communication, he burnt out to the point he was dreading working on SP and building conversations between Billy and another character.

The primary purpose of the engine shift seems to be the dev wanted to consolidate to one engine for both his games and picked unity as his engine of choice.
 
  • Heart
Reactions: Sōsuke Aizen

pbam

Member
May 22, 2018
264
449
286
>Ask mom to go on a jog with you
>She jams her hand in your face
>minus 10 favor
>minus 4 love
fuck this game
I can't even imagine what kind of BS is in store for us in superpowered 2 if we're even alive by that point to enjoy it.
 
  • Like
Reactions: drwood

pbam

Member
May 22, 2018
264
449
286
This game is not finished right? Why Dev put complete tag and moving to Superpowered 2? For Superpowered 2 Unity Engine is slow loading and lag It would be better if Dev use Renpy Engine
he's apparently burned out on the engine and hates working on it. personally I think he's just milking it at this point. I agree that the performance and UI of superpowered 2 is absolute garbage it has one of the most awful WEG UI's and game mechanics that I've had the displeasure of interacting with. also that grindfest of a game loser that is his apparent favourite can go fuck itself.
 

Blackfreedom

Newbie
May 29, 2019
15
26
197
Hello,

I made a semi-mod, where it will only show you the positive chat, discussions and dates for each character, rather than trying to memorize every character preference. -I don't know if it's already been made or not, but here it is-

I did it for me to enjoy the game without cheats, but also without the annoying info to remember.

please let me know if it causes any problem or error, I will try to look into it, but I don't promise anything, especially since am not a developer, I only have a little programming background.
I only added a simple code line, so I don't think it will break the game, and it should be compatible with most other mods.
Just put the screen folder into the game folder.

2.JPG 3.JPG
 

OblivOreo

New Member
May 8, 2020
7
11
13
he's apparently burned out on the engine and hates working on it. personally I think he's just milking it at this point. I agree that the performance and UI of superpowered 2 is absolute garbage it has one of the most awful WEG UI's and game mechanics that I've had the displeasure of interacting with. also that grindfest of a game loser that is his apparent favourite can go fuck itself.
My Only real question then becomes:
Why mark it "Completed" instead of "Abandoned?" Doesn't the latter reflect its state better than the former?
 

pbam

Member
May 22, 2018
264
449
286
My Only real question then becomes:
Why mark it "Completed" instead of "Abandoned?" Doesn't the latter reflect its state better than the former?
it should imho. not sure why they actually marked it "complete". it's barely half a game. I really hope that he doesn't go down the path of adding a crapton of other new characters in the new superpowered because if he goes down that route again it's going to be a LOOOOONG time before we get anything actually worth playing. it's really a shame since mind control is an already very niche category of WEGS.
 

Stil996

Conversation Conqueror
Jan 11, 2018
7,709
7,356
699
it should imho. not sure why they actually marked it "complete". it's barely half a game. I really hope that he doesn't go down the path of adding a crapton of other new characters in the new superpowered because if he goes down that route again it's going to be a LOOOOONG time before we get anything actually worth playing. it's really a shame since mind control is an already very niche category of WEGS.
Pretty sure one of the reasons cited for dropping this incarnation in favour of the new one was he recognized he bit off more than he could chew with the number of characters. The new chapter wouldn't repeat that mistake.
 

NeonSelf

Member
Dec 3, 2019
347
612
258
Does anyone know how to avoid bug when asking your Mom or Sister to help with training?
Sometimes it works, sometimes it shows error. Seems like it needs specific weekdays and time to work as intended.
 
Last edited:

sillyrobot

Engaged Member
Apr 22, 2019
2,442
2,062
468
Does anyone know how to avoid bug when asking your Mom or Sister to help with training?
Sometimes it works, sometimes it shows error. Seems like it needs specific weekdays and time to work as intended.
More likely associated with Inhibition or Corruption thresholds (they can change clothing choices and such). Or insanities, if you've been activating them.

Unfortunately the game needs a good pass to work through missing / misnamed / misplaced images. And it's not likely to get one.
 
  • Sad
Reactions: AccidentalGadgeteer

toobad0912

Newbie
May 1, 2021
93
36
78
I am getting this error when selecting the Lunch option with Terri and Stephanie.


I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'Characters/Terri/[t.outfit]_[t.pose].png': could not find image. (u'Characters/Terri/slut_Terri_Steph0.png')

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

Full traceback:
File "locations/loc_school.rpyc", line 3190, in script call
File "chars/char_Terri.rpyc", line 3888, in script
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\character.py", line 842, in do_display
**display_args)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 543, in visit_all
callback(self)
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\image.py", line 750, in per_interact
self.find_target()
File "C:\SuperPowered_v0.42.01b-win\SuperPowered_v0.42.01-win\renpy\display\image.py", line 651, in find_target
raise Exception(error)
Exception: DynamicImage u'Characters/Terri/[t.outfit]_[t.pose].png': could not find image. (u'Characters/Terri/slut_Terri_Steph0.png')

Was there ever a fix for this? I'm getting the same error and can't figure out why...
 

Phoexist

Active Member
Mar 11, 2020
505
559
258
Was there ever a fix for this? I'm getting the same error and can't figure out why...
Well, the short answer is that he uses a lot of dynamic assignment of images, but not every scenario actually has a corresponding image. See if you can find say a work1_Terri_Steph0.png in the Characters/Terri directory. Make a copy of it and rename it slut_Terri_Steph0.png and put it in that directory. They will switch back to a wrong outfit for that image, but you should be able to continue at least.
 
  • Like
Reactions: AccidentalGadgeteer

toobad0912

Newbie
May 1, 2021
93
36
78
Well, the short answer is that he uses a lot of dynamic assignment of images, but not every scenario actually has a corresponding image. See if you can find say a work1_Terri_Steph0.png in the Characters/Terri directory. Make a copy of it and rename it slut_Terri_Steph0.png and put it in that directory. They will switch back to a wrong outfit for that image, but you should be able to continue at least.
Thanks for this! I was able to move and rename some pics to get through it. Shame though, I was hoping that this Terri/Steph story line would be more than just the HJ scene in the Cafeteria. lol
 

Blackfreedom

Newbie
May 29, 2019
15
26
197
Does anyone know how to avoid bug when asking your Mom or Sister to help with training?
Sometimes it works, sometimes it shows error. Seems like it needs specific weekdays and time to work as intended.
I had this problem too, I think the Bugfix file on the main post fix it
 
3.10 star(s) 142 Votes