Mod Ren'Py Abandoned Being Super [v0.18.1b] [Sandman Games and Art] In Game Walkthrough Mod [AdanGC Mods]

5.00 star(s) 1 Vote

Mieko_Donnie

Member
Jun 26, 2021
208
187
I get an error when I want to open the Skilltree (did use the cheat to max exp and then I did it again without using the cheat)

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

While running game code:
  File "game/Inconsolablecharscript.rpy", line 1547, in script call
    "You have 1 new message"
  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 1547, in script call
    "You have 1 new message"
  File "game/Inconsolablecharscript.rpy", line 1581, in script call
    m "You can now see some icons at the top of the screen, play around with them to see what they do."
  File "game/Inconsolablecharscript.rpy", line 4004, in script
    menu:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 240, in execute
    hbox: # This HBOX is for ANTI-HERO  powers
  File "game/Skill_Tree.rpy", line 276, in execute
    if Iron_Belly_Power == 0:
  File "game/Skill_Tree.rpy", line 276, in <module>
    if Iron_Belly_Power == 0:
NameError: name 'Iron_Belly_Power' is not defined

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

Full traceback:
  File "game/Inconsolablecharscript.rpy", line 1547, in script call
    "You have 1 new message"
  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 1547, in script call
    "You have 1 new message"
  File "game/Inconsolablecharscript.rpy", line 1581, in script call
    m "You can now see some icons at the top of the screen, play around with them to see what they do."
  File "game/Inconsolablecharscript.rpy", line 4004, 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 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 240, in execute
    hbox: # This HBOX is for ANTI-HERO  powers
  File "game/Skill_Tree.rpy", line 276, in execute
    if Iron_Belly_Power == 0:
  File "game/Skill_Tree.rpy", line 276, in <module>
    if Iron_Belly_Power == 0:
NameError: name 'Iron_Belly_Power' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.17c.light
Thu May  5 13:39:18 2022
Edit: I found out that I already get this issue when I use my very first super power (not Mod) only one not both in the first fight.
 
Last edited:

PsybehrWolf

Member
Apr 16, 2020
242
290
I get an error when I want to open the Skilltree (did use the cheat to max exp and then I did it again without using the cheat)

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

While running game code:
  File "game/Inconsolablecharscript.rpy", line 1547, in script call
    "You have 1 new message"
  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 1547, in script call
    "You have 1 new message"
  File "game/Inconsolablecharscript.rpy", line 1581, in script call
    m "You can now see some icons at the top of the screen, play around with them to see what they do."
  File "game/Inconsolablecharscript.rpy", line 4004, in script
    menu:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 240, in execute
    hbox: # This HBOX is for ANTI-HERO  powers
  File "game/Skill_Tree.rpy", line 276, in execute
    if Iron_Belly_Power == 0:
  File "game/Skill_Tree.rpy", line 276, in <module>
    if Iron_Belly_Power == 0:
NameError: name 'Iron_Belly_Power' is not defined

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

Full traceback:
  File "game/Inconsolablecharscript.rpy", line 1547, in script call
    "You have 1 new message"
  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 1547, in script call
    "You have 1 new message"
  File "game/Inconsolablecharscript.rpy", line 1581, in script call
    m "You can now see some icons at the top of the screen, play around with them to see what they do."
  File "game/Inconsolablecharscript.rpy", line 4004, 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 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 240, in execute
    hbox: # This HBOX is for ANTI-HERO  powers
  File "game/Skill_Tree.rpy", line 276, in execute
    if Iron_Belly_Power == 0:
  File "game/Skill_Tree.rpy", line 276, in <module>
    if Iron_Belly_Power == 0:
NameError: name 'Iron_Belly_Power' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.17c.light
Thu May  5 13:39:18 2022
Edit: I found out that I already get this issue when I use my very first super power (not Mod) only one not both in the first fight.
For one, the current mod is NOT for the current version of the game, so you are gona have issues trying to get it to work. For two, the modder said he will be finishing the mod soon, so just wait patiently. Using a mod that is not for a current game version can have negative consequences on play-through....
 

Knight2416

Member
Jul 16, 2017
488
940
I always feel for modder when this happens, they work hard to get nod to us then have to check again so soon
 

JenMistress

Engaged Member
Oct 1, 2019
2,602
2,948
Well, I had to start over, but it is looking like what happened between the C and D isn't something that would effect this mod, not 100% certain, but seems maybe mild bug fixes was all was done between C and D. Here's hoping when I reach this game in a week or so, that is still the case.
 

Vile_Mage

Member
Oct 4, 2020
206
338
FUCK jajaja i Hate when this happen but im not going to update the mod again to version d im going to wait a couple of days and after that update the mod if the game dont have another update hope you can understand guys...
Not worries probably the d version has some minor bug fixes so the current version of the mod will work just fine
if it was anything new in the game i think we will have the 0.17.1 or the 0.18 version
so take your time and we will see if we have any new version of the vn
 

JenMistress

Engaged Member
Oct 1, 2019
2,602
2,948
FUCK jajaja i Hate when this happen but im not going to update the mod again to version d im going to wait a couple of days and after that update the mod if the game dont have another update hope you can understand guys...
And here I thought it was going to be a week, but anyways, just caught up with the Dev using your mod, and no problems, so yeah, it probably was just bug fixes between C and D, because this was good to go on D.
 
  • Like
Reactions: PsybehrWolf

Blackeye.

Member
Aug 15, 2020
288
1,958
Unofficial Android Port of :

Being Super [v0.17c] + AdanGC Mods's Walktrough Mod



You don't have permission to view the spoiler content. Log in or register now.
My android port has an alternative save location, the save will remain intact when you uninstall the game so don't worry about starting over. And my port has a textbox opacity slider and text size slider and added change name to the main menu.

if you like my ports, consider buying me a cofee as to motivate me and get me going to do more ports, and help me pay for mega storage, thanks
Updated
 
  • Like
Reactions: Punto

MrHatIsHere

Member
Jan 18, 2022
377
557
This might be a somewhat silly question, but does this mod work with v0.17d of the game? I don't know what the changelog is for v0.17d of the game, so that is why I ask.
 
  • Like
Reactions: msleomac
5.00 star(s) 1 Vote