Command & Obey your model on Jerkmate — you’re in control. Join Now!
x

WarblGarbl

Active Member
Oct 10, 2017
537
639
258
Bro, what it this new background?Please bring back the original or give us an option, its a poor representation of the school setting and is nowhere near as iconic.
Go to the game folder / gui and find the halloween_main_menu.webp, delete it, copy main_menu.webp and rename the copy to halloween_main_menu.webp
I like the new background personally, nice to see something different for once.
 
  • Heart
  • Like
Reactions: korte7 and Yukemoto

Yukemoto

Member
Jun 19, 2020
409
696
170
Go to the game folder / gui and find the halloween_main_menu.webp, delete it, copy main_menu.webp and rename the copy to halloween_main_menu.webp
I like the new background personally, nice to see something different for once.
Ahhhh! Its seasonal! The lack of pumpkins threw me off! if its temporary I can live with it as a courtesy for the effort.
 

korte7

Redhead Aficionado
Donor
Jul 20, 2020
61
89
109
Could some nice people explain to me two things I have been wondering about? I did try to search for item nr. 1, but related comments are mostly about technicalities, issues, workarounds.

1. This I will test myself later, but it would be nice to know what happens in New Game+? Do faculty and/or rule upgrades persist? Does the base corruption level increase for all new students and their mothers? What happens exactly?

2. How to force a mother to vote in a specific way? I don't necessarily need this, but I would be interested in the gameplay/dynamics involved in this. Does it have something to do with their daughter having a lot of infarctions and elevating the issue to academy level? Or maybe with the family's monetary status?

Also, this is more for the modders, but I feel it would be nice to reset progress with the Church storyline for example, or change the implementation of progression a bit. I managed to speed through it too fast, I didn't get all achievements and I didn't see all community outreach options, and I didn't get the achievement about sermon management, even though I did manage the sermons. I did not cheat to speed up progression, I just went there and converted girls daily and sent them on missionary work for like three weeks and I managed to get the Pope achievement.
 
  • Like
Reactions: PrinceGriss

wktos

Newbie
Feb 3, 2019
24
22
181
I spot at least two girls with two mods:
Ava Adams (from megaera and Hotmike)
Kenzie Reeves (from Ramen-Jiro an Hendley Lamar)

what will happen if I install both at the same time?
 

someoldguy

Member
Aug 8, 2017
142
182
157
Bro, what it this new background?Please bring back the original or give us an option, its a poor representation of the school setting and is nowhere near as iconic.
I was going to say the same. That the new one is temporary is a relief. It doesn't give the sense of a school setting or of halloween.

Thanks to the poster who provided a workaround.
 

wktos

Newbie
Feb 3, 2019
24
22
181
One more question: uniform rules:
  1. I don't see any violations from students on uniforms - regardless of their fear, discipline or naturism
  2. On the other hand I don't see that staff is following requested uniforms. For me what is wearing staff looks random
Is is as should be or a bug(s)?
 

Polpota

Newbie
Jan 10, 2020
23
20
92
Love the new background screen, I honestly thought it showed up because of how far along my rule passing was on my last played save and not because Halloween.

I see some people not as thrilled but you can't please everyone. Seeing as I only see that background for a brief second at the start and the alt image whenever I go to save/load it really doesn't phase me because the gameplay is wholly unaffected.
 

NachoCastillo

New Member
Feb 23, 2018
9
2
64
One more question: uniform rules:
  1. I don't see any violations from students on uniforms - regardless of their fear, discipline or naturism
  2. On the other hand I don't see that staff is following requested uniforms. For me what is wearing staff looks random
Is is as should be or a bug(s)?

1. it's specific rule you have to have to be able to check uniforms
2. Make sure you don't also have 'allow everything' (the first box) ticked.

For me it's all working fine.
 

WarblGarbl

Active Member
Oct 10, 2017
537
639
258
Also, this is more for the modders, but I feel it would be nice to reset progress with the Church storyline for example, or change the implementation of progression a bit. I managed to speed through it too fast, I didn't get all achievements and I didn't see all community outreach options, and I didn't get the achievement about sermon management, even though I did manage the sermons. I did not cheat to speed up progression, I just went there and converted girls daily and sent them on missionary work for like three weeks and I managed to get the Pope achievement.
I'll look into this. Not sure about why the achievement isn't working but I'll try to get it to work. New Game Plus should reset stuff to baseline but I'll see if I can get a button to do the same after the Church story's finished.
 

lucaschase1

New Member
Jul 27, 2025
1
0
1
Guys, I caught this error whenever I enter Main Menu, if I choose to ignore tha game simply starts a new game, I tried deleting the whole game and installing it again, but when I started, when I updated the game it just happened again, can anyone help?

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

While running game code:
  File "game/screens.rpy", line 647, in execute
    screen main_menu():
  File "game/screens.rpy", line 647, in execute
    screen main_menu():
  File "game/screens.rpy", line 648, in execute
    if not persistent.has_checked_manifests:
  File "game/screens.rpy", line 649, in execute
    $ _check_mod_files(download_icons=False, main_menu=True)
  File "game/screens.rpy", line 649, in <module>
    $ _check_mod_files(download_icons=False, main_menu=True)
TypeError: _check_mod_files() got an unexpected keyword argument 'main_menu'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\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:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-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:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\rafae\Documents\Planilha Macro Modelo\Python Academy\CorruptedAcademy-0.527-pc\CorruptedAcademy-0.527-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 647, in execute
    screen main_menu():
  File "game/screens.rpy", line 647, in execute
    screen main_menu():
  File "game/screens.rpy", line 648, in execute
    if not persistent.has_checked_manifests:
  File "game/screens.rpy", line 649, in execute
    $ _check_mod_files(download_icons=False, main_menu=True)
  File "game/screens.rpy", line 649, in <module>
    $ _check_mod_files(download_icons=False, main_menu=True)
TypeError: _check_mod_files() got an unexpected keyword argument 'main_menu'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.531
Wed Oct  1 13:43:22 2025
 

ManiacalCoomer

New Member
Nov 21, 2021
1
0
124
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 99, in load_from_config_file
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "game/scripts/story/label_game_intro.rpy", line 56, in script
  File "game/scripts/story/label_game_intro.rpy", line 56, in <module>
  File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 626, in generate_all_girls_as_applications
  File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 262, in add_girl_to_applications
  File "game/scripts/main_classes/girl/class_girl_ren.py", line 355, in __init__
  File "game/scripts/main_classes/girl/mother/class_mother_manager_ren.py", line 308, in generate_mother
  File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 106, in load_from_config_file
Exception: Expecting value: line 1 column 1 (char 0) caused by
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
  File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 99, in load_from_config_file
  File "lib/python3.12/json/__init__.py", line 293, in load
  File "lib/python3.12/json/__init__.py", line 346, in loads
  File "lib/python3.12/json/decoder.py", line 338, in decode
  File "lib/python3.12/json/decoder.py", line 356, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "game/scripts/story/label_game_intro.rpy", line 56, in script
  File "renpy/ast.py", line 1187, in execute
  File "renpy/python.py", line 1260, in py_exec_bytecode
  File "game/scripts/story/label_game_intro.rpy", line 56, in <module>
  File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 626, in generate_all_girls_as_applications
  File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 262, in add_girl_to_applications
  File "game/scripts/main_classes/girl/class_girl_ren.py", line 355, in __init__
  File "game/scripts/main_classes/girl/mother/class_mother_manager_ren.py", line 308, in generate_mother
  File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 106, in load_from_config_file
Exception: Expecting value: line 1 column 1 (char 0) caused by
 

hagare

Well-Known Member
Mar 27, 2019
1,301
730
288
so, since we have more daughters than mothers, can we have a family that has more than one daughter? xD
 
  • Like
Reactions: hotmike

unicorn33

Newbie
Jun 1, 2020
29
8
168
Hi,
I have some issues with the clothing: I have some girls that have the "ultimate_whore" tag, but since they achieve that status they start dressing conservatively.

I'm the only one?
 

ElCativo1988

Newbie
Mar 13, 2018
71
19
114
I'd like to take this opportunity to praise how much better the game is getting with each update. The in-game Mod Manager is a great feature. Even though the update is causing a lot more work due to all sorts of bugs, I really appreciate it being available now. I hope the solution doesn't take too much time away from actual development.
 
  • Like
Reactions: TheRealMonkey

ttt57

New Member
Jun 29, 2019
3
0
186
Got an interesting problem that occurs after the first sentence following the Girl Inspection screen.

file "game/scripts/main_classes/girl/clothing/class_clothing_ren.py", line 428, in get_uncovered_parts_tooltip
if "ass" in self.owner.outfit["socks"].base_covered_parts:
AttributeError: 'NoneType' object has no attribute 'outfit'

If i ignore that this comes up next and i can't continue or ignore, only rollback:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/locations/academy/classroom/screen_exam_menu.rpy", line 91, in script
screen exam_menu():
Exception: Could not find return label ('game/_mods/content/warblgarbl_church_of_saint_eve/screen_church.rpy', 1758758230, 6519).
 
Last edited:

megaera

Active Member
Nov 12, 2016
543
645
306
I spot at least two girls with two mods:
Ava Adams (from megaera and Hotmike)
Kenzie Reeves (from Ramen-Jiro an Hendley Lamar)

what will happen if I install both at the same time?
First install will be "main" and you will be using that mod config (traits and whatnot) as the only config. Second download will be used a "add on" and the config will be inactive.
 
4.30 star(s) 51 Votes