i did a lil test (on a fresh start) i could not get this to happen.. but in my main save game i got a girl that love to flee the class so i installed urm clicked on her typed in each stat turned out her fear was high so i turned it to zero she stayed the whole class so i think it might be something to do with her config and or traitsFear ranges from 10 to 30 with the girls. Pressure is between 30 and 60 with the girls. I don't know why they're leaving. Their top stat (which lowers the more activities I do - don't know the name off hand) doesn't hit zero either which makes them leave automatically.
Girl enjoys the action:i did a lil test (on a fresh start) i could not get this to happen.. but in my main save game i got a girl that love to flee the class so i installed urm clicked on her typed in each stat turned out her fear was high so i turned it to zero she stayed the whole class so i think it might be something to do with her config and or traits
when doing those actions it drains their tolerance a lot if you do one action they are fine but 2 or 3 is risky assuming youre doing the event actions not just the menu actions but i personally havent had an issue with the menu actions maybe change the settings on multipliers using the computer?She immediately leaves for unknown reasons:
gotta go into the mods list and click the power button top righti'm sorry to be silly,but anyone can tell me why i cant see any girl when i choose to pick up starting girls?and the mod list dont show any mod,what should i do before i play this game? download,and what?
have you passed the rule allowing specific sets of photoshoots? they dont all unlock from having one rule accepted nowI installed the default girl and mother packs and all the photoshoots are locked.
I'm not interested in editing them, I just want to know where they're located for storage reasons.unsure if you already got your answer but they cant be edited in the game its not that advanced of an editor its just a convenient way of downloading them without having to use the spreadsheet and then drag and drop afaik also easier to track updates you can safely stop using the spreadsheet if you want
What worked for me was to use a VPN and set the region to US.is there anywhere I can download the base generic videos?
Because the download gets real slow
then pressure is maxing or tolerance is hitting 0Girl enjoys the action:
View attachment 5278470
She immediately leaves for unknown reasons:
View attachment 5278469
Can't get through an exam unless I just do Encourage, Give Hints, Kiss. Their Tolerance stat never reaches 0 or close to it.
View attachment 5278468
Game is basically unplayable. Using the latest version.
Looks like you're trying to do too extreme of actions before girl is comfortable with it. When selecting an action, check the approximated report action percentage. Good rule of thumb (but not exacting) is not to pick anything over 20% as that is more likely to reduce tolerance and put undue pressure on the girl. If you're not sure where these are, enable the tutorial. It explains things pretty well.Girl enjoys the action:
View attachment 5278470
She immediately leaves for unknown reasons:
View attachment 5278469
Can't get through an exam unless I just do Encourage, Give Hints, Kiss. Their Tolerance stat never reaches 0 or close to it.
View attachment 5278468
Game is basically unplayable. Using the latest version.
i did a lil test (on a fresh start) i could not get this to happen.. but in my main save game i got a girl that love to flee the class so i installed urm clicked on her typed in each stat turned out her fear was high so i turned it to zero she stayed the whole class so i think it might be something to do with her config and or traits
when doing those actions it drains their tolerance a lot if you do one action they are fine but 2 or 3 is risky assuming youre doing the event actions not just the menu actions but i personally havent had an issue with the menu actions maybe change the settings on multipliers using the computer?
OK, I finally solved the issue:then pressure is maxing or tolerance is hitting 0
You can upgrade your office, other classrooms, the secretary desk, and the clinic. Each of those can hire a girl who passed with enough corruption, or her mother.so, if you pass someone, do you never see them again?
I think if you pass someone but they won't be an alumni they won't show up. If they're corrupt enough and grades are high enough then they'll stick around the city as alumni and you can use them as teachers in other classrooms and such.so, if you pass someone, do you never see them again?
One thing that's pretty helpful is this little hand icon that changes the "strength" of your actions. On lowered it gives you these changes. Early on Arousal doesn't matter and reducing pressure gains is helpful IMO. Also success chance only matters for removing clothes, so the penalty on that isn't an issue until you try to strip them. If a girl is stripped down or wearing really lewd clothes it will raise her pressure as well, at least until her naturism is high enough.Thank you everyone for the tips and advice!
I believe you'll need at least the girl's folder in the girls directory for the game to load the girl. Installing the girl addon to the addons directory is correct, although you could probably merge it with her girls folder if you really wanted. The mod manager's download directions is the one that should be followed.
- The path in the mod archive (e.g. ramen_aj_applegate_video_expansion) is game/_mods/girls/AJ Applegate/vids/, but the mod manager installs it to game/_mods/addons/aj_applegate/ramen_aj_applegate_video_expansion/. Which one should I follow—the archive path or the mod manager?
- I also want to add a mod expansion that isn’t in the manager, for example ElsaJean_AddOn_Project_1_0. Its path is game/girls/Elsa Jean/, so it extends the original girls’ folder. Where should I put it now so that it works? Right now the folders are named elsa_jean, and I’m not sure where to place _shared_photoshoots and _shared_videoshoots. Do those have a specific location, or does it not matter?
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
girl_config = json.load(renpy.file(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
$ academy.girl_manager.generate_all_girls_as_applications()
File "game/scripts/story/label_game_intro.rpy", line 56, in <module>
$ academy.girl_manager.generate_all_girls_as_applications()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 626, in generate_all_girls_as_applications
self.add_girl_to_applications(girl_config)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 262, in add_girl_to_applications
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 309, in generate_mother
mother_config = GirlConfig().load_from_config_file("")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^
File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 106, in load_from_config_file
raise Exception(f"{e} caused by {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
girl_config = json.load(renpy.file(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
$ academy.girl_manager.generate_all_girls_as_applications()
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>
$ academy.girl_manager.generate_all_girls_as_applications()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 626, in generate_all_girls_as_applications
self.add_girl_to_applications(girl_config)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 262, in add_girl_to_applications
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 309, in generate_mother
mother_config = GirlConfig().load_from_config_file("")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^
File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 106, in load_from_config_file
raise Exception(f"{e} caused by {config_file}")
Exception: Expecting value: line 1 column 1 (char 0) caused by
macOS-26.0-arm64-arm-64bit arm64
Ren'Py 8.4.1.25072401
Corrupted Academy 0.523
Tue Sep 23 17:59:40 2025
Having an error occur when I start the game. Please advice. This is on a mac
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 girl_config = json.load(renpy.file(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 $ academy.girl_manager.generate_all_girls_as_applications() File "game/scripts/story/label_game_intro.rpy", line 56, in <module> $ academy.girl_manager.generate_all_girls_as_applications() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 626, in generate_all_girls_as_applications self.add_girl_to_applications(girl_config) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 262, in add_girl_to_applications 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 309, in generate_mother mother_config = GirlConfig().load_from_config_file("") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^ File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 106, in load_from_config_file raise Exception(f"{e} caused by {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 girl_config = json.load(renpy.file(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 $ academy.girl_manager.generate_all_girls_as_applications() 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> $ academy.girl_manager.generate_all_girls_as_applications() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 626, in generate_all_girls_as_applications self.add_girl_to_applications(girl_config) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 262, in add_girl_to_applications 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 309, in generate_mother mother_config = GirlConfig().load_from_config_file("") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^ File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 106, in load_from_config_file raise Exception(f"{e} caused by {config_file}") Exception: Expecting value: line 1 column 1 (char 0) caused by macOS-26.0-arm64-arm-64bit arm64 Ren'Py 8.4.1.25072401 Corrupted Academy 0.523 Tue Sep 23 17:59:40 2025
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
The label home_event_blowjob is defined twice, at File "game/_mods/example_mods/event_mod.rpy", line 175:
label home_event_blowjob:
and File "game/scripts/events/home_events.rpy", line 1:
label home_event_blowjob:
The label _call_generic_action_blowjob is defined twice, at File "game/_mods/example_mods/event_mod.rpy", line 200:
call generic_action_blowjob(additional_subtags=["home"], force_cum=True) from _call_generic_action_blowjob
and File "game/scripts/events/home_events.rpy", line 26:
call generic_action_blowjob(additional_subtags=["home"], force_cum=True) from _call_generic_action_blowjob
The label office_event_blowjob is defined twice, at File "game/_mods/example_mods/event_mod.rpy", line 208:
label office_event_blowjob:
and File "game/scripts/events/office_events.rpy", line 1:
label office_event_blowjob:
The label _call_generic_action_blowjob_1 is defined twice, at File "game/_mods/example_mods/event_mod.rpy", line 227:
call generic_action_blowjob(additional_subtags=["office"], force_cum=True) from _call_generic_action_blowjob_1
and File "game/scripts/events/office_events.rpy", line 20:
call generic_action_blowjob(additional_subtags=["office"], force_cum=True) from _call_generic_action_blowjob_1
The label exam_assistant_action_fuck_pussy is defined twice, at File "game/_mods/example_mods/assistant_action_fuck_pussy.rpy", line 14:
label exam_assistant_action_fuck_pussy:
and File "game/scripts/exam_actions/exam_assistant_actions.rpy", line 45:
label exam_assistant_action_fuck_pussy:
The label _call_generic_action_fuck_pussy_3 is defined twice, at File "game/_mods/example_mods/assistant_action_fuck_pussy.rpy", line 22:
call generic_action_fuck_pussy(additional_subtags=["class"], skip_responses=True) from _call_generic_action_fuck_pussy_3
and File "game/scripts/exam_actions/exam_assistant_actions.rpy", line 53:
call generic_action_fuck_pussy(additional_subtags=["class"], skip_responses=True) from _call_generic_action_fuck_pussy_3
Ren'Py Version: Ren'Py 8.3.4.24120703
Tue Sep 23 19:01:01 2025