nevyn

Newbie
Aug 9, 2017
68
28
199
Be sure to hotfix your game, the mod has an issue but the newer hotfixes "fix" it. There is an update button on the top right of the main menu if you have update checking enabled.

Tried again after lastest updates and hotfixes, still get the error at the end of the event
 

H-32

New Member
Jul 12, 2017
5
4
209
as shown in the mod spreadsheet in the OP, Hypnotise mod is outdated and probably won'tp even work for current version.
This is the “Vonda's Hypnotise” MOD that was previously distributed via spreadsheet
and still works with the current version.
Someone released a modified version of the original mod,
but I don't know the exact details of how it happened.
 

BolHeX

Active Member
Nov 30, 2019
682
1,369
328
Tried again after lastest updates and hotfixes, still get the error at the end of the event
The same error? Can you screenshot it? I did release a hotfix 0.502 which fixes an error when an event ends early so maybe its fixed with that patch.
 

someoldguy

Member
Aug 8, 2017
142
181
157
I would appreciate it if you were able to visit mothers and students without triggering their special scenes all the time. Particularly when you visit a mother that has no special scene and it triggers the daughter scene instead.

In my current run that applies to Kira/Misty Noir whose event seems to be active very often, and Little Caprice whose event overrides visiting her mother.
 
  • Like
Reactions: Seasideboy1234

nevyn

Newbie
Aug 9, 2017
68
28
199
The same error? Can you screenshot it? I did release a hotfix 0.502 which fixes an error when an event ends early so maybe its fixed with that patch.
Just updated to 502, loaded save before Miriama Kunkenlova event.

still bugged

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

While running game code:
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 54, in script
    $ current_event.apply_impacts()
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 54, in <module>
    $ current_event.apply_impacts()
ValueError: empty range for randrange() (3500, 2001, -1499)

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

Full traceback:
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 54, in script
    $ current_event.apply_impacts()
  File "C:\TempT\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\TempT\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 54, in <module>
    $ current_event.apply_impacts()
  File "game/scripts/main_classes/event/class_event_ren.py", line 535, in apply_impacts
    participant.apply_impacts(participant_impacts, self.target)
  File "game/scripts/main_classes/girl/class_girl_ren.py", line 2080, in apply_impacts
    impact_amount = get_random_amount_from_tuple(impact_amount)
  File "game/scripts/utils/utils_ren.py", line 1290, in get_random_amount_from_tuple
    amount = renrandom.randint(min_range, max_range)
  File "lib/python3.9/random.py", line 338, in randint
  File "lib/python3.9/random.py", line 316, in randrange
ValueError: empty range for randrange() (3500, 2001, -1499)

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.5402
Fri Oct 17 12:50:46 2025
 

vonbek

Newbie
Apr 23, 2020
57
21
27
This is the “Vonda's Hypnotise” MOD that was previously distributed via spreadsheet
and still works with the current version.
Someone released a modified version of the original mod,
but I don't know the exact details of how it happened.
I know one of the issues with the mod was supposedly being very overpowered, is it or just more "training with beast mode"?
 

duncan.aftw

New Member
Feb 11, 2024
13
10
13
WarblGarbl

Glad you enjoy it, if you're hunting for all the achievements let me know if there's any that aren't obtainable. I think all of them are possible but I might have overlooked something.
For the Church Mod add on:

The Sacred Secrets achievement isn't coded to ever trigger. The only occurrence of `first_confession` is in the `church_achievement_system.rpy` file.

Tinkering around, I added it in near the `$ church_unlock_achievement("church_confession")` lines in the `church_girl_talk.rpy` file, and shuffled the `church_confession` achievement to the end of the confessions. More specifically, I put it `church_confession` at the end of the "Actually help" option, since the image indicates that she's talking in his ear.

Edit: Sorry, My markdown on here is terrible.
 
Last edited:
  • Like
Reactions: WarblGarbl

nevyn

Newbie
Aug 9, 2017
68
28
199
A gameplay question relating to new features, after I get a girl to unlock the cum dumpster trait it seems that I cannot get any other girls to unlock the same trait after the achievement is unlocked for the first time. Is this a bug or feature?
 

duncan.aftw

New Member
Feb 11, 2024
13
10
13
A gameplay question relating to new features, after I get a girl to unlock the cum dumpster trait it seems that I cannot get any other girls to unlock the same trait after the achievement is unlocked for the first time. Is this a bug or feature?
I have three with the Cum Slut trait, but only one with Cum Dumpster. I'll test.

Edit: Did testing, and it does work. Applied Cum Dumpster to more than one girl. Just gotta keep cummin' and goin'.
 
Last edited:

duncan.aftw

New Member
Feb 11, 2024
13
10
13
WarblGarbl

Glad you enjoy it, if you're hunting for all the achievements let me know if there's any that aren't obtainable. I think all of them are possible but I might have overlooked something.
Sermon Management too. The achievement exists, but the version of the mod that I have doesn't ever invoke applying the achievement. I put it in the `church_run_misc.rpy` file around line 464, right after the label sermon_management line.

Tempting Confessions, I nested $ church_unlock_achievement("confession_corruption") under any of the successful atonement or glory results.

Make Disciples of All Nations, I nested $ church_unlock_achievement("missionary_start") under the successful church missionary responses in church_missionary_work.rpy.

And typo in `church_tutor_girl.rpy` line 92. "You hand up." should be "You hang up."

Or tell me to stop messing with your code. :D

I do appreciate your mod, thanks for all the work you've put into it!

Edit: Also added "first_sermon" under sermon_planning_confirmed
 
Last edited:
  • Like
Reactions: WarblGarbl

hotmike

Active Member
Jan 28, 2018
521
316
193
Hey guys, is there any Diamond Kitty Mommy or Kelly Devine Mommy coming? There are a few girls who don't have a Mom and that one's should do the trick, or if someone have the notes how to do packs maybe i can try myself...
Congratz on the game!!!
See the guide here:
And/or visit us at Discord
 
  • Like
Reactions: Scaffie

duncan.aftw

New Member
Feb 11, 2024
13
10
13
I ran into something that I can't quite work out. I can't figure out how to take video shoots. :(

- Videoshoots are unlocked in the PTA
- The dedicated studio is available
- A girl that has videoshoots has no more photoshoots to take
- The girl's stats are all maxed

I've gone through the code, and it looks like the videoshoot should be available, but I'm just not seeing the option to choose videoshoot or conduct one.

Any assistance is appreciated!



Edit: Found it. When selecting a photoshoot, theres a right arrow next to the words "Setting Up a Photoshoot" at the top of the screen. Clicking that switches to video shoots.
 
Last edited:

G_Costanza

Newbie
Jul 26, 2017
89
148
115
I would appreciate it if you were able to visit mothers and students without triggering their special scenes all the time. Particularly when you visit a mother that has no special scene and it triggers the daughter scene instead.

In my current run that applies to Kira/Misty Noir whose event seems to be active very often, and Little Caprice whose event overrides visiting her mother.
I have the same problem. I've maxed the cooldown days and lowered the chances for the events to trigger, but nothing seems to help.
Sometimes I get the "home visit early" events listed and can choose which event I wan't.
If i don't want to trigger any event I can choose the option "knock on the door".
It would be nice if this happened every time. That would be the solution to these problems.
BolHeX Is this something you can look into?
 
Last edited:

nevyn

Newbie
Aug 9, 2017
68
28
199
Okay gameplay question for anyone who knows the answer

What is the formula for calculating a girls tolerance level, which attributes affect it the most?
 

davemanster

Member
Game Developer
Jun 10, 2017
324
379
288
davemanster

Your clothing mod lists Bikini Bottoms as a "Lower" garment. While logically they are, this allows girls to wear bikini bottoms over their panties.
This is a known bug. The developer has removed the blocking logic for bikinis. I am still working it out with him. My code blocks being able to wear panties, but he overrides it. That is a somewhat recent change.
 
  • Like
Reactions: duncan.aftw

duncan.aftw

New Member
Feb 11, 2024
13
10
13
WarblGarbl

Glad you enjoy it, if you're hunting for all the achievements let me know if there's any that aren't obtainable. I think all of them are possible but I might have overlooked something.
The `$ church_unlock_achievement("priest")` achievement isn't coded to be triggered, but I'm not sure where it should be triggered from.

`$ church_unlock_achievement("garden_gatherer")` isn't coded to be triggered either. Looks like it should go in `screen_church.rpy` after line 65.
 
Last edited:
4.30 star(s) 50 Votes