WarblGarbl - Hi I want to ask you - do you have any ideas about solving errors when I going to photostudio, walk in park so not every action in the game, but same of them? It appears after I enter the church...
It usually because a girl or her mother has a folder named something other then body_images like body_parts or bodyimages, rename the folder and the portrait will be displayed.when girl or mother has question mark instad of portrait photo where I have to add it and what name has it have?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_mods/content/ggypt_fit_and_fast_expansion/screen_faf.rpy", line 204, in script call
call expression menu_choice
File "game/_mods/content/ggypt_fit_and_fast_expansion/fit_location.rpy", line 180, in script
if selected_girl.naturism <30:
File "game/_mods/content/ggypt_fit_and_fast_expansion/fit_location.rpy", line 180, in <module>
if selected_girl.naturism <30:
AttributeError: 'NoneType' object has no attribute 'naturism'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/_mods/content/ggypt_fit_and_fast_expansion/screen_faf.rpy", line 204, in script call
call expression menu_choice
File "game/_mods/content/ggypt_fit_and_fast_expansion/fit_location.rpy", line 180, in script
if selected_girl.naturism <30:
File "D:\starý_d\000-h\000-best\000-ultra\CorruptedAcademy-0.507-pc\renpy\ast.py", line 1849, in execute
if renpy.python.py_eval(condition):
File "D:\starý_d\000-h\000-best\000-ultra\CorruptedAcademy-0.507-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\starý_d\000-h\000-best\000-ultra\CorruptedAcademy-0.507-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/_mods/content/ggypt_fit_and_fast_expansion/fit_location.rpy", line 180, in <module>
if selected_girl.naturism <30:
AttributeError: 'NoneType' object has no attribute 'naturism'
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.526
Fri Sep 26 13:29:30 2025
LegendMove the girl's folder from the girls folder to the mothers folder (I do mods/mothers just to be safe. Go in the folder and rename the "girl_config" file to "mother_config". Open said file and add everything inside these brackets, but not the brackets themselves ("daughter_id": "random",) into the file, between the name and traits lines. Could also replace random with a girl's name if you want her assigned to a particular girl.
I turned the older girls who look too old for school into mothers, takes 10 seconds each. And I imported a few dozen girls from WTM Academy and Venus's Club, those took a wee bit of work. Mostly renaming photoshoots and the fullbody poses. This game is very easy to mod, it's well thought out on the backend.Bruh..Where did you find that many Girls and Mothers? I use the spreadsheet but don't see anywhere near that many moms!
Cheats?
"imadev": "enable_debug_mode",
"wecanrebuildit": "unlock_upgrades",
"workwork": "unlock_faculty_upgrades",
"quickdrycement": "finish_faculty_upgrades",
"voodoolady": "reduce_pta_vote_difficulty",
"smoothtalker": "increase_sponsor_relationship_gain",
"idemandrespect": "max_player_reputation",
"backtoschool": "max_academy_prestige",
"blockbuster": "unlock_all_videos",
Easy. The girls config file in their folder is called girl_config.json, mothers are called mother_config.jsonIs it possible to make girls to mothers without any problems? There are already some that I see more as a young stepmoms.
{
"id": "aria_alexander",
"first_name": "Aria",
"last_name": "Alexander",
"daughter_id": "random",
"area_sensitivity": {
"boobs": 1,
"pussy": 1,
"ass": 1.5,
"legs": 1
},
"traits": [
"black_hair",
"green_eyes",
"small_boobs"
],
"generate_additional_traits": false
}
_________________________________________
{
"id": "arya_fae",
"first_name": "Arya",
"last_name": "Fae",
"area_sensitivity": {
"boobs": 1,
"Pussy": 1,
"ass": 1.2,
"legs": 1
},
"traits": [
"blonde_hair",
"green_eyes",
"small_boobs",
"provocative",
"photogenic",
"horny"
],
"generate_additional_traits": false
}
The game will download, install, and delete the archives automatically, if you tell it to do so in Manager Options.dude, im not going to download 200 files all named mod to add somewhere in the files to have a playable game .....
For every girl, or just Rae? I ask because Rae's event chain has her stats reset at a certain part of it, as intended behavior.there seems to be a bug in the latest version where a girls corruption and naturism are reset to 0
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screen_mod_manager.rpy", line 86, in script
define required_mods_explanation = f"{{color={menu_text_color_conflict}}}Red:{{/color}} To Download\n{{color={menu_text_color_yellow}}}Yellow:{{/color}} To Update\n{{color={menu_text_color_blue}}}Blue:{{/color}} To Install\n{{color={menu_text_color_valid}}}Green:{{/color}} No Changes Needed"
File "game/screen_mod_manager.rpy", line 86, in <module>
define required_mods_explanation = f"{{color={menu_text_color_conflict}}}Red:{{/color}} To Download\n{{color={menu_text_color_yellow}}}Yellow:{{/color}} To Update\n{{color={menu_text_color_blue}}}Blue:{{/color}} To Install\n{{color={menu_text_color_valid}}}Green:{{/color}} No Changes Needed"
NameError: name 'menu_text_color_blue' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/screen_mod_manager.rpy", line 86, in script
define required_mods_explanation = f"{{color={menu_text_color_conflict}}}Red:{{/color}} To Download\n{{color={menu_text_color_yellow}}}Yellow:{{/color}} To Update\n{{color={menu_text_color_blue}}}Blue:{{/color}} To Install\n{{color={menu_text_color_valid}}}Green:{{/color}} No Changes Needed"
File "/mnt/Disk-G/F95/CorruptedAcademy-0.516-pc/renpy/ast.py", line 2241, in execute
self.set()
File "/mnt/Disk-G/F95/CorruptedAcademy-0.516-pc/renpy/ast.py", line 2255, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "/mnt/Disk-G/F95/CorruptedAcademy-0.516-pc/renpy/python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/screen_mod_manager.rpy", line 86, in <module>
define required_mods_explanation = f"{{color={menu_text_color_conflict}}}Red:{{/color}} To Download\n{{color={menu_text_color_yellow}}}Yellow:{{/color}} To Update\n{{color={menu_text_color_blue}}}Blue:{{/color}} To Install\n{{color={menu_text_color_valid}}}Green:{{/color}} No Changes Needed"
NameError: name 'menu_text_color_blue' is not defined
Linux-6.14.0-29-generic-x86_64-with-glibc2.39 x86_64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.455c
Fri Sep 26 19:25:22 2025
I don't have Rae installed but it appears to be random it has happend to Abella Danger, Antonella Lasirena and Dani DanielsFor every girl, or just Rae? I ask because Rae's event chain has her stats reset at a certain part of it, as intended behavior.
Also, when posting those exception logs, if you wrap them in [ spoiler] and [ /spoiler] without the space in there, it takes up less space.
I've had this happen in my game as well and for several girls.For every girl, or just Rae? I ask because Rae's event chain has her stats reset at a certain part of it, as intended behavior.
Also, when posting those exception logs, if you wrap them in [ spoiler] and [ /spoiler] without the space in there, it takes up less space.