GamerDaddy
Engaged Member
- Feb 6, 2023
- 2,470
- 1,490
they work fine on my endAffection gains seem to not be working on the target during classes since the update. Is this is happening for anyone else?
they work fine on my endAffection gains seem to not be working on the target during classes since the update. Is this is happening for anyone else?
Yes, I did notice this on my end as well. The numbers don't change during class however the gains are recorded and added correctly at the end of class (I think).Affection gains seem to not be working on the target during classes since the update. Is this is happening for anyone else?
This?I seemed to have lost the trait - oral_fixation. Does anyone have a copy of the trait file or was it removed from the databse?
(used in Rebecca Volpetti, Tiger Lilly, and Eliza Ibarra mod)
Thank you. Yeah, that is the one. Turns out I was looking in the wrong spot.This?
I cheated some clothes and some panties dont even came close to fulfill it, peekaboo panties are 0 percent and a g string is only 42 percent. Its the bridal sponsor.Probably mentioned before but I couldn't find a post. Where are these panties?
View attachment 4970721
The game only does a full refresh of girls when loading saves from the main menu to avoid overly long loads when reloading a save. So if you are loading a save which may need to be updated/made compatible for the latest version its best to reload from the main menu.Paisley Page by Lizzard. The photoshoot is the first Web one.
Re-loading the game and my save seems to work but with some interesting caveats:
The final point is what caused my confusion - I think I loaded a save made before taking the shoot, saw that it was correct, tried to skip to the one made after and saw it was broken.
- Starting the game and then loading a save made before I did the photoshoot allows me to do the shoot with the correct photos, lewdness ratings, and file names.
- Starting the game and then loading a save made after I did the photoshoot also has all the images appear correctly wioth the right ratings.
- Starting the game, loading a save made before, and then a save made after breaks the photoshoot, with it trying to use the orignal file names and therefore not finding the edited ones.
- Starting the game, loading a save made after, and then a save made before also breaks the shoot in the same way.
Crotchless panties are 40 lewdness or if you can get girls to cum in their panties before stealing them it raises their lewdness.Probably mentioned before but I couldn't find a post. Where are these panties?
View attachment 4970721
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/shoot_studio/screen_shoot_studio.rpy", line 43, in script
$ renpy.call_screen("shoot_studio", _layer="master")
File "game/scripts/locations/shoot_studio/screen_shoot_studio.rpy", line 43, in <module>
$ renpy.call_screen("shoot_studio", _layer="master")
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 109, in execute
screen upgrades_side_menu(click_closes_to_location=False):
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 109, in execute
screen upgrades_side_menu(click_closes_to_location=False):
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 124, in execute
frame:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 130, in execute
vbox:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 136, in execute
if selected_upgrade_section:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 190, in execute
if selected_upgrade:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 191, in execute
vbox:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 196, in execute
vbox:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 219, in execute
$ weekly_cost_string = color_text(selected_upgrade.weekly_cost, value_range=weekly_cost_range, text=f"${real_weekly_cost}", inverted=True)
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 219, in <module>
$ weekly_cost_string = color_text(selected_upgrade.weekly_cost, value_range=weekly_cost_range, text=f"${real_weekly_cost}", inverted=True)
ZeroDivisionError: float division by zero
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/shoot_studio/screen_shoot_studio.rpy", line 43, in script
$ renpy.call_screen("shoot_studio", _layer="master")
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/shoot_studio/screen_shoot_studio.rpy", line 43, in <module>
$ renpy.call_screen("shoot_studio", _layer="master")
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\CamStuff\CA\CorruptedAcademy-0.453-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 "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 109, in execute
screen upgrades_side_menu(click_closes_to_location=False):
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 109, in execute
screen upgrades_side_menu(click_closes_to_location=False):
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 124, in execute
frame:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 130, in execute
vbox:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 136, in execute
if selected_upgrade_section:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 190, in execute
if selected_upgrade:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 191, in execute
vbox:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 196, in execute
vbox:
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 219, in execute
$ weekly_cost_string = color_text(selected_upgrade.weekly_cost, value_range=weekly_cost_range, text=f"${real_weekly_cost}", inverted=True)
File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 219, in <module>
$ weekly_cost_string = color_text(selected_upgrade.weekly_cost, value_range=weekly_cost_range, text=f"${real_weekly_cost}", inverted=True)
File "game/scripts/utils/utils_ren.py", line 594, in color_text
index = min(int((scaled_value - value_range[0]) / step), len(color_palette) - 1)
ZeroDivisionError: float division by zero
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.453c
Sun Jun 22 22:43:13 2025
The Dev have said it, others have said it: The new game version have an overhaul of certain game aspects, like Clothing Rules.I'm currently getting a Tut mod error when launching, starting with rules (Force.boots error) being snagged then while culling potential culprits, its just the entire mod pack (eventually exam actions then special lessons all the way down). Any potential solutions? The game runs fine after removing Tut.
I will look into it and hotfix when I can.I'm getting an error when trying to upgrade my academy:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/shoot_studio/screen_shoot_studio.rpy", line 43, in script $ renpy.call_screen("shoot_studio", _layer="master") File "game/scripts/locations/shoot_studio/screen_shoot_studio.rpy", line 43, in <module> $ renpy.call_screen("shoot_studio", _layer="master") File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 109, in execute screen upgrades_side_menu(click_closes_to_location=False): File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 109, in execute screen upgrades_side_menu(click_closes_to_location=False): File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 124, in execute frame: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 130, in execute vbox: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 136, in execute if selected_upgrade_section: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 190, in execute if selected_upgrade: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 191, in execute vbox: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 196, in execute vbox: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 219, in execute $ weekly_cost_string = color_text(selected_upgrade.weekly_cost, value_range=weekly_cost_range, text=f"${real_weekly_cost}", inverted=True) File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 219, in <module> $ weekly_cost_string = color_text(selected_upgrade.weekly_cost, value_range=weekly_cost_range, text=f"${real_weekly_cost}", inverted=True) ZeroDivisionError: float division by zero -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/locations/shoot_studio/screen_shoot_studio.rpy", line 43, in script $ renpy.call_screen("shoot_studio", _layer="master") File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/locations/shoot_studio/screen_shoot_studio.rpy", line 43, in <module> $ renpy.call_screen("shoot_studio", _layer="master") File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\exports\statementexports.py", line 345, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\CamStuff\CA\CorruptedAcademy-0.453-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 "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\core.py", line 2745, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 480, in visit_all callback(self) File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\core.py", line 2745, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 491, in per_interact self.update() File "C:\CamStuff\CA\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 697, in update self.screen.function(**self.scope) File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 109, in execute screen upgrades_side_menu(click_closes_to_location=False): File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 109, in execute screen upgrades_side_menu(click_closes_to_location=False): File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 124, in execute frame: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 130, in execute vbox: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 136, in execute if selected_upgrade_section: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 190, in execute if selected_upgrade: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 191, in execute vbox: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 196, in execute vbox: File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 219, in execute $ weekly_cost_string = color_text(selected_upgrade.weekly_cost, value_range=weekly_cost_range, text=f"${real_weekly_cost}", inverted=True) File "game/scripts/locations/computer/academy_management/screen_upgrade_management.rpy", line 219, in <module> $ weekly_cost_string = color_text(selected_upgrade.weekly_cost, value_range=weekly_cost_range, text=f"${real_weekly_cost}", inverted=True) File "game/scripts/utils/utils_ren.py", line 594, in color_text index = min(int((scaled_value - value_range[0]) / step), len(color_palette) - 1) ZeroDivisionError: float division by zero Windows-10-10.0.26100 AMD64 Ren'Py 8.3.4.24120703 Corrupted Academy 0.453c Sun Jun 22 22:43:13 2025
It used to be 2 its changes to 1, I think I changed all dialogue to reflect this.Bug:
To upgrade your facility (add new classrooms, add teaching asssistant, etc.) says it requires "Faculty to be unlocked (requires more than 2 available alumni)." Two issues with this:
1) If I recall correctly, the director initially says you need two, which is not more than two.
2) I passed a single student, giving me one single alumni, and this unlocked access to upgrades.
Non-functional how? The game now expects all girl mods to be in "_mods/girls" and all mothers to be in "_mods/mothers". The example girls should still load because I added an exception for them.
Unfortunately not at the moment(that I know of).Is there a way to add mods like girls and mothers to the android app ?
In that case, the screen where we select the upgrades that require staffing unlocked slipped past. That's where that 2+ bit I quoted comes from.It used to be 2 its changes to 1, I think I changed all dialogue to reflect this.