- Nov 11, 2022
- 3,047
- 9,787
Edit: Never mind, I figured it out.
Last edited:
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?