- Apr 3, 2018
- 49
- 139
I only asked because I know it doesn't work with the compressed version. The compressed version has only "week_4_00.rpyc" and deleting it and renaming "week_04_0.rpa" to that just causes the came to crash on launch.
Sorry for the late reply, I was sleeping..rpa is a Ren'py asset collection. Think of it like a zip file. There can be a lot of different things in it. .rpyc is an encoded Ren'py script file, made automatically from a .rpy (Ren'py script file) when it it loaded.
@Velimere to fix your issue, delete week_04_00.rpyc and drop in the week_4_0.rpa from the fix. The only thing week_4_0.rpa has in it is week_4_00.rpyc, so doing this will give you the fix.
What @goobdoob wrote up here should fix it, the person who made the compressed version probably forgot to re-pack the Renpy archives.
If it still doesn't work I'll download the compressed game and work on it myself.
This should not happen, are you sure you didn't delete any other file?If I use the fix posted and after i replace that file with original I have problems with a lot of my save that works with the patch
So if the author change that files in different way ... my saves may not work ?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 434, in __call__ renpy.load(fn) Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? -SNIP-
In any case I finished with the original
To avoid too much troubleshooting it would be best to download the game again (or extract a clean copy from the original game archive if you still have it) and then try replacing the file again.