GAB

Salty Montrealer
Donor
May 10, 2017
2,426
18,422
I see there are classes for music, photography computer etc..
Says you need a teacher appointed to those, are there actual teachers feature or do you assign mothers to these classes?

Oh I have more questions for the dev, 1 where's your game dev badge and 2, I noticed with the black girl (forgot name) there are a lot of animated scenes featuring an actress with a different skin tone which really breaks immersion. I know that actress may not have a lot of clothe tearing or chest grope (or whatever fetish scene) but it would be nice if something could be done to not remove her ethnicity. Oh one more thing. I got girl 1 as student and mother 1 (forgot name of both, slightly dark skin-ish, possibly Asian, or white with tan) as her mother but the mother is significantly younger looking than the daughter, who looks in her 40. Not sure if this issue could be looked into
 
Last edited:

WarblGarbl

Member
Oct 10, 2017
391
390
I see there are classes for music, photography computer etc..
Says you need a teacher appointed to those, are there actual teachers feature or do you assign mothers to these classes?
You need a girl who has graduated as an alumni (sufficently high grades + free use willingness), if she's passed as one her mom will be a viable choice of alumni if she's not a generic mom.

I noticed with the black girl (forgot name) there are a lot of animated scenes featuring an actress with a different skin tone which really breaks immersion. I know that actress may not have a lot of clothe tearing or chest grope (or whatever fetish scene) but it would be nice if something could be done to not remove her ethnicity.
Some vids have alternative race options in the vids, but not all. This happens a lot with black actresses right now. We just need more vid clips to suit them.
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,426
18,422
ah I see, thanks for the answer warbl.

So....I cannot progress after the PTA meeting on the first weekend :(
i choose a mother and it suddenly shows an error screen, trying to skip will crash and close the game and give a log
Code:
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
    $ renpy.call_screen("pta_discussion_menu", _layer="master")
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in <module>
    $ renpy.call_screen("pta_discussion_menu", _layer="master")
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
    screen pta_discussion_menu():
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
    screen pta_discussion_menu():
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 51, in execute
    frame:
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 60, in execute
    frame:
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 71, in execute
    vpgrid id "pta_discussion_menu_vpgrid":
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 71, in keywords
    vpgrid id "pta_discussion_menu_vpgrid":
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 72, in <module>
    yadjustment initialize_adjustment("pta_discussion_menu_vpgrid")
  File "game/scripts/utils/vpgrid_position_saver.rpy", line 14, in initialize_adjustment
    initial_value = persistent.viewport_positions[viewport]
KeyError: 'pta_discussion_menu_vpgrid'

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

Full traceback:
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in script
    $ renpy.call_screen("pta_discussion_menu", _layer="master")
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 21, in <module>
    $ renpy.call_screen("pta_discussion_menu", _layer="master")
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "C:\Users\Client\Downloads\CorruptedAcademy-0 351-win\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
    screen pta_discussion_menu():
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 23, in execute
    screen pta_discussion_menu():
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 51, in execute
    frame:
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 60, in execute
    frame:
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 71, in execute
    vpgrid id "pta_discussion_menu_vpgrid":
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 71, in keywords
    vpgrid id "pta_discussion_menu_vpgrid":
  File "game/scripts/locations/pta_meeting/discussion/screen_pta_discussion_menu.rpy", line 72, in <module>
    yadjustment initialize_adjustment("pta_discussion_menu_vpgrid")
  File "game/scripts/utils/vpgrid_position_saver.rpy", line 14, in initialize_adjustment
    initial_value = persistent.viewport_positions[viewport]
KeyError: 'pta_discussion_menu_vpgrid'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.353d
Mon Apr  7 21:40:29 2025
hopefully v0.4 will fix it
 
  • Thinking Face
Reactions: WarblGarbl

BolHeX

Active Member
Nov 30, 2019
541
948
Will the saves from the previous 3.51 version work in the new one?
Yes, it is save compatible.

So....I cannot progress after the PTA meeting on the first weekend :(
i choose a mother and it suddenly shows an error screen, trying to skip will crash and close the game and give a log
You don't have permission to view the spoiler content. Log in or register now.

hopefully v0.4 will fix it
Not sure how you are getting that error. Did you have an error pop up at some point before this?

Rolling back to before this error, opening the console with Shift+O and typing jump start_pta_discussion MIGHT fix it.

That said I am still not sure how it is happening because that function does check if they key exists first and hasn't been changed in months.

Python:
def initialize_adjustment(viewport):
    if persistent.viewport_positions and persistent.viewport_positions.has_key(viewport):
        initial_value = persistent.viewport_positions[viewport]
    else:
        initial_value = 0
        
    return ui.adjustment(value=initial_value, changed=OnViewportChange(viewport))
 
  • Heart
Reactions: Ramen-Jiro Enjoyer

GodraFan

Newbie
Jun 16, 2024
81
25
What did you have in mind?
I was thinking something similar to exam. But instead of writing an exam, they listen to music, then we try to add in dirty or hypno clips in between, without getting caught.
Same for computer class with video clips and what not. Maybe those clips encourage for photo and video club activities.

Probably add an option to auto it, so that no one is forced to do it.
 

BolHeX

Active Member
Nov 30, 2019
541
948
0.426b Release!

Downloads:
Windows/Linux(0.426b):

Mac(0.426b):

Hotfixes:
Additional(Optional) Content(Small update for 0.4):

0.35 saves are compatible and MOST mods are also compatible. If you are getting errors I suggest removing non-girl/mother mods as it is possible the update created incompatibilities.

Such as rule, trait and expansion mods. King-Tut's mods WILL cause errors and I don't suggest using it until the author updates it.

Please report any issues here and as usual expect a few issues and bugs for the first few days after release.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

GAB

Salty Montrealer
Donor
May 10, 2017
2,426
18,422
Hotfixes:

I think you missed a file for the hotfixes, there's only 1 item and it's a .txt file


P.S. the console command you gave did not help
P.S.2 in 0.351 I cannot turn off the name save preference, right click close, weekend skips or sleep auto save
 
Last edited:

Bocoboco

Member
Jan 18, 2018
190
194
I tried searching the thread for a solution and I'm seeing that something similar has happened at least twice before:

I'm having an issue where I load a save, and it goes back to the initial girl/mother admission screen at the start of the game, no matter how far in I am.

I'm not sure what I'm doing besides hitting the refresh button a few times to try to get specific traits. I made another save where I just accepted everyone as is, and that one seemed to load fine. I was having this issue with the previous version and its hotfix too, by the way.
 
4.40 star(s) 32 Votes