YYYgamesYYY

Newbie
Aug 26, 2020
76
230
105
I created an autocomplete button for sponsor requests, figured i'd share it in case anyone else hates selecting the thumbnails...
I don't know how to make things work as a _mod, but just replace the file here:
Code:
game\scripts\locations\computer\sponsor_overview\specific_sponsor\screen_specific_sponsor_overview_menu.rpy
It won't select photos/vids from more than one model, or wash panties, but it will autocomplete all the simple cases.

Anyone is more than welcome to improve upon this, create it as a real mod, etc.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,761
1,697
296
I made the Rae Black mod as an updated version of Rae Lil Black (name change because I thought the lil part made her name sound dumb every time I read it). If you want you can take the vids in Lil Black into Rae Black and try to add them. I don't think there is anything in the old Lil version that the Rae Black version doesn't have, I scrubbed her entire catalogue of content.

As for adding the event stuff to the other Rae I don't think it'd be easy, you'd need to rename the event files for rae_lil_black instead of rae_black. I suggest just removing the old Rae. Glad to hear you enjoy the event.
what are the odds of getting a rory knox considering that ryan keely has a shared videoshoot with her?
 

Thylacine

New Member
Nov 14, 2018
6
4
191
I have found an issue whenever I am at the coffee shop and it comes up the mall is closing, it causes the game to lock up. I have attached a screenshot. the only thing I can do is force close the game. I am playing the latest version 453c
I had this happen once as well. I believe the issue may be triggered when you are specifically interacting with the barista at closing time and does not cause a problem if you are interacting with a customer at closing time.
 

Col1mac

Newbie
Jul 19, 2023
37
13
94
I had this happen once as well. I believe the issue may be triggered when you are specifically interacting with the barista at closing time and does not cause a problem if you are interacting with a customer at closing time.
I think you may be right as I had it happen with the barista
 

BolHeX

Active Member
Nov 30, 2019
682
1,371
328
Been busy the last few days.

I just updated the original post with links for a new Android build. I also updated the "hotfixes" link since it was pointing to an out of date one. I will go through the posts here for issues to fix but quite a few seem to be caused simply because users were not using the latest hotfix.
 

raventai

Newbie
Jan 15, 2018
22
35
156
HI, I suppose this one is for Bolhex... (or any expert modder).
I have written several "premod" (-ie unreleased) events and actions that used to work in 353 but are broken in 453 (not sure it is the hotfix problem here). I have problems with the databases for home visits and discussions (to interfere from my mods). My opinion is that the main cause is the control of actions already done, possibly confirmed by the venda hypnotize mod need to delete the "$ actions_already_done.append("daughter_hypnotize_action")", renpy weeps (revertible dict object has no attribute "append") but I need to limit the number of uses (for my own lovecraftian sorcery mod). So what is the good way to use (or replace) actions_already_done, maybe there was a major change in the database_home_visit_mother_discussion_options ?
Also, where can one find the "small talk "code (in the new location system, I have found all the actions except this one) , I would need to edit its consequences...
Thanks for your patience and sorry with this flow of crazy technobabble.
 

vonbek

Newbie
Apr 23, 2020
62
22
27
I made the Rae Black mod as an updated version of Rae Lil Black (name change because I thought the lil part made her name sound dumb every time I read it). If you want you can take the vids in Lil Black into Rae Black and try to add them. I don't think there is anything in the old Lil version that the Rae Black version doesn't have, I scrubbed her entire catalogue of content.

As for adding the event stuff to the other Rae I don't think it'd be easy, you'd need to rename the event files for rae_lil_black instead of rae_black. I suggest just removing the old Rae. Glad to hear you enjoy the event.
cheers, I'll do that then. RLB is the old mod and RB is the new one?

and yeah, thought I'd bricked it as the Enlightened Events don't show early but it's a nice little event line with some interesting mechanics in it. the "presents" are quite nice too as random bonuses, add another level to play as it's "I could use this but when do I get next one, but if I hold on too long I'll miss out because I'll get a new one"
 

WarblGarbl

Active Member
Oct 10, 2017
537
639
258
cheers, I'll do that then. RLB is the old mod and RB is the new one?

and yeah, thought I'd bricked it as the Enlightened Events don't show early but it's a nice little event line with some interesting mechanics in it. the "presents" are quite nice too as random bonuses, add another level to play as it's "I could use this but when do I get next one, but if I hold on too long I'll miss out because I'll get a new one"
RLB is old, RB is new, yea.
I think the presents should stack once you get them at the end of the chain, if you don't want to use them too early. The final event at the pier might be annoying as you need her to be at the pier, but I think there's a preference for girls to visit locations that they have an event at so that's helpful.
 
  • Like
Reactions: vonbek

BobXr

New Member
Jul 6, 2017
1
0
35
Has anyone else ran into this error after adding a second classroom, either Art or Music?
Is there a fix?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
UnboundLocalError: local variable 'random_girl' referenced before assignment

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

Full traceback:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "C:\Users\a_kar\Documents\My Games\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:\Users\a_kar\Documents\My Games\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 267, in generate_exam_classes
    self.generate_girls_in_class()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 413, in generate_girls_in_class
    if random_girl:
UnboundLocalError: local variable 'random_girl' referenced before assignment
 

phlore101

Member
Jun 28, 2017
388
180
275
Has anyone else ran into this error after adding a second classroom, either Art or Music?
Is there a fix?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
UnboundLocalError: local variable 'random_girl' referenced before assignment

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

Full traceback:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "C:\Users\a_kar\Documents\My Games\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:\Users\a_kar\Documents\My Games\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 267, in generate_exam_classes
    self.generate_girls_in_class()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 413, in generate_girls_in_class
    if random_girl:
UnboundLocalError: local variable 'random_girl' referenced before assignment
Did you happen to get a new girl to join you after they visited you with their mum? I think I got a similar error but I wasn't sure what caused it. I was using an older version at the time and actually had lots of small errors so I ended up just restarting a new game after getting the latest bugfix.
 

Axterx

Member
Jun 19, 2020
124
62
172
Potential bug:
If you assign an alumni homework, their mother cannot be assigned homework as well.
 

acestar12

New Member
Mar 30, 2019
5
6
70
so get this now added all the folders of girls using the new modsheet

I'm sorry, but an uncaught exception occurred.

While running game code:
NameError: name 'passively_unlock_shoots_daily_update' is not defined

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

Full traceback:
File "game/scripts/databases/update_functions_database_ren.py", line 13, in script
init -4 python:
File "C:\Users\chris\Videos\Game\CorruptedAcademy-0.453-pc\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:\Users\chris\Videos\Game\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/databases/update_functions_database_ren.py", line 18, in <module>
"passively_unlock_shoots": passively_unlock_shoots_daily_update,
NameError: name 'passively_unlock_shoots_daily_update' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.428e
Sun Jun 29 08:33:34 2025
 

BolHeX

Active Member
Nov 30, 2019
682
1,371
328
HI, I suppose this one is for Bolhex... (or any expert modder).
I have written several "premod" (-ie unreleased) events and actions that used to work in 353 but are broken in 453 (not sure it is the hotfix problem here). I have problems with the databases for home visits and discussions (to interfere from my mods). My opinion is that the main cause is the control of actions already done, possibly confirmed by the venda hypnotize mod need to delete the "$ actions_already_done.append("daughter_hypnotize_action")", renpy weeps (revertible dict object has no attribute "append") but I need to limit the number of uses (for my own lovecraftian sorcery mod). So what is the good way to use (or replace) actions_already_done, maybe there was a major change in the database_home_visit_mother_discussion_options ?
Also, where can one find the "small talk "code (in the new location system, I have found all the actions except this one) , I would need to edit its consequences...
Thanks for your patience and sorry with this flow of crazy technobabble.
"actions_already_done" was renamed to "actions_already_done_home_visit" because the former is now used for other locations.

Has anyone else ran into this error after adding a second classroom, either Art or Music?
Is there a fix?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
UnboundLocalError: local variable 'random_girl' referenced before assignment

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

Full traceback:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "C:\Users\a_kar\Documents\My Games\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:\Users\a_kar\Documents\My Games\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 267, in generate_exam_classes
    self.generate_girls_in_class()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 413, in generate_girls_in_class
    if random_girl:
UnboundLocalError: local variable 'random_girl' referenced before assignment
Are you on the latest hotfix?

Potential bug:
If you assign an alumni homework, their mother cannot be assigned homework as well.
Currently you can only assign "homework" aka training to faculty not all alumni.

so get this now added all the folders of girls using the new modsheet

I'm sorry, but an uncaught exception occurred.

While running game code:
NameError: name 'passively_unlock_shoots_daily_update' is not defined

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

Full traceback:
File "game/scripts/databases/update_functions_database_ren.py", line 13, in script
init -4 python:
File "C:\Users\chris\Videos\Game\CorruptedAcademy-0.453-pc\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:\Users\chris\Videos\Game\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/databases/update_functions_database_ren.py", line 18, in <module>
"passively_unlock_shoots": passively_unlock_shoots_daily_update,
NameError: name 'passively_unlock_shoots_daily_update' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.428e
Sun Jun 29 08:33:34 2025
You seem to be using an old version of the game, you will need to download 0.45 from the main post and its hotfixes. You can copy over your mods just be sure to NOT copy over the "_mods/example_mods" folder.
 
  • Like
Reactions: raventai

themagiman

Well-Known Member
Mar 3, 2018
1,900
613
273
BolHeX for my mod I want to have the following things happen in order

a random girl selected at the start of the game
she appears before and after school every day until I set a variable
the location is set as "School therapist"
you can examine the area she is at after school where it just has a default text for now and you can't access her
over time I add attributes to her profile like nudist
after a while she starts showing up to classes with face cumshot

how do I do the first 4? The last one might be tricky depending on how that's coded.
BolHeX just bumping my questions
 

BolHeX

Active Member
Nov 30, 2019
682
1,371
328
Is there a way to increase the number of applications you get every Monday ?
Not without editing game files.

BolHeX just bumping my questions
Its a bit hard to explain all that. But basically you would need to create a new school location, I suggest looking at one of the base game ones like the cafeteria since its the most simple. The majority of the databases used to add a new location are in "game\scripts\databases\locations" but you will also need to see "game\scripts\locations\academy\cafeteria" for the labels and screens.

Once you have that the rest is relatively easy but you would need some renpy/python knowledge.

You are much better off asking me on Discord since I am much more active there.
 

themagiman

Well-Known Member
Mar 3, 2018
1,900
613
273
Not without editing game files.


Its a bit hard to explain all that. But basically you would need to create a new school location, I suggest looking at one of the base game ones like the cafeteria since its the most simple. The majority of the databases used to add a new location are in "game\scripts\databases\locations" but you will also need to see "game\scripts\locations\academy\cafeteria" for the labels and screens.

Once you have that the rest is relatively easy but you would need some renpy/python knowledge.

You are much better off asking me on Discord since I am much more active there.
Can I put all that in a mod file or do I need to edit your code in your files?

If you're not doing anything with the clinic can I put my NPC in there?
 
Last edited:
4.30 star(s) 51 Votes