mr.coomer

Newbie
Jul 5, 2018
34
76
45
sorry for offtop, can anyone help me find a game, the was another 2d sandbox game with Milf MC, three of them in fact, and where you could play their sons as MC well, trying to set up lewd moments.
 

sikicix

Newbie
Aug 23, 2023
44
37
127
sorry for offtop, can anyone help me find a game, the was another 2d sandbox game with Milf MC, three of them in fact, and where you could play their sons as MC well, trying to set up lewd moments.
five of a kind , after the fire
 

Jessie

Member
Apr 26, 2017
109
166
222
if this game used less Vram I could play it, it was good until windows 11 now i have less than a gig to use
 

vilkiiing

New Member
Jul 20, 2020
7
1
122
Да, это скриншот от сегодняшнего дня, в этом обновлении больше ошибок, чем в предыдущих обновлениях, но не волнуйтесь, Мира обычно сама публикует здесь новые полностью протестированные обновления.
View attachment 5126083
[/ЦИТИРОВАТЬ]
Это где ? Where is it?
 

Reshcena5

Newbie
Sep 1, 2020
15
4
109
This corruption point is called "allowed_rules_exception" in the code.
The hint text is "Show up late for work and spend some Control to get yourself out of trouble."

But as far as I can understand from the code this hint is wrong (MetaMira possible bug! I suspect the "allowed_rules_exception" corruption point code is actually supposed to be located on the "principal_late_interrogation" label instead.).

It looks like the corruption point is earned on one of the conversation paths on the "principal_revealing_outfit_interrogation" event label.
This event is triggered by teaching at least 4 classes wearing a "revealing" school clothes outfit.
On the day of the event you must be wearing the "Cutdown school clothes" (aka the "revealing" outfit), not the "Minified School Clothes" (aka "very revealing").
When you are in the school hallway the principal will call you into his office.
One of the conversation options will be "*Ask for an exception*", this will award the point.
Could I get more help on this?
 

MetaMira

Active Member
Game Developer
Sep 14, 2021
604
1,654
234
v0.36 Release! Time to Give Your Wrist a Workout!

Already jacked for the new content? Go get started!

A Very Full House v0.36.6




You can also always find the most up-to-date over on !

If you're a supporter and want the password for v0.36, you can find it ! If you aren't a supporter... (Warning: Shameless plug!) Now is a great time to consider it! You'll get access to a bunch of extra perks like a cheat menu, some alternate outfits, and a corruption point tracker to help you find every bit of content! A Very Full House is entirely fan funded; your support is what makes this whole project possible!

Major Update Features
  • The Jock's Nighttime Workout! - Pick up a new workout supplement for Brandon and be amazed at the amount of energy it's given him! So much energy, in fact, that he just can't get to sleep! Find him late at night in his room and help him work out all of that pent up power with a series of fun "exercises". I've also improved some of the art assets in Brandon's room, since you'll be there a little bit more.
  • Coloured Caves of Grothnar Art! - Exactly what it says on the tin: the Caves of Grothnar video game locations have been given a glow up with some coloured and shaded art!
  • Improved Menu Code! - AVFH's menu code has been updated to play nicely with Ren'py and remove the need to redraw the whole screen when hovering/unhovering. That means a much smoother experience when scrolling over a bunch of things on screen!
  • Refactored Button Requirement Code! - The code that handles button requirements has been completely refactored, transforming it into a highly extendable Class based system. It is now possible for mods to add their own button requirements, change how button text is displayed, and change existing requirements, all without overwriting the base files. That means multiple mods can all implement new button logic without causing conflicts!
  • Bug Fixes, Animation Improvements, And More! -- There have been so, sooooo many little changes, tidying up little issues all throughout the game. Animations for condoms and climaxes have been changed so they are displayed on the male character model, tan effects are fixed in a variety of situations where they were broke before, outfits are properly applying their bra related boob-lifting effects when tried on, and a bunch of other stuff! If you're curious you can read through the huge changelog down below!

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

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

amvg

Newbie
Oct 31, 2017
56
13
224
Is there a "Very Revealing Underwear" available for Mira? I think I have all the available underwear for her, but none of it has that tag (which, from what I can tell from the code, is requirement to one of the ways to have sex with Jock during massage).

Couldn't find any relevant info either here or on Discord, so...thanks in advance.
 
  • Like
Reactions: Dr.Jan Itor

sadfuck

Member
Jan 22, 2021
135
619
217
Tried to open the game and got the below.
I'm on Mac.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Characters/Jock/jock.rpy", line 2, in script
image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
File "game/Characters/Jock/jock.rpy", line 2, in <module>
image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/Classes/Display_Classes/MiraLive2D.rpy", line 9, in __init__
Live2D.__init__(self, filename, *args, update_function = update_function, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception: Could not load Live2D.
b'/Users//Downloads/AVeryFullHouse.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.

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

Traceback (most recent call last):
File "game/Characters/Jock/jock.rpy", line 2, in script
image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
File "renpy/ast.py", line 1273, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1285, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/Characters/Jock/jock.rpy", line 2, in <module>
image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/Classes/Display_Classes/MiraLive2D.rpy", line 9, in __init__
Live2D.__init__(self, filename, *args, update_function = update_function, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 643, in __init__
common = self.common
^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 595, in common
return self.create_common()
~~~~~~~~~~~~~~~~~~^^
File "renpy/gl2/live2d.py", line 583, in create_common
rv = Live2DCommon(self.filename, self.default_fade)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 209, in __init__
init()
~~~~^^
File "renpy/gl2/live2d.py", line 93, in init
onetime_init()
~~~~~~~~~~~~^^
File "renpy/gl2/live2d.py", line 69, in onetime_init
raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D.
b'/Users//Downloads/AVeryFullHouse.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.

macOS-10.11.6-x86_64-i386-64bit x86_64
Ren'Py 8.4.1.25072401
A Very Full House 0.36.6
Sun Aug 10 11:12:07 2025
```
 
Jan 7, 2022
493
624
217
I'm waiting for school content. can anyone tell me whether giving blowjobs/sex is possible at school? like with principal or students in bathroom.
 

CockBallLover369

New Member
Jan 28, 2024
1
2
13
you know what? i fuck with it. its a nice twist on the stuck in house with hot mom, bratty older sister and young chaotic sister trope you see EVERYWHERE. I wish the best for the Dev and hope they improve in their art as yeah, it is pretty fuckin bad right now.
 
4.10 star(s) 66 Votes