renpy2linux icon indicating copy to clipboard operation
renpy2linux copied to clipboard

Convert a Windows Ren'Py-based game into a Linux-compatible one.

Results 3 renpy2linux issues
Sort by recently updated
recently updated
newest added

Python 3 is now default in Linux so a change of code was needed to keep using Python 2 to find used Ren'Py version.

Looking around a bit, I found that you can get the version number from the ```./renpy/__init__.py``` file in the game's directory. It's declared as a tuple along the lines of:...

I update this script to work with python3, as is default on all linux distros