-CookieMonster666-

Devoted Member
Nov 20, 2018
11,170
16,242
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, 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 "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4258, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1008, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/rollback.py", line 889, in rollback
    self.load_failed()
  File "renpy/rollback.py", line 807, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Bad Hero Ep2 v2.5.4p
Thu Jun  1 17:57:18 2023
i copied and pasted my saves folder from season 1 to season 2 and this happens.any ideas please?
Are you trying to load a Season 1 save while running Season 2? You just need to start a new game for Season 2. IIRC, there's nothing really (relationship points or similar) you need to have from Season 1 to continue, so Season 2 is just as if it were a totally new game instead — but the storyline continues of course.
 

RealChestnut

Member
Feb 20, 2018
153
61
The quality has definitely got 100% better in Ep 2, I still think the daughters is just a silly extra that does not really add anything to the story.

True I think it's hot but it does not add anything to the story. e.g., "Cool we did all these awesome fight scenes and even got angel to stream, now let's quickly add one of the daughters purely for a sex scene" aaaannnnddd straight back to the cool proper story.

Wait I forgot, add a little of rivalry between who out of the sisters can stream better (adds nothing to the story)

Maybe if he incorporates the daughters into his plans (obviously not the brothel) then it would be worth it but right now I personally would rather have more of all the other girls who are like 100% hotter.

PS. This is purely my opinion and I appreciate the work, just confused with the direction of the daughters in recent patches as the story progresses the more I feel like they get in the way of the story.
 

bitsybobs3

Ultimate Torrent Dude
Donor
Jun 13, 2021
3,836
2,155
BadHero-EP2-2.6.4p
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,656
23,751
here is my unofficial android port of Bad Hero Ep2 v2.6.4p.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11 :FacePalm:), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
 
Last edited:

Aquilas

Newbie
Jan 16, 2019
73
18
Hi guys! I wanna try out this one, but I have a question. Does episode 2 includes ep. 1 or it's a standalone, so I have to download ep. 1 separately?
 

Devilsadvocate01

New Member
Feb 13, 2022
4
2
Has this overview been up since 2018? I'm assuming that the game got an English proofread that the overview didn't. I personally enjoy long, story-driven games, and a really badly translated script ruins a lot of games for me.
If the overview is a reflection of the in-game script, i suppose leaving it will, rightfully, deter players like me. If the game is better, however, it really needs work. It's easy for any English speaker.
 

cxx

Message Maestro
Nov 14, 2017
59,254
29,524
Has this overview been up since 2018? I'm assuming that the game got an English proofread that the overview didn't. I personally enjoy long, story-driven games, and a really badly translated script ruins a lot of games for me.
If the overview is a reflection of the in-game script, i suppose leaving it will, rightfully, deter players like me. If the game is better, however, it really needs work. It's easy for any English speaker.
well story isn't that great but this gives few chuckles.
 

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,665
153,372
Bad Hero [Ep.2 v2.6.4p] [Xlab]

COMPRESSED:

Win/Linux:

- - -

Mac:

- - -
 

Cabin

Active Member
Dec 11, 2022
701
883
no bdsm tag for the game ??
some of the overview pics have bdsm elements though :unsure:
 

Bse

Member
Aug 1, 2019
423
191
Aks why is ep1 and ep2 not same as 7zip`? is where a choose taking or all new in ep 2 from ep 1???
 
2.80 star(s) 77 Votes