- Mar 15, 2021
- 76
- 53
I used Unren to extract the rpy files, I changed the code to my hearts content, now the changes don't reflect in the game, do I need to recompress them or recompile the game again?
It should be sufficient to keep the RPY and RPYC files exposed, as we translators do in similar cases.I used Unren to extract the rpy files, I changed the code to my hearts content, now the changes don't reflect in the game, do I need to recompress them or recompile the game again?
Move the "/home/....../python3.9/multiprocessing" dir into a temporary dir for the time of decompile, then move it back.so ive noticed that when i go to decompile rpyc files i get a bunch of "files failed to decompile" i have current version of the mod. anyone know whats going on?
View attachment 3293095
so i looked for the file u mentioned but didn't see it anywhere, is it a file for the mod if so how do i access it, if not then the only thing i found close to it is in the python3.9 file in the lib file which has a file called multiprocessing is that the one u say i should move temporary then run the bat or is it something else and where would it be. i also tried typing in the file listed in the bat to find it but windows said its no existent.Move the "/home/....../python3.9/multiprocessing" dir into a temporary dir for the time of decompile, then move it back.
Yes, check if there is a directory, under the game "lib\python3.9\multiprocessing" , move that.so i looked for the file u mentioned but didn't see it anywhere, is it a file for the mod if so how do i access it, if not then the only thing i found close to it is in the python3.9 file in the lib file which has a file called multiprocessing is that the one u say i should move temporary then run the bat or is it something else and where would it be. i also tried typing in the file listed in the bat to find it but windows said its no existent.
I'd go out on a limb and guess it's either the space in the folder path or the special character that throws Ren'Py off.I can't understand why this doesn't work? I did it as written in the tutorial, but when I start the project it gives this error View attachment 3376616
I thought so too, but as you can see, the same error pops up everywhere. In the screenshot, the files are located on the desktop. I don’t understand, but I get the impression that the problem is in the mtr.rpyc file, but I don’t understand how to solve this problemI'd go out on a limb and guess it's either the space in the folder path or the special character that throws Ren'Py off.
Not IN the file. If you have a Exception like "Could not load file" the problem is accessing the file itself. He doesnt even get as far as reading the content.I don’t understand, but I get the impression that the problem is in the mtr.rpyc file