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

4.80 star(s) 5 Votes

shiqz

Member
Dec 25, 2020
323
485
If I remember correctly, and I probably am not, pt 2 was bug fixes and such.
Not solely, there are 2 Scenes ( 3 if you count BJ as one ) in Part 2 but there are no Choices, so in Theory the Mod should work until the end of Part 2.
 

Thanna

Newbie
Mar 29, 2020
76
42
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 737, in script
mc "...That's Cindy, my sister..."
File "game/script.rpy", line 737, in script
mc "...That's Cindy, my sister..."
File "renpy/common/00library.rpy", line 303, in say
who(what, interact=interact, *args, **kwargs)
File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 125, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 136, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 136, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

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

Full traceback:
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\main.py", line 660, in main
run(restart)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\execution.py", line 938, in run_context
context.run()
File "game/script.rpy", line 737, in script
mc "...That's Cindy, my sister..."
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/script.rpy", line 737, in script
mc "...That's Cindy, my sister..."
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\exports.py", line 1371, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 303, in say
who(what, interact=interact, *args, **kwargs)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\character.py", line 927, in do_display
display_say(who,
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\character.py", line 614, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\screen.py", line 1386, in get_displayable
screen.update()
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 125, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 136, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 136, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Blackmailing the Family BetaV0.11b_pt2
Tue Jan 30 18:51:22 2024
 

eusimaeu

Member
May 1, 2019
158
147
Encountered this while the mod is installed

EDIT: Fixed it by replacing line 136 in game/JokerMod/JokerTextbox.rpy with this

Code:
if persistent.say_window_alpha is not None and persistent.say_window_alpha < 0.6:



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

While running game code:
  File "game/JokerMod/JokerModInfo.rpy", line 3, in script
    "Hello, [JRD]Joker{/color} here: I have some info about some of the points you will find in this [JRD]Walkthrough Mod.{/color}"
  File "game/JokerMod/JokerModInfo.rpy", line 3, in script
    "Hello, [JRD]Joker{/color} here: I have some info about some of the points you will find in this [JRD]Walkthrough Mod.{/color}"
  File "renpy/common/000window.rpy", line 114, in _window_auto_callback
    _window_show(auto=True)
  File "renpy/common/000window.rpy", line 69, in _window_show
    renpy.with_statement(trans)
  File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
    screen say(who, what):
  File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
    screen say(who, what):
  File "game/JokerMod/JokerTextbox.rpy", line 125, in execute
    window:
  File "game/JokerMod/JokerTextbox.rpy", line 136, in execute
    if persistent.say_window_alpha < 0.6:
  File "game/JokerMod/JokerTextbox.rpy", line 136, in <module>
    if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

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

Full traceback:
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\bootstrap.py", line 277, in bootstrap
    renpy.main.main()
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\main.py", line 660, in main
    run(restart)
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\main.py", line 146, in run
    renpy.execution.run_context(True)
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\execution.py", line 938, in run_context
    context.run()
  File "game/JokerMod/JokerModInfo.rpy", line 3, in script
    "Hello, [JRD]Joker{/color} here: I have some info about some of the points you will find in this [JRD]Walkthrough Mod.{/color}"
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "game/JokerMod/JokerModInfo.rpy", line 3, in script
    "Hello, [JRD]Joker{/color} here: I have some info about some of the points you will find in this [JRD]Walkthrough Mod.{/color}"
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\ast.py", line 891, in execute
    statement_name("say")
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\ast.py", line 47, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 114, in _window_auto_callback
    _window_show(auto=True)
  File "renpy/common/000window.rpy", line 69, in _window_show
    renpy.with_statement(trans)
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\exports.py", line 1657, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\core.py", line 2798, in do_with
    return self.interact(trans_pause=True,
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "E:\New folder\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
    screen say(who, what):
  File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
    screen say(who, what):
  File "game/JokerMod/JokerTextbox.rpy", line 125, in execute
    window:
  File "game/JokerMod/JokerTextbox.rpy", line 136, in execute
    if persistent.say_window_alpha < 0.6:
  File "game/JokerMod/JokerTextbox.rpy", line 136, in <module>
    if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
Blackmailing the Family BetaV0.11b_pt2
Tue Jan 30 19:55:01 2024
 
Last edited:

raileg

Member
Feb 14, 2018
155
162
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 737, in script
mc "...That's Cindy, my sister..."
File "game/script.rpy", line 737, in script
mc "...That's Cindy, my sister..."
File "renpy/common/00library.rpy", line 303, in say
who(what, interact=interact, *args, **kwargs)
File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 125, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 136, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 136, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

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

Full traceback:
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\main.py", line 660, in main
run(restart)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\execution.py", line 938, in run_context
context.run()
File "game/script.rpy", line 737, in script
mc "...That's Cindy, my sister..."
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/script.rpy", line 737, in script
mc "...That's Cindy, my sister..."
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\exports.py", line 1371, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 303, in say
who(what, interact=interact, *args, **kwargs)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\character.py", line 927, in do_display
display_say(who,
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\character.py", line 614, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\screen.py", line 1386, in get_displayable
screen.update()
File "E:\BlackmailingtheFamily-BetaV0.11b_pt2-pc\BlackmailingtheFamily-BetaV0.11b_pt2-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 120, in execute
screen say(who, what):
File "game/JokerMod/JokerTextbox.rpy", line 125, in execute
window:
File "game/JokerMod/JokerTextbox.rpy", line 136, in execute
if persistent.say_window_alpha < 0.6:
File "game/JokerMod/JokerTextbox.rpy", line 136, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Blackmailing the Family BetaV0.11b_pt2
Tue Jan 30 18:51:22 2024
same thing but i've restarted the game
 

Thanna

Newbie
Mar 29, 2020
76
42
Chrome notify me about downloading it. Anyone else ?
Sry dud when you invest 20 sek´s and read the Post over you´r Post then you can see this Mod is Outdated and we all have Error´s Joka will Update this Mod when he have time!
And yes the First Download Link ist down and don´t work you can Dowload it <----

Edit : I see this moment Joka have updated the mod by his Patron side i test it!

LG

Update: Don´t Work crash again after New Game ore Load!
 
Last edited:

malak@s

Member
Dec 26, 2018
169
163
Sry dud when you invest 20 sek´s and read the Post over you´r Post then you can see this Mod is Outdated and we all have Error´s Joka will Update this Mod when he have time!
And yes the First Download Link ist down and don´t work you can Dowload it <----

Edit : I see this moment Joka have updated the mod by his Patron side i test it!

LG

Update: Don´t Work crash again after New Game ore Load!
Fisrtly thanks, i downloaded and scanned.
Secondly i didn't check if i had an error. As soon as it went for a download i saw a message that it might not be safe.
That's why posted here.

Edit
Just cheched, chashed.
 
Last edited:

garyjlinder64

Newbie
Jun 23, 2021
36
30
View attachment 2011709
Check features to learn more about the Mod.
If you like my work, please consider supporting me on my or , check my .

Updated: 2020/09/07
Game/Creator: Blackmailing The Family -
Modder: Joker Leader
Mod Version: 0.1
Game Version: 0.11b pt2
Language: English

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

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


Download: - - ANDROID by Wills747 - ANDROID by cebs
Joker plugin is blowing up the VN.
 
4.80 star(s) 5 Votes