4.40 star(s) 50 Votes

Bobzx

Member
Jul 3, 2019
239
92
What is all this quest nonsense and why have I not seen any remenant of any of it? Nothint people are talking about seems to be in what I played o,O. I dont think the mod or altering stats did anything as I used a fresh darkside game?
 
  • Angry
Reactions: Allan Trumbull

Talmadge

Well-Known Member
May 7, 2018
1,577
1,251
Was going to wait for the mod to be updated, but couldn't wait. So restarted. Something that gets me. This meteor shower of the pieces of Mars hitting Quiettown in Kansas (couldn't think of ANYWHERE else in America to place it? I get it's a rip on Superman, but maybe put it in a different state). Anyway. The news reporter, Karen Wood (love that name, LoL), says 20:00. Nobody that isn't military says that in America. just say 8pm. Only thing that really grinds my gears about this game so far. Hope Sandman keeps up the great work.
 

DragonMatt

Member
Aug 17, 2021
278
89
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/All_Flashback_Scenes_Intro.rpy", line 796, in script call
    r "Woahh..."
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 1607, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4039, in script
    menu:
  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/All_Flashback_Scenes_Intro.rpy", line 796, in script call
    r "Woahh..."
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 1607, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4039, in script
    menu:
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', 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.3b.Light
Sun Dec  4 19:22:30 2022
Why am I getting this code? I get it every time I try to access the skill tree. If I can't access the skill tree then I can't level my skills.
 
Last edited:

Abhai

Devoted Member
Sep 12, 2018
8,960
36,974
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/All_Flashback_Scenes_Intro.rpy", line 796, in script call
    r "Woahh..."
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 1607, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4039, in script
    menu:
  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/All_Flashback_Scenes_Intro.rpy", line 796, in script call
    r "Woahh..."
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 1607, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4039, in script
    menu:
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', 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.3b.Light
Sun Dec  4 19:22:30 2022
Why am I getting this code? I get it every time I try to access the skill tree. If I can't access the skill tree then I can't level my skills.
I am getting tired of asking for help with a problem and getting nothing in return but dead air.
perhaps you should have searched the thread a bit, prior to initial posting and "being tired for not getting any help" just a bit later.

skills bugs (skill tree) are ongoing issue.
it is pretty easy to fix/bypass though by a bit of coding/editing.
try to do it, and if you are unable to do so, come back here and someone will assist you eventually.
good luck
 

DragonMatt

Member
Aug 17, 2021
278
89
perhaps you should have searched the thread a bit, prior to initial posting and "being tired for not getting any help" just a bit later.

skills bugs (skill tree) are ongoing issue.
it is pretty easy to fix/bypass though by a bit of coding/editing.
try to do it, and if you are unable to do so, come back here and someone will assist you eventually.
good luck
Well then I am stuck until that bug is fixed as I don't know coding.
 

feres

Newbie
Jul 9, 2017
40
89
I'm disapointed. I went with the dark version because of the guys glorious hair and stach, only for him to cut it mid-game :(,
 
  • Haha
Reactions: boobsrcool

Grey Wolf 73

Member
Sep 30, 2018
229
450
I'm disapointed. I went with the dark version because of the guys glorious hair and stach, only for him to cut it mid-game :(,
I agree. His hair should grow in direct proportion to his super powers.
Hell, it should be one of his super powers.
• Bonus to Persuasion
• Bonus to Intellect
• Max Cool
• MC has his theme song played in any scene he appears in. This can include any Motown hit.
 
  • Like
Reactions: derpyderp
4.40 star(s) 50 Votes