fast17

Newbie
Nov 15, 2019
36
3
109
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...
 

fast17

Newbie
Nov 15, 2019
36
3
109
when girl or mother has question mark instad of portrait photo where I have to add it and what name has it have?
 

egib

Member
Apr 21, 2017
164
126
275
when girl or mother has question mark instad of portrait photo where I have to add it and what name has it have?
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.
 
  • Like
Reactions: fast17

charls_c

Newbie
May 9, 2021
25
10
137
Is it possible to make girls to mothers without any problems? There are already some that I see more as a young stepmoms.
 

fast17

Newbie
Nov 15, 2019
36
3
109
when I choose in Fit and Fast after hours "Sugest they use a special equipment" apears this:

Code:
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

How to solve it?
 

BiggenDicken

New Member
Dec 29, 2024
2
1
3
Move 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.
Legend
 

ibnarabi

Member
May 21, 2021
197
925
160
Bruh..Where did you find that many Girls and Mothers? I use the spreadsheet but don't see anywhere near that many moms!
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.
 

ibnarabi

Member
May 21, 2021
197
925
160
Code:
    "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",
 

egib

Member
Apr 21, 2017
164
126
275
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

ibnarabi

Member
May 21, 2021
197
925
160
Is it possible to make girls to mothers without any problems? There are already some that I see more as a young stepmoms.
Easy. The girls config file in their folder is called girl_config.json, mothers are called mother_config.json
So rename your girls file correctly, then move the girls folder into the ..\game\_mods\mothers\ folder.
here is a mom and a girl config.json, note the tiny difference;
Code:
{
"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
}
Just line 5, toss that into the girls config, and your done. The game will just assign some random sensitivity stats for her if you don't bother to list any, it's easy.
 
Last edited:

Snoopy_H

Member
May 30, 2018
424
343
248
dude, im not going to download 200 files all named mod to add somewhere in the files to have a playable game .....
 

ibnarabi

Member
May 21, 2021
197
925
160
dude, im not going to download 200 files all named mod to add somewhere in the files to have a playable game .....
The game will download, install, and delete the archives automatically, if you tell it to do so in Manager Options.
You don't have to do shit.
 
  • Angry
Reactions: Snoopy_H

Axterx

Member
Jun 19, 2020
124
62
172
there seems to be a bug in the latest version where a girls corruption and naturism are reset to 0
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.
 

solid77777

New Member
Apr 20, 2017
11
1
187
Help! This error message appears when starting the game-
Code:
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
 
  • Like
Reactions: lxygxl

Skkev

New Member
Mar 7, 2021
10
3
102
Need a huge help


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/story/label_game_intro.rpy", line 68, in script
$ academy.girl_manager.generate_initial_girls()
File "game/scripts/story/label_game_intro.rpy", line 68, in <module>
$ academy.girl_manager.generate_initial_girls()
TypeError: custom_add_clothing_to_wardrobe() got an unexpected keyword argument 'copy_item'

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

Full traceback:
File "game/scripts/story/label_game_intro.rpy", line 68, in script
$ academy.girl_manager.generate_initial_girls()
File "C:\Users\admin\Downloads\CorruptedAcademy-0.516-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\admin\Downloads\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/story/label_game_intro.rpy", line 68, in <module>
$ academy.girl_manager.generate_initial_girls()
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 576, in generate_initial_girls
new_girl = self._create_new_girl(allow_random=True)
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 567, in _create_new_girl
new_girl = Girl(girl_config)
File "game/scripts/main_classes/girl/class_girl_ren.py", line 355, in __init__
self.mother = mother_manager.generate_mother(self, allow_random=False)
File "game/scripts/main_classes/girl/mother/class_mother_manager_ren.py", line 310, in generate_mother
return Mother(mother_config, daughter)
File "game/scripts/main_classes/girl/mother/class_mother_ren.py", line 185, in __init__
self.clothing_manager.generate_wardrobe()
File "game/scripts/main_classes/girl/clothing/class_clothing_manager_ren.py", line 851, in generate_wardrobe
self.add_clothing_to_wardrobe(clothing_item, copy_item=True)
TypeError: custom_add_clothing_to_wardrobe() got an unexpected keyword argument 'copy_item'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.526
Fri Sep 26 19:32:21 2025
```
 

egib

Member
Apr 21, 2017
164
126
275
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.
I don't have Rae installed but it appears to be random it has happend to Abella Danger, Antonella Lasirena and Dani Daniels
 

codish1984

New Member
Jun 28, 2020
6
2
167
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.
I've had this happen in my game as well and for several girls.
Even with girls that have corruption and naturism maxed out.
 
4.30 star(s) 51 Votes