wirox

Member
Sep 18, 2017
102
300
Sasha Grey - the events don't seem to triggering for me, any hints?
1. Open Settings Menu - Modify Events

144.png 145.png

1.A. Scroll down till you see 'Sasha Grey' section: You can change percent chance to 100.
1.B. Participant cooldown: How often Events can trigger with the same person. Lower it to 1 or 0.

146.png

2. Open events/Petplay/event_config (notepad++ text editor) and you can safely change trigger hours to 12:
(before this Backup old file with 16 hours somewhere not inside this game)
And NOT recommended to touch anything else.

147.png

3. There are different trigger points:
Home_visit = when you enter house and see Menu
Home_visit_early = two clicks after you see "This park is even more beautiful"
If there is welcome dialogue: before/after it

4. Try to trigger Geisha Kyd events. If they work - Sasha Grey's must work. They use the same pattern.
 
Last edited:
Mar 22, 2020
323
162
1. Open Settings Menu - Modify Events

View attachment 4508602 View attachment 4508604

1.A. Scroll down till you see 'Sasha Grey' section: You can change percent chance to 100.
1.B. Participant cooldown: How often Events can trigger with the same person. Lower it to 1 or 0.

View attachment 4508612

2. Open events/Petplay/event_config (notepad++ text editor) and you can safely change trigger hours to 12:
(before this Backup old file with 16 hours somewhere not inside this game)
And NOT recommended to touch anything else.

View attachment 4508672

3. There are different trigger points:
Home_visit = when you enter house and see Menu
Home_visit_early = two clicks after you see "This park is even more beautiful"
If there is welcome dialogue: before/after it

4. Try to trigger Geisha Kyd events. If they work - Sasha Grey's must work. They use the same pattern.
Thanks for the detailed reply, I'll have a look and see how it goes.

Geisha Kyd - I've had 2 events play for her (both twice and no more). The dream sequence with the slave and the one with the Ferrari? No others have occurred.

Thinking about it, I haven't had any home visit events except the standard "stress relief" and mother/daughter early admission.
 
Last edited:
Mar 22, 2020
323
162
Even after setting the event to 100% to happen it still doesn't trigger.
I think it's a problem with all events for me, i didn't realize there were so many, and none of the girls day events are triggering for me.
 

ChubberLang

Member
Oct 1, 2017
124
265
Home visit means visiting her at her home. She doesn't come to your place except for the standard reandom bj event.

Even after setting the event to 100% to happen it still doesn't trigger.
I think it's a problem with all events for me, i didn't realize there were so many, and none of the girls day events are triggering for me.
 
  • Like
Reactions: qwertyuiop990!

Stew

New Member
Jun 7, 2017
4
2
How do i fix this error?


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

While running game code:
  File "game/_mods/davemanster_mods/davemanster_clothing/davemanster_popup.rpy", line 20, in script
    init -3 python:
  File "game/_mods/davemanster_mods/davemanster_clothing/davemanster_popup.rpy", line 21, in <module>
    database_pop_ups.append(("davemanster_shown_generic_video_pop_up", "show_davemanster_generic_video_pop_up"))
NameError: name 'database_pop_ups' is not defined

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

Full traceback:
  File "game/_mods/davemanster_mods/davemanster_clothing/davemanster_popup.rpy", line 20, in script
    init -3 python:
  File "D:\CorruptedAcademy-0.307-pc\CorruptedAcademy-0.307-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\CorruptedAcademy-0.307-pc\CorruptedAcademy-0.307-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/_mods/davemanster_mods/davemanster_clothing/davemanster_popup.rpy", line 21, in <module>
    database_pop_ups.append(("davemanster_shown_generic_video_pop_up", "show_davemanster_generic_video_pop_up"))
NameError: name 'database_pop_ups' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Corrupted Academy 0.311
Sun Feb  2 16:22:11 2025
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,181
1,303
How do i fix this error?


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

While running game code:
  File "game/_mods/davemanster_mods/davemanster_clothing/davemanster_popup.rpy", line 20, in script
    init -3 python:
  File "game/_mods/davemanster_mods/davemanster_clothing/davemanster_popup.rpy", line 21, in <module>
    database_pop_ups.append(("davemanster_shown_generic_video_pop_up", "show_davemanster_generic_video_pop_up"))
NameError: name 'database_pop_ups' is not defined

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

Full traceback:
  File "game/_mods/davemanster_mods/davemanster_clothing/davemanster_popup.rpy", line 20, in script
    init -3 python:
  File "D:\CorruptedAcademy-0.307-pc\CorruptedAcademy-0.307-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\CorruptedAcademy-0.307-pc\CorruptedAcademy-0.307-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/_mods/davemanster_mods/davemanster_clothing/davemanster_popup.rpy", line 21, in <module>
    database_pop_ups.append(("davemanster_shown_generic_video_pop_up", "show_davemanster_generic_video_pop_up"))
NameError: name 'database_pop_ups' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Corrupted Academy 0.311
Sun Feb  2 16:22:11 2025
first make sure you have the current version of the game aswell as the updated version of the mod (you must delete the old mod before installing the new one)
 
  • Like
Reactions: BolHeX

Stew

New Member
Jun 7, 2017
4
2
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 193, in script
    python:
  File "renpy/common/00start.rpy", line 194, in <module>
    renpy.execute_default_statement(True)
  File "game/scripts/locations/computer/upgrade_screen/screen_academy_upgrades.rpy", line 6, in execute_default
    default available_upgrades = []
Exception: store.available_upgrades is being given a default a second time.

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

Full traceback:
  File "renpy/common/00start.rpy", line 193, in script
    python:
  File "D:\CorruptedAcademy-0.307-pc\CorruptedAcademy-0.307-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\CorruptedAcademy-0.307-pc\CorruptedAcademy-0.307-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00start.rpy", line 194, in <module>
    renpy.execute_default_statement(True)
  File "D:\CorruptedAcademy-0.307-pc\CorruptedAcademy-0.307-pc\renpy\exports.py", line 4090, in execute_default_statement
    i.execute_default(start)
  File "game/scripts/locations/computer/upgrade_screen/screen_academy_upgrades.rpy", line 6, in execute_default
    default available_upgrades = []
Exception: store.available_upgrades is being given a default a second time.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Corrupted Academy 0.353a
Sun Feb  2 16:35:06 2025
The error seems to have changed
 

Stew

New Member
Jun 7, 2017
4
2
first make sure you have the current version of the game aswell as the updated version of the mod (you must delete the old mod before installing the new one)
I ended up just redownloading the base game, applying the hotfix then coping all the girls//mothers and mods over. So far so good.
 
  • Like
Reactions: BolHeX
Apr 14, 2018
76
48
1. Open Settings Menu - Modify Events

View attachment 4508602 View attachment 4508604

1.A. Scroll down till you see 'Sasha Grey' section: You can change percent chance to 100.
1.B. Participant cooldown: How often Events can trigger with the same person. Lower it to 1 or 0.
How feasible would it be to extend the Settings Menu to have different Event probabilities

- for the first time an event triggers (100%)

and

- repeat events after cooldown? (~30%)

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

GodraFan

Newbie
Jun 16, 2024
76
17
how long can you keep a student? like ungraduated.
is there a certain time limit in which you have to graduate? or you can keep them forever as you meet the grade target?
 

wirox

Member
Sep 18, 2017
102
300
how long can you keep a student? like ungraduated.
The schoolgirl is trapped in your possession and it's up to you to decide when to let her go.
I had a girl 'on hold' for over 150 days because I liked her so much. :giggle:
 

GodraFan

Newbie
Jun 16, 2024
76
17
The schoolgirl is trapped in your possession and it's up to you to decide when to let her go.
I had a girl 'on hold' for over 150 days because I liked her so much. :giggle:
does ng+ refresh the list of girls, cause all my fav stars all graduated by the time it took me to the last acts, lol
and also does it reset the laws?
 

BolHeX

Member
Nov 30, 2019
485
785
How feasible would it be to extend the Settings Menu to have different Event probabilities

- for the first time an event triggers (100%)

and

- repeat events after cooldown? (~30%)

You don't have permission to view the spoiler content. Log in or register now.
I could add it on my side, shouldn't be too hard.

does ng+ refresh the list of girls, cause all my fav stars all graduated by the time it took me to the last acts, lol
and also does it reset the laws?
It does refresh the girls yes unless you have some of them as faculty and choose to maintain that. It reset most rules and upgrades but there are a few that can be brought forward.
 

GodraFan

Newbie
Jun 16, 2024
76
17
I could add it on my side, shouldn't be too hard.
On that note, in debug settings, you can set chance for clothing to various percentages
I set buttplug to 100 on fully corrupted and 50 on uncorrupted.
Yet they don't wear them during the exams at all, the real odds uncorrupted is like 2/9 or something. When it was set to 50.

Also does this settings make them buy buttplugs? Or is it just when gift them?
If so, then that might be why they don't seem to wear the vib buttplugs that I'm gifting to them.

If that's the case, can you add additional option to prefer the vib buttplugs?
 

BolHeX

Member
Nov 30, 2019
485
785
On that note, in debug settings, you can set chance for clothing to various percentages
I set buttplug to 100 on fully corrupted and 50 on uncorrupted.
Yet they don't wear them during the exams at all, the real odds uncorrupted is like 2/9 or something. When it was set to 50.

Also does this settings make them buy buttplugs? Or is it just when gift them?
If so, then that might be why they don't seem to wear the vib buttplugs that I'm gifting to them.

If that's the case, can you add additional option to prefer the vib buttplugs?
I don't think it increases their chance to purchase them those sliders are a bit confusing since the girls still need to meet a threshold before they are really used. i.e A girl needs a certain naturism and corruption before she even considers not wearing a top.

ok got a new traceback can anyone take a look
Did you trying updating from 0.311? If so 0.351 needs a clean install, you can copy over your mods for the most part though. Only a couple broke in 0.351 and they have fixed links at the top of the mod sheet.
 

GodraFan

Newbie
Jun 16, 2024
76
17
I don't think it increases their chance to purchase them those sliders are a bit confusing since the girls still need to meet a threshold before they are really used. i.e A girl needs a certain naturism and corruption before she even considers not wearing a top.
not purchase, i meant if i increase those sliders, will they wear the vib buttplugs that i gifted them?
but yeah, they are worded rather confusingly, like what is uncorrupted and fully corrupted for each of those sliders.
 

GngamStyle

Newbie
Jan 22, 2017
64
60
Game freezes after trying to tear (damage) clothes. No CPU or GPU usage, just freezing while icon of damaged cloth shown. No errors, no crushing. Just freeze.

-------
solved
problem was davemanster clothing mod
fixed by andyrose patch in Mod Spreadsheet

-----

problem not solved yet
 
Last edited:
  • Like
Reactions: BolHeX

GamerDaddy

Engaged Member
Feb 6, 2023
2,181
1,303
Game freezes after trying to tear (damage) clothes. No CPU or GPU usage, just freezing while icon of damaged cloth shown. No errors, no crushing. Just freeze.
has to be something with your install i just played for 2hrs no probs at all (and i run a heavily modded game)
 
4.40 star(s) 30 Votes