BolHeX

Member
Nov 30, 2019
282
454
The problem is when the game call the .rpy...
This does seem to be an error caused by an old save file. I am afraid 0.2 saves were broken with this release.

Anyone know the variable for the academy funds ?
1723479424752.png
"available_funds" would be what you are looking for but these are other relevent variables that control other sources of expenses/income.


Can I run this through Joi play?
Users have posted errors when using it so I recommend against it I am afraid. I will try find time to work on my on android version but I believe there is a size limit on .apk files.
 
  • Like
Reactions: Troll

rg311

New Member
Jan 20, 2023
4
1
notion its free and can publish the page free for global access. and link
stuff like google drive inside.
 

BolHeX

Member
Nov 30, 2019
282
454
A quick poll whether users would care about an real android port. So make your voices heard if you are a mobile/android user.

 

themagiman

Well-Known Member
Mar 3, 2018
1,385
430
I have all the students at max corruption how do I get them to show up nude to class?

I keep getting video going fullscreen and unable to get out of it after the update.
 
Jun 13, 2021
22
18
My school is bugged. I can't mouse over rooms except for the bathroom and the lobby, which I've fully upgraded. Is this normal?
 

kronmar

Member
Sep 30, 2018
169
87
I have all the students at max corruption how do I get them to show up nude to class?

I keep getting video going fullscreen and unable to get out of it after the update.
train naturism, best way to do is to visit them at home after the school and on wekends.
 
  • Like
Reactions: BolHeX

DeathbyKimchi

Newbie
Oct 11, 2017
25
21
So, installed the latest hotfix via ingame menu, and now it won't let me start up a new game. Soon as I hit start, it immediately throws an exception at my face.

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

While running game code:
  File "game/script.rpy", line 56, in script call
    call game_init from _call_game_init
  File "game/scripts/game_init.rpy", line 165, in script
    $ academy = Academy(headmaster)
  File "game/scripts/game_init.rpy", line 165, in <module>
    $ academy = Academy(headmaster)
JSONDecodeError: Expecting ',' delimiter: line 3 column 3 (char 25)

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

Full traceback:
  File "game/script.rpy", line 56, in script call
    call game_init from _call_game_init
  File "game/scripts/game_init.rpy", line 165, in script
    $ academy = Academy(headmaster)
  File "X:\AGames\CorruptedAcademy-0.2513-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "X:\AGames\CorruptedAcademy-0.2513-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/game_init.rpy", line 165, in <module>
    $ academy = Academy(headmaster)
  File "game/scripts/main_classes/academy/class_academy_ren.py", line 66, in __init__
    self.girl_manager = GirlManager()
  File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 45, in __init__
    self.load_girl_configs()
  File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 255, in load_girl_configs
    girl_config = GirlConfig().load_from_config_file(config_json)
  File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 97, in load_from_config_file
    girl_config = json.load(renpy.file(config_file))
  File "lib/python3.9/json/__init__.py", line 293, in load
  File "lib/python3.9/json/__init__.py", line 346, in loads
  File "lib/python3.9/json/decoder.py", line 337, in decode
  File "lib/python3.9/json/decoder.py", line 353, in raw_decode
JSONDecodeError: Expecting ',' delimiter: line 3 column 3 (char 25)

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
Corrupted Academy 0.2517
Tue Aug 13 03:00:06 2024
 

wirox

Newbie
Sep 18, 2017
41
124
So, installed the latest hotfix via ingame menu, and now it won't let me start up a new game. Soon as I hit start, it immediately throws an exception at my face.
DeathbyKimchi

Error "Line 3, char 25" - probably means - no comma after girl first name

ingame 101.png

Check girl config - that you (maybe) edited or added recently
 
  • Like
Reactions: BolHeX

BolHeX

Member
Nov 30, 2019
282
454
Why does Riley reid always leave angry?
Is she corrupted yet?

I have all the students at max corruption how do I get them to show up nude to class?

I keep getting video going fullscreen and unable to get out of it after the update.
It is quite hard to get girls to come completely nude without punishements or rules forbidding clothes.

The fullscreen video is a crash that is being hidden by the video or the video is not being hidden. Please give me your log.txt file and tell me what you were doing if it happens again.

My school is bugged. I can't mouse over rooms except for the bathroom and the lobby, which I've fully upgraded. Is this normal?
The rest are "faculty" areas and aren't clickable until you have that unlocked. This might be unclear, I will change it in the future.

How do you sell photosets once you finish making them?
Shoots images are sold to sponsors if they request them.

Yeah the old saves aren't working :(

Dev, can you fix that plz?
I really wish I could but if its a save from 0.2 too much changed for me to try keep it compatible for this sorry.

So, installed the latest hotfix via ingame menu, and now it won't let me start up a new game. Soon as I hit start, it immediately throws an exception at my face.

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

While running game code:
  File "game/script.rpy", line 56, in script call
    call game_init from _call_game_init
  File "game/scripts/game_init.rpy", line 165, in script
    $ academy = Academy(headmaster)
  File "game/scripts/game_init.rpy", line 165, in <module>
    $ academy = Academy(headmaster)
JSONDecodeError: Expecting ',' delimiter: line 3 column 3 (char 25)

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

Full traceback:
  File "game/script.rpy", line 56, in script call
    call game_init from _call_game_init
  File "game/scripts/game_init.rpy", line 165, in script
    $ academy = Academy(headmaster)
  File "X:\AGames\CorruptedAcademy-0.2513-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "X:\AGames\CorruptedAcademy-0.2513-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/game_init.rpy", line 165, in <module>
    $ academy = Academy(headmaster)
  File "game/scripts/main_classes/academy/class_academy_ren.py", line 66, in __init__
    self.girl_manager = GirlManager()
  File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 45, in __init__
    self.load_girl_configs()
  File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 255, in load_girl_configs
    girl_config = GirlConfig().load_from_config_file(config_json)
  File "game/scripts/main_classes/girl/class_girl_config_ren.py", line 97, in load_from_config_file
    girl_config = json.load(renpy.file(config_file))
  File "lib/python3.9/json/__init__.py", line 293, in load
  File "lib/python3.9/json/__init__.py", line 346, in loads
  File "lib/python3.9/json/decoder.py", line 337, in decode
  File "lib/python3.9/json/decoder.py", line 353, in raw_decode
JSONDecodeError: Expecting ',' delimiter: line 3 column 3 (char 25)

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
Corrupted Academy 0.2517
Tue Aug 13 03:00:06 2024
Are you using any mods because this looks like one of the girl config files is not formatted correctly as Wirox pointed out.
 
3.90 star(s) 15 Votes