. rpa is an archive, you need to unpack it first, and then run decompilation.Came here for the same game, and unren being unable to decompile the archive.rpa.
If you are referring to the Unren-Version you mentioned here, it doesn't work either. It still claims the .rpa is unsupported.
FFS... the top post on this page said your version helped decompiling, so that's where my brain lingered.. rpa is an archive, you need to unpack it first, and then run decompilation.
,Not 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.
Well. I agree, I was wrong. I still found a solution(crutch). Later, I will probably make a new thread for my modification when it is fully tested and assembled. After that, I will throw a link here.FFS... the top post on this page said your version helped decompiling, so that's where my brain lingered.
I meant unpacking. Sorry. Just like in the screenshot posted above.
Hey, got another puzzle to throw your way: https://f95zone.to/threads/the-hard-way-v0-05-5-muffin-maker.74065/Well. I agree, I was wrong. I still found a solution(crutch). Later, I will probably make a new thread for my modification when it is fully tested and assembled. After that, I will throw a link here.![]()
So it was about this. That's what I've been working on.Hey, got another puzzle to throw your way: https://f95zone.to/threads/the-hard-way-v0-05-5-muffin-maker.74065/
Here's the header for the RPA:
madmufin0000000011972fb5 42424242
Made with Ren'Py.RENPY RPC2
Lol, somehow missed the fact that the game had already been linked. Ah well, at least I got the header so my post wasn't totally useless.So it was about this. That's what I've been working on.
rpypigView attachment 1065329
I had originally created this script for myself, but I've decided to clean it up a bit and release it for everyone. You can extract RPA archives (using built inYou must be registered to see the links), decompile RPYC files (using built inYou must be registered to see the links), enable the console and developer menu for Ren'Py games and more.
No dependencies, no internet connection required. You can right click->edit to see the source. Works on Windows 7, 8 and 10. XP and Vista users might need this PowerShell update from Microsoft:You must be registered to see the links
Instructions:
1. Copy UnRen.bat to either the game's root directory (where the exe is) or the /game/ folder
2. Double click on UnRen.bat to execute
3. Select the option you require
Both RPA and RPYC files will be extracted/decompiled to the same path as the original files.
Known Issues:
- Having non-ASCII characters in your folder path may cause issues
Let me know if you encounter any issues or bugs.
Contributions:
If you'd like to contribute any changes or improvements, check out the newYou must be registered to see the links(currently out of date)
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
rpypig?View attachment 1065329
I had originally created this script for myself, but I've decided to clean it up a bit and release it for everyone. You can extract RPA archives (using built inYou must be registered to see the links), decompile RPYC files (using built inYou must be registered to see the links), enable the console and developer menu for Ren'Py games and more.
No dependencies, no internet connection required. You can right click->edit to see the source. Works on Windows 7, 8 and 10. XP and Vista users might need this PowerShell update from Microsoft:You must be registered to see the links
Instructions:
1. Copy UnRen.bat to either the game's root directory (where the exe is) or the /game/ folder
2. Double click on UnRen.bat to execute
3. Select the option you require
Both RPA and RPYC files will be extracted/decompiled to the same path as the original files.
Known Issues:
- Having non-ASCII characters in your folder path may cause issues
Let me know if you encounter any issues or bugs.
Contributions:
If you'd like to contribute any changes or improvements, check out the newYou must be registered to see the links(currently out of date)
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
Firstly, the fact that the tool does not work in the "game" folder is something that I did on purpose. I believe that the file with the extension .bat there is a place only in the root of the game, where the executable file lies. Secondly, if there is a problem in the game, you can report it - I can't download every game just to check that they work, I don't have so much Internet and time. But if someone reports a problem, I will download it and either find a solution or report the impossibility. Third, UnRen 9.1 was not done by me, but by one of the moderators. It just used my best practices. As you noticed, I have now decided to create a new topic for the release, where it would make sense to report the problem, and not write here, so that the link would be even more lost. Fourth, I still didn't understand why your script is needed. Apart from the fact that it blocks a lot of functions and breaks the markup style and even the markup(at least in one game), I haven't seen anything useful yet. And I don't see much sense in this functionality either. So to say, why block everything when the majority comes here on the contrary for unblocking? Well, at the expense of the above examples of games - I will check at least one. It's hardly a problem in decompilation, but at the expense of unpacking - I'm still thinking about bypassing random headers, as it was with TheHardWay. If all the developers will change them all the time, then sawing crutches every time will not be very effective.it unwork, i mean yes it work, It decompress rpa and pry but : 1st if ya put unren 1.0 into /game folder, it error, it must be put unren1.0 in root game, 2nd after done, play game, and auto quit, I tried to fix script.rpy and if you play, save then load savegame, It auto quit. So the game"The Hard Way", I deleted form my pc, i dun care game "The Hard Way", Game "The Hard Way" is not interested me so much, just I put "The Hard Way" as an example that I mean the unren9.1 are need update. Okey let looking for "Wicked paradise" or "False Hero", it's cannot unren too. However, I wish there are combine option 1 and option 2 into one (IT extract rpa then decompile rpyc). With force quicksave, quickmenu, force skip and bla bla bla ya can try my "tools" that i wrote myself (ofc ouse it's not perfect, it control almost 80% game, and if get error, just make block comment the error lines)
Perhaps you should first find out what rpyc and png are? You want to turn the compiled game code into an image. This is some wildest perversions.i want to modify rpyc to png, how do I do that?