<Code/>

Newbie
Feb 27, 2020
52
54
Okay, the fix worked perfectly, here it is:

And for the method I used, I converted the old patch into a json, and made a quick script that looped through all the translation files in tl/eng and then replaced the normal text with the patch text.

Can't upload the individual files since .py and .json files aren't allowed, so Ijust zipped them for the people who are interested.

You may need to unzip and decompile the game first. If you need to, here's a link to a tool that does so:
unrenpy-ultrahack

option 8 will do both for you, then just drag the tl folder into the game folder.

Just for clarification: patch_fixed.0.5b.zip is the file you want if you want to add the patch.
The other file has the code I used to fix it.
 

johnwoo

Newbie
Apr 13, 2017
76
74
Okay, the fix worked perfectly, here it is:

And for the method I used, I converted the old patch into a json, and made a quick script that looped through all the translation files in tl/eng and then replaced the normal text with the patch text.

Can't upload the individual files since .py and .json files aren't allowed, so Ijust zipped them for the people who are interested.

You may need to unzip and decompile the game first. If you need to, here's a link to a tool that does so:
unrenpy-ultrahack

option 8 will do both for you, then just drag the tl folder into the game folder.

Just for clarification: patch_fixed.0.5b.zip is the file you want if you want to add the patch.
The other file has the code I used to fix it.
so where do you actually put the .py and .json files after decompiling it?
 

Ir0n Ma1den

Well-Known Member
Jun 15, 2021
1,540
1,933
How to install the incest patch, I follow the instructions here and the game then gives me an error.
 

DMC

Member
May 17, 2017
176
279
hey guys, so i drop both saves, but still, only the last scene is unlocked. How i unlock the rest?Thx
 

DMC

Member
May 17, 2017
176
279
i have a problem with Mary in the shower
I'm sorry, but an uncaught exception occurred.

While processing text tag {/alpha} in u'{/alpha}Stroke your cock{/alpha}'.:
Exception: u'/alpha' closes a text tag that isn't open.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "events/ep1/ep1_3_mother.rpyc", line 114, in script call
File "core/buttons_labels.rpyc", line 724, in script call
File "core/buttons_labels.rpyc", line 385, in script call
File "core/buttons_labels.rpyc", line 454, in script call
File "core/buttons_labels.rpyc", line 385, in script call
File "core/buttons_labels.rpyc", line 454, in script call
File "core/buttons_labels.rpyc", line 412, in script call
File "core/buttons_labels.rpyc", line 385, in script call
File "core/talk_with/talk_with_milf.rpyc", line 69, in script
File "renpy/ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3906, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2605, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transition.py", line 378, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 704, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 1105, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/behavior.py", line 876, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1337, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/text/text.py", line 2099, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "renpy/text/text.py", line 617, in __init__
self.paragraphs = self.segment(text.tokens, style, renders, text)
File "renpy/text/text.py", line 1048, in segment
raise Exception("%r closes a text tag that isn't open." % text)
Exception: u'/alpha' closes a text tag that isn't open.
 
3.20 star(s) 59 Votes