Oct 10, 2020
40
134
Hello ladies and gents,

I have created a new girl mod - Krystal Boyd with the help of WarblGarbl who kindly created the photoshoots. Please see below for more details.

Krystal Boyd (Girl/Student)
  • 8 photoshoots
  • 3 video shoots
  • 125 videos
Feel free to download her mod by clicking the link below:


Happy gaming.
 

Amianarc

New Member
Jan 2, 2024
8
6
Hello ladies and gents,

I have created a new girl mod - Krystal Boyd with the help of WarblGarbl who kindly created the photoshoots. Please see below for more details.

Krystal Boyd (Girl/Student)
  • 8 photoshoots
  • 3 video shoots
  • 125 videos
Feel free to download her mod by clicking the link below:


Happy gaming.
Says bad gateway?
Fixed
 
Last edited:

BolHeX

Member
Nov 30, 2019
439
740
Any updates coming soon?
A write up is long overdue so I will make a more complete one soon with some screenshots of the upcoming changes.

I have been head down working on the next update, it makes a lot of changes to fundamental systems so pulling the old code out and implementing the new stuff has required a lot of testing and work.

You don't have permission to view the spoiler content. Log in or register now.
There is a lot more but this is just what I am currently working on, since it is such a fundimental gameplay aspect that has been changed it means I had to change a lot of code to work with it. Also coming up with new ways of punishing the player for not meeting these targets or rewarding them if they do met reworking parts of some other systems such as the pta meeting "concerns".
 
Aug 16, 2020
304
259
Girls no longer need to answer X questions during the exam. It limited what I could do and was too exploitable. This also means needing to keep a girl in the academy for X days has been removed.

You now have targets you need to meet each week or the mothers will be upset. I do still need to think about how best when girls should graduate, since I don't want players to "lose" the girls before they want to but also mother's don't want to keep paying tuition if their daughter's are "educated enough".
How about if a girl reaches and stays at max grade for 3 consecutive classes, they pass? That way if they reach it during one, you can try and lower it during the second.
Or if there's a way to lower grades outside of class, being at max grades for 3 weeks makes them graduate.
 
Last edited:

BolHeX

Member
Nov 30, 2019
439
740
Where is v0.312? I only see 0.311 and hotfixes for 312.
Hotfixes even if labeled 0.312 work fine for 0.311, so you should be using those.

How about if a girl reaches and stays at max grade for 3 consecutive classes, they pass? That way if they reach it during one, you can try and lower it during the second.
Or if there's a way to lower grades outside of class, being at max grades for 3 weeks makes them graduate.
The 3 weeks of meeting the mother's grades is the current way it works, then they can graduate. I more just need to figure out a way to make them graduate outside of doing it via the PC since that is a lot of busy work. Maybe just need another screen where you can see all the girls, their grades, targets etc and allow scheduling them for graduation. Then add a graduation ceremony on a Sunday or something.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,066
1,235
often download non full or broken archive, with different link same
i never had that issue (however if a file is not complete that is on the person that uploaded said file, a broken archive would be how you are extracting if you mean that when you are downloading said file that it wont complete that is on you connection speed
 
Last edited:
Oct 10, 2020
40
134
Hello ladies and gents,

fcati78 brought to my attention that my Krystal Boyd photoshoots were bugged. To be exact, there was one photoshoot which caused the error, the one with Little Caprice and her.

I have now fixed the issue. Please download the fix in the same folder or you can download it here.
 

Supra61

Newbie
Apr 7, 2018
19
7
Hello ladies and gents,

fcati78 brought to my attention that my Krystal Boyd photoshoots were bugged. To be exact, there was one photoshoot which caused the error, the one with Little Caprice and her.

I have now fixed the issue. Please download the fix in the same folder or you can download it here.
Greate!!!
 

gp33

New Member
Sep 29, 2022
10
0
I'm getting this error at starting game -- anything I can do to fix?


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/main_classes/event/event_wrappers.rpy", line 11, in script call
$ renpy.call(stage_label)
File "game/_mods/example_mods/event_mod.rpy", line 141, in script call
return # Be sure to return again.
File "game/script.rpy", line 100, in script
$ reload_files()
File "game/script.rpy", line 100, in <module>
$ reload_files()
File "game/scripts/game_init.rpy", line 149, in reload_files
load_shared_shoots()
File "game/scripts/game_init.rpy", line 52, in load_shared_shoots
photoshoot = Photoshoot(json_config)
IndexError: list index out of range

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

Full traceback:
File "game/scripts/main_classes/event/event_wrappers.rpy", line 11, in script call
$ renpy.call(stage_label)
File "game/_mods/example_mods/event_mod.rpy", line 141, in script call
return # Be sure to return again.
File "game/script.rpy", line 100, in script
$ reload_files()
File "C:\Downloads\CA\CorruptedAcademy-0.311-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Downloads\CA\CorruptedAcademy-0.311-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 100, in <module>
$ reload_files()
File "game/scripts/game_init.rpy", line 149, in reload_files
load_shared_shoots()
File "game/scripts/game_init.rpy", line 52, in load_shared_shoots
photoshoot = Photoshoot(json_config)
File "game/scripts/main_classes/photoshoot/class_photoshoot_ren.py", line 18, in __init__
super().__init__(config)
File "game/scripts/main_classes/shoot_base/class_shoot_base_ren.py", line 165, in __init__
self.load_files_from_directory()
File "game/scripts/main_classes/shoot_base/class_shoot_base_ren.py", line 276, in load_files_from_directory
self.cover_image = self.file_list[0].image
File "C:\Downloads\CA\CorruptedAcademy-0.311-pc\renpy\revertable.py", line 221, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Corrupted Academy 0.312k
Mon Nov 25 13:11:11 2024
```
 

BolHeX

Member
Nov 30, 2019
439
740
I'm getting this error at starting game -- anything I can do to fix?


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/main_classes/event/event_wrappers.rpy", line 11, in script call
$ renpy.call(stage_label)
File "game/_mods/example_mods/event_mod.rpy", line 141, in script call
return # Be sure to return again.
File "game/script.rpy", line 100, in script
$ reload_files()
File "game/script.rpy", line 100, in <module>
$ reload_files()
File "game/scripts/game_init.rpy", line 149, in reload_files
load_shared_shoots()
File "game/scripts/game_init.rpy", line 52, in load_shared_shoots
photoshoot = Photoshoot(json_config)
IndexError: list index out of range

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

Full traceback:
File "game/scripts/main_classes/event/event_wrappers.rpy", line 11, in script call
$ renpy.call(stage_label)
File "game/_mods/example_mods/event_mod.rpy", line 141, in script call
return # Be sure to return again.
File "game/script.rpy", line 100, in script
$ reload_files()
File "C:\Downloads\CA\CorruptedAcademy-0.311-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Downloads\CA\CorruptedAcademy-0.311-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 100, in <module>
$ reload_files()
File "game/scripts/game_init.rpy", line 149, in reload_files
load_shared_shoots()
File "game/scripts/game_init.rpy", line 52, in load_shared_shoots
photoshoot = Photoshoot(json_config)
File "game/scripts/main_classes/photoshoot/class_photoshoot_ren.py", line 18, in __init__
super().__init__(config)
File "game/scripts/main_classes/shoot_base/class_shoot_base_ren.py", line 165, in __init__
self.load_files_from_directory()
File "game/scripts/main_classes/shoot_base/class_shoot_base_ren.py", line 276, in load_files_from_directory
self.cover_image = self.file_list[0].image
File "C:\Downloads\CA\CorruptedAcademy-0.311-pc\renpy\revertable.py", line 221, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Corrupted Academy 0.312k
Mon Nov 25 13:11:11 2024
```
This looks like a mod issue caused by a photoshoot having NO photos or no photos are correctly named.
 
  • Like
Reactions: gp33
4.20 star(s) 25 Votes