Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
  • Access Transmission
    Members+, Games+, AI+, and Vault Update
    Games+ and AI+ restrictions have been removed. Members+ is no longer required to access those sections. Vault investing has also been disabled and removed from the shop. The gates are open. The Vault is closed.
    Read More
For some reason, clicking on that link sends me to 404 NOT FOUND. So I clicked in the link that directs me to the game patch and did as you suggested but again, none of that shows.
View attachment 38648
Put the name in the searchbar "Deadlocked in Time" ,than it works.
 
For some reason, clicking on that link sends me to 404 NOT FOUND. So I clicked in the link that directs me to the game patch and did as you suggested but again, none of that shows.
View attachment 38648
OK I did it before that I'm assuming they're updating it or something
 
DIT LewdPatch [Actual] Compressed (Tested)

Win (For Part 2 0.12)(3.1 GB/ 889 MB) : , (4.7K Images)
Win (For Part 1)(913 MB/ 224 MB) : ,(1.4K Images)
 
DIT LewdPatch [Actual] Compressed (Tested)

Win (For Part 2 0.12)(3.1 GB/ 889 MB) : , (4.7K Images)
Win (For Part 1)(913 MB/ 224 MB) : ,(1.4K Images)
So, these files only contain the game folder. I have to DL the whole game too? I thought, I could reduce DL-time...
 
OK, got it. Thanks.
BTW, you've named the ledwpatch for part1 the same as the compressed game you've uploaded a week ago....
It's named how folder patch after downloading
 
Still need the v12 relations patch (ipatch).
lewdpatcher shows:
Part 2 V0.11 Relationship PC
That needs updating to
Part 2 V0.12 Relationship PC
No idea who makes that patch though... the "flower" patch was updated already,
 
The Part2 V0.11 Relationship patch works fine. They only get updated if it's needed. There's usually new loli stuff in each version, so that typically matches the latest version number. Incest/relations patch is basically just a word replacer and doesn't need updates unless there's a new type of relative that wasn't already covered, or if there's a bug that needs fixing.
 
The Part2 V0.11 Relationship patch works fine. They only get updated if it's needed. There's usually new loli stuff in each version, so that typically matches the latest version number. Incest/relations patch is basically just a word replacer and doesn't need updates unless there's a new type of relative that wasn't already covered, or if there's a bug that needs fixing.

Yes, it "works fine" in that it doesn't cause any errors. But it is not updated for v12.

Install game v12 and the flower patch, then install the Relationship patch for v11, then play the latest part, PAST the end of v11 so you are actually in v12. (For me that was just one woman to choose at that waterfall.)

Every text string which should mention a relative (Mom, Son, Dad, etc) instead says things like "little roommate". That's an example only, but topics both here and on another site are saying the exact same thing, so I don't think I have a bad copy of anything at this point.

Decompile the v11 relationship rpa file, then examine the text replacements. They end at v11, but should have a number of entries for v12.
 
So I looked through the script files and the issue is not with the incest patch, it's an issue with the base files themselves (scr_ch7_angemari_event.rpy and scr_ch7_unkown_event.rpy). When I say the incest patch is a word replacer, I really mean just that. This is the entirety of the incest patch's rpy file:
Code:
init -1 python in version_:
    ic = "0.3"

init python:
    def incest(t, w=None):
        h = {}
        def t_rep(t):
            if t.group(0).startswith("landlady's friend's kid"): return "cousin"
            elif t.group(0).startswith("landlady's friend"): return "aunt"
            elif t.group(0).startswith("Landlady's friend"): return "Aunt"
            elif t.group(0).startswith("LANDLADY"): return "MOM"
            elif t.group(0).startswith("landlady"): return "mother"
            elif t.group(0).startswith("Landlady"): return "Mom"
            elif t.group(0).startswith("female roommate"): return "sister"
            elif t.group(0).startswith("Female roommate"): return "Sister"
            elif t.group(0).startswith("male roommate"): return "brother"
            elif t.group(0).startswith("Male roommate"): return "Brother"
            elif t.group(0).startswith("roommates"): return "siblings"
            elif t.group(0).startswith("Roommates"): return "Siblings"
            elif t.group(0).startswith("household"): return "family"
            elif t.group(0).startswith("Household"): return "Family"
            elif t.group(0).startswith("landlord"): return "dad"
            elif t.group(0).startswith("Landlord"): return "Dad"
            elif t.group(0).startswith("female tenant"): return "daughter"
            elif t.group(0).startswith("Female tenant"): return "Daughter"
            elif t.group(0).startswith("male tenant"): return "son"
            elif t.group(0).startswith("Male tenant"): return "Son"
        return h[t] if t in h else renpy.re.sub( r'(?:landlady\'s friend\'s kid|[lL]andlady\'s friend|LANDLADY|[lL]andlady|[fF]emale roommate|[mM]ale roommate|[rR]oommates|[hH]ousehold|[lL]andlord|[fF]emale tenant|[mM]ale tenant|)', t_rep, t)

    config.say_menu_text_filter = incest

init 1 python:
    Landlord = Character("Dad", color="FF4848", image="Landlord")

screen addon1():
    imagebutton focus_mask True idle "incest" action NullAction() tooltip "Incest Patch installed."
# Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc

The thing is that the wording in the base script needs to exact. So for example, this line "You are really old enough, follow your big roommate's example" needs to be "You are really old enough, follow your big female roommate's example" for it to be changed to "big sister".
 
Ok, that explains it. So this is something the dev would have to correct, then.

Or one of us, lol.
 
Bump for hope of a pre-patched android port of the last update, it's been a little while.
 
Why did the dev decide to change character models in part 2?
I thought I noticed some changes to the sister in part 1, but I told my self it could also be the lighting.
Then when I started part 2 the moms almost doubled in size. The sister also looks allot different. I got so frustrated and turned off I hade to rage quit. And also, the flat chested purpled hair beauty that hangs with the granny, is no longer flat chested.

If you are gonna keep swapping character models mid game. At least have a clear disclaimer about it. It can be quite a turn off.
 
The daughter becomes a mother, the mother becomes a grandmother, someone forgot that it's just a F..... game
 
Back
Top Bottom