4.40 star(s) 50 Votes

ravendarklock

Member
Jun 30, 2019
185
139
There is ONE glitch/bug that I have found. When finishing a couple of the different quests, it jumps to where you agree to help the redheaded hillbilly with his studies.
 

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,430
2,895
There is ONE glitch/bug that I have found. When finishing a couple of the different quests, it jumps to where you agree to help the redheaded hillbilly with his studies.
Yes, very annoying. I detailed the problem on the previous page, but looking at the code I cannot figure out why it makes such a jump. I'll keep looking. Are you using the light or dark version?

And no, it's not a "cheat" problem (as someone keeps posting). Mine is a fresh install, did not use previous saves, did not use a mod and have not touched the cheat button.
 

MrBenny

Well-Known Member
Jul 20, 2021
1,638
3,255
Yes, very annoying. I detailed the problem on the previous page, but looking at the code I cannot figure out why it makes such a jump. I'll keep looking. Are you using the light or dark version?

And no, it's not a "cheat" problem (as someone keeps posting). Mine is a fresh install, did not use previous saves, did not use a mod and have not touched the cheat button.
Same using lite version....The issue happens with or without the WT cheat installed. (fresh game start as well)

While doing these quests I get the red haired dude's cut scene offering the money at the hospital's front desk.
"Message for Nicky." (After you convince your sis and you are given 100xp, it then cuts back to the hospital)
"A friend in need." (After I answer the computer hack questions, cuts to hospital.)
 

magvearn

Newbie
Jun 4, 2021
43
37
Same using lite version....The issue happens with or without the WT cheat installed. (fresh game start as well)

While doing these quests I get the red haired dude's cut scene offering the money at the hospital's front desk.
"Message for Nicky." (After you convince your sis and you are given 100xp, it then cuts back to the hospital)
"A friend in need." (After I answer the computer hack questions, cuts to hospital.)
i got the same red hair dude bug after the "A friend in need" quest. One more thing even after loading a save before accepting this quest , the in party tab already shows brick and chriss there.
 
  • Sad
Reactions: Steppen Wolf

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,430
2,895
Same using lite version....The issue happens with or without the WT cheat installed. (fresh game start as well)
i got the same red hair dude bug after the "A friend in need" quest.
heh...this is driving me crazy. I've played around with the variables. I've changed the code to try to force the game to jump to the right location, I even commented out any chance of failure and still can't figure it out. o_O

The dev was around when the game was first released, but haven't seen him lately. Will just have to wait I suppose..........
 

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,430
2,895
Finally! In some of the minigame blocks the following code has been included by mistake (?): BackToTtheDoc_persuasion_SUCCESS

This block appears in both 0_17_script DARK.rpy and 0_17_script LIGHT.rpy
Code:
Lines 4734 - 4749
--
label second_job_GYM_PASS_INTERVIEW:
    hide screen Persuasion_Score
    if Bonus_XP_Persuasion == 1:
        "You received 100 EXP!"
        jump BackToTtheDoc_persuasion_SUCCESS
    if Bonus_XP_Persuasion == 2:
        "You received 150 EXP!"
        jump BackToTtheDoc_persuasion_SUCCESS
    if Bonus_XP_Persuasion == 3:
        "You received 200 EXP!"
        jump BackToTtheDoc_persuasion_SUCCESS
    if Bonus_XP_Persuasion == 4:
        "You received 250 EXP!"
        jump BackToTtheDoc_persuasion_SUCCESS
    if Bonus_XP_Persuasion == 5:
        "You received 300 EXP!"
So when the quiz is over, you get looped back to that other quest (redneck mullet dude). Removing those lines fixes the quest second_job_GYM_

You will also see the same problem in some of the minigames in the file: Persuasion_And_Test_Minigames.rpy
Removing the lines will fix the quests.
Perform at your risk! Make a copy first. Changing the code may cause an acute infection of unknown origin, stomach cramps, or itchy feet.
 
Last edited:
Dec 17, 2020
85
345
Since there is no actual sex content yet, it might be too fast to put it on a site for adult games.
This update is rather good. :BootyTime:There is a "Vaginal Sex" scenes with Nina (Office Girl) on date - harem path if you didn't choose "Futa / Transgender" content option. Moreover since both paths are now merged - you get two H - scenes with Ana (Gym Girl) on a single playthrough also. Quest progress is decent with new quest & repeatable events. Download then play the update from start, it'll be enjoyable:WeSmart:.
:cool:I'm not complaining but personally I'd want some story progress each update to understand the alien plot better:WaitWhat:.
 

Polala

Newbie
Jul 18, 2017
51
24
Finally! In some of the minigame blocks the following code has been included by mistake (?): BackToTtheDoc_persuasion_SUCCESS

This block appears in both 0_17_script DARK.rpy and 0_17_script LIGHT.rpy
Code:
Lines 4734 - 4749
--
label second_job_GYM_PASS_INTERVIEW:
    hide screen Persuasion_Score
    if Bonus_XP_Persuasion == 1:
        "You received 100 EXP!"
        jump BackToTtheDoc_persuasion_SUCCESS
    if Bonus_XP_Persuasion == 2:
        "You received 150 EXP!"
        jump BackToTtheDoc_persuasion_SUCCESS
    if Bonus_XP_Persuasion == 3:
        "You received 200 EXP!"
        jump BackToTtheDoc_persuasion_SUCCESS
    if Bonus_XP_Persuasion == 4:
        "You received 250 EXP!"
        jump BackToTtheDoc_persuasion_SUCCESS
    if Bonus_XP_Persuasion == 5:
        "You received 300 EXP!"
So when the quiz is over, you get looped back to that other quest (redneck mullet dude). Removing those lines fixes the quest second_job_GYM_

You will also see the same problem in some of the minigames in the file: Persuasion_And_Test_Minigames.rpy
Removing the lines will fix the quests.
Perform at your risk! Make a copy first. Changing the code may cause an acute infection of unknown origin, stomach cramps, or itchy feet.
yes, this fix the problem for me, thanks
 
Jan 10, 2022
223
762
so far the game is pretty good (expect that gui is kind of ugly). i like the idea to choose to play as an hero or villain. hopefully their are multiple endings for harem/romance routes and villain/hero playstyle.

is their gay content planned or why do the men characters have an attraction value? and if, i guess it will be avoidable like with all other characters right?

looking forward:)
 

landon3321

Newbie
Jul 1, 2017
29
10
A like the game but,
Started the game with v .17c. I had errors when going clicking on the superpowers tabs, but the game was still enjoyable.
Now 17d, everything is broken, can't do anything without getting an error ... A shame.

Do I really need to start over ?

EDIT: As a test I started a new game (no mod) ... as soon as I reached the end of the intro I got an error. Tried to open the superpowers menu, an error. Go from bedroom to an other room, again an error (same for quest menu and characters page) ... Please fix the game.
idk if your problem is fixed or not but try adding a fresh game folder. worked for me...
 

TundraLupus

Well-Known Member
Apr 8, 2020
1,767
2,066
Hello, so I just started the game and decided to go with the Dark version because it is a nice change of pace from the generic white MC, but will the MC's dad in that one be black? cause his "step"-mother and sister are white as hell, and acourding to the beggining they are "supposed" to be the bio mother, although I guess I could see the "secret" being that they aren't but still, that is going to bother the hell out of me if I change the relationships but it sure as hell feels like I should change them cause that is normally the norm around here.
 

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,430
2,895
Hello, so I just started the game and decided to go with the Dark version because it is a nice change of pace from the generic white MC, but will the MC's dad in that one be black? cause his "step"-mother and sister are white as hell, and acourding to the beggining they are "supposed" to be the bio mother, although I guess I could see the "secret" being that they aren't but still, that is going to bother the hell out of me if I change the relationships but it sure as hell feels like I should change them cause that is normally the norm around here.
Dad was an alien, although it is said he appeared human, so I'm guessing he would appear as a black man. I think the dev could have done a bit more to show his sister as mixed, but that would have been even more work in regard to CG. So not a big deal for me.
 

Azriel55

Member
Jun 9, 2019
132
271
Really enjoy the game, and like the wide option of powers, even if all are not implemented yet. Only negative is the clunky GUI, especially for quests. Outside of that, it is really fun, just wish there was more content.
 

Macfinn99

Member
Jun 20, 2017
464
464
Does this game need to be restarted? I can't go 2 or 3 moves without getting error statements that I either have to rollback, ignore or reload from save.
 
  • Like
Reactions: duke100

amiable34

Active Member
Jan 1, 2019
537
470
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Inconsolablecharscript.rpy", line 1567, in script call
    "You have 1 new message"
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/Inconsolablecharscript.rpy", line 1567, in script call
    "You have 1 new message"
  File "game/Inconsolablecharscript.rpy", line 1606, in script call
    "You are in the reception."
  File "game/Inconsolablecharscript.rpy", line 4039, in script call
    menu:
  File "game/Inconsolablecharscript.rpy", line 4054, in script call
    menu:
  File "game/Inconsolablecharscript.rpy", line 4184, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 4184, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9282, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9317, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9308, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9297, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 7673, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 7689, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 7680, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4193, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4039, 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 1567, in script call
    "You have 1 new message"
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/Inconsolablecharscript.rpy", line 1567, in script call
    "You have 1 new message"
  File "game/Inconsolablecharscript.rpy", line 1606, in script call
    "You are in the reception."
  File "game/Inconsolablecharscript.rpy", line 4039, in script call
    menu:
  File "game/Inconsolablecharscript.rpy", line 4054, in script call
    menu:
  File "game/Inconsolablecharscript.rpy", line 4184, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 4184, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9282, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9317, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9308, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9297, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 7673, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 7689, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 7680, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4193, 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 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
Sat May  7 18:33:52 2022

cant start 17 lite keep getting error.was ok in last version.no matter what save file i use.?
 
4.40 star(s) 50 Votes