NewTricks

Forum Fanatic
Nov 1, 2017
4,283
9,236
Not sure if its an old save issue, but I work out and study every day and I'm stuck at 4/25 on fitness and aptitude, only confidence is going up.
No this is normal. Working out doesn't affect your fitness except during "story" workouts for reasons that are explained later. Studying similarly only boosts your confidence. Aptitude is only boosted by events as well, usually classes with Queen Unbreakable or patrol events.
 

NewTricks

Forum Fanatic
Nov 1, 2017
4,283
9,236
Would you rather the title be Superheroes Give You Oral?
The title of the game is the only thing about it that really sucks. I think that a lot of people who are ignoring it would give it a chance if it had a different title. I complained about it many MANY pages ago but have to admit that it has grown on me. But I kinda pity those who just keep scrolling past it because it chose a real boner of a title ;)
 

Bobber Tail

Well-Known Member
Nov 28, 2017
1,337
653
No this is normal. Working out doesn't affect your fitness except during "story" workouts for reasons that are explained later. Studying similarly only boosts your confidence. Aptitude is only boosted by events as well, usually classes with Queen Unbreakable or patrol events.
Yes, they began going up right after I posted that, things jumped quickly.
 
  • Like
Reactions: NewTricks

PapaPhat

Engaged Member
Mar 31, 2022
3,337
5,605
Would you rather the title be Superheroes Give You Oral?
I was thinking more along the lines of Superheroes Fuck! Hahaha:ROFLMAO::devilish::ROFLMAO: Kidding... Superhero Academy or Superheroes of Nierhaven or Unbreakable's Heroes or any other idea that doesn't have the word "SUCK" in the title.:devilish:(y)
 

Specter2470

Member
Aug 12, 2019
129
161
Just had this happen:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/navigation.rpy", line 2291, in script call
call screen academy_gym
File "game/scripts/navigation.rpy", line 1928, in script call
call screen academy_entrance
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 2107, in script
jump valentina_event_25
ScriptError: could not find label 'valentina_event_25'.

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

Full traceback:
File "game/scripts/navigation.rpy", line 2291, in script call
call screen academy_gym
File "game/scripts/navigation.rpy", line 1928, in script call
call screen academy_entrance
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 2107, in script
jump valentina_event_25
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'valentina_event_25'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Superheroes Suck 1.252public
Tue Aug 30 15:51:31 2022
```
 

Specter2470

Member
Aug 12, 2019
129
161
Hate to say it, but here's another one:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/navigation.rpy", line 2291, in script call
call screen academy_gym
File "game/scripts/navigation.rpy", line 1928, in script call
call screen academy_entrance
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 903, in script
jump chrys_event_40
ScriptError: could not find label 'chrys_event_40'.

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

Full traceback:
File "game/scripts/navigation.rpy", line 2291, in script call
call screen academy_gym
File "game/scripts/navigation.rpy", line 1928, in script call
call screen academy_entrance
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 903, in script
jump chrys_event_40
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'chrys_event_40'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Superheroes Suck 1.252public
Tue Aug 30 16:14:22 2022
```
 

moskyx

Engaged Member
Jun 17, 2019
3,865
12,419
Hate to say it, but here's another one:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/navigation.rpy", line 2291, in script call
call screen academy_gym
File "game/scripts/navigation.rpy", line 1928, in script call
call screen academy_entrance
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 903, in script
jump chrys_event_40
ScriptError: could not find label 'chrys_event_40'.

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

Full traceback:
File "game/scripts/navigation.rpy", line 2291, in script call
call screen academy_gym
File "game/scripts/navigation.rpy", line 1928, in script call
call screen academy_entrance
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 1632, in script call
call screen bedroom_hallway
File "game/scripts/navigation.rpy", line 903, in script
jump chrys_event_40
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'chrys_event_40'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Superheroes Suck 1.252public
Tue Aug 30 16:14:22 2022
```
Don't use mods. Don't use saves from modded versions in original versions. Those labels exist in the game's files, it's totally an issue on your end
 
  • Like
Reactions: Specter2470

Tokenugget

Active Member
Jan 25, 2022
515
1,429
i think you missed the whole reveal from the last few updates
Please explain lol. Because what i gathered from the "school scene" is everyone that got together with the MC... he aquired their powers. I'm i wrong?
 
Last edited:

moskyx

Engaged Member
Jun 17, 2019
3,865
12,419
Please explain lol. Because what i gathered from the "school scene" is everyone that got together with the MC... he aquired their powers. I'm i wrong?
He meant that the power reveal happened in the previous update. This one only adds a couple of short events with Chrys and Valentina
 

Tokenugget

Active Member
Jan 25, 2022
515
1,429
i think you missed the whole reveal from the last few updates
He meant that the power reveal happened in the previous update. This one only adds a couple of short events with Chrys and Valentina
Still unsure... The update literally says:
2022-09-01 00_56_39-Window.png
2022-09-01 01_11_26-Window.png
2022-09-01 01_12_52-Superheroes Suck.png
2022-09-01 01_27_07-Window.png

That whole conversation confirms that the MC gets his powers by being with the other chicks. Where am i wrong?
 
  • Angry
Reactions: Steppenwolf

moskyx

Engaged Member
Jun 17, 2019
3,865
12,419
  • Haha
Reactions: cxx

Traitus

Member
Aug 6, 2017
200
289
You don't have permission to view the spoiler content. Log in or register now.

That whole conversation confirms that the MC gets his powers by being with the other chicks. Where am i wrong?
Basically MC power is to copy powers but with extra steps.
The extra steps are that the speed of power assimilation depends of the length of the contact and the control over the power of the "victim".
 

cxx

Message Maestro
Nov 14, 2017
57,034
28,187
not bad update except short and proving that chrys is crazy.
 

Tokenugget

Active Member
Jan 25, 2022
515
1,429
Again, that scene was from the previous update that was released last month (v1.202), it's nothing new. That's what we are trying to say, but you don't understand us.
Oops, sorry. I downloaded the recent update, yet i thought I finished the last update :sneaky: Not sure where i missed this scene :ROFLMAO: (I gotta stop drinkin i thinks)

Anyway, In my original post I gathered that the MC gets his power for smashing the other chicks :ROFLMAO:
 
  • Haha
Reactions: cxx
4.10 star(s) 87 Votes