Sakhmeth

Newbie
Aug 28, 2021
82
40
I haven't had much issue there. Open up the physics homework and that will take care of a lot of the grades. And check the class assignments against who is or isn't close to the grade target and assign as needed. Should leave plenty of time for the fun stuff.
I just realized my problem. I automatically went into settings and throttled the girls' stat growth to minimum like I did in earlier versions.
Still not sure if I like this fast graduating compared to older ones.
 

Daggander

Newbie
May 2, 2020
36
25
I'm having a hard time getting students to join the alumni. What are the prerequesites? I have them hitting their grades. They've stayed in class for weeks. I'm at a loss.
 

Leobbb

Member
May 24, 2019
198
579
In the student overview menu there are buttons near the portrait, hover over 3rd one to see the requirements. You need good enough grades and high free use compliance.
 

Sumarongi

Newbie
Apr 4, 2018
19
13
I'm having a hard time getting students to join the alumni. What are the prerequesites? I have them hitting their grades. They've stayed in class for weeks. I'm at a loss.
You can hover over the icon for passing the student to see what you still need for them to join Alumni rather than just passing. It's mainly the mother's expectation and then the Free-Use-Law which I will tentatively say is tied to the rules you have passed in the PTA for Free-use specifically.

You don't have permission to view the spoiler content. Log in or register now.
(I just had a few of my students join the Alumni but I can't confirm that the free-use rules are tied to their compliance)
 

BolHeX

Member
Nov 30, 2019
438
735
Yeah, I am using the latest JoiPlay, should I go for an older version?
Maybe, I am not sure what changed that broke compatibility. I don't believe I am using anything "new" that should do this.
You don't have permission to view the spoiler content. Log in or register now.
Seems like downgrading the renpy plugin might fix it. I think this is a problem on their side.
is there a way to save edit or debug so you can give the girls passing grades?
Easiest way is to select the girls page on the computer then open the console with Shift+O and type "selected_girl.grades = 100" or whatever number you want to increase them too.

Funny bit with the new "game over" condition: if you graduate all eligible girls at once it can end your game
I didn't think about that being a possibility xD
I will add a check, maybe make X girls apply if you are below the student count.
 
  • Like
Reactions: BillyKidd

GamerDaddy

Engaged Member
Feb 6, 2023
2,058
1,227
Easiest way is to select the girls page on the computer then open the console with Shift+O and type "selected_girl.grades = 100" or whatever number you want to increase them too.
or they can use URM (Ultimate Renpy Mod) (IT DOES HAVE BIT OF A LEARNING CURVE THO)
 

Colnatel

Formerly 'Letanloc'
Sep 22, 2021
8
2
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in script
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in <module>
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 51, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 120, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 139, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 145, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 145, in <module>
KeyError: 'rule_force_sockless'

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

Full traceback:
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in <module>
File "renpy/exports.py", line 3420, in call_screen
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2212, in interact
File "renpy/display\core.py", line 2734, in interact_core
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\screen.py", line 480, in visit_all
File "renpy/display\core.py", line 2734, in <lambda>
File "renpy/display\screen.py", line 491, in per_interact
File "renpy/display\screen.py", line 697, in update
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 51, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 120, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 139, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 145, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 145, in <module>
File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 337, in rule_list_with_depth
File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 306, in _get_dependencies_recursively
File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 303, in _get_dependencies_recursively
KeyError: 'rule_force_sockless'

```
 

lifesuckz69

Member
Mar 5, 2017
370
259
Now if someone would also add trans and male student options, it would be great.

The difference to WTM academy, a principal you can flirt with, would also not be bad to have here, otherwise I'd say this kills WTM in every other aspect. of course kudos to WTM for making this spring off of it.
 

BolHeX

Member
Nov 30, 2019
438
735
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in script
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in <module>
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 51, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 120, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 139, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 145, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 145, in <module>
KeyError: 'rule_force_sockless'

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

Full traceback:
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in <module>
File "renpy/exports.py", line 3420, in call_screen
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2212, in interact
File "renpy/display\core.py", line 2734, in interact_core
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\screen.py", line 480, in visit_all
File "renpy/display\core.py", line 2734, in <lambda>
File "renpy/display\screen.py", line 491, in per_interact
File "renpy/display\screen.py", line 697, in update
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 51, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 120, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 139, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 145, in execute
File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 145, in <module>
File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 337, in rule_list_with_depth
File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 306, in _get_dependencies_recursively
File "game/scripts/main_classes/rule/class_rule_manager_ren.py", line 303, in _get_dependencies_recursively
KeyError: 'rule_force_sockless'

```
Can you give me a hint to what you were doing exactly? I haven't seen this error before.

Now if someone would also add trans and male student options, it would be great.

The difference to WTM academy, a principal you can flirt with, would also not be bad to have here, otherwise I'd say this kills WTM in every other aspect. of course kudos to WTM for making this spring off of it.
 

chezbons

New Member
Feb 10, 2020
10
3
BolHeX thank you for your follow up, please don't get burned out being so active in this thread, though I do really appreciate your help. I downloaded fresh (and saw the new title image, nice) and applied the hotfix, as described

Now I get a different error, no matter whether I load the save modded or unmodded, hotfix or no hotfix (I have tried all 4 combinations)
You don't have permission to view the spoiler content. Log in or register now.

Please help, again!
 

BolHeX

Member
Nov 30, 2019
438
735
BolHeX thank you for your follow up, please don't get burned out being so active in this thread, though I do really appreciate your help. I downloaded fresh (and saw the new title image, nice) and applied the hotfix, as described

Now I get a different error, no matter whether I load the save modded or unmodded, hotfix or no hotfix (I have tried all 4 combinations)
You don't have permission to view the spoiler content. Log in or register now.

Please help, again!
That looks like you are trying to load an old save. Unfortunately so much code changed in 0.351 that it will break saves.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,058
1,227
Now if someone would also add trans and male student options, it would be great.

The difference to WTM academy, a principal you can flirt with, would also not be bad to have here, otherwise I'd say this kills WTM in every other aspect. of course kudos to WTM for making this spring off of it.
i tried to make ella hollywood a couple different times i just cant get it to work 100%
 
4.20 star(s) 24 Votes