I tried the first fix for Renpy games when I try to run the game through the terminal it wont run and say "permission denied".
So do I just have no other option than using option 1 or 2?
thx
I tried the first fix for Renpy games when I try to run the game through the terminal it wont run and say "permission denied".
So do I just have no other option than using option 1 or 2?
thx
Method 3 is what I’d usually do and if I were to update the op I’d put it first. There are 2 versions of renpy: one runs on python 2, the other python 3. If you have an incompatible python version with renpy game you’re trying to run off terminal: you’ll get an error. Packaging the game with either renpy 7.x (python 2) or renpy 8.x (python 3) circumvents this issues most of the time.