- Oct 4, 2017
- 964
- 1,842
It's not about my update or anything, it's not even about that you did it at all. Like I said, I don't mind you checking out the code or the images or whateverYeah, I didn't want to ruin anything by tempering wiith any files myself.
But I did use unren in the previous versions...
Aftrer installing a clean version the 5.1.0 update works fine....
(I did unren the game, for it makes some games better playable. This last update dev clearly didn't want people to use that again. however, it would be nice if there was a hint of somesorts to tell the players this... would have saved loads of time.)
The problem about it is, I only provide .rpyc files (encrypted rpy files which are the only files necessary to play the game) in the script.rpa
So now you extracted the script.rpa and ran unrpyc over it. Which created rpy files from the .rpyc files. Not a problem there but now the problem for renpy is, it reads at gamestart the .rpy files, and replaces ALL .rpyc files with the stuff written inside the .rpy files it has in the folder, so... i.e.:
I changed stuff in chapter_4_part5.rpy and after packing the game all you get is a new chapter_4_part5.rpyc inside the scripts.rpa, now your "old" chapter_4_part5.rpy replaces this fresh downloaded .rpyc file with a copy of itself at gamestart.
That's why I said, if you don't know what you're doing, make a copy of the stuff you edit, and that goes for all games