- Jul 16, 2020
- 40
- 16
Put that in folder name gameI use WinRAR(not important)
But i have put the UnRen.bat into the same folder where the .exe is, but when i try to open it it tells me it cannot locate python.exe
What do i do to change that?
Put that in folder name gameI use WinRAR(not important)
But i have put the UnRen.bat into the same folder where the .exe is, but when i try to open it it tells me it cannot locate python.exe
What do i do to change that?
Hey, if you have some spare time, can you test what's going on?I use WinRAR(not important)
But i have put the UnRen.bat into the same folder where the .exe is, but when i try to open it it tells me it cannot locate python.exe
What do i do to change that?
https://f95zone.to/threads/unren-for-macos-and-linux-v0-8-2.16887/any luck for mac users?
I"m in the same boat I can couldn't get it open either!Anyone know how the dev protected this game? https://f95zone.to/threads/never-back-down-v0-2-antidote-lab.57999/post-3938258
Seems like the rpyc files are in another format, but with the same header. And the game cannot load un.rpyc, so possibly the dev messed with the rpyc loading code?
https://f95zone.to/threads/unren-for-macos-and-linux-v0-8-2.16887/
Apparantly -Hex- found a way. Hope he can tell us how ;-)I"m in the same boat I can couldn't get it open either!
Don't know if it was a change in RenPy or the dev did it, but the encoding changed.Yea, I would certainly like to know.
raw_contents = raw_contents.decode('zlib')
raw_contents = raw_contents.decode('base64').decode('hex').decode('zlib')
Isn't the folder "Program Files" a location with extra protections in Windows? Move the game somewhere else. Almost anywhere else would be better.Hi!
I wanted extract a .rpa file from Summertime Saga game, I followed your instructions, but I got this error message:
Creating rpatool...
Access denied.
Access denied.
Access denied.
Access denied.
Access denied.
Access denied.
Exception calling "ReadAllText" with "1" argument(s): "The following file could not be found: „D:\Program Files\SummertimeSaga-0-20-1-pc\_rpatool.py.tmp”."
At line:1 char:5
+ & { [IO.File]::WriteAllBytes("D:\Program Files\SummertimeSaga-0-20-1- ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( : ) [], MethodInvocationException
+ FullyQualifiedErrorId : FileNotFoundException
Searching for RPA packages
+ Unpacking "audio.rpa" - 111328873 bytes
D:\Program Files\SummertimeSaga-0-20-1-pc\lib\windows-i686\python.exe: can't open file 'D:\Program Files\SummertimeSaga-0-20-1-pc\_rpatool.py': [Errno 2] No such file or directory
+ Unpacking "data.rpa" - 1309461 bytes
D:\Program Files\SummertimeSaga-0-20-1-pc\lib\windows-i686\python.exe: can't open file 'D:\Program Files\SummertimeSaga-0-20-1-pc\_rpatool.py': [Errno 2] No such file or directory
+ Unpacking "fonts.rpa" - 11879140 bytes
D:\Program Files\SummertimeSaga-0-20-1-pc\lib\windows-i686\python.exe: can't open file 'D:\Program Files\SummertimeSaga-0-20-1-pc\_rpatool.py': [Errno 2] No such file or directory
+ Unpacking "images.rpa" - 789821283 bytes
D:\Program Files\SummertimeSaga-0-20-1-pc\lib\windows-i686\python.exe: can't open file 'D:\Program Files\SummertimeSaga-0-20-1-pc\_rpatool.py': [Errno 2] No such file or directory
+ Unpacking "scripts.rpa" - 20398803 bytes
D:\Program Files\SummertimeSaga-0-20-1-pc\lib\windows-i686\python.exe: can't open file 'D:\Program Files\SummertimeSaga-0-20-1-pc\_rpatool.py': [Errno 2] No such file or directory
Cleaning up temporary files...
Could Not Find D:\Program Files\SummertimeSaga-0-20-1-pc\_rpatool.py.tmp
Could Not Find D:\Program Files\SummertimeSaga-0-20-1-pc\_rpatool.py
----------------------------------------------------
Finished!
What could be the problem?
He just over encoded them. I made a quick fix of my sigCorrector that reverse his [absolutely not a] protection.Seems like the rpyc files are in another format, but with the same header. And the game cannot load un.rpyc, so possibly the dev messed with the rpyc loading code?
Coming from someone who uses the program on a daily basis I can't tell you how valuable what you do is to me. Thank you.He just over encoded them. I made a quick fix of my sigCorrector that reverse his [absolutely not a] protection.
You need to firstly extract the rpyc files from the rpa archive, the run "idiot" and once it's done, you sould be able to use unrpyc without problems.
Edit: Er... Two precision, you need the standalone version of un.rpyc, and you'll not be able to launch the game once the correction made. I haven't fixed the core of Ren'py, and don't intend to do it unless this kind of stupidity start to be a habit.
Which game specifically? If you have a game that has RPAs that "override" each other, you might have to go through and figure out what you can delete once the game is extracted. You can use a grep GUI program (there are lots of them) and WinMerge in tandem to facilitate this.depending on how a game is build you can have a "variable defined twice" collision when you enable the developer mode and have mods installed that are supposed to replace files that are packed in an archive. a workaround for that would be nice. i cant find a command anywhere to disable this check.
Start the game again and you should be rid of the error.sunshine love + scrappy's walkthrough mod. without dev mode, it just parses. with dev mode enabled, the game doesnt load and displays a list of variables that are defined twice because it seems its compiling the rpyc before loading everything.