Mod Ren'Py Blackmailing The Family [v0.11b pt2] Walkthrough Mod [Joker Leader]

4.80 star(s) 5 Votes

Aspirin666

New Member
Jun 16, 2020
12
24
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script2.rpy", line 23252, in script
menu:
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 210, in execute
vbox:
File "game/screens.rpy", line 211, in execute
for i in items:
File "game/screens.rpy", line 212, in execute
textbutton i.caption action i.action
NameError: Name 'JEV32' is not defined.

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

Full traceback:
File "game/script2.rpy", line 23252, in script
menu:
File "renpy/ast.py", line 1682, 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 3276, 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 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3693, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 210, in execute
vbox:
File "game/screens.rpy", line 211, in execute
for i in items:
File "game/screens.rpy", line 212, in execute
textbutton i.caption action i.action
File "renpy/ui.py", line 992, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1541, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1660, 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.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.android-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 'JEV32' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Blackmailing the Family BetaV0.08b
Sun Aug 15 18:37:09 2021

Can anyone help me?


Mc asks what about you clare? And then this error message comes up.

Mfg Aspirin666
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,043
78,964
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script2.rpy", line 23252, in script
menu:
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 210, in execute
vbox:
File "game/screens.rpy", line 211, in execute
for i in items:
File "game/screens.rpy", line 212, in execute
textbutton i.caption action i.action
NameError: Name 'JEV32' is not defined.

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

Full traceback:
File "game/script2.rpy", line 23252, in script
menu:
File "renpy/ast.py", line 1682, 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 3276, 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 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3693, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 207, in execute
screen choice(items):
File "game/screens.rpy", line 210, in execute
vbox:
File "game/screens.rpy", line 211, in execute
for i in items:
File "game/screens.rpy", line 212, in execute
textbutton i.caption action i.action
File "renpy/ui.py", line 992, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1541, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1660, 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.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.android-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 'JEV32' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Blackmailing the Family BetaV0.08b
Sun Aug 15 18:37:09 2021

Can anyone help me?


Mc asks what about you clare? And then this error message comes up.

Mfg Aspirin666
Download again
 
  • Like
Reactions: Aspirin666

Ramagar

Well-Known Member
Nov 19, 2017
1,171
1,169
Is anyone else getting this error? I am not sure if it is the game or the mod. So I will post this in both
 

ZTex

Engaged Member
Apr 3, 2019
2,898
4,185
I already correct that error, just download the mod again
PS. Not that it's on you...and i've already reported it to the dev but he's copy pasting variable calls for pregnancy.

Every call for pregnancy in this update uses mt_chance_of_preg instead of the respective characters. Just letting you know incase you want to fix it for the mod.
 

Wills747

Engaged Member
Dec 14, 2018
2,347
4,876
My Unofficial Compressed Android port of Blackmailing the Family 0.08b with JokerLeader Walkthrough Mod
Usual gestures,save name/delete etc etc
Alternative save location. Don't worry about moving your saves, I'll try and do that for you.
Also now the log location - /Wills747
Grant storage permissions on first run.
Updated my inofficial Android port to 0.08b
 
Last edited:

randomguy6516265165

Conversation Conqueror
Jun 21, 2018
6,161
4,266
Hi Joker I now that this is going to be a stupid question but it is possible to make an option where the mod will only highlight the choices for a certain path? Like "Hi which route do you want to follow sub, dom or whore" and then if I choose the whore route for example only the whore options will be highlighted. Thanks and have a nice day
 
4.80 star(s) 5 Votes