- Jun 28, 2023
- 278
- 435
Someone needs to make an incest mod that makes Lydia a sister (or a cousin even though that's less kink) since the dev doesn't plan to add it.
It still cracks me up
Someone needs
make sense with how the story goes
Well, it only takes like 3 seconds, so quicker than I can type this. And, well, this is basically a porn site, people that surf these things have so much free time it's essentially worthless.It still cracks me up when people facepalm the OP. I think to myself. You actually took the time to do that!?
It really wouldn't make sense with how the story goes.Someone needs to make an incest mod that makes Lydia a sister (or a cousin even though that's less kink) since the dev doesn't plan to add it.
So adjust the details as needed but keep the overall plot. It was done with Love Season: Farmer's Dreams (though overdone imo, almost whole village is one big family rather than just Nina and Nova) and a few others, though usually after it's completed.It really wouldn't make sense with how the story goes.
When I Install this over the version here (15c Bugfix) it fails to load and actually crashes ren'py resulting in traceback. Just installing the base release allows the saves to load.
Same here; here's the short version of my traceback error:When I Install this over the version here (15c Bugfix) it fails to load and actually crashes ren'py resulting in traceback. Just installing the base release allows the saves to load.
While running game code:
File "game/script.rpy", line 36, in script
n "Hey! It looks like you didn't try to load the save game [l] asked you to make at the end of Chapter 11!"
File "game/script.rpy", line 36, in script
n "Hey! It looks like you didn't try to load the save game [l] asked you to make at the end of Chapter 11!"
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/ShaddyMod/ShaddyExtras.rpy", line 228, in execute
screen say(who, what):
File "game/ShaddyMod/ShaddyExtras.rpy", line 228, in execute
screen say(who, what):
File "game/ShaddyMod/ShaddyExtras.rpy", line 231, in execute
window:
File "game/ShaddyMod/ShaddyExtras.rpy", line 250, in execute
if persistent.say_window_alpha < 0.6:
File "game/ShaddyMod/ShaddyExtras.rpy", line 250, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'
ShaddyGames can you take a look at this. No one said anything til now. So I'm not sure it's affecting everyone. It appears to be the same issue we had before the bugfix with Renpy 8 not liking the greater than symbol for some people.Same here; here's the short version of my traceback error:
In essence, Shaddy's code doesn't check if the value is set or not, it just assumes it's there.Code:While running game code: File "game/script.rpy", line 36, in script n "Hey! It looks like you didn't try to load the save game [l] asked you to make at the end of Chapter 11!" File "game/script.rpy", line 36, in script n "Hey! It looks like you didn't try to load the save game [l] asked you to make at the end of Chapter 11!" 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/ShaddyMod/ShaddyExtras.rpy", line 228, in execute screen say(who, what): File "game/ShaddyMod/ShaddyExtras.rpy", line 228, in execute screen say(who, what): File "game/ShaddyMod/ShaddyExtras.rpy", line 231, in execute window: File "game/ShaddyMod/ShaddyExtras.rpy", line 250, in execute if persistent.say_window_alpha < 0.6: File "game/ShaddyMod/ShaddyExtras.rpy", line 250, in <module> if persistent.say_window_alpha < 0.6: TypeError: '<' not supported between instances of 'NoneType' and 'float'
Attached is my patched version of Shaddy's mod for Ch.15c.
Short version, if you know code, I only made a few line changes in game/ShaddyMod/ShaddyExtras.rpy to skip the check of this value (since this is the only occurence of this value that wasn't commented out in code, either in the original release package or in the entire mod package).
If you've already installed the mod in your release, just install this patched version, and overwrite all files (or, just the ShaddyExtras.rpy file, if you prefer).
The plot is far too intricate and involved to do this. I challenge anyone to to be honest with you. It would be ridiculous, and there's always one person every update that requests this. I didn't want to make an incest game. That was my choice. I also support modding of any kind by anyone though. But it'll be marked unofficial.So adjust the details as needed but keep the overall plot. It was done with Love Season: Farmer's Dreams (though overdone imo, almost whole village is one big family rather than just Nina and Nova) and a few others, though usually after it's completed.
Just to confirm it's not just happening to him, it happened to me too. I came here looking for a fix for it.ShaddyGames can you take a look at this. No one said anything til now. So I'm not sure it's affecting everyone. It appears to be the same issue we had before the bugfix with Renpy 8 not liking the greater than symbol for some people.
To get a little technical (and tagging ShaddyGames as well), the "offending" line is comparing the value ofShaddyGames can you take a look at this. No one said anything til now. So I'm not sure it's affecting everyone. It appears to be the same issue we had before the bugfix with Renpy 8 not liking the greater than symbol for some people.
persistent.say_window_alpha
(which can either be a value, most likely of a float type, or in this instance, undefined, aka. NoneType) and the float value of 0.6. If the value types don't match (such as a string compared to an integer), many scripting languages will throw an error, or at the very least a warning; in this case, it throws a fatal error (program crash).persistent.say_window_alpha
isn't used anywhere else; I searched all *.rpy files in the game folder (both with the base release and with the mod installed), and the only other instances of this value is in script lines that have been commented out (made ineffective). It's generally a bad coding practice to assume variables are set without either error handling or initializing variables at the beginning (or, setting a variable to a default value if it isn't set).And you got it; see one of my previous posts further up on this thread page.Just to confirm it's not just happening to him, it happened to me too. I came here looking for a fix for it.
Yeah if I ever spontaneously grew massive ambition to do a mod like that for this, I would make Audrey the MC's sister. She already has caution and hesitancy as part of her story line so we would simply bump up the cause for it. The thing is even with her you need to have the other women react in some way. They can't just accept her into the harem in like 2 lines of dialogue. So those interactions would require renders to go along with the conversations which would mean it could not simply be a mod. Most incest VNs are already set up for the convert "roommate" into "sister" in that we already have people reacting like it is weird or perhaps even a bit wrong. But as that was never ever the intent here, those dialogues are completely missing. Now for a character like Lydia to be related - as the most interactive person with the MC?! Man people just don't even fathom......The plot is far too intricate and involved to do this. I challenge anyone to to be honest with you. It would be ridiculous, and there's always one person every update that requests this. I didn't want to make an incest game. That was my choice. I also support modding of any kind by anyone though. But it'll be marked unofficial.
I'll give you a few things with Lydia right off the bat that no one could possibly overcome. Lydia's dad lives next door, main characters dad is in jail. Main character's mom is alive, and has interactions and a relationship with the main character and Lydia, and Lydia's mom is dead.Yeah if I ever spontaneously grew massive ambition to do a mod like that for this, I would make Audrey the MC's sister. She already has caution and hesitancy as part of her story line so we would simply bump up the cause for it. The thing is even with her you need to have the other women react in some way. They can't just accept her into the harem in like 2 lines of dialogue. So those interactions would require renders to go along with the conversations which would mean it could not simply be a mod. Most incest VNs are already set up for the convert "roommate" into "sister" in that we already have people reacting like it is weird or perhaps even a bit wrong. But as that was never ever the intent here, those dialogues are completely missing. Now for a character like Lydia to be related - as the most interactive person with the MC?! Man people just don't even fathom......
TL : DR - Yeah way, way too complicated, I agree.
Yes, just keep playing I don't want to spoil anything.fuck sake mary why did you have to start doing H. we can save her right? if not im deleting this
Correct, we had this very problem it's what was patched. I thought it was changed in the mod as well. But I'll let shady do that, because it's not my mod.To get a little technical (and tagging ShaddyGames as well), the "offending" line is comparing the value ofpersistent.say_window_alpha
(which can either be a value, most likely of a float type, or in this instance, undefined, aka. NoneType) and the float value of 0.6. If the value types don't match (such as a string compared to an integer), many scripting languages will throw an error, or at the very least a warning; in this case, it throws a fatal error (program crash).
Problem is,persistent.say_window_alpha
isn't used anywhere else; I searched all *.rpy files in the game folder (both with the base release and with the mod installed), and the only other instances of this value is in script lines that have been commented out (made ineffective). It's generally a bad coding practice to assume variables are set without either error handling or initializing variables at the beginning (or, setting a variable to a default value if it isn't set).
In this case, however, the "if-then-else" statement used for this particular variable is useless, since it performs the exact same action for both cases.
I assume it's a remnant from a customization dialog (either in a separate screen, or integrated into Preferences), and given Shaddy's modding practices, it's likely tied to a common functionality of all his other mods that's badly handled in this particular mod (given that it hasn't this customization integrated into it).
And you got it; see one of my previous posts further up on this thread page.
Right, but for some reason it's not happening to everyone. It's the same thing I patched in the base game without the mod.Just to confirm it's not just happening to him, it happened to me too. I came here looking for a fix for it.
fuck sake mary why did you have to start doing H. we can save her right? if not im deleting this
The preferred course of action is to create a conditioned response by farting in her face every time she tries to get high until she quits drugs.Yes, just keep playing I don't want to spoil anything.
100%.The plot is far too intricate and involved to do this. I challenge anyone to to be honest with you. It would be ridiculous, and there's always one person every update that requests this. I didn't want to make an incest game. That was my choice. I also support modding of any kind by anyone though. But it'll be marked unofficial.