4.40 star(s) 50 Votes

LGM

Active Member
Nov 22, 2018
582
662
but disagree one the loss of the bank job.
Well, I didn't really have a problem with the bank job per se, rather I figure it makes sense from a development standpoint to just have one option. Given the choice, I might prefer the bank job over the gym one, since I hate few things more than exercise.

On that note, the "quizzes", like the job interview and convincing Whats-her-face to let MC train her, seem a bit useless, since you're not allowed to fail them anyway. I suppose they're meant as a kind of tutorial for the persuasion minigame, so I guess it's fine, but they still feel a little weird, especially since I wanted to fail the latter...
 

Procyonix

Newbie
Nov 23, 2020
17
29
Quick question here. So I've been stuck in a recurring loop for a long time when doing the quest where you break in with Brick and Chris into the basement. I do the computer quiz thing, and then it puts me back in the hospital talking to Ike and Susan. It does this every time no matter the choices I make. Suggestions?
 

XBurkeX

New Member
Dec 20, 2021
12
29
Somehow, I... a stupid mofo who has zero coding experience, managed to fix my skill tree. At least enough so I don't get an error the second I click on it. I literally just removed Brackets [] from hero and villain morality and it worked for some reason? xD
anyways, if someone else is having that bug, here ya go.

Just toss it in the game folder.
[Edit: Although I still don't know how to fix it to the point of adding the other powers, you can at least upgrade normal skills this way.]
 
  • Like
Reactions: priv.ryan

Pranshu

Newbie
Jun 30, 2020
30
28
The game keeps breaking...btw, any new content in this update? or this update was just about programming and restructuring the game?
 

majinmike

Member
Aug 22, 2017
163
92
I really like the sand box version of the game, but I understand the switch to a complete visual novel. I just really hope this helps the creator and generates less stress than a sandbox game would.
 
  • Like
Reactions: Allan Trumbull

hater45

Member
Mar 7, 2017
130
325
An interesting game I didn't expect to like as much. Writing could use improvement from basic grammar to making the skill checks flow more naturally and not seem cringe in normal situations. An option for a dark MC is a huge plus since that is very rare in this sphere. Huge potential here.

-Edit- Why the facepalm? Something in my post is bad?
 
Last edited:

rafa30

Engaged Member
Aug 2, 2017
2,762
1,905
nikki is my?
ruby is my?

what is the correct relationship for incest?
Can someone help me?
 

3D Novelist

Active Member
Sep 17, 2020
916
267
Once I passed the transformation at the hospital (MC stops taking pills) and enter the next scene at the hallway where the two groups are about to fight because of the "plastic" upgrades, I cannot open the skill tree anymore. I get this error:

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

While running game code:
  File "game/Inconsolablecharscript.rpy", line 3171, in script
    ike "Hey! Hey! What are y'all a-doin' here?!"
  File "game/Skill_Tree.rpy", line 2, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 2, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 40, in execute
    hbox:
NameError: Name 'MC_Morality_Hero' is not defined.

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

Full traceback:
  File "game/Inconsolablecharscript.rpy", line 3171, in script
    ike "Hey! Hey! What are y'all a-doin' here?!"
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1235, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 887, in do_display
    **display_args)
  File "renpy/character.py", line 633, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, 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 3315, 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 3735, 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 3735, 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/Skill_Tree.rpy", line 2, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 2, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 40, in execute
    hbox:
  File "renpy/text/text.py", line 1669, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'MC_Morality_Hero' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.18.1b.Light
Wed Nov 16 00:13:52 2022
[/CODE]
this error stays and does not go away later on. I'm not able to upgrade any skill levels. It's the 0.18.1b.Light version.
I cannot find any Discord and don't know where else to report this bug. This error also appears in the non-modded version.
 

Haast

Member
Mar 19, 2018
457
721
really.
i would like to know which relationship is correct for incest.
I believe he just said it...
Nikki = Sister (But only if their cousin had been visiting)
Ruby = Mother
That is what he said, he just took the long way :)
 
Last edited:
4.40 star(s) 50 Votes