Choose the correct unrpyc version for Ren'Py compatibility
masterBecause Ren'Py transitioned from Python 2 to Python 3 (in Ren'Py 8), unrpyc is split into two distinct branches. Choosing the wrong version will result in failure.
unrpyc v2 (master branch)
- Python Requirement:
3.9or above. - Ren'Py Support: Ren'Py
8.x(most recent) down to6.18.0. - Note: For games between
6.18.0and6.99.10, you must use the--no-init-offsetoption. - Injectors: Only supports Ren'Py
8.x.
unrpyc v1 (legacy branch)
- Python Requirement:
2.7. - Ren'Py Support: Ren'Py
7.xand6.x. - Injectors: Supports Ren'Py
6.xand7.x.
Note: Ren'Py 5 or earlier are not supported.