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/backyard.rpy", line 117, in script
$ mom.set_current_outfit(just_towel)
File "game/Locations/backyard.rpy", line 117, in <module>
$ mom.set_current_outfit(just_towel)
File "game/Classes/general_classes.rpy", line 513, in set_current_outfit
self.reset_outfit() #Make sure pants, shirts, etc. are all properly set when you swap into something new.
File "game/Classes/general_classes.rpy", line 509, in reset_outfit
self.outfit_manager.apply_outfit(self.current_outfit)
File "game/Classes/general_classes.rpy", line 230, in apply_outfit
if the_outfit.accessory_set_num is not None:
AttributeError: 'Outfit' object has no attribute 'accessory_set_num'
-- 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/backyard.rpy", line 117, in script
$ mom.set_current_outfit(just_towel)
File "C:\Users\Deniz\Desktop\5 kasim\12 kasim f95 male mc renpy 3dcg filters finds\AVeryFullHouse-0.4.1-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Deniz\Desktop\5 kasim\12 kasim f95 male mc renpy 3dcg filters finds\AVeryFullHouse-0.4.1-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Locations/backyard.rpy", line 117, in <module>
$ mom.set_current_outfit(just_towel)
File "game/Classes/general_classes.rpy", line 513, in set_current_outfit
self.reset_outfit() #Make sure pants, shirts, etc. are all properly set when you swap into something new.
File "game/Classes/general_classes.rpy", line 509, in reset_outfit
self.outfit_manager.apply_outfit(self.current_outfit)
File "game/Classes/general_classes.rpy", line 230, in apply_outfit
if the_outfit.accessory_set_num is not None:
AttributeError: 'Outfit' object has no attribute 'accessory_set_num'
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.1.22070801
A Very Full House 0.4.1
Wed Nov 16 14:11:29 2022
Just once, right now. I'm planning for each outfit to end up with 4 or so variants going from their default state to a completely cutdown, silly-small version. That's going to have to wait a while though; I have a lot of art to still draw!How many times can you 'cut' the school uniform? If you can a second time, how to unlock it?
Got to get past the bugs that keep killing the game when you alter clothes first, still getting the altered swimsuit bug.Just once, right now. I'm planning for each outfit to end up with 4 or so variants going from their default state to a completely cutdown, silly-small version. That's going to have to wait a while though; I have a lot of art to still draw!
Just Patreon right now - I'm trying to keep everything focused on one platform so I spend a minimum amount of time on administration stuff. I have my Patreon set up to charge on sign-up (and then once/month after that), so if you become a patron and then cancel immediately that money does go to me.MetaMira -Love it bud. Is there anything else we can do besides patreon? Do you except a paypal donation? I would gladly throw $20 towards you to help out.
1) Noted, might move her in a future update.MetaMira - A few things that I found:
1. When you call someone to do the dishes, the daughter stays there which ruins immersion, especially when the heroine removes her top
2. The daily chore to go to work is annoying , especially once you reach a point where you have quite a lot of money. How about her resigning her job after a while and getting it back when you need money? She could be on Welfare and getting $10 instead of $50. This will leave more time for home things and could trigger special events that only happen during those times.
3. What is the point of having a happy house? If the house is happy and you do all the chores...then what do you gain more?
4. Kinda dissapointed by the Nerd custom hand scene. The added extra hand looks weird when it should had been just a smaller penis (or longer). Their penises should be different imo.
5. Sleeping with clothes shouldn't trigger the penis dream and it could be used to avoid it. Gridding and having to constantly see it is annoying.
6. The Jock grind scene should be viewed not explained/dialoged
Very likely my fault! Can you send me the stack trace (ie. the error message you get) and let me know if you're playing a new game or using an old save?its my fault that i getting error when i want do yoga or costume swimsuit ? or its just bug
Very likely my fault! Can you send me the stack trace (ie. the error message you get) and let me know if you're playing a new game or using an old save?
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/mom_bedroom.rpy", line 500, in script
menu:
File "game/Locations/mom_bedroom.rpy", line 640, in <module>
"*Alter your onepiece*" (corruption_requirement = cutdown_onepiece.corruption_requirement, stress_requirement = 10, advance_time = True) if not cutdown_onepiece.unlocked and onepiece.unlocked:
AttributeError: 'bool' object has no attribute 'corruption_requirement'
-- 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/mom_bedroom.rpy", line 500, in script
menu:
File "C:\Users\42072\Desktop\AVeryFullHouse-0.4.0-pc\renpy\ast.py", line 1894, in execute
item_arguments.append(self.item_arguments[i].evaluate())
File "C:\Users\42072\Desktop\AVeryFullHouse-0.4.0-pc\renpy\ast.py", line 342, in evaluate
value = renpy.python.py_eval(v, locals=scope)
File "C:\Users\42072\Desktop\AVeryFullHouse-0.4.0-pc\renpy\python.py", line 1080, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\42072\Desktop\AVeryFullHouse-0.4.0-pc\renpy\python.py", line 1073, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Locations/mom_bedroom.rpy", line 640, in <module>
"*Alter your onepiece*" (corruption_requirement = cutdown_onepiece.corruption_requirement, stress_requirement = 10, advance_time = True) if not cutdown_onepiece.unlocked and onepiece.unlocked:
AttributeError: 'bool' object has no attribute 'corruption_requirement'
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.1.22070801
A Very Full House 0.4.0
Wed Nov 16 16:25:55 2022
Thank you for your respond, I would love to see what you will come up with. I would also love to see the students reactions with the new outfits you have planned.Just once, right now. I'm planning for each outfit to end up with 4 or so variants going from their default state to a completely cutdown, silly-small version. That's going to have to wait a while though; I have a lot of art to still draw!
Você reinstalou ele?Nem joguei e o jogo já começou com um erro. Alguém sabe como consertar? Obrigado
View attachment 2172760
There's an app on your phone with a patreon "P" for an icon. Open that up and you should be prompted for the password. Also, thanks for your support, it means the world to me (and on a more practical level: it means I have more time to draw MILF titties)Apologies for a dumb question. I just became a Patron and can't figure out where to input the password.
That scene is just a placeholder to introduce the clothing modification system. In the future Cheer will come to you on a semi-regular basis needing repairs to her clothing, letting you shrink it down each time.Started a new game and near immediately cheer asked me to mend her shirt - I didn't have enough corruption to make the shirt smaller so I just mended it normally.
That event has not come back around and I'm fairly positive i've seen everything else. Is there a way to see that scene or is it not implemented yet?
Hmm, let's see if I can estimate this.Game is great, any estimate for when there will be ports being inserted into the main slot or the back slot, hell even the top slot?