Monki0

Member
Nov 6, 2023
313
456
If I may be so bold, I must shout ~Au Contraire, mon ami!~

Many greatly learn'ed fellows concur that the complexity is part of the fun!
Agreed. If you get everything at once it isn't fun. It doesn't feel natural or earned. If that's your goal you could watch a video ist.

Good games are the corruption games where the tention builds gradually over time. It is addictive trying to reach yet another event, then you continue because you want to see the next.
 

SoulsSurvivor

Member
Oct 27, 2018
232
752
Agreed. If you get everything at once it isn't fun. It doesn't feel natural or earned. If that's your goal you could watch a video ist.

Good games are the corruption games where the tention builds gradually over time. It is addictive trying to reach yet another event, then you continue because you want to see the next.
There's complexity and then there's "Can't view a scene despite meeting all criteria because you missed step 37 of this 400 step process." You like that? Fine, just don't try to act smugly superior because I think there's too many steps to view some god damn penetrative fucking.
 

TheMasterPope

Newbie
Apr 4, 2019
19
72
There's complexity and then there's "Can't view a scene despite meeting all criteria because you missed step 37 of this 400 step process." You like that? Fine, just don't try to act smugly superior because I think there's too many steps to view some god damn penetrative fucking.
Love the game but I must somewhat agree, there are way too many steps and requirements to some of the scenes, it can be quite annoying to have to redo an entire week, just because one of your stats doesn't meet the requierment, but also, if it gets too bothersome you can also use the Universa Ren'Py Mod, allows you to easily change values or even skip requirement checks for some of the more bothersome scenes. Just use it responsibly, if you skip too much of the game, why would you even keep playing the game?
 
  • Like
Reactions: Bestigger

Monki0

Member
Nov 6, 2023
313
456
There's complexity and then there's "Can't view a scene despite meeting all criteria because you missed step 37 of this 400 step process." You like that? Fine, just don't try to act smugly superior because I think there's too many steps to view some god damn penetrative fucking.
Its been discussed before. I suggested to loosen up the requirements or trigger timed events twice a week. Others made suitable suggestions as well.

I am pretty sure Osanaiko did pass the feedback to the Dev already.
 
  • Like
Reactions: plumbis65

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,152
6,058
Its been discussed before. I suggested to loosen up the requirements or trigger timed events twice a week. Others made suitable suggestions as well.

I am pretty sure Osanaiko did pass the feedback to the Dev already.
I'm actually not connected to the Dev or this game project in any way, I just do this answering questions stuff in the thread for fun.

Mira is making the game to the beat of their own drum.

From my point of view Mira has chosen a very complex game design - a genuine sandbox. The way it's coded internally is quite skilled and avoids too many direct inter-dependencies, which is the only way that (so far!) major bugs have been avoided. Keeping the preconditions and triggers and statuses all straight cannot be easy. But it would not be the same game if it was a much more linear / simple style - as long as Mira can keep it going then I'm all for it.

I'm not sure I understand the complaints about some scenes being to hard to find - most of the preconditions are just going to come up naturally as part of progressing through the content and exploring to the end of the available behavior options. Already at least 90% of the content just falls into your lap as you go through. I do agree somewhat that having specific "day of week" gates or triggers is a bit annoying (although "weekend vs weekday" distinction does make sense), but there are only a small few items that are like that.

The one suggestion I might make is to review the details of the corruption point hints - some are pretty clear on what to do (i.e. for the Jock "Saw Sis's Tits", the hint is "Find a way to have Brandon get a good, long look at one of his sister's tits. Having him help Madison exercise might be an opportunity.") but there are others with no clear info on what should be done. And the example that the other poster above complained about - how to get the penetration scenes - there's no achievement for "First intercourse" or similar with any of the boys, so there are no useful hints at all!
 
Last edited:

Prophet360

Member
Jun 18, 2024
122
124
I'm actually not connected to the Dev or this game project in any way, I just do this answering questions stuff in the thread for fun.

Mira is making the game to the beat of their own drum.

... [words]
So basicly what you are saying is that you are mira's right hand. And we should ask you for what we want and leave mira alone.
 
  • Haha
Reactions: Frog8

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,152
6,058
So basicly what you are saying is that you are mira's right hand. And we should ask you for what we want and leave mira alone.
If you have suggestions about or want changes to the game then there's nothing I can do for that. Become a supporter and jump into the discord would be the way to pass messages that might get noticed.

I've never communicated with MetaMira beyond reporting bugs or typos. I did get a thank you once :love:

I'm not answering gameplay questions here because I have any connection to Mira, I'm doing it because I enjoy being helpful (sometimes) and I already have the knowledge to quickly find and explain as needed due to my own research into the implementation of the game.
 

Prophet360

Member
Jun 18, 2024
122
124
HEAR YE, HEAR YE. TO ALL, FORWARD ALL QUESTIONS HERE!

i will go first, how do i win?

(PS - please i hope everyone understands that this is a joke. )

PPS - WOOF
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,152
6,058
The "get ready for bed" option isn't available before the part the three sons come down the stairs.
What version are you running? v0.35.4? It was potentially broken in v.34.x

If you are on v0.35.4, maybe you have your expectation of the conditions backwards... Unfortunately it's not obvious from the code flow so I am kinda guessing here, and can't be assed manually testing it.

I *think* the way it is supposed to work is:
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Warwolf27

Dumpster_Roo

New Member
Nov 9, 2019
2
0
Hello. I ran into an error while trying to load my save file. Is there any way to recover? I don't want to have to replay all I've done so far. Any help is appreciated!

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
RuntimeError: A JSONDB can only be modified when config.developer is True.

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\python.py", line 1178, 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 "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.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 "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\loadsave.py", line 837, in load
roots, log = loads(log_data)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\compat\pickle.py", line 104, in loads
return load(io.BytesIO(s))
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\compat\pickle.py", line 101, in load
return up.load()
File "renpy/common/00db_ren.py", line 57, in __setitem__
self.check(value)
File "renpy/common/00db_ren.py", line 47, in check
raise RuntimeError("A JSONDB can only be modified when config.developer is True.")
RuntimeError: A JSONDB can only be modified when config.developer is True.

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Wed Jul 23 21:36:34 2025
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
3,152
6,058
Hello. I ran into an error while trying to load my save file. Is there any way to recover? I don't want to have to replay all I've done so far. Any help is appreciated!

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
RuntimeError: A JSONDB can only be modified when config.developer is True.

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\python.py", line 1178, 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 "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.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 "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\screen.py", line 791, in event
rv = self.child.event(ev, x, y, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\loadsave.py", line 837, in load
roots, log = loads(log_data)
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\compat\pickle.py", line 104, in loads
return load(io.BytesIO(s))
File "E:\System\Games\Tales\AVeryFullHouse-0.35.4-pc\renpy\compat\pickle.py", line 101, in load
return up.load()
File "renpy/common/00db_ren.py", line 57, in __setitem__
self.check(value)
File "renpy/common/00db_ren.py", line 47, in check
raise RuntimeError("A JSONDB can only be modified when config.developer is True.")
RuntimeError: A JSONDB can only be modified when config.developer is True.

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Wed Jul 23 21:36:34 2025
Wut? that is a seriously weird error.

More info please.

What version? Is this a new game install? On PC? Update of a previous install?
 

Dumpster_Roo

New Member
Nov 9, 2019
2
0
Wut? that is a seriously weird error.

More info please.

What version? Is this a new game install? On PC? Update of a previous install?
Yeah I just tried booting it up and has me restart the game after trying to ignore or clicking rollback.
Version .35.4 on PC and it was a new install.
 
May 8, 2025
19
10
are there any sex scenes yet?
also any gallery mod & walkthrough mod of do this on this daty,time?
game maybe fun,but ultimately blue balling,
if there's day counts,possibly ran many days & would need a seriouys walkthrough,
means no more a game,
got to have a job to follow the procedures,
peace :)
01:17/8pi27jul25
 

Akrono$

Newbie
May 2, 2017
39
32
What is hell is that? How to fix that?
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.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 543, 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 a_very_full_guide_screen is not known.


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

Full traceback:
  File "game/script.rpy", line 543, in script
    call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\ast.py", line 1980, in execute
    self.call("execute")
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\ast.py", line 1959, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.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 "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.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 "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\core.py", line 3286, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\screen.py", line 791, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\behavior.py", line 394, in run
    new_rv = run(i, *args, **kwargs)
  File "E:\DOWNLOADS\AVeryFullHouse-0.35.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 "E:\DOWNLOADS\AVeryFullHouse-0.35.4-pc\renpy\display\screen.py", line 1325, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen a_very_full_guide_screen is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
A Very Full House 0.35.4
Sun Jul 27 10:57:31 2025
 
4.10 star(s) 64 Votes