prow1er

New Member
Sep 2, 2018
3
1
When I used the voodoolady code i got this. All mothers voted against no matter who i picked.


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/locations/pta_meeting/voting/pta_president/label_pta_vote_on_pta_president.rpy", line 83, in script
$ random_mother = renrandom.choice(all_other_mothers)
File "game/scripts/locations/pta_meeting/voting/pta_president/label_pta_vote_on_pta_president.rpy", line 83, in <module>
$ random_mother = renrandom.choice(all_other_mothers)
NameError: name 'all_other_mothers' is not defined

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

Full traceback:
File "game/scripts/locations/pta_meeting/voting/pta_president/label_pta_vote_on_pta_president.rpy", line 83, in script
$ random_mother = renrandom.choice(all_other_mothers)
File "F:\Jim\CorruptedAcademy-0.35-win\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Jim\CorruptedAcademy-0.35-win\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/pta_meeting/voting/pta_president/label_pta_vote_on_pta_president.rpy", line 83, in <module>
$ random_mother = renrandom.choice(all_other_mothers)
NameError: name 'all_other_mothers' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.3502
Mon Dec 30 14:51:31 2024
 

BolHeX

Member
Nov 30, 2019
438
735
When I used the voodoolady code i got this. All mothers voted against no matter who i picked.


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/locations/pta_meeting/voting/pta_president/label_pta_vote_on_pta_president.rpy", line 83, in script
$ random_mother = renrandom.choice(all_other_mothers)
File "game/scripts/locations/pta_meeting/voting/pta_president/label_pta_vote_on_pta_president.rpy", line 83, in <module>
$ random_mother = renrandom.choice(all_other_mothers)
NameError: name 'all_other_mothers' is not defined

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

Full traceback:
File "game/scripts/locations/pta_meeting/voting/pta_president/label_pta_vote_on_pta_president.rpy", line 83, in script
$ random_mother = renrandom.choice(all_other_mothers)
File "F:\Jim\CorruptedAcademy-0.35-win\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Jim\CorruptedAcademy-0.35-win\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/pta_meeting/voting/pta_president/label_pta_vote_on_pta_president.rpy", line 83, in <module>
$ random_mother = renrandom.choice(all_other_mothers)
NameError: name 'all_other_mothers' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.3502
Mon Dec 30 14:51:31 2024
Thanks, fixed it on my side. Will be included in a hotfix/patch tomorrow, I also expect the 0.35 public release to be sometime between tomorrow and Thursday since I do have a few small bugs and feedback I need to address.

If you wanted to fix it on your side you can replace
game\scripts\locations\pta_meeting\voting\pta_president\label_pta_vote_on_pta_president.rpy
with the file I attached below.

For anyone not using 0.3502(early access version) I do NOT suggest using this file if you want to avoid errors.
 

prow1er

New Member
Sep 2, 2018
3
1
Thanks, fixed it on my side. Will be included in a hotfix/patch tomorrow, I also expect the 0.35 public release to be sometime between tomorrow and Thursday since I do have a few small bugs and feedback I need to address.

If you wanted to fix it on your side you can replace with the file I attached below.

For anyone not using 0.3502(early access version) I do NOT suggest using this file if you want to avoid errors.
Thanks for the fix, no errors. But it seems the code is increasing difficulty instead of reducing it.
 

BolHeX

Member
Nov 30, 2019
438
735
Thanks for the fix, no errors. But it seems the code is increasing difficulty instead of reducing it.
Not sure how you determined that but it seems to be fine on my side. I simplified the voting calculations behind the scenes.

Vote difficulty for PTA presidents are just a flat 60 now with the vote "comfortability" being the thing that changes, it is based on how much their stats differ i.e an uncorrupt mother would not vote for corrupt mother and vice versa.

Public release should be tomorrow if all goes well, just doing some minor polishing and bug fixing.
 

Sumarongi

Newbie
Apr 4, 2018
19
13
Hey Guys,
Not sure if this has been discussed before on the forum but I can't seem to find it. I've been having an issue with the Save file size increasing every time I play a file, it gets too the point where the file size gets so large that it will take minutes to load or to roll back a screen. Any idea on what is causing this or how to fix it?
I don't think I would like this game to be forced into a quick one because your save quickly gets too large to play.
 

BolHeX

Member
Nov 30, 2019
438
735
Hey Guys,
Not sure if this has been discussed before on the forum but I can't seem to find it. I've been having an issue with the Save file size increasing every time I play a file, it gets too the point where the file size gets so large that it will take minutes to load or to roll back a screen. Any idea on what is causing this or how to fix it?
I don't think I would like this game to be forced into a quick one because your save quickly gets too large to play.
Which version of the game were you playing on? There were some issues related to this but I believe they have been mostly resolved in the latest hotfix.

The issue was how renpy saves the rollback states meaning if you rerolled girls a bunch it tries to remember how you go to that point meaning lots of data.
 

prow1er

New Member
Sep 2, 2018
3
1
Not sure how you determined that but it seems to be fine on my side. I simplified the voting calculations behind the scenes.

Vote difficulty for PTA presidents are just a flat 60 now with the vote "comfortability" being the thing that changes, it is based on how much their stats differ i.e an uncorrupt mother would not vote for corrupt mother and vice versa.

Public release should be tomorrow if all goes well, just doing some minor polishing and bug fixing.
After the fix I did a really quick run thru skipping days and the voting was significantly more negative with the code, so maybe the way I did it caused that. I want to say I really enjoy the new release, especially the mouse over highlighting the action effect during exams. Overall seems to play much smoother as well. Thanks!
 
  • Like
Reactions: BolHeX

Sumarongi

Newbie
Apr 4, 2018
19
13
Which version of the game were you playing on? There were some issues related to this but I believe they have been mostly resolved in the latest hotfix.

The issue was how renpy saves the rollback states meaning if you rerolled girls a bunch it tries to remember how you go to that point meaning lots of data.
I play on the most up to date version, but I still have the scaling save issue. I was unaware at what caused the bloating size of the save file but if it is rerolls that is a simple solution to just stop rerolling the actions.

Kind of disappointing to have it as a function of the game engine, hopefully there is a solution.
 

BolHeX

Member
Nov 30, 2019
438
735
I play on the most up to date version, but I still have the scaling save issue. I was unaware at what caused the bloating size of the save file but if it is rerolls that is a simple solution to just stop rerolling the actions.

Kind of disappointing to have it as a function of the game engine, hopefully there is a solution.
Does that include the ? I have pretty limited upload speed to those are NOT included in the main download.
Also it is a bit of an annoyance but it is my own fault for using Renpy when it was not designed for a game like this.


An update for the 0.35 public release, I am busy fixing some issues pointed out by users so I hope to have it out today but it may be delayed if I can't get it all done.
 

BolHeX

Member
Nov 30, 2019
438
735
Update will be sometime today, I still need to get some updated screenshots, type up a post about some of the new features, combine the changelogs, finish encoding some new videos, build the game and upload it.

So not much...

You don't have permission to view the spoiler content. Log in or register now.
The changelog is very long and chaotic since it contains changes from 0.313 -> 0.351

EDIT: I will see if I can get it out today, busy doing some last minute fixed and polish. Mainly for save compatibility between 0.35XX and 0.351
 
Last edited:

BolHeX

Member
Nov 30, 2019
438
735
Saves from 0.311 will still require starting a new game, right?
Yes, this was just to make sure 0.35 saves didn't break since I made some changes that might break them.

As an update I have posted a 0.351 beta for supporters just to make sure my last minute changes didn't break anything. Testing might be a bit slow since its weekend but if nothing comes up I am ready to release that version.
 

bonkerdonk1

New Member
Dec 27, 2018
1
4
Yes, this was just to make sure 0.35 saves didn't break since I made some changes that might break them.

As an update I have posted a 0.351 beta for supporters just to make sure my last minute changes didn't break anything. Testing might be a bit slow since its weekend but if nothing comes up I am ready to release that version.
I'm super keen to play this tonight, so would love if it could be released in the next ~6 hours. Probably the only chance I'll get this week
 

BolHeX

Member
Nov 30, 2019
438
735
0.351 Release
  • Windows:
  • Linux:
  • Mac:

If you had access to the early access versions of 0.35 I do suggest a clean install with 0.351. Several video naming changes happened and cannot be easily patched.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
4.20 star(s) 24 Votes