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
4.50 star(s) 2 reviews
Is every girl in this 18+?
yes.

iirc, even the youngest looking (who all of the sudden looks 5yrs older and got her braces off) is 19

I am hoping for a threesome with her and her 70+ yrd old grandman Ophelia, who is the oldest broad in Tommy's harem. Throw the cunty mom in there too. Should be a good time.

Anyway, MB is not trying to hide young girls with *wink wink* type stuff.

Edit: oh yea, forgot those twins... They definately act like children and fit the bill. Mah bad.
 
Is anyone else getting this error?
Python:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 479, in __call__
    :doc: file_action
AttributeError: 'absolute' object has no attribute '__dict__'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/behavior.py", line 1075, in handle_click
    rv = run(action)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/display/behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    :doc: file_action
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/loadsave.py", line 815, in load
    roots, log = loads(log_data)
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/compat/pickle.py", line 100, in loads
    return load(io.BytesIO(s))
  File "/Users/jscolli2/Documents/RenPy/Utilities/renpy-8.1.0-sdk/renpy/compat/pickle.py", line 97, in load
    return up.load()
AttributeError: 'absolute' object has no attribute '__dict__'

macOS-14.0-arm64-arm-64bit arm64
Ren'Py 8.1.3.23091805
Grandma's House 0.41
Wed Oct 25 11:37:54 2023

Thanks in advance for any help you can throw my way!
 
1699943207622.png
She has such a nice butt though! :(
1699943331464.png
Should be "-your weapon of ass destruction"
 
Thread owner
OP as well as the WT mod links updated to latest.
 
Do i dwl all 3 parts, or just last one?
 
Do i dwl all 3 parts, or just last one?
All three. The game just gets split into a new part when the size gets to 5 gb (for android size and Mega limit reasons, I assume).
 
so the taboo patch dont work for newest update or am i just installing it wrong?
 
Thread owner
so the taboo patch dont work for newest update or am i just installing it wrong?
The OP has been updated to the latest version. Use Koga3s walkthrough mod with i patch that has also been updated.
 
One of the best harem games available to play. The whole dick worship religion skit was hilarious.
 
If you got it from here, Itch or Subscribestar, it's prepatched.
If you got it from patreon, you'll have to redownload it from somewhere else.
I was playing through past updates (somewhere in Part 2, I believe) because I lost my saves and came across this. Shouldn't it say "You don't fucking talk to your wife like that" or "You don't get to talk to your wife like that" instead?

1705264599007.png
 
It's because she's your wife now (though not literally/legally/on paper, obviously). You took her from him.
 
It's because she's your wife now (though not literally/legally/on paper, obviously). You took her from him.
That doesn't make any sense to me. She's more MC's girlfriend imo
 
That doesn't make any sense to me. She's more MC's girlfriend imo
It's not about using specific ultra-accurate labels. She's a wife. She's not Larry's anymore, she's now the MC's. So she's the MC's "wife". He does that kind of thing with other girls, too. For example, Veena also considers herself the MC's wife, since her cuck husband isn't allowed to ever touch her.

Hell, my girl and I aren't legally married, but we've both been calling her my "wife" for 20+ years. Mostly because we feel that the government doesn't get to tell us what we consider our relationship to be, and we don't give a shit about whatever labels get placed on us. We live in a country/region with domestic partnership laws, so she gets the benefits of being a wife regardless, so marriage would be a formality at best onto a relationship we've already long-since defined.
 
Thread owner
OP updated and the koga mod also updated.
 
so are the download links for part 1 working for anyone else?
 
so are the download links for part 1 working for anyone else?

The first link I open (Pixeldrain) works fine.
Now I downloaded 5gb of Data, just to confirm my statement. Was not interested in the game. But now I try it.

Edit: Not my cup of tea...
 
Last edited by a moderator:
The first link I open (Pixeldrain) works fine.
Now I downloaded 5gb of Data, just to confirm my statement. Was not interested in the game. But now I try
yeah thats the only one working for me too just wondering if the others were working or not
 
Thread owner
OP updated and the koga mod also updated.
 
Am I the only one who is not waiting to bang Nana? Is it really a big draw - no kink shaming just kinda curious as I like the VN fine without Nana.
 
Back
Top Bottom