- Sep 25, 2020
- 87
- 105
I couldn't find if you have gotten an answer, didn't see it in my quick scroll through the last few pages.Hi! I have the problem where after running unren.bat is says "cannot find python". I copied in the main game folder which contains "game". Any ideas? Thank you!
Firstly, this problem has been more than six months. Secondly, even the updated version of UnRen in the header is suitable for new versions of RenPy. And thirdly, I have created a separate thread for my personal modification of this tool, where I try to add support for all new changes as far as possible.I couldn't find if you have gotten an answer, didn't see it in my quick scroll through the last few pages.
Got the same issue for some games. It boils down to a changed (default?) location of python.exe. Used to be in "..\lib\windows-i686" but in newer games (eg Bad Memories) it's in "..\lib\windows-x86_64". Unren only checks the first one.
Your options are:
1) modifying unren.bat to include using the new location or
2) copying python.exe from the "..\lib\windows-x86_64" folder to "..\game"
I'm not aware of issues option 2) could cause. If there are issues I'm sure someone knowledgeable about Ren'py will call me out on it.
Can't get it to work. I did that, along the folder that says "game", inside the Au-Pair (which is the game I'm doing this for), folder. When I run Unren, I keep getting the error that says, "Cannot locate python.exe, unable to continure. Are you sure we're in the game's root directory?"
I've been trying in all the folders and still can't get it to work.
Up through one message.Looks like this one is not working with v0.91
Not helpful. The lib folder already has the windows-i686 folder.Up through one message.
Just tested, seems to be OKNot on topic about UnRen, but depack helped here, see attached file.
View attachment 1375221You don't have permission to view the spoiler content. Log in or register now.
Most likely, the archive header was simply changed, the usual practice, but I will say more precisely after downloading. I don't know yet how to bypass random headers beautifully. Only adding to the list of known ones.Not helpful. The lib folder already has the windows-i686 folder.
The error message for all 3 .rpa files is "ValueError: the given file is not a valid Ren'Py archive, or an unsupported version".
Here are the details for the script.rpa file:
+ Unpacking "script.rpa" - 635810 bytes Traceback (most recent call last):
File "F:\Games\JASOM\JASON-U02-pc\_rpatool.py", line 363, in <module>
archive = RenPyArchive<archive, padlength-padding, key=key, version=version, verbose=argument_verbose>
File "F:\Games\JASOM\JASON-U02-pc\_rpatool.py", line 65, in __init__
self.load<file>
File "F:\Games\JASOM\JASON-U02-pc\_rpatool.py", line 229, in load
self.version = self-get_version<>
File "F:\Games\JASOM\JASON-U02-pc\_rpatool.py", line 87, in get_version
raise ValueError<ValueError<'the given file is not a valid Ren\'Py archive, or an unsupported version'>
If someone knows what is happening, fine. Otherwise, I don't have to play this game.
I was right. Changed the Header. And it's capital like this. Added in support there.Not helpful. The lib folder already has the windows-i686 folder.
The error message for all 3 .rpa files is "ValueError: the given file is not a valid Ren'Py archive, or an unsupported version".
Here are the details for the script.rpa file:
+ Unpacking "script.rpa" - 635810 bytes Traceback (most recent call last):
File "F:\Games\JASOM\JASON-U02-pc\_rpatool.py", line 363, in <module>
archive = RenPyArchive<archive, padlength-padding, key=key, version=version, verbose=argument_verbose>
File "F:\Games\JASOM\JASON-U02-pc\_rpatool.py", line 65, in __init__
self.load<file>
File "F:\Games\JASOM\JASON-U02-pc\_rpatool.py", line 229, in load
self.version = self-get_version<>
File "F:\Games\JASOM\JASON-U02-pc\_rpatool.py", line 87, in get_version
raise ValueError<ValueError<'the given file is not a valid Ren\'Py archive, or an unsupported version'>
If someone knows what is happening, fine. Otherwise, I don't have to play this game.
That, indeed, did the trick. Many thinks for your research and work.I was right. Changed the Header. And it's capital like this. Added in support there.
The game will take care of everything for you. After you change a .rpy file, just restart the game and it will recreate the .rpyc file based on your changes.I am a beginner in renpy. I have a decent idea how to play with console commands. But now I wanna learn about rpy files.
Can anyone tell me, after extracting RPA packages and decompile rpyc. I can edit those however I want. After successfully editing those rpy file. How can I recompile all those files. Do I even need to recompile all those file. Because the game runs without an issue even after decompiling files.
I know experience modders make a patch file (ex: patch.rpy) to mod the game. But I'm not quit there yet.
And lastly I cannot find the tread tutorial for making patch.rpy or other mod like unlock gallery mod. If anyone know then please link at me.
If you just want to make a mod patch, you don't need to recompile anything.I am a beginner in renpy. I have a decent idea how to play with console commands. But now I wanna learn about rpy files.
Can anyone tell me, after extracting RPA packages and decompile rpyc. I can edit those however I want. After successfully editing those rpy file. How can I recompile all those files. Do I even need to recompile all those file. Because the game runs without an issue even after decompiling files.
I know experience modders make a patch file (ex: patch.rpy) to mod the game. But I'm not quit there yet.
And lastly I cannot find the tread tutorial for making patch.rpy or other mod like unlock gallery mod. If anyone know then please link at me.
Specify which version of the tool you use?Hello.
Thanks a lot for this helpful tool. For a long time I don't play any more, but I continue to get acquainted with projects of interest.
However, there were a couple of games, archives of which both the past and the current version could not be unpacked, for example current versions of "Wicked Paradise". Can you help with this?
And UnRen 0.8, and today I looked here and tried UnRen 0.91.Specify which version of the tool you use?
Version 0.8 has not supported all games for a long time. And 0.91 was created by a moderator who messed up a little. If you look at the previous page with messages, you will see my link to the current version of the tool, which should support all modern games on RenPy.And UnRen 0.8, and today I looked here and tried UnRen 0.91.
Sorry, I did not describe the error, as I wrote from the phone.
This is what the tool gives me when I try to unpack (as well as several previous versions of this game).
You don't have permission to view the spoiler content. Log in or register now.