- Sep 10, 2021
- 4,919
- 4,842
Completed update. But Missed some scenes including Ella cat scene. Is it worth to re-start gameplay ??
Depends how much you like earfuck/brainfuck.Completed update. But Missed some scenes including Ella cat scene. Is it worth to re-start gameplay ??
It should be the last training event (all you have to do is say yes to her; there should be no other requirement). Like Rutonat said though, it is a unique scene if you like that sort of stuff.Completed update. But Missed some scenes including Ella cat scene. Is it worth to re-start gameplay ??
It should be the last training event (all you have to do is say yes to her; there should be no other requirement). Like Rutonat said though, it is a unique scene if you like that sort of stuff.
To be honest, you don't need to be maxed out in everything. There is some margin to the game's stat gains, thankfully. Not at the very beginning, I don't think, but later on it seems like it. I am not maxed out, from what a previous discussion with other regulars pointed at (I think it's Drako that compiled what the max stats were at the time ?), and yet I still didn't get any issue. So unless there was absolutely no Power/Skill check since the early days of the game with Ella's first bad end, so long as you don't ignore training, you're mostly in the clear.Does anybody know what max stats are so far? Not sure it matters if maxxed just kind of curious if I'm close.
This is only true for the first game arc. some kill/eat options are corruption gated later on. Case in point, you need at least 6 corruption points to have the option to kill Clover during Demi's route. And, speaking of Demi,You dont need corruption to kill or absorb humans, you just get corruption for it.
But you need a higher corruption level to devour other corrupted monsters without getting "poisoned" by them. If you cant purify their corrupted dna it will damage yours.
Hm, there's potential here. Let's see what my main run got:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 462, 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 "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/python.py", line 2245, 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 "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/core.py", line 4155, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 1313, in event
rv = super(Window, self).event(ev, x, y, st)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 1313, in event
rv = super(Window, self).event(ev, x, y, st)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/loadsave.py", line 771, in load
log.unfreeze(roots, label="_after_load")
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/python.py", line 2200, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/python.py", line 2014, in rollback
self.load_failed()
File "/mnt/01D42FAFC6326240/.stuff/Superhuman-0.851-pc/renpy/python.py", line 1932, 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?
Linux-5.13.0-28-generic-x86_64-with-debian-bullseye-sid
Ren'Py 7.4.10.2178
Superhuman 0.851
Sat Jul 30 18:45:43 2022
To be fair you don't really need it.damn the walkthrough kinda confusing fuck.
Because it's not a walkthrought at allTo be fair you don't really need it.
Yeah more of a list of scenes, but even then it's not like there are an incredible amount of dead/bad end routes. So long as you train when you can and don't pick the occasional obviously stupid choice, it's pretty straightforward.Because it's not a walkthrought at all
I will admit it probably is not needed, but I like the game and like knowing the outcomes of my choices, so I decided to make it. I guess it is closer to a guide then a walkthrough.To be fair you don't really need it.
There tecnically is a High Corruption route. We just don't have much in the way of consequences just yet, but that's sure to come at some point.it's a shame that there isn't a villain route i would have liked to Enslave several of the characters & monsters