ElCativo1988
Newbie
- Mar 13, 2018
- 79
- 22
- 114
After two weeks, you'll be swimming in money. Simply playing is really the right thing to do.Play the game itself...
After two weeks, you'll be swimming in money. Simply playing is really the right thing to do.Play the game itself...
from what i noticed the color fix just made the screen where u can buy these 4 addons more enjoyable for the eyes besides that idk if it has any other purpose …The names give no clue whatsoever as to them being useful in anyway. I thought they were all jokes and didn't waste money on them.
I'm still not sure what the first one does, even though you think it's obvious, it's not, what does eye saver 2000 color fix mean???
Perhaps if you already know what they are, these make sense.... but they look like snake oil.
For the phone you can try open the console(Shift+O) and typeMy current save has developed some strange behaviors.
1. The phone shows on top when loading the save.
You don't have permission to view the spoiler content. Log in or register now.
2. Quicksave no longer works
3. Loading a save starts at the previous Saturday's PTA Meeting (extremely annoying) regardless of when the save was made.
4. Rollback no longer works.
5. Hide UI no longer works. It does hide the phone that shows on initial load, but then doesn't do anything.
My guess is I'll have to start over with a new save, but is there anything that I can do to fix this save?
hide screen phone.renpy.get_return_stack() and post a picture here I would appreciate it.renpy.set_return_stack(renpy.get_return_stack()[-1::]) might fix your save if it is indeed a return stack issue. I know Warbl's church and extracurricular activities mod had a lot of issues but I think they have been fixed at this point.Are you sure they are installed and not just downloaded? The game downloads the archive and then you need to hit the green arrow to install them. If you check under options you can enable auto installing mods and auto deleting archives. There is also a trash bin on the top right to delete the archives for all installed mods.Is it normal that when I install girls from mods at startup, I only get the default ones to choose from?
That didn't hide the phone.For the phone you can try open the console(Shift+O) and typehide screen phone.
As for all the other issues it sounds like a callstack issue.
If you can open the console and typerenpy.get_return_stack()and post a picture here I would appreciate it.
Again got same syntax error show above.Also after loading your save go to your bedroom and use this command in the consolerenpy.set_return_stack(renpy.get_return_stack()[-1::])might fix your save if it is indeed a return stack issue. I know Warbl's church and extracurricular activities mod had a lot of issues but I think they have been fixed at this point.
I've only downloaded the girls, no other mods and I doubt that they would be early version since I just started playing this game about a week ago. And I've only downloaded the girls through the game.Are you sure they are installed and not just downloaded? The game downloads the archive and then you need to hit the green arrow to install them. If you check under options you can enable auto installing mods and auto deleting archives. There is also a trash bin on the top right to delete the archives for all installed mods.
This is only an issue if you downloaded an early version as both of these are on by default now but it won't update for users since the variables are persistent.
Bottom-left corner near the pew there should be an exit arrow. If it's a black arrow that's tough to see, you can update the mod and that will make it much more visiblei cannot get out from the church
i'm currently working on a couple trans students but they dont have such content (i could maybe use generic clips but they would need to be tagged "finger_ass" in order for the clips to play)Is there or will there be any Futa or Fisting content? Or is there already any mod with these contents?
You are copy pasting with the forum formatting tags. Those ICODE tags shouldn't be there. I think the save is pretty dead regardless because call stack issues are very bad. Make sure the church and extracurricular activities mods are updated before starting a new save.That didn't hide the phone.
You don't have permission to view the spoiler content. Log in or register now.
I copy/pasted what you wrote and got the syntax error. Done in the bedroom.
Again got same syntax error show above.
I've only downloaded the girls, no other mods and I doubt that they would be early version since I just started playing this game about a week ago. And I've only downloaded the girls through the game.
I'm willing to do any other troubleshooting you might want but it is not that big a deal to me to start over.
Cloudflare seems very sensitive to unstable networks. Enabling caching MIGHT help, I will look into using it. The issue is it the mod manager sees the update immediately but the downloaded file can be the old one that hasn't changed. You can try a download manager likeMods take a very long time to download, and after the 10th try, the progress resets and the download starts all over again. This happens both through the mod manager and through the website. Has anyone encountered this problem? How did you solve it?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 826, in script
init -3 python:
File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 835, in <module>
"trait_object": Trait(
TypeError: __init__() got an unexpected keyword argument 'remove_only'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 826, in script
init -3 python:
File "<snip>\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "<snip>\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 835, in <module>
"trait_object": Trait(
TypeError: __init__() got an unexpected keyword argument 'remove_only'
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.532
Mon Oct 6 09:36:36 2025
This occurred after doing an in-game update. Now it appears on load every time. I assume related to a mod; but I've only got mods installed via the ingame mod loader for this playthrough.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 826, in script init -3 python: File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 835, in <module> "trait_object": Trait( TypeError: __init__() got an unexpected keyword argument 'remove_only' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 826, in script init -3 python: File "<snip>\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "<snip>\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 835, in <module> "trait_object": Trait( TypeError: __init__() got an unexpected keyword argument 'remove_only' Windows-10-10.0.26100 AMD64 Ren'Py 8.3.4.24120703 Corrupted Academy 0.532 Mon Oct 6 09:36:36 2025
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_mods/content/ggypt_library_expansion/library_location.rpy", line 116, in script
init -1 python:
File "game/_mods/content/ggypt_library_expansion/library_location.rpy", line 170, in <module>
database_traits["oral_curious"] = Trait(
TypeError: __init__() got an unexpected keyword argument 'remove_only'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/_mods/content/ggypt_library_expansion/library_location.rpy", line 116, in script
init -1 python:
File "E:\Temp\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Temp\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/_mods/content/ggypt_library_expansion/library_location.rpy", line 170, in <module>
database_traits["oral_curious"] = Trait(
TypeError: __init__() got an unexpected keyword argument 'remove_only'
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.532
Mon Oct 6 10:02:47 2025
Did you manage? Thanks for downloading it. Is it to your liking?man, the Hitomi Tanaka mod is downloading slow D:
it keeps failing D: