Mod Ren'Py Eruption Imminent - Multi Mod [v0.6.1][scrappy]

scrappy

Well-Known Member
Modder
May 26, 2017
1,096
34,733
746
Updated for 0.6.1
  • Fixed some walkthrough mistakes
  • Edited the gallery images to reduce lag when opening it
 
  • Heart
Reactions: xell17

Likibo

Newbie
Apr 29, 2019
72
110
269
The mod helped a lot for episode 6 because you can miss a lot of scenes without knowing the correct combination of choices.

The Cuck path is a bit bugged on the strippers choice, the choice Nope, not interested is taking you back almost at the beggining of the party. And the choices here don't have a yellow text that tells you what they do which they have on the other paths.
You don't have permission to view the spoiler content. Log in or register now.

More missing yellow text on all paths.
You don't have permission to view the spoiler content. Log in or register now.
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,096
34,733
746
The mod helped a lot for episode 6 because you can miss a lot of scenes without knowing the correct combination of choices.

The Cuck path is a bit bugged on the strippers choice, the choice Nope, not interested is taking you back almost at the beggining of the party. And the choices here don't have a yellow text that tells you what they do which they have on the other paths.
You don't have permission to view the spoiler content. Log in or register now.

More missing yellow text on all paths.
You don't have permission to view the spoiler content. Log in or register now.
Fixed. Thanks for reporting it.
 
  • Yay, update!
Reactions: Likibo

schpork

New Member
Nov 8, 2020
5
0
35
For some reason, I can't seem to unlock the Stripper scenes through gameplay. I have played through all three paths, and seen all variants of the stripper scenes when playing but for some reason they won't unlock in the gallery.

No big deal since I can just unlock them by clicking the "Unlock not seen scenes" but it is strange.
Screenshot.jpg
 

scrappy

Well-Known Member
Modder
May 26, 2017
1,096
34,733
746
For some reason, I can't seem to unlock the Stripper scenes through gameplay. I have played through all three paths, and seen all variants of the stripper scenes when playing but for some reason they won't unlock in the gallery.

No big deal since I can just unlock them by clicking the "Unlock not seen scenes" but it is strange.
View attachment 5450969
Made a mistake there so that's why they didn't unlock. It's fixed now but you'll still need see their scenes again for them to unlock.
 
  • Like
Reactions: schpork

LukashaV

New Member
Feb 19, 2025
13
8
54
Trying to play the Mac version of the game. The mod says it's successfully installed. But when I try to load my save I get this:

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  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/00gamemenu.rpy", line 170, in script
    $ ui.interact()
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 170, in <module>
    $ ui.interact()
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/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 "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/core.py", line 4258, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1008, in handle_click
    rv = run(action)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/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 "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/renpy/rollback.py", line 889, in rollback
    self.load_failed()
  File "/private/var/folders/qm/p7_nznsn7_33wqlq5dhm3tmw0000gn/T/AppTranslocation/52246F0F-8E70-467A-BF5A-20773B7A9714/d/EruptionImminent.app/Contents/Resources/autorun/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?

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Eruption Imminent 0.6.1
Sat Dec 27 16:51:14 2025