- Oct 11, 2017
- 198
- 90
By any chance do you know how to do the brothers saw breast?How do you get the "office_boob_tease" corruption point with the principal?
Edit: Never mind, I figured it out.
By any chance do you know how to do the brothers saw breast?How do you get the "office_boob_tease" corruption point with the principal?
Edit: Never mind, I figured it out.
You have to have the brothers help the Cheerleader, like you can let the nerd help her with her homework. And if the CP are high enough, you can talk to them, while they doing it and that leads to new dialogue, I think.By any chance do you know how to do the brothers saw breast?
Most of the scenes are based on corruption points "CP" not arousal, might be whats blocking it.It doesn't work for me. The arousal is over 80 and no change.
Tech lives matter.v0.32.3 (test build) is available on discord.
I guess the stable version will be posted this week.
Tech update only btw
Stable version will be posted in a couple of hours - there were a few relatively minor bugs lurking in the pre-release build that I've just finished fixing up.v0.32.3 (test build) is available on discord.
I guess the stable version will be posted this week.
Tech update only btw
The problem is that there is probably a hidden combination like arousal lower than 55 for Jock and another for the cheerleader.Most of the scenes are based on corruption points "CP" not arousal, might be whats blocking it.
read few posts above loli have the feeling that the patch is mostly technical no ? Is there any new content ?
saw it , next time i will look upread few posts above lol
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 382, in script
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_control.rpy", line 131, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen corruption_point_guide is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 382, in script
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\ast.py", line 1980, in execute
self.call("execute")
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\ast.py", line 1959, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\core.py", line 2215, 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 "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\behavior.py", line 394, in run
new_rv = run(i, *args, **kwargs)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_control.rpy", line 131, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
File "D:\f5zonegames\AVeryFullHouse-0.32.4-pc\AVeryFullHouse-0.32.4-pc\renpy\display\screen.py", line 1325, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen corruption_point_guide is not known.
is this game eve playable anymore?
Love the game and art, but the lips for the old embarrassed expression ALWAYS bugged me lol. Glad that got updated, though I do like the old eyes better xDA Very Full House v0.32 Release!
Already got a new happy expression? Go grab the new build right now!
v0.32.4
PC
Mac
Android
If you're looking for the supporter code you can get itYou must be registered to see the links, and if there are any patches for v0.32 you'll be able to find the most up-to-date buildYou must be registered to see the links.
Major Update Features
- New MCILF Face Assets! - Our Main Character MILF has been given a whole new set of facial elements: new eye poses, new mouth poses , and a new nose. This makes her face - something you spend a lot of time looking at - significantly less derpy. If derpy was your kink, I'm sorry.
- Grabby Hands Art! - The MCILF's boob frame has been given three different sets of grabby, groping hands (The MCILF"s own, big hands, and small hands). This new art has been added to a few existing events, and will be used a lot more going forward!
- Performance Improvements! - Tweaks to how Live2D models are displayed has resulted in a ~20% reduction in video memory used by AVFH. This makes the game smoother on all platforms, but is particularly useful for Android.
- Animated Water Texture! - I've added an animated water texture for the MCILF, used when she's in the shower or the pool. In addition to making the water look better, it is also a proof of concept for more animated texture effects in the future.
- Better Corruption Tracking (Supporter Exclusive) - For my amazing supporters, the Corruption Tracker app - which keeps track of which Corruption Points you've collected and which ones you're missing - has been given an overhaul. It now provides a readable name and a short hint for every Corruption Point in the game, and has some flavour text for each Corruption Point that's been unlocked.
Screenshots
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
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.