4.30 star(s) 56 Votes

Daddy-S

Member
Aug 27, 2022
270
1,062
Im confused.. I know this used to be a sandbox but was a ton of scene's removed? There is a whole lot of content that I just didn't see this time. "The Gym Incident" with the globs didnt exist. There was no Rain character (redhead at the gym), no Nina, no sex scene she just didnt exist at all. All the gym content was gone apart from one time with Ana. I see the video files exist for Ruby, Rain etc if I unren but only trained at the gym one time early on with Ana. I didnt see helping Chris with his implants, no office stuff, no miranda and probably other things I forgot about.

Was it all removed or whats going on here?

You don't have permission to view the spoiler content. Log in or register now.
 

DuckDairyDip

Well-Known Member
Feb 21, 2018
1,052
1,477
Im confused.. I know this used to be a sandbox but was a ton of scene's removed? There is a whole lot of content that I just didn't see this time. "The Gym Incident" with the globs didnt exist. There was no Rain character (redhead at the gym), no Nina, no sex scene she just didnt exist at all. All the gym content was gone apart from one time with Ana. I see the video files exist for Ruby, Rain etc if I unren but only trained at the gym one time early on with Ana. I didnt see helping Chris with his implants, no office stuff, no miranda and probably other things I forgot about.

Was it all removed or whats going on here?

You don't have permission to view the spoiler content. Log in or register now.
When the dev removed the sandbox element they also removed the choice to choose between working with Nikki or Ruby to streamline things and to make it easier to develop. The feeling I got based on what the dev has said is that they will reimplement or reimagine the scenes later since the game is now more linear. This also resulted in some things getting shuffled around, so some story stuff that was in previous updates is going to get reintroduced later.
 

Daddy-S

Member
Aug 27, 2022
270
1,062
I see, thanks so after all this time not even sure how long a year+ and we are still missing quite alot of content we once had and barely moved forward. Even though all this missing content is already rendered and animated quite some time ago not a good look from where im sitting. Unless its being redone completely but then why leave all this junk still in the game files. :unsure:
 

Blades4119

Member
Jul 9, 2021
158
61
I have downloaded and attempted to install the light-skin Android version of the game. However, it refuses to intall with the error message that the package appears to be invalid. On a related note, the dark-skin variant of the Android version installs just fine. I've downloaded the light-skin variant from different mirrors, all ending wit the same result as mentioned above.

Any ideas or solutions?
 

Wen I Say

Member
Mar 17, 2019
210
583
every fucking time with this new game shit dude wtf are you doing bro? At this point why invest time in this shit if every update is a new build of the damn game?
 

BDI

Well-Known Member
May 23, 2017
1,332
561
Something really needs to STOP getting those tracebacks EVERY time that there is even a kissing scene, or a sex scene
 

Wen I Say

Member
Mar 17, 2019
210
583
haha amazing how people use mods and then blame dev, i am playing the bbc version. no interest in light skin
There is no mod currently for this game and, it's not even worth the use of one since you can easily unlock everything with a save editor... This game hasn't progressed at all it seems like and every update wipes progression so people being perturbed I think is more than understandable and like you said the game comes out so infrequently just to put out these meager ass updates just adds to the frustration.
 

shironou89

Newbie
Jan 5, 2021
73
72
Anybody can get past this error when accessing the skills tree?

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

While running game code:
  File "game/AllPhoneConversations.rpy", line 19, in script call
    call message_img("Ana", "I just bought a new gym outfit","images/AnaGallery02_icon.png") from _call_message_img
  File "game/options.rpy", line 151, in script call
    $ renpy.pause()
  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 18708, 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 126, in execute
    hbox: # This HBOX is for SUPER HERO powers
  File "game/Skill_Tree.rpy", line 132, in execute
    if SuperSuction_Power == 0:
  File "game/Skill_Tree.rpy", line 132, in <module>
    if SuperSuction_Power == 0:
NameError: name 'SuperSuction_Power' is not defined

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

Full traceback:
  File "game/AllPhoneConversations.rpy", line 19, in script call
    call message_img("Ana", "I just bought a new gym outfit","images/AnaGallery02_icon.png") from _call_message_img
  File "game/options.rpy", line 151, in script call
    $ renpy.pause()
  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 18708, 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 126, in execute
    hbox: # This HBOX is for SUPER HERO powers
  File "game/Skill_Tree.rpy", line 132, in execute
    if SuperSuction_Power == 0:
  File "game/Skill_Tree.rpy", line 132, in <module>
    if SuperSuction_Power == 0:
NameError: name 'SuperSuction_Power' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.19d.DARK
Wed Dec 27 03:04:42 2023
 
  • Like
Reactions: westback83
4.30 star(s) 56 Votes