Mod Ren'Py Abandoned A Family Venture Multi-Mod [ShaddyModda]

5.00 star(s) 1 Vote

Woodstock_1983

Well-Known Member
Sep 16, 2020
1,361
576
refer to my post right above yours.
yeah I tried the things which were said in this thread, but restarting or reloading doesn't work either, and searching for a fix didn't help as well. I'm currently using the cheats that are included in the supporter version, so if there isn't a fix you know, it's not a big problem. thanks in advance anyway!
I just downloaded the game and the mods were already installed in the game. If you start a new game, and follow the tutorial, it shows you where and how to use the mods.
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,387
11,889
Sorry guys. An emergency came up and I'll be out most if not all of the day so I definitely won't be able to update the mod until either late tonight (depending on how tired I am by the time we get back) or first thing tomorrow.
 

Scales

Member
Nov 27, 2017
114
132
Thank you! But alas I am still crashing when the name entry should be coming up. (no crash without mod)

While running game code:
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/ShaddyScreens.rpy", line 151, in execute
screen say(who, what):
File "game/ShaddyScreens.rpy", line 151, in execute
screen say(who, what):
File "game/ShaddyScreens.rpy", line 154, in execute
window:
File "game/ShaddyScreens.rpy", line 173, in execute
if persistent.say_window_alpha < 0.6:
File "game/ShaddyScreens.rpy", line 173, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'
 

unwelcomed

Member
Feb 6, 2018
295
82
Thank you! But alas I am still crashing when the name entry should be coming up. (no crash without mod)

While running game code:
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/ShaddyScreens.rpy", line 151, in execute
screen say(who, what):
File "game/ShaddyScreens.rpy", line 151, in execute
screen say(who, what):
File "game/ShaddyScreens.rpy", line 154, in execute
window:
File "game/ShaddyScreens.rpy", line 173, in execute
if persistent.say_window_alpha < 0.6:
File "game/ShaddyScreens.rpy", line 173, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'
same
 

Tuberaku

Newbie
Jul 22, 2019
77
62
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ShaddyScreens.rpy", line 149, in execute
init -500 screen say(who, what):
File "game/ShaddyScreens.rpy", line 149, in execute
init -500 screen say(who, what):
File "game/ShaddyScreens.rpy", line 152, in execute
window:
File "game/ShaddyScreens.rpy", line 171, in execute
if persistent.say_window_alpha < 0.6:
File "game/ShaddyScreens.rpy", line 171, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'
 
  • Like
Reactions: DOM76210

Cirdon

Well-Known Member
Nov 27, 2019
1,237
1,799
Thank you! But alas I am still crashing when the name entry should be coming up. (no crash without mod)

While running game code:
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/ShaddyScreens.rpy", line 151, in execute
screen say(who, what):
File "game/ShaddyScreens.rpy", line 151, in execute
screen say(who, what):
File "game/ShaddyScreens.rpy", line 154, in execute
window:
File "game/ShaddyScreens.rpy", line 173, in execute
if persistent.say_window_alpha < 0.6:
File "game/ShaddyScreens.rpy", line 173, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'
Temporary work around until Shaddy gets around to posting a fix:

* Open ShaddyScreens.rpy in notepad, get to line 173, comment out 3 lines, de-indent the last line so it lines up with where the IF started:

Code:
        #if persistent.say_window_alpha < 0.6:
        #    text what id "what" size persistent.pref_text_size outlines [(3, "#000", 1, 1)]
        #else:
        text what id "what" size persistent.pref_text_size outlines [(3, "#000", 1, 1)]
 

Quadclops

Member
Jan 5, 2019
335
573
Temporary work around until Shaddy gets around to posting a fix:

* Open ShaddyScreens.rpy in notepad, get to line 173, comment out 3 lines, de-indent the last line so it lines up with where the IF started:

Code:
        #if persistent.say_window_alpha < 0.6:
        #    text what id "what" size persistent.pref_text_size outlines [(3, "#000", 1, 1)]
        #else:
        text what id "what" size persistent.pref_text_size outlines [(3, "#000", 1, 1)]
Can you just upload the fixed file? It is not working for me.
 
  • Angry
Reactions: MythMackay

tmmtgg

New Member
Feb 27, 2021
1
1
It seems to be working if you change the line 173:
"if persistent.say_window_alpha < 0.6:"
to
"if persistent.opacity < 0.6:"
 
  • Like
Reactions: KARTIKsu

Samu13

Member
Jun 13, 2018
161
211
hello. so i download the game (incest) ver. copy paste the mod and try playing from start.. this happened

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

know why? tq
You could just read the previous posts instead of posting a new one.

Anyway, the if clause is useless since both conditions do the exact same thing. Either remove the if clause, like was suggested by Cirdon, or just edit the file and replace the if clause with "If True" or "If False", without the "". Either will work.
 

YmerWasHere

New Member
Jan 18, 2023
1
0
Sorry guys. Could've sworn i took that out a few versions ago. odd that i didn't get the error from it myself when I launched the game. anyhow fixed and re-uploaded.
Thanks! Unfortunately the last NTR scene is still bugged in the gallery. Every other scene works though
 
5.00 star(s) 1 Vote