Tool Ren'Py UnRen for MacOS and Linux v0.8.2

5.00 star(s) 1 Vote

Madeddy

Active Member
Dec 17, 2017
809
463
Thanks for great tool, any plans for new version?
Original poster went MIA. Therefore no new version until someone continues Goobdoob's work.
A rewrite of UnRen in pure python code is basically done since last year and i test/develop it since then some more.

This means just ONE version for all OS which support python. Caveat is you need to have python installed but that's no real problem i'd say. If someone interested is, in the main thread for UnRen i posted a test version for py2.7 which works afaik: https://f95zone.to/threads/unren-ba...sole-developer-menu-enabler.3083/post-5249261

py3 version works also but makes no sense for now because unrpyc does still not support python3.(Wait for renpy to make the step... :rolleyes:)
 

m0us3r

Member
Nov 28, 2020
477
1,393
Thanks for great tool, any plans for new version?
In case of problems decompiling RPYC, you can use the last un.rpy from the original repo:



Put "un.rpy" in the folder "game" and run the game once. => See rpy scripts appeared in the folder.
 

Chislev

New Member
Jun 12, 2020
12
15
I had trouble getting UnRen working. (Ubuntu 20.04) Same issue as few others here:
Code:
$ ./UnRen.command
UnRen for Mac and Linux v0.8.2
by goobdoob @ www.f95zone.to
based on the original version by jimmy5 @ www.f95zone.to
and UnRen.bat by sam @ www.f95zone.to
Python is installed, detected
Error - cannot find rpatool or unrpyc in UnRen v0.8.2 Tools. Exiting
However, my fix differs a bit from the previous ones so worth commenting.
I had both Python2 and Python3 installed. However, it seems the script failed because there was no python version detected with command "python".
So I installed "python-is-python3" package. Now the script can detect something at "python" and decide it's unsupported, and goes for "python2" which works. I suppose alias python=python2 would also work. But this is what I did because it's the quickest way to make the script work permanently.
 
  • Like
Reactions: kaxfool

cold_arctus

Devoted Member
Sep 25, 2018
8,945
10,818
I had trouble getting UnRen working. (Ubuntu 20.04) Same issue as few others here:
Code:
$ ./UnRen.command
UnRen for Mac and Linux v0.8.2
by goobdoob @ www.f95zone.to
based on the original version by jimmy5 @ www.f95zone.to
and UnRen.bat by sam @ www.f95zone.to
Python is installed, detected
Error - cannot find rpatool or unrpyc in UnRen v0.8.2 Tools. Exiting
However, my fix differs a bit from the previous ones so worth commenting.
I had both Python2 and Python3 installed. However, it seems the script failed because there was no python version detected with command "python".
So I installed "python-is-python3" package. Now the script can detect something at "python" and decide it's unsupported, and goes for "python2" which works. I suppose alias python=python2 would also work. But this is what I did because it's the quickest way to make the script work permanently.
I run Ubuntu 20.04 too and have Python 2 and 3 installed. However, Python 2 is set as default in my alias python file:

Code:
alias python=/usr/bin/python2.7
 

clap_clap-clap^clap

New Member
May 27, 2020
4
1
After ./UnRen.command there is this error:

Code:
UnRen.command: 87: function: not found
UnRen for Mac and Linux v0.8.2
by goobdoob @ www.f95zone.to
based on the original version by jimmy5 @ www.f95zone.to
and UnRen.bat by sam @ www.f95zone.to
Python is installed, detected
Error - cannot find rpatool or unrpyc in UnRen v0.8.2 Tools. Exiting
/usr/bin/python2
 
Last edited:
  • Like
Reactions: IceKream

fruit7654321

New Member
Feb 25, 2022
1
0
just used this to enable console on mac and it worked like a charm! Thanks so much, this was the only resource I could find
 

Kazatti

New Member
Oct 6, 2018
6
5
Sadly it's no longer compatible with macOS Monterey 12.3 due to discontinuation of python 2.7 support.
 

Madeddy

Active Member
Dec 17, 2017
809
463
Sadly it's no longer compatible with macOS Monterey 12.3 due to discontinuation of python 2.7 support.
If Ren'py 8.x releases(python3) i will try and go back to the Unren rewrite i began ~two years ago. This tool-version will then be naturally compatible with every OS with Python support. Which should be most. Admittedly we need then also "unrpyc" in py3 or we will miss decompiling ability.
 
  • Like
Reactions: renice

RandomGuy99

Well-Known Member
Nov 11, 2018
1,442
2,030
UnRen for Mac and Linux v0.8.2
by goobdoob @ www.f95zone.to
based on the original version by jimmy5 @ www.f95zone.to
and UnRen.bat by sam @ www.f95zone.to
python2 is not installed, or not added to your PATH. Please install/reinstall it from python.org
Python 3 is not supported by unrpyc; you need a Python 2 installation
logout

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]

How ?
 

tonyalfonso7

New Member
Aug 21, 2017
5
2
UnRen for Mac and Linux v0.8.2
by goobdoob @ www.f95zone.to
based on the original version by jimmy5 @ www.f95zone.to
and UnRen.bat by sam @ www.f95zone.to
python2 is not installed, or not added to your PATH. Please install/reinstall it from python.org
Python 3 is not supported by unrpyc; you need a Python 2 installation
logout

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]

How ?
The latest macOS 12.3 removes support for Python2 because its old. Either they should update this version, or you should install back Python2 in your system.
 
  • Like
Reactions: hurry69

finger_ninja

Newbie
Oct 4, 2021
34
24
So for linux I need to install python then run the command ./ and the file name? Is python free on the site i think it said it costs?
 
5.00 star(s) 1 Vote