4.10 star(s) 42 Votes
May 8, 2021
90
831
Good news, v0.4.1 is live! You can find the new download links !

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

Want to help out with development? I've just posted links on and ; lend me your updoots to help more people see (and hopefully support!) A Very Full House!
The Swimsuit still seems to be broken

Error when clicking sewing machine

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

When Trying on Swimsuit

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

When putting swimsuit away (which doesn't appear but text still thinks is swimsuit)

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

And after that the Swimsuit disappears like last time.


On a smaller side note, I noticed that for the school events one of the boys that speaks after modifying your outfit, the text says shows their title name. Not sure if that was intentional for a quick fix or not.
 
Last edited:

MetaMira

Active Member
Game Developer
Sep 14, 2021
567
1,371
The Swimsuit still seems to be broken
It looks like that's an after effect of v0.4.0 being broken (sorry!), so it should be fine for anyone starting a new game. I've attached an updated compatibility file that should fix the issue for anyone else. Unzip it into game/Classes, it should overwrite save_compatability.rpy and save_compatability.rpyc

(For anyone wondering: Yep, looks like I misspelt compatibility in my filename :p)
 

L7Bear

Active Member
May 29, 2017
890
1,496
notes:
  • swimsuit completely disappears from the game after alteration, and finding it again or altering it again doesn't bring it back.
    • replace $ cutdown_onepiece = True with $ cutdown_onepiece.unlocked = True in mom_bedroom.rpy
    • there's a lot more wrong with this, but the above is at least part of it.
  • troublemaker = student
  • replace i/ with /i in classroom.rpy
  • replace call frame_display("butt_frame") with call mc_frame_display("butt_frame")
 

mbomb30001

Newbie
Sep 9, 2020
34
26
Started a fresh new game. Heres some crashes i'm getting. After completing all clothes mod, when I click the the sewing machine again I get an exception, skips an hour, and prompts the customize options for the school outfit. Also the scene with jock with yoga. It gets about a few cript pages in and hits a game breaking exception. No ignore option just rollback.
 
  • Like
Reactions: gilgamesh9

PorkiDrifter

Member
Aug 20, 2021
419
316
A new Exception has occurred :)
The new workout outfit doesnt show up after i pick it from the closet :p
 
Last edited:

KaNoNxD

Newbie
Jun 5, 2018
19
8
hello i have an error


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 212, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 361, in script call
call expression interact_label pass (*args, **kwargs)
File "game/Locations/livingroom.rpy", line 226, in script call
call do_yoga()
File "game/Locations/livingroom.rpy", line 303, in script call
call do_intermediate_yoga()
File "game/Locations/livingroom.rpy", line 448, in script call
call frame_display("butt_frame")
File "game/script.rpy", line 212, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 361, in script call
call expression interact_label pass (*args, **kwargs)
File "game/Locations/livingroom.rpy", line 226, in script call
call do_yoga()
File "game/Locations/livingroom.rpy", line 303, in script call
call do_intermediate_yoga()
File "game/Locations/livingroom.rpy", line 448, in script call
call frame_display("butt_frame")
ScriptError: could not find label 'frame_display'.
 

DiegoSaintE

Member
Nov 20, 2017
415
301
Hi guys. First timer here. So should I grind the corruption several levels? But how? Playing night games with nerd or something like that?
 

requiemss

Newbie
Nov 15, 2017
34
24
The game keeps moving in a great direction and updates have a great cadency. I really like the idea of outfits becoming more revealing and everyone commenting/reacting to it, makes the game feel more alive.
There are some bugs that can be "ignored" to allow you to keep going, hopefully having done this wont break anything in future updates.

The only change I'd like to see would be that if certain stuff is locked behind certain events like "cleaning nerd room", you should be able to do it even if it's not in the chore list. Perhaps the "landlady" can even comment on how this is not needed and perhaps she's doing it for another reason:sneaky:? (for example I had to go through 4-5 days to get the clean the cheer room to get the new events)
 

TomUK

Engaged Member
Sep 28, 2021
2,598
1,856
Just tried the 'new' bug fix, still hasn't fixed the altering swimsuit issue. I alter the swimsuit and the picture changes to work outfit and the swimsuit disappears when you go for a swim and you have to look for the swimsuit again.
 
  • Like
Reactions: gilgamesh9

Calyps0

Well-Known Member
Mar 24, 2018
1,260
556
Found a bug when trying to do yoga with the new outfit -
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 212, in script call
    call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
  File "game/script.rpy", line 361, in script call
    call expression interact_label pass (*args, **kwargs)
  File "game/Locations/livingroom.rpy", line 287, in script call
    call do_yoga()
  File "game/Locations/livingroom.rpy", line 303, in script call
    call do_intermediate_yoga()
  File "game/Locations/livingroom.rpy", line 448, in script call
    call frame_display("butt_frame")
  File "game/script.rpy", line 212, in script call
    call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
  File "game/script.rpy", line 361, in script call
    call expression interact_label pass (*args, **kwargs)
  File "game/Locations/livingroom.rpy", line 287, in script call
    call do_yoga()
  File "game/Locations/livingroom.rpy", line 303, in script call
    call do_intermediate_yoga()
  File "game/Locations/livingroom.rpy", line 448, in script call
    call frame_display("butt_frame")
ScriptError: could not find label 'frame_display'.

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

Full traceback:
  File "game/script.rpy", line 212, in script call
    call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
  File "game/script.rpy", line 361, in script call
    call expression interact_label pass (*args, **kwargs)
  File "game/Locations/livingroom.rpy", line 287, in script call
    call do_yoga()
  File "game/Locations/livingroom.rpy", line 303, in script call
    call do_intermediate_yoga()
  File "game/Locations/livingroom.rpy", line 448, in script call
    call frame_display("butt_frame")
  File "D:\Downloads\AVeryFullHouse-0.4.0-pc\AVeryFullHouse-0.4.0-pc\renpy\ast.py", line 1705, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/script.rpy", line 212, in script call
    call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
  File "game/script.rpy", line 361, in script call
    call expression interact_label pass (*args, **kwargs)
  File "game/Locations/livingroom.rpy", line 287, in script call
    call do_yoga()
  File "game/Locations/livingroom.rpy", line 303, in script call
    call do_intermediate_yoga()
  File "game/Locations/livingroom.rpy", line 448, in script call
    call frame_display("butt_frame")
  File "D:\Downloads\AVeryFullHouse-0.4.0-pc\AVeryFullHouse-0.4.0-pc\renpy\script.py", line 927, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'frame_display'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.1.22070801
A Very Full House 0.4.0
Tue Nov 15 01:42:01 2022
Same bug
 

TomUK

Engaged Member
Sep 28, 2021
2,598
1,856
Ah so frustrating, now when you alter work outfit and go to school it's a game breaker, exceptions you can't ignore without another exception occurring and only option is to rollback but it still goes to an exception if you try to continue.
 

easyiplay

New Member
Apr 18, 2019
1
0
I managed to fix the classroom with the altered work outfit, it should work fine until it actually gets fixed. You can download the file and replace it in game --->Locations and it should replace your classroom.rpy file.
 

gilgamesh9

Well-Known Member
Sep 10, 2019
1,198
1,956
Well whatever you do, don't add the classroom bugfix with the clothes bugfix because it completely broke my game had to delete it and redownload the game. Btw are we still only at hand jobs? Didn't notice anything else.
 

TomUK

Engaged Member
Sep 28, 2021
2,598
1,856
Can you get to level 5 corruption yet, can only get to 4/5 on level4 by altering the work clothes, haven't gone to school in them yet because of the bug.
 
4.10 star(s) 42 Votes