4.40 star(s) 228 Votes

AbrahamFroman

Member
Jun 8, 2018
106
570
is that a patch with the incest but without the walk thru?
This is my first attempt at incest only: I just changed "aunt" to "mom", "nephew" to "son", etc.

arelat = ("mom")
arelatmc = ("son")
srelat = ("sister")
srelatmc = ("brother")
krelat = ("sister")
krelatmc = ("brother")
drelat = ("dad")
drelatmc = ("son")

The dialog gets quirky using this script. I also found some of the relationships were hard coded in the script.

I also considered changing "Davie" to "Hunter" and make his relationship "uncle-daddy", but that seemed too real for a porn game.
 
Last edited:
  • Like
Reactions: tazlucky09
Jun 14, 2020
53
62
This is my first attempt at incest only: I just changed "aunt" to "mom", "nephew" to "son", etc.

arelat = ("mom")
arelatmc = ("son")
srelat = ("sister")
srelatmc = ("brother")
krelat = ("sister")
krelatmc = ("brother")
drelat = ("dad")
drelatmc = ("son")

The dialog gets quirky using this script. I also found some of the relationships were hard coded in the script.

I also considered changing "Davie" to "Hunter" and make his relationship "uncle-daddy", but that seemed too real for a porn game.
Uhh wait, so you changed Davie to be the dad of both the MC and the girls? "define drelatmc = Character("son")" sure makes it look that way.
If that's the case, I wanted to write down some lines that I'd change but that would have taken longer than just straight up editing it. If you don't mind, I have changed your patch a tad so now Davie is the real man of the house both as the breadwinner and the supplier of genetic material for the offspring.

I have also capitalized some "i"'s, removed the "." after "?" and the like, but you'll find lines I majorly changed via the "## blabla" comments, most notably using [dereck] instead of "Dereck" as that'd allow you to change the guys name plus I've seen three variations of his name written out.

As for "how fiddly can we get the text before we start tearing out our hair", I'd say what'd kinda make sense is to add:

Drelat = ("Dad"), Arelat = ("Mom")

etc. too. This way you don't have to work with some string functions if their label of the family tree appears at the beginning of the sentence. As for stuff like "my dad" or "our dad", either you bite the bullet and just go "our [drelat]" etc. or you use "define drelatMY = ("my dad")" and "define DrelatMY = ("My dad")" and so on. Similar thing goes for "my daughters" as "define drelatKyAndSt = ("my daughters"), but I feel like a) that's not really necessary unless it gets used often and b) it's more of a hint for Xenorav to maybe add in the future as that'd allow for easy changes to the relationships at any point of the game.
 

AbrahamFroman

Member
Jun 8, 2018
106
570
Uhh wait, so you changed Davie to be the dad of both the MC and the girls? "define drelatmc = Character("son")" sure makes it look that way.
If that's the case, I wanted to write down some lines that I'd change but that would have taken longer than just straight up editing it. If you don't mind, I have changed your patch a tad so now Davie is the real man of the house both as the breadwinner and the supplier of genetic material for the offspring.

I have also capitalized some "i"'s, removed the "." after "?" and the like, but you'll find lines I majorly changed via the "## blabla" comments, most notably using [dereck] instead of "Dereck" as that'd allow you to change the guys name plus I've seen three variations of his name written out.

As for "how fiddly can we get the text before we start tearing out our hair", I'd say what'd kinda make sense is to add:

Drelat = ("Dad"), Arelat = ("Mom")

etc. too. This way you don't have to work with some string functions if their label of the family tree appears at the beginning of the sentence. As for stuff like "my dad" or "our dad", either you bite the bullet and just go "our [drelat]" etc. or you use "define drelatMY = ("my dad")" and "define DrelatMY = ("My dad")" and so on. Similar thing goes for "my daughters" as "define drelatKyAndSt = ("my daughters"), but I feel like a) that's not really necessary unless it gets used often and b) it's more of a hint for Xenorav to maybe add in the future as that'd allow for easy changes to the relationships at any point of the game.
Your observations are spot on and I agree with you, however this is not my project.

My mod started out as a simple fix for my own amusement, mostly because I really liked the renders.

I quickly realized the writing (and punctuation) was so awful it made the game unplayable (for me). So I worked on that until I came up with a pleasing dialog (again, for me). I was happy with the result, so I stopped working.

The only reason for sharing my work was this project was lacking an incest patch and people were inquiring.

Like it or don't like it, it doesn't matter because sooner or later another release will wipe out all my work.

I'm okay with that. Life is short.
 
  • Like
Reactions: mikel8519
Jun 14, 2020
53
62
The only reason for sharing my work was this project was lacking an incest patch and people were inquiring.

Like it or don't like it, it doesn't matter because sooner or later another release will wipe out all my work.

I'm okay with that. Life is short.
Damn man sorry, did I come across that negatively or am I misunderstanding your answer? I didn’t mean any offense, I just noticed some things didn’t add up and changed them. There are some devs and other people out there who dislike f95zone for hosting “pirated” or “patreon only” content, but that doesn’t mean we can’t help each other out. Strings are always fucky to work with, especially if the proper foundations haven’t been laid yet and names and other labels are “hardcoded”.

Let my mind wander a bit:

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

Sure mate, life's short and you don't know if you won't get run over by a 78 y/o granpa in his SUV when you shopping today, but maybe you didn't know the stuff above already or it can help you in further screwing around with Ren'Py scripts. If you lay the foundation well like above, adding a patch basically becomes nothing more than replacing two words in a line with the right variable. (y)
 

AbrahamFroman

Member
Jun 8, 2018
106
570
Damn man sorry, did I come across that negatively or am I misunderstanding your answer? I didn’t mean any offense, I just noticed some things didn’t add up and changed them. There are some devs and other people out there who dislike f95zone for hosting “pirated” or “patreon only” content, but that doesn’t mean we can’t help each other out. Strings are always fucky to work with, especially if the proper foundations haven’t been laid yet and names and other labels are “hardcoded”.

Let my mind wander a bit:

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

Sure mate, life's short and you don't know if you won't get run over by a 78 y/o granpa in his SUV when you shopping today, but maybe you didn't know the stuff above already or it can help you in further screwing around with Ren'Py scripts. If you lay the foundation well like above, adding a patch basically becomes nothing more than replacing two words in a line with the right variable. (y)
No worries.

The original post was a response to a user who didn't want my mod, just the incest. It was an easy accommodation, but I felt the need to further explain that the original script was, in fact, a train wreck. {sarcasm} Call me Mister Obvious?!.- {/sarcasm}

What saddens me most is nobody got my uncle-daddy joke.

I blame public schools.
 

varkatzas666

Active Member
Feb 26, 2018
553
444
What a wonderful execution, usually visual novels that present incest quickly, are not to my liking, this is definitely the exception. Now I am very curious about the future of the MC and Kylee. Wonderful renderings, the girls have beautiful faces. I will certainly be hoping there will be an update soon
 

Aristos

Forum Fanatic
Dec 28, 2017
4,962
14,899
I'm extremely confused.

I know the dev announced the whole game would be remade into a VN without sandox but, what happened to all the content, all the scenes, all the renders in the first version? Does the game really start with both of you sneaking out to go to that "party"? Just like that, out of the blue? o_O
The girls stats don't even start from 0. There are already love and lust points for the three of them, and I used unren to check the variables and saw that some of them were already changed from the beginning of the game.

I don't like this revamp or however you want to call it. It doesn't make sense, it feels incomplete.
I think I'll pass for now.
 

benny7

Member
Apr 22, 2019
154
238
Played all of chapter 1. The husband seems shady for sure. Looking forward to more of that aunt she is one fine piece of Ace.
 

strenif

Engaged Member
Aug 18, 2017
2,777
4,885
I look at the description, look at the pictures, IDK. There's just nothing compelling for me to play another little pervert who molests his sleeping family members.

I think devs might want to rethink their approach, given the amount of existing games, using the same old three or four tired "stories" just doesn't cut it anymore.
I know this is an old post but I wanted to chime in on this.

Ya it's a common story but how many of these stories actually get finished?
Most of them get abandoned right away or right after the MC has had sex with most of the girls. That or we get a super rushed ending.
I'd really really like to see this story get finished for once.
 

benny7

Member
Apr 22, 2019
154
238
I'm extremely confused.

I know the dev announced the whole game would be remade into a VN without sandox but, what happened to all the content, all the scenes, all the renders in the first version? Does the game really start with both of you sneaking out to go to that "party"? Just like that, out of the blue? o_O
The girls stats don't even start from 0. There are already love and lust points for the three of them, and I used unren to check the variables and saw that some of them were already changed from the beginning of the game.

I don't like this revamp or however you want to call it. It doesn't make sense, it feels incomplete.
I think I'll pass for now.
Hmm had no idea this was a remake until i read more of the thread. Figured this was a new game.
 
Last edited:
  • Like
Reactions: TundraLupus

rafa30

Engaged Member
Aug 2, 2017
2,519
1,776
I'm confused
which incest patch is correct?
there are some in this forum
help me please
 

Xenorav

Newbie
Game Developer
Sep 30, 2020
24
2,407
I'm confused
which incest patch is correct?
there are some in this forum
help me please
This is the canonical history, there is no patch, even so I left variables for you to put the relationship you want, but you have to modify them from the game code. I don't recommend to do it because you will break the history.
 
  • Like
Reactions: Cowboy Bebop

AbrahamFroman

Member
Jun 8, 2018
106
570
I'm confused
which incest patch is correct?
there are some in this forum
help me please
I'm sorry for the confusion. When I updated the script, I didn't realize it was on the OP. I've since edited them so they are both the same script.

By the way, it's not a patch. It's a replacement for the game script where, among other things, I've highlighted the positive choices.

I think some people liked it, but it will not work for newer releases of the game.

I don't believe any of the choices change the final outcome, but you will miss out on some scenes.
 
Last edited:
4.40 star(s) 228 Votes