Create and Fuck your AI Cum Slut -70% Summer Sale
x

WarblGarbl

Member
Oct 10, 2017
455
491
Found some games using webm files, so using those. Don't know how to convert.
Taken a bunch from the game Community Service. There's a few people in both games.
I use losslesscut, lets me either compress the hell out of them or keep it lossless quality. There's a lot of options to use in it.
 

llayne

Newbie
Sep 3, 2017
40
43
Should I max the girl's stats and finish her photoshoots before passing her?



I haven't unlocked 'mother participation' and 'nudity' photo club rules, but these kinds of photoshoots are available. Are these rules broken?
 
Aug 16, 2020
427
344
Should I max the girl's stats and finish her photoshoots before passing her?



I haven't unlocked 'mother participation' and 'nudity' photo club rules, but these kinds of photoshoots are available. Are these rules broken?
If the girls or mothers are corrupted enough, they can do the lewder photoshoots without the rules. Same with escorts for the sponsors.
You can still raise stats and do photoshoots after a girl has graduated.
 
  • Like
Reactions: llayne

templast

New Member
May 29, 2017
4
1
Mother/daughter daily stat bleeding is horribly broken. Its based on sum of next level required xp + current xp on current level. That means lvl 100 daughter with 0 xp is reducing stat of lvl 60 mother needing single xp point to lvl up.
 

BolHeX

Active Member
Nov 30, 2019
636
1,196
didn't help
I have no idea what is causing that error. You are extracting the game somewhere right? Not just running it from the zip. You can also try run the game with no mods to see if its one of them causing it.
 

Deen__

Newbie
Nov 2, 2019
52
17
I have no idea what is causing that error. You are extracting the game somewhere right? Not just running it from the zip. You can also try run the game with no mods to see if its one of them causing it.
tried no mods didn't help I somewhat fixid it two days ago I did something with save folder in %appdata% that day I save game on existing save and yesterday I save on new and it happend again so I guess it's something with saves
 

Mandrabis

New Member
Dec 5, 2024
6
5
I've got this while running a ng+ session and using the assignment shortcut :( (v. 0.352a)

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 48, in script
    $ renpy.call_screen("class_assignment_menu", _layer="master")
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 48, in <module>
    $ renpy.call_screen("class_assignment_menu", _layer="master")
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 50, in execute
    screen class_assignment_menu:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 50, in execute
    screen class_assignment_menu:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 132, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 142, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 147, in execute
    if selected_class == "homework":
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 217, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 223, in execute
    vbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 331, in execute
    hbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 428, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 433, in execute
    viewport:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 438, in execute
    vbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 445, in execute
    for girl_id in exam_schedule[selected_day][selected_class]["girls"]:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 446, in execute
    if girl_id == "random":
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 450, in execute
    $ class_bonuses = girl.get_class_bonuses()
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 450, in <module>
    $ class_bonuses = girl.get_class_bonuses()
AttributeError: 'NoneType' object has no attribute 'get_class_bonuses'

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

Full traceback:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 48, in script
    $ renpy.call_screen("class_assignment_menu", _layer="master")
  File "J:\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 "J:\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 48, in <module>
    $ renpy.call_screen("class_assignment_menu", _layer="master")
  File "J:\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 "J:\CorruptedAcademy-0.351-win\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "J:\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 "J:\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "J:\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "J:\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "J:\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "J:\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "J:\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "J:\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "J:\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 50, in execute
    screen class_assignment_menu:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 50, in execute
    screen class_assignment_menu:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 132, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 142, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 147, in execute
    if selected_class == "homework":
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 217, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 223, in execute
    vbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 331, in execute
    hbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 428, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 433, in execute
    viewport:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 438, in execute
    vbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 445, in execute
    for girl_id in exam_schedule[selected_day][selected_class]["girls"]:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 446, in execute
    if girl_id == "random":
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 450, in execute
    $ class_bonuses = girl.get_class_bonuses()
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 450, in <module>
    $ class_bonuses = girl.get_class_bonuses()
AttributeError: 'NoneType' object has no attribute 'get_class_bonuses'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.352a
Fri Jan 10 21:14:50 2025

edit :
ok I think I will play a new save :D
Got this issue now with a save made yesterday (by clicking on the student overview shortcut) :

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 100, in script
    $ renpy.call_screen("girl_review_menu", _layer="master")
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 100, in <module>
    $ renpy.call_screen("girl_review_menu", _layer="master")
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 102, in execute
    screen girl_review_menu:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 102, in execute
    screen girl_review_menu:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 105, in execute
    frame:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 224, in execute
    frame:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 233, in execute
    hbox:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 237, in execute
    vbox:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 243, in execute
    hbox:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 250, in execute
    vbox:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 279, in execute
    if not review_mother and not (selected_girl.expelled or selected_girl.left_academy):
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 280, in execute
    if selected_girl.active_homework_subject:
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 290, in execute
    $ assigned_homework_tooltip += f"\n{selected_girl.get_assigned_homework_tooltip()}"
  File "game/scripts/locations/computer/girl_review/screen_girl_review_menu.rpy", line 290, in <module>
    $ assigned_homework_tooltip += f"\n{selected_girl.get_assigned_homework_tooltip()}"
AttributeError: 'HomeworkSubject' object has no attribute 'intellect_grade_influence'
 
Last edited:
4.40 star(s) 41 Votes