VN Ren'Py Troubled Legacy [v0.0.28 Fix] [Blackthunder_vn]

3.30 star(s) 26 Votes

Misosoc

Active Member
Sep 28, 2020
568
335
Ah okay, looks like your savegame is from a version before the Walkthrough mode
Lets test it so:

make a right click --> go to preferences and try to change the walkthrough mode.

If this doesn't work try this:

take the script.rpy file from this attachment and put it into the game folder overwrite the old one.

Mega <--- Link to the script file

Start a new Game and enter the playername after that it has a jump to the club location.
I am playing on Android using joiplay. I will try the new script you sent and see if that works. Worse case do I just need to start a new game? You mentioned walkthrough mode so you added a walk through option to give us the best choice results? Thank you in advance!
 
  • Like
Reactions: Blackthunder_vn

Blackthunder_vn

Active Member
Game Developer
Jan 31, 2020
575
1,426
Okay added a definition to it if it is set a undefined.

Problem is gone with the next version.

edit: Yes to start a new game should fix this problem.
 
  • Like
Reactions: Misosoc

Blackthunder_vn

Active Member
Game Developer
Jan 31, 2020
575
1,426
I have to look how to make it game ready in android and put it out with the updates.

Have to look there was someone who make this Android ports here in this thread.
 

Misosoc

Active Member
Sep 28, 2020
568
335
Ah okay, looks like your savegame is from a version before the Walkthrough mode
Lets test it so:

make a right click --> go to preferences and try to change the walkthrough mode.

If this doesn't work try this:

take the script.rpy file from this attachment and put it into the game folder overwrite the old one.

Mega <--- Link to the script file

Start a new Game and enter the playername after that it has a jump to the club location.
I downloaded the script you sent and put it in my game folder. Over ride the old one. Still have same error message. Also when I go to preferences in the menu, I get the same white screen error message. Not sure what happened.
 

Misosoc

Active Member
Sep 28, 2020
568
335
That shouldn't happen, try to start a new game, please.

Sorry
I started a new game and just skipped to where I was no biggie. At least it wasn't towards end of your game lol. That would have taken forever.

Will you give us a pregnancy option for the girls at some point???
 

Kresus

New Member
Nov 2, 2019
11
6
I have this error, can you help?

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable walkthrough_on_off does not exist.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, 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 3737, 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/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 441, in visit_all
    self.child.visit_all(callback, seen=None)
  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/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/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/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 570, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/behavior.py", line 878, in per_interact
    if self.is_selected():
  File "renpy/display/behavior.py", line 866, in is_selected
    return is_selected(self.action)
  File "renpy/display/behavior.py", line 401, in is_selected
    return action.get_selected()
  File "renpy/common/00action_data.rpy", line 79, in get_selected
    return __get_field(self.object, self.field, self.kind) == self.value
  File "renpy/common/00action_data.rpy", line 39, in _m1_00action_data__get_field
    raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable walkthrough_on_off does not exist.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Troubled Legacy 
Sun Apr  3 19:44:14 2022
 

Ashbringer

Newbie
Jan 28, 2019
68
68
I'm wondering if the MC had abandonment issues and a hero complex. He's falling in love after meeting a girl after a couple of days, now adopting an unborn child?
 

Ashbringer

Newbie
Jan 28, 2019
68
68
No just being a good man and stepping up where the father was a waste of space. Has a protect side wanting to do better than his grand father
I'm totally down with stopping domestic abuse, but he could have helped the mother and child without them calling him 'Daddy' and you know he likes that.
 
  • Like
Reactions: sakosux

Ashbringer

Newbie
Jan 28, 2019
68
68
Yes he could but it is a harem game. And I wanted the MC to fuck a big belly. ;)

He takes care for his ladys.
Fair enough. It's your story after all. I can't get passed women who want to execute a guy one minute, then fuck him the next. I wish you 'good fortune in the wars to come' but it's not for me.
 

Blackthunder_vn

Active Member
Game Developer
Jan 31, 2020
575
1,426
She doesn't wanted to execute someone her ex was a beating tyrant.
She only wanted a job to pay for the divorce.
 

Ashbringer

Newbie
Jan 28, 2019
68
68
She doesn't wanted to execute someone her ex was a beating tyrant.
She only wanted a job to pay for the divorce.
Sorry, I had moved on to the 'Aunt'. I know this is an Eroge and at the end of the day the majority of us are here for the gratification, but my suspense of disbelief isn't willing to stretch that far.
 

rikudolazero

Newbie
Dec 25, 2018
80
124
rikudolazero I think recruting is the wrong word, better to say take them out of problems and help them. And they fall in love.

sharing is here the wrong word too i think, I see it more as lovely triples. MC dont like to share his girls.
If you see the twins its not sharing its a nice triple fun time.
But there could be a lesbian couple who wants a nice cock sometime.
Optional, I'm not sure. (but before this happens there will be a poll)

Edith (The Godmother) has minimal public hair (I dont like too much)

Happy to answer your questions.
Thank you for answering, I will play it. there is going to be routes for each of the main girls including milf or not?
 
3.30 star(s) 26 Votes