Repacked current version as an archive with a patch script, which can be run like this (in a Bash shell):Works fine for 0.993g for me.
"Simple" how-to for non-Windows users:
Download the .bat
Open it in .. something. Whatever your text editor of choice is
OpenYou must be registered to see the links(or however you want to do the decode. I was lazy)
Copy/paste the rpatool1/2/3/4/5 blobs in order as one long blob and decode, and save that as rpatool.py somewhere (or you can download rpatool.py from another source, if preferred, or use your existing one if you have it)
Do the same with cheat1, saving that as cheat.py in the game/ folder
Copy archive.rpa to where you put rpatool.py
Open a terminal in that directory and executepython3 rpatool.py -x archive.rpa
Copy options.rpy and screens.rpy from there to the game/ folder
Open a terminal in game/ and executepython3 cheat.py
Should work fine
You can then delete the copied archive.rpa + extracted contents, if desired
Code:
GAME=path/to/game/folder ./patch.sh
Mod updates will likely only affect the
cheat.py
file contents (decoded from cheat1
variable in the script), so an update should be trivial.P.S. Patched game works fine for me, except that after loading an old save (from before patching) the game makes you go to your room (trying to stay sends you back to main menu).