flescura

Newbie
Sep 8, 2017
21
41
i cant believe im asking this...
look, i never watch BNHA anime, like ever, not interested, i guess
but i see in this game, theres other characters that definitely i know and interested

am i gonna miss some references or context here if i play blind like this ?
nope
 
  • Like
Reactions: yangjuelek

SnowDawg

Newbie
Oct 12, 2017
30
113
people here are saying that the latest codes don't work for them (for some reason)
here is an alternative way:
go to the renpy folder in the HeroSexAcademia folder
go to common
go to 00console.rpy
line 108, change
config.console = False
to
config.console = True
now enter the game,
press shift+o (not zero, the letter)
in there type:
cheatMode082 = True (for cheat mode)
persistent.unlock_gal082 = True (for gallery mode)
tell me if I forgot something
 

nilo_96

Member
Nov 27, 2021
122
192
The update is very disappointing for me. So much time was spent on its development, and as a result we got 7 uninteresting, unspectacular, boring sex scenes that cannot be repeated, a stupid uninteresting story about a school tournament and an old gameplay based on a poor combat system, without any refinements and improvements.
 

SnowDawg

Newbie
Oct 12, 2017
30
113
After deciding that the console method is TEDIOUS, I decided to make a patch
Just take the "game" folder from the archive, put it in the main hero sex academia folder, overwrite when asked.

this patch works as of 082, and works via default enablIng the cheatmode, and editing the gallery to always accept a code (so you will still need to type something there, or just press the button with it being empty).

this works in a crude but effective method, so I will need to update the patch every version (until I find a workaround hopefully)
the archive contains both the rpy and rpyc files incase you want to 'build' it yourself.

DM me if I fucked something up
 

--Crimson--

Member
Mar 29, 2019
146
123
what's the point in adding all these new characters and powers if you cant use them once you already have 4 powers and still lose at lvl 30 to some lvl 10s makes zero sense should fix the power system first and make it interchangeable with all the powers or something
later down the line it just going to keep adding more powers that we use on a specific fight than we never use it again and stay with the same 4 powers through our the whole game
 
Last edited:
  • Like
Reactions: TheDevian

Lamoucheronn

Well-Known Member
Apr 28, 2017
1,119
675
people here are saying that the latest codes don't work for them (for some reason)
here is an alternative way:
go to the renpy folder in the HeroSexAcademia folder
go to common
go to 00console.rpy
line 108, change
config.console = False
to
config.console = True
now enter the game,
press shift+o (not zero, the letter)
in there type:
cheatMode082 = True (for cheat mode)
persistent.unlock_gal082 = True (for gallery mode)
tell me if I forgot something
wow thanks, how did you know it was cheatMode082 and not cheatmode081?
 
  • Like
Reactions: aezur

Qwasar

Active Member
Apr 20, 2017
830
804
I think I'm stuck in a loop or something. I recall playing an older version where the fire girl lends me her powers, but now I can't do anything bc she's angry and no other character can do anything. I also can't go to sleep

edit, if you want I'll upload a save here. I restarted the game and events triggered in a totally different order and I was able to move with the plot
 

Rodita

Member
May 22, 2017
404
129
C'mon, this game is nice! If you want some stupid dimensional chaos in the game, try another game with many and aweasome superheroes (i challenge you find something not that vanilla then create a harem with same universe character as you live, just to make you more "super" or something like that, or be a fake hero that is a villain in the end and corrupt all heroes around you in the end, kinda lack of imagination). I see a future in this game, is kinda buggy yet, but nothing that "rollback" button don't save, or at least some code editing (is just a question that name "read variables" not that hard). The problem with that guys, is just they can't even think outside that little mind box they leave, with vanilla superheroes stories... Kinda sad, never will understand the multiple possibilities of this game in the end...
 

Lihiv

New Member
Oct 27, 2021
1
0
i want to go academy pool and i got this error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/code/Locations/navigation.rpy", line 2820, in execute
  File "game/code/Locations/navigation.rpy", line 2820, in execute
  File "game/code/Locations/navigation.rpy", line 2822, in execute
  File "game/code/Locations/navigation.rpy", line 2824, in execute
Exception: Imagebutton does not have a idle image. (auto=u'Objects/AcademyEstadioPasilloDoor1_%s.png').

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

Full traceback:
  File "game/code/Locations/navigation.rpyc", line 2801, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", 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/screen.py", line 436, 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/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/code/Locations/navigation.rpy", line 2820, in execute
  File "game/code/Locations/navigation.rpy", line 2820, in execute
  File "game/code/Locations/navigation.rpy", line 2822, in execute
  File "game/code/Locations/navigation.rpy", line 2824, in execute
  File "renpy/ui.py", line 951, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "renpy/ui.py", line 945, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'Objects/AcademyEstadioPasilloDoor1_%s.png').

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Hero Sex Academia 0.082
Tue Feb 22 18:38:41 2022
How To Fix This
 
3.70 star(s) 24 Votes