Refuge24

Member
Nov 1, 2017
172
156
You preggo guys are like those ntr dudes: you want it in every fucking damn game even though it doesn't make any sense.

Did you follow the story? did you read the dialogues? what does Mom always say? she says: this can only happen as long as we're stuck in this motel and nobody knows.

Do you realise what happens if the police finds out who the real culprit is? what happens if they find out about the bank manager and our MC?

If a LI gets pregnant, the game ends. If Dad's trial ends, the game ends.
They have lines of dialogue involving impregnation kink. God forbid those of us with the kink want to see those lines acted upon.
 
Last edited:

Yuki-x

Member
Jul 22, 2021
164
280
WTF is the family mode released as a compiled (rpyc) file? :rolleyes:
Just to get thumbs up and likes with every release?:unsure:
Just create a text file named "family-mod.rpy" or "[whatever name you want].rpy", add the following code inside the file and put it in the game directory.
Code:
init python:
    persistent.BeforeFuncsList.append(('InitTabooEdition', 0))


label InitTabooEdition:
    python:
        global RelativeT
        RelativeT = _("relative")
        global RelativesT
        RelativesT = _("relatives")
        global RelatedT
        RelatedT = _("related")
        global BloodRelatedT
        BloodRelatedT = _("blood-related")
        global OwnBloodT
        OwnBloodT = _("own blood")
        global MyOwnBloodT
        MyOwnBloodT = _("my own blood")
        global GivenYouBirthT
        GivenYouBirthT = _("given you birth")
        global IncestT
        IncestT = _("inappropriate")
        global IncestuousT
        IncestuousT = _("incestuous")
        global FamilyT
        FamilyT = _("family")
        global MyFamilyT
        MyFamilyT = _("my family")
        global YourFamilyT
        YourFamilyT = _("your family")
        global FamiliesT
        FamiliesT = _("families")
        global KinT
        KinT = _("kin")
        global ParentT
        ParentT = _("parent")
        global ChildT
        ChildT = _("child")
        global ChildrenT
        ChildrenT = _("children")
        global KidsT
        KidsT = _("kids")
        global ParentsT
        ParentsT = _("parents")
        global MyParentsT
        MyParentsT = _("my parents")
        global SiblingT
        SiblingT = _("sibling")
        global SiblingsT
        SiblingsT = _("siblings")
        global SisT
        SisT = _("sis")
        global SisterT
        SisterT = _("sister")
        global YourSisterT
        YourSisterT = _("your sister")
        global MySistersT
        MySistersT = _("my sisters")
        global SistersT
        SistersT = _("sisters")
        global TwinT
        TwinT = _("twin")
        global BrotherT
        BrotherT = _("brother")
        global BroT
        BroT = _("bro")
        global BrothersT
        BrothersT = _("brothers")
        global SonT
        SonT = _("son")
        global SonsT
        SonsT = _("sons")
        global DaughterT
        DaughterT = _("daughter")
        global DaughtersT
        DaughtersT = _("daughters")
        global MomT
        MomT = _("mom")
        global MomsT
        MomsT = _("moms")
        global StepT
        StepT = _("step")
        global HalfT
        HalfT = _("half-")
        global MyMomT
        MyMomT = _("my mom")
        global MotherT
        MotherT = _("mother")
        global MothersT
        MothersT = _("mothers")
        global MyMotherT
        MyMotherT = _("my mother")
        global YourMotherT
        YourMotherT = _("your mother")
        global MommyT
        MommyT = _("mommy")
        global MotherlyT
        MotherlyT = _("motherly")
        global AuntT
        AuntT = _("aunt")
        global AuntsT
        AuntsT = _("aunts")
        global AuntyT
        AuntyT = _("aunty")
        global AuntiesT
        AuntiesT = _("aunties")
        global NieceT
        NieceT = _("niece")
        global NiecesT
        NiecesT = _("nieces")
        global NephewT
        NephewT = _("nephew")
        global NephewsT
        NephewsT = _("nephews")
        global DadT
        DadT = _("dad")
        global FatherT
        FatherT = _("father")
        global TheFatherT
        TheFatherT = _("the father")
        global MyFatherT
        MyFatherT = _("my father")
        global YourFatherT
        YourFatherT = _("your father")
        global CousinT
        CousinT = _("cousin")
        global CousinsT
        CousinsT = _("cousins")
        global GrandT
        GrandT = _("grand")
        global GrandmotherT
        GrandmotherT = _("grandmother")
        global GrandmothersT
        GrandmothersT = _("grandmothers")
        global GrandmaT
        GrandmaT = _("grandma")
        global GrandmasT
        GrandmasT = _("grandmas")
        global GrannyT
        GrannyT = _("granny")
        global GranT
        GranT = _("gran")
        global NanaT
        NanaT = _("nana")
        global GransT
        GransT = _("grans")
        global GrandsonT
        GrandsonT = _("grandson")
        global GranddaughterT
        GranddaughterT = _("granddaughter")
        global GranddaughtersT
        GranddaughtersT = _("granddaughters")
        global GrandchildrenT
        GrandchildrenT = _("grandchildren")
        global GrandpaT
        GrandpaT = _("grandpa")
        global GrandadT
        GrandadT = _("grandad")
        global GranddadT
        GranddadT = _("granddad")
        global GrandfatherT
        GrandfatherT = _("grandfather")
        global InLawT
        InLawT = _(" (-in-law)")
    return
It will work in future versions too.
I attached a sample for the lazy ones...
 
Last edited:

Snugglepuff

Conversation Conqueror
Apr 27, 2017
7,082
7,392
Is the IC patch needed or dose it make sense without?
I'd say it's needed, but try the beginning without it at least once... It's possibly the worst case of "it's not incest Patreon, honest ;) " I've seen. To it's credit it's not the typical "Landlady" and "roommates" without the patch.
 
  • Like
Reactions: rash69

WCold

Active Member
Aug 17, 2016
576
330
WTF is the family mode released as a compiled (rpyc) file? :rolleyes:
Just to get thumbs up and likes with every release?:unsure:
:FacePalm:
1. New relations are added from time to time (yes, those additions are rare as the game is in long development), so you need to check if your patch is valid after every release
2. When the new version releases and the patch comes out the same, it's either running around everywhere telling that you can use old files or simply put the patch with the same version number as the game
3. Why should it be released as code if the game translates it to inner files?
 

Cagcag

New Member
Jan 19, 2023
1
0
How can i play with another save file on Android?? I downloaded the last save file from this forum but i dont know where to start
 

Yuki-x

Member
Jul 22, 2021
164
280
:FacePalm:
1. New relations are added from time to time (yes, those additions are rare as the game is in long development), so you need to check if your patch is valid after every release
2. When the new version releases and the patch comes out the same, it's either running around everywhere telling that you can use old files or simply put the patch with the same version number as the game
3. Why should it be released as code if the game translates it to inner files?
:FacePalm:
Did I touch a cord or something?:LOL:
1. BS... new relations, at least family type relations, have not been introduced since v0.34
2. Of course it comes out the same... He simply adds and runs the same rpy file, copies the compiled rpyc file and adds a changed number.
3. So what is your point? All renpy games run as compiled code (rpya, rpyb & rpyc). Even those that are released in native code (rpy). I guess all other modders are idiots since they do not obfuscate their code by releasing compiled files...
And taking into account the recent virus incidents... is a very valid reason, to not release patches in obfuscated or compiled code....
 
Last edited:

WCold

Active Member
Aug 17, 2016
576
330
:FacePalm:
Did I touch a cord or something?:LOL:
1. BS... new relations, at least family type relations, have not been introduced since v0.34
2. Of course it comes out the same... He simply adds and runs the same rpy file, copies the compiled rpyc file and adds a changed number.
3. So what is your point? All renpy games run as compiled code (rpya, rpyb & rpyc). Even those that are released in native code (rpy). I guess all other modders are idiots since they do not obfuscate their code by releasing compiled files...
And taking into account the recent virus incidents... is a very valid reason, to not release patches in obfuscated or compiled code....
1. Not true, last added string was v0.44
2. Yes, so everyone know it's up to date patch
 
Last edited:

pds72

Active Member
Sep 25, 2019
856
748
1. BS... new relations, at least family type relations, have not been introduced since v0.34
1:
Python:
        global GivenYouBirthT
        GivenYouBirthT = "given you birth"
This was added somewhere between v0.43 and v0.49.

2: People would complain if the patch didn't match the game version. The same as they would complain if a patch is blank, when all that is needed is to have a file present. People like to complain.

3: I would prefer .rpy to see if it has changed or not. But it is whatever.
 
  • Like
Reactions: WCold

Yuki-x

Member
Jul 22, 2021
164
280
1:
Python:
        global GivenYouBirthT
        GivenYouBirthT = "given you birth"
This was added somewhere between v0.43 and v0.49.

2: People would complain if the patch didn't match the game version. The same as they would complain if a patch is blank, when all that is needed is to have a file present. People like to complain.

3: I would prefer .rpy to see if it has changed or not. But it is whatever.
1 & 2: ... ok. Thousands of people would complain, if instead "given you birth", they read "owned you" in a sentence or two ....
...But they could edit the rpy file themselves and fix it in what.... 5 seconds?
3: You don't check the mod to see if something is changed. You check the original code...
 

Venters616

Newbie
Jan 3, 2022
23
3
I'd say it's needed, but try the beginning without it at least once... It's possibly the worst case of "it's not incest Patreon, honest ;) " I've seen. To it's credit it's not the typical "Landlady" and "roommates" without the patch.
now i have to ask. what is it then?
 

WCold

Active Member
Aug 17, 2016
576
330
1 & 2: ... ok. Thousands of people would complain, if instead "given you birth", they read "owned you" in a sentence or two ....
...But they could edit the rpy file themselves and fix it in what.... 5 seconds?
3: You don't check the mod to see if something is changed. You check the original code...
So you suggest everyone to code their own patch after they learn how the game's code works, got it
 

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,540
152,253
WTF is the family mode released as a compiled (rpyc) file? :rolleyes:
Just to get thumbs up and likes with every release?:unsure:
Just create a text file named "family-mod.rpy" or "[whatever name you want].rpy", add the following code inside the file and put it in the game directory.
Code:
init python:
    persistent.BeforeFuncsList.append(('InitTabooEdition', 0))


label InitTabooEdition:
    python:
        global RelativeT
        RelativeT = _("relative")
        global RelativesT
        RelativesT = _("relatives")
        global RelatedT
        RelatedT = _("related")
        global BloodRelatedT
        BloodRelatedT = _("blood-related")
        global OwnBloodT
        OwnBloodT = _("own blood")
        global MyOwnBloodT
        MyOwnBloodT = _("my own blood")
        global GivenYouBirthT
        GivenYouBirthT = _("given you birth")
        global IncestT
        IncestT = _("inappropriate")
        global IncestuousT
        IncestuousT = _("incestuous")
        global FamilyT
        FamilyT = _("family")
        global MyFamilyT
        MyFamilyT = _("my family")
        global YourFamilyT
        YourFamilyT = _("your family")
        global FamiliesT
        FamiliesT = _("families")
        global KinT
        KinT = _("kin")
        global ParentT
        ParentT = _("parent")
        global ChildT
        ChildT = _("child")
        global ChildrenT
        ChildrenT = _("children")
        global KidsT
        KidsT = _("kids")
        global ParentsT
        ParentsT = _("parents")
        global MyParentsT
        MyParentsT = _("my parents")
        global SiblingT
        SiblingT = _("sibling")
        global SiblingsT
        SiblingsT = _("siblings")
        global SisT
        SisT = _("sis")
        global SisterT
        SisterT = _("sister")
        global YourSisterT
        YourSisterT = _("your sister")
        global MySistersT
        MySistersT = _("my sisters")
        global SistersT
        SistersT = _("sisters")
        global TwinT
        TwinT = _("twin")
        global BrotherT
        BrotherT = _("brother")
        global BroT
        BroT = _("bro")
        global BrothersT
        BrothersT = _("brothers")
        global SonT
        SonT = _("son")
        global SonsT
        SonsT = _("sons")
        global DaughterT
        DaughterT = _("daughter")
        global DaughtersT
        DaughtersT = _("daughters")
        global MomT
        MomT = _("mom")
        global MomsT
        MomsT = _("moms")
        global StepT
        StepT = _("step")
        global HalfT
        HalfT = _("half-")
        global MyMomT
        MyMomT = _("my mom")
        global MotherT
        MotherT = _("mother")
        global MothersT
        MothersT = _("mothers")
        global MyMotherT
        MyMotherT = _("my mother")
        global YourMotherT
        YourMotherT = _("your mother")
        global MommyT
        MommyT = _("mommy")
        global MotherlyT
        MotherlyT = _("motherly")
        global AuntT
        AuntT = _("aunt")
        global AuntsT
        AuntsT = _("aunts")
        global AuntyT
        AuntyT = _("aunty")
        global AuntiesT
        AuntiesT = _("aunties")
        global NieceT
        NieceT = _("niece")
        global NiecesT
        NiecesT = _("nieces")
        global NephewT
        NephewT = _("nephew")
        global NephewsT
        NephewsT = _("nephews")
        global DadT
        DadT = _("dad")
        global FatherT
        FatherT = _("father")
        global TheFatherT
        TheFatherT = _("the father")
        global MyFatherT
        MyFatherT = _("my father")
        global YourFatherT
        YourFatherT = _("your father")
        global CousinT
        CousinT = _("cousin")
        global CousinsT
        CousinsT = _("cousins")
        global GrandT
        GrandT = _("grand")
        global GrandmotherT
        GrandmotherT = _("grandmother")
        global GrandmothersT
        GrandmothersT = _("grandmothers")
        global GrandmaT
        GrandmaT = _("grandma")
        global GrandmasT
        GrandmasT = _("grandmas")
        global GrannyT
        GrannyT = _("granny")
        global GranT
        GranT = _("gran")
        global NanaT
        NanaT = _("nana")
        global GransT
        GransT = _("grans")
        global GrandsonT
        GrandsonT = _("grandson")
        global GranddaughterT
        GranddaughterT = _("granddaughter")
        global GranddaughtersT
        GranddaughtersT = _("granddaughters")
        global GrandchildrenT
        GrandchildrenT = _("grandchildren")
        global GrandpaT
        GrandpaT = _("grandpa")
        global GrandadT
        GrandadT = _("grandad")
        global GranddadT
        GranddadT = _("granddad")
        global GrandfatherT
        GrandfatherT = _("grandfather")
        global InLawT
        InLawT = _(" (-in-law)")
    return
It will work in future versions too.
I attached a sample for the lazy ones...
The patch is from the dev, it's offical...

And, the dev's "official" My compressed versions already has it included.
 
Last edited:
3.70 star(s) 158 Votes