BolHeX

Active Member
Nov 30, 2019
515
831
Does anyone know what this event is?
You don't have permission to view the spoiler content. Log in or register now.
In my mind it's an event that takes place in school after 16.00 when all the others have left school.
But despite having the setting to 100% nothing happens. I just get the message that my secretary already has left school.

Edit: BolHeX Can you help out with this?
I did see this post yersterday, I am not sure why it stopped working but since you only have around an hour from 4-5PM to trigger it I guess that is why.

It would trigger from you just waiting in the office between those times.
 
  • Like
Reactions: GamerDaddy

GamerDaddy

Engaged Member
Feb 6, 2023
2,219
1,327
I did see this post yersterday, I am not sure why it stopped working but since you only have around an hour from 4-5PM to trigger it I guess that is why.

It would trigger from you just waiting in the office between those times.
i tried with a girl and then a mom (a week each and couldn't get it to pop and i even tried skipping class)
 

klassekrigarn

Newbie
Jul 26, 2017
61
135
I did see this post yersterday, I am not sure why it stopped working but since you only have around an hour from 4-5PM to trigger it I guess that is why.

It would trigger from you just waiting in the office between those times.
What is the name of the event file for this happening?
 

BolHeX

Active Member
Nov 30, 2019
515
831
What is the name of the event file for this happening?
game/scripts/databases/events_database_ren.py
The "office_event_secretary_work_late" entry, you can try changing the requirements:
requirements="time_manager.is_weekday() and not time_manager.is_school_hours()",
->
requirements="time_manager.is_weekday() and not time_manager.hour > 14",
 

TFurguson69

Well-Known Member
Sep 9, 2019
1,061
1,319
Can someone make a mod to trigger specific events or randomly trigger events, since the events settings do not 100% work right.
Does anyone know how to make the fit and fast mod work?
 

WarblGarbl

Member
Oct 10, 2017
369
360
Can someone make a mod to trigger specific events or randomly trigger events, since the events settings do not 100% work right.
Does anyone know how to make the fit and fast mod work?
I think you need the sponsor experience level over a certain amount (maybe level 3?) and Fit and Fast needs to have good rep with you. They'll call you to start the events. Not sure if that triggers after a specific contact. Just keep farming their contracts and it'll eventually happen.
 
  • Like
Reactions: GamerDaddy

wirox

Member
Sep 18, 2017
118
369
I am not sure why it stopped working but since you only have around an hour from 4-5PM to trigger it I guess that is why.
I guess the problem is not only the short time period, but also the fact that other events happen much more frequently

"Low on cash", "Stressed" are also in office - They're happen everytime and just blocking the rarer secretary event.
 

BolHeX

Active Member
Nov 30, 2019
515
831
I guess the problem is not only the short time period, but also the fact that other events happen much more frequently

"Low on cash", "Stressed" are also in office - They're happen everytime and just blocking the rarer secretary event.
Maybe, I might set the frequency cooldown to 0 and just let the events themselves have a cooldown. So multiple events of the same type could happen a day but the same event can't happen multiple times within it's own cooldown window i.e 2 days.
 

TFurguson69

Well-Known Member
Sep 9, 2019
1,061
1,319
I'm sorry, but an uncaught exception occurred.

Does anyone have a fix for this?

While running game code:
File "game/scripts/locations/academy/classroom/screen_exam_actions_menu.rpy", line 85, in script
$ renpy.call_screen("exam_actions_menu", _layer="master")
File "game/scripts/locations/academy/classroom/screen_exam_actions_menu.rpy", line 85, in <module>
$ renpy.call_screen("exam_actions_menu", _layer="master")
File "renpy/common/00action_other.rpy", line 582, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/locations/academy/classroom/screen_exam_menu.rpy", line 59, in set_exam_action_stat_changes
pressure_amount += girl._exam_round_pressure_change()
TypeError: can't multiply sequence by non-int of type 'float'

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

Full traceback:
File "game/scripts/locations/academy/classroom/screen_exam_actions_menu.rpy", line 85, in script
$ renpy.call_screen("exam_actions_menu", _layer="master")
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/academy/classroom/screen_exam_actions_menu.rpy", line 85, in <module>
$ renpy.call_screen("exam_actions_menu", _layer="master")
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\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 "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\display\core.py", line 3281, in interact_core
rv = renpy.display.focus.mouse_handler(ev, x, y)
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\display\focus.py", line 638, in mouse_handler
return change_focus(new_focus, default=default)
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\display\focus.py", line 571, in change_focus
rv = widget.focus(default=default)
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\display\behavior.py", line 1021, in focus
rv = run(self.hovered)
File "U:\Games\Real_P\Corrupted Academy Main\CorruptedAcademy-0.351-win\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 582, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/locations/academy/classroom/screen_exam_menu.rpy", line 59, in set_exam_action_stat_changes
pressure_amount += girl._exam_round_pressure_change()
File "game/scripts/main_classes/girl/class_girl_ren.py", line 3119, in _exam_round_pressure_change
pressure_amount += (0.5 * time_cost) * self.buttplug_vibrator_level
TypeError: can't multiply sequence by non-int of type 'float'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.351
Sat Feb 22 08:17:56 2025
 

BolHeX

Active Member
Nov 30, 2019
515
831
I'm sorry, but an uncaught exception occurred.

Does anyone have a fix for this?
Firstly make sure you update your game with the latest hotfix, but I believe I have addressed you on the Discord server.

Jade Kimiko Video Shoot "Daughter Swappers" Error:

You don't have permission to view the spoiler content. Log in or register now.
I like the author know, it seems that shoot is using a photoshoot config rather than a videoshoot one.

Some more teasers:

1740244838688.png
Obviously placeholder art but body images now support buttplugs or being covered in cum(or both).

1740245626331.png
Clothing now tracks cum more more indepth. It tracks the player as well as any other girl who has cum in them and how much.

1740245680004.png
Traits and other stuff can now also change that amount.
 

Valanathar

Newbie
Aug 4, 2022
41
26
First of all... Kudos to BolHeX for this incredible work, and Kudos for the modders too...
I enjoy a lot this game, and all the open options, to do the game even better.

One of the things I've noticed is the lack of mothers in the game. I know we have them thanks to modders and the game's creator, but currently there are about 80 girls (more or less) and just over 30 mothers, which makes it a bit unbalanced.
Here is a small list of mothers that could be feasible and ideal for the game.
You don't have permission to view the spoiler content. Log in or register now.

I think it would be fun to give a little background to the characters, such as personal problems, lack of relatives, etc... because who hasn't heard of that girl who was raised by her grandmother because her mother was in prison, or was a drug addict, or even an alcoholic and couldn't take care of her?
Or those who come from wealthy families, and the only one who looked after her and took care of her was her nanny?

Well... I have another little list, who allows to get in the game, another role, for actresses over 50 years old.
You don't have permission to view the spoiler content. Log in or register now.

And last but not least...
I think it would be a good idea to sort the spreadsheet by the date of the content, to keep us informed of the latest news, or if there is any update to the existing content.

P.S. I would love to be able to do modding for the game myself, but I can't, either due to lack of knowledge or lack of time, but I hope that if you liked the post, and current modders could take my suggestions for new mods, it would be an honor and a pleasure for me to have inspired them.
 

WarblGarbl

Member
Oct 10, 2017
369
360
Jade Kimiko Video Shoot "Daughter Swappers" Error:

You don't have permission to view the spoiler content. Log in or register now.
I believe this has been fixed when I updated my older packs around a week ago. Do you happen to recall when you downloaded the pack? If you downloaded it before Feb 16th, then you should download the updated version. Sorry for that error!
I think it would be a good idea to sort the spreadsheet by the date of the content, to keep us informed of the latest news, or if there is any update to the existing content.
Whenever I look for an updated mod, I make a copy of the spreadsheet and sort by date with that one. It works, as long as modders update the dates.
 
  • Like
Reactions: Valanathar

DragonFire

Active Member
Jul 30, 2017
724
630
I believe this has been fixed when I updated my older packs around a week ago. Do you happen to recall when you downloaded the pack? If you downloaded it before Feb 16th, then you should download the updated version. Sorry for that error!


Whenever I look for an updated mod, I make a copy of the spreadsheet and sort by date with that one. It works, as long as modders update the dates.
Thanks for your fast answer :)
Have downloaded so many mods, but kept the unzipped files in a seperate folder just in case. Looks like she is part of a combined girls folder for all your girls and that is dated January 18 in my folder, so guess I'll have to download that again, install and see if it fixes it?
Any new vids/shoots etc in your fix by any chance? :D
 

WarblGarbl

Member
Oct 10, 2017
369
360
Thanks for your fast answer :)
Have downloaded so many mods, but kept the unzipped files in a seperate folder just in case. Looks like she is part of a combined girls folder for all your girls and that is dated January 18 in my folder, so guess I'll have to download that again, install and see if it fixes it?
Any new vids/shoots etc in your fix by any chance? :D
I think just Alexia has a new shoot. Fixing Jade's shoot does kind of count as a new shoot. Mostly fixed bad images / configs.
 

megaera

Member
Nov 12, 2016
457
494
First of all... Kudos to BolHeX for this incredible work, and Kudos for the modders too...
I enjoy a lot this game, and all the open options, to do the game even better.

One of the things I've noticed is the lack of mothers in the game. I know we have them thanks to modders and the game's creator, but currently there are about 80 girls (more or less) and just over 30 mothers, which makes it a bit unbalanced.
Here is a small list of mothers that could be feasible and ideal for the game.
You don't have permission to view the spoiler content. Log in or register now.

I think it would be fun to give a little background to the characters, such as personal problems, lack of relatives, etc... because who hasn't heard of that girl who was raised by her grandmother because her mother was in prison, or was a drug addict, or even an alcoholic and couldn't take care of her?
Or those who come from wealthy families, and the only one who looked after her and took care of her was her nanny?

Well... I have another little list, who allows to get in the game, another role, for actresses over 50 years old.
You don't have permission to view the spoiler content. Log in or register now.

And last but not least...
I think it would be a good idea to sort the spreadsheet by the date of the content, to keep us informed of the latest news, or if there is any update to the existing content.

P.S. I would love to be able to do modding for the game myself, but I can't, either due to lack of knowledge or lack of time, but I hope that if you liked the post, and current modders could take my suggestions for new mods, it would be an honor and a pleasure for me to have inspired them.
Cory Chase, Phoenix Mary is in the game, also I'm working on Shawna Lenne, but no eta. Currently I'm aiming for "girl" with "mother" conversion addition. Having issue with quality of vids (low res)
 
  • Like
Reactions: zerg1234

kpvsc29983

Newbie
May 11, 2019
23
31
I'm not sure if they're related, but after updating to 353d I get a divide by zero error on startup, and suddenly all the sponsors ask only for two photos/videos:
1740317831919.png
1740317878589.png
 

DragonFire

Active Member
Jul 30, 2017
724
630
I think just Alexia has a new shoot. Fixing Jade's shoot does kind of count as a new shoot. Mostly fixed bad images / configs.
redownloaded the combined pack, installed it and Jade Kimiko's video is still bugged, it has two parts apparently, with same name, I did the one that worked prior to updating/replacing the combined mod, not sure if that's an issue.. anyhow just wanted to let ya know ;)
 
4.40 star(s) 31 Votes