Skip to content Skip to sidebar Skip to footer

UnRen v0.8.2 for MacOS and Linux Download

 UnRen for MacOS and Linux


UnRen is a script that makes it easy to do interesting things to Ren'Py games. This version, for macOS and Linux. UnRen.command is a bash shell script that calls python commands to do some of the work.


Features :

- Extract RPA packages,

- Decompile rpyc files,

- Enable Console and Developer Menu

- Enable Quick Save and Quick Load

- Force enable skipping of unseen content

- Force enable rollback

- Open game directory



Tehnical Info :

UnRen will look for the game directory in <app>/Contents/Resources/autorun (the Mac location). If that doesn't exist, it will look for the game directory in <app> (the Linux/Windows location). As such, it should work on Mac and Linux/Windows versions of Ren'Py apps.

rpatool.py and unrpyc.py are included in this script, base64 encoded. decompiler, a module needed by unrpyc, is also included as a base64 tar file. The 3 items are extracted into /tmp, and are cleaned up when you quit the script.


How to install :

Download and unzip the script. Place it where you like. There are two ways to run it :

On a Mac, double click on UnRen.command. This will open a Terminal window that will allow you to drag (or type the path to) the app you want to work on.

On a Mac or Linux, you have run UnRen.command from the command line. You can provide the path to the app on the command line, or type it in when UnRen asks for it.



DEPENDENCIES :

- Python must be installed. Get it from HERE if you don't have it. This has been tested with python 2.7.10 on MacOS 10.12.6. It does not work with Python 3.x (will error out if it can't find Python 2.x), and should on Linux (or other Unix variants).
- base64 (should be installed by default).
- tar (should be installed by default).