View attachment 60804
I had originally created this script for myself, but I've decided to clean it up a bit and release it for everyone. You can extract RPA archives (using built in
You must be registered to see the links
), decompile RPYC files (using built in
You must be registered to see the links
) and enable the console and developer menu for Ren'Py games.
No dependencies, no internet connection required. You can right click->edit to see the source. Works on Windows 7, 8 and 10. XP and Vista users might need this PowerShell update from Microsoft:
You must be registered to see the links
Instructions:
1. Copy UnRen.bat to either the game's root directory (where the exe is) or the /game/ folder
2. Double click on UnRen.bat to execute
3. Select the option you require
RPA archives will be extracted to the /game/ folder. For RPYC, you will need to run the game once, and the RPYC files will automatically be decompiled to the /game/ folder.
Known Issues:
- Having non-ASCII characters in your folder path may cause issues
- Quick Save/Quick Load might not work for older renpy versions
Let me know if you encounter any issues or bugs.