4.10 star(s) 42 Votes

kasztan

Member
May 6, 2018
123
165
You can even reach level 8 by collecting all the events, but most of the content at the moment is related to the level below 6. So don't expect much from Mira's level. Just go through all the available events.

By the way. How to trigger jock_control_makeout event?
View attachment 2552962
Jock has to have corruption level 5, so you can't get it without cheating right now.
 
  • Like
Reactions: Sandro99

The_Rascal

Newbie
Jun 25, 2017
64
74
After continual freezing issues, I decided to start a new game. The freezing issue went away...but now it is back. The only thing I can report that might be a cause is, I used the online save editor to add a few condoms to Mira's inventory. After that I used the edited save and the freezing started up again, and it is worse than ever.
 

Dasuni

New Member
Mar 18, 2019
7
2
I've just released v0.12.3 which should (hopefully) resolve the issue. Here are .

If anyone else has been having performance problems give the new version a try and let me know if it's resolved things!
it works, thx!
 
  • Yay, new update!
Reactions: MetaMira

The_Rascal

Newbie
Jun 25, 2017
64
74
With the new version I now get this on an attempt to load a save:
(Edit for context -> The save file works normally with 12.2)
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'slide_function' on <renpy.python.StoreModule object at 0x0000000003fb8880>

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\core.py", line 3377, 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:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\behavior.py", line 1073, in event
return handle_click(self.clicked)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\behavior.py", line 1008, in handle_click
rv = run(action)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\compat\pickle.py", line 93, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'slide_function' on <renpy.python.StoreModule object at 0x0000000003fb8880>

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
A Very Full House 0.12.3
Mon Apr 17 14:30:06 2023
 

kasztan

Member
May 6, 2018
123
165
With the new version I now get this on an attempt to load a save:
(Edit for context -> The save file works normally with 12.2)
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
AttributeError: Can't get attribute 'slide_function' on <renpy.python.StoreModule object at 0x0000000003fb8880>

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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\core.py", line 3377, 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:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\behavior.py", line 1073, in event
return handle_click(self.clicked)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\behavior.py", line 1008, in handle_click
rv = run(action)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\compat\pickle.py", line 100, in loads
return load(io.BytesIO(s))
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\compat\pickle.py", line 97, in load
return up.load()
File "D:\EXP\AVeryFullHouse-0.12.3-pc\renpy\compat\pickle.py", line 93, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'slide_function' on <renpy.python.StoreModule object at 0x0000000003fb8880>

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
A Very Full House 0.12.3
Mon Apr 17 14:30:06 2023
I had the same problem and got fix from discord. Try putting this file into game/Classes/Misc_Functionality
 

CarinaCox

Member
Sep 7, 2021
102
236
Can we get this mod linked to on the OP plz? Also can/how do you unlock the microskirt and see-through shirt shown?
After having sewn your work outfit, unlocking the cutdown teacher outfit, you can sew the skirt at the sewing machine again. Requires CL 4. After having done that, the sheer blouse unlocks in the store.
 
  • Like
Reactions: thenonemans

Klauw1988

Member
Aug 23, 2020
173
218
After having sewn your work outfit, unlocking the cutdown teacher outfit, you can sew the skirt at the sewing machine again. Requires CL 4. After having done that, the sheer blouse unlocks in the store.
But you can't wear it to school yet, right?
 

Treino

New Member
Jun 23, 2018
11
7
Alguém poderia ajudar com esse erro?

Estou usando o joiPlay para rodar e isso acontece apenas com este jogo:(

[código]
Desculpe, mas foram detectados erros em seu script. Por favor, corrija o
erros listados abaixo e tente novamente.


Arquivo "game/Classes/Display_Classes/ClickableBase.rpy", linha 4: sintaxe inválida
def __init__(self, name, screen_position, location, target_label = Nenhum,sensitive_requirement = Nenhum, visible_requirement = Nenhum, extra_args = Nenhum, *args, unique_tag = "", lighting_effects = Nenhum, before_clickable = Nenhum, after_clickable = Nenhum, **kwargs ):
^


Arquivo "game/script.rpy", linha 417: esperado 'nome' não encontrado.
mostre a expressão de tela new_location.screen_name com Fade(0.2, 0.1, 0.2)
^

Arquivo "game/script.rpy", linha 419: esperado 'nome' não encontrado.
mostre a expressão de tela new_location.screen_name com Dissolve(0.1)
^

Versão Ren'Py: Ren'Py 7.4.8.1895
Sáb 15 de abril 19:27:24 2023
[/código]
[/CITAR]


Hey, someone please??!
 

Assas9696

New Member
Feb 7, 2023
5
2
What do you mean? Any of the clothes in my mod can be worn anywhere, as long as you meet the corruption requirements. To wear the skirt and blouse, you need CL 5.
Do the new clothes have new events related to them or not? Is it just visual content?
 
4.10 star(s) 42 Votes