Thank you, I hope this fix goes into UnRen.bat, as it seems in another VN like there was a similar problem.
I don't think UnRen is going to add support for a dev's one-off, where he changes the magic numbers in rpa files.Thank you, I hope this fix goes into UnRen.bat, as it seems in another VN like there was a similar problem.
It will never goes into UnRen, because it can't goes into UnRen.Thank you, I hope this fix goes into UnRen.bat, as it seems in another VN like there was a similar problem.
Then let's put the question in a different way : is it possible to edit the script so that it unpacks all the RPA archives at once, because there are already more than ten of them in this version?It will never goes into UnRen, because it can't goes into UnRen.
Those are different issues, so I'm not sure how that is putting "the question in a different way".Then let's put the question in a different way : is it possible to edit the script so that it unpacks all the RPA archives at once, because there are already more than ten of them in this version?
Oh hell! I missed 9 major releases? Sam was really busy, hm...Sam Is 9.0 still unstable ...
You don't say.Forbidden Fruit does not unpack - writes " unsupported format".
What? Huh? Do you want do unpack multiple RPA in a directory in one go? If yes, "rpakit" can this.... so that it unpacks all the RPA archives at once, because there are already more than ten of them in this version?
It will not be enough, Forbidden Fruit also change the signature of the RPYC files.Thats old news... It uses "RPA-4.0" identification, a simple "RPA-3.0" clone. Try it with rpakit from my sig.
Have fun.
You're right. I forgot.It will not be enough, Forbidden Fruit also change the signature of the RPYC files.
if raw_contents.startswith("RENPY RPC2"):
if raw_contents.startswith("MY_HEADER"):
If at least there where a tool specifically designed for this... and why not a full packaged archive to deal with this game.USers who want to edit the scripts needs to use a changed unrpyc.py.
I like it. Make it so, Number 1!Hm. I think we should/could have sorts of a master thread for games with "tricks". Holds the clutter and endless seeking/asking users from other threads. Thoughts?
"Windows cannot open this type of file .py"You don't say.
Thats old news... It uses "RPA-4.0" identification, a simple "RPA-3.0" clone. Try it with rpakit from my sig.
Have fun.
What? Huh? Do you want do unpack multiple RPA in a directory in one go? If yes, "rpakit" can this.
it worked ! big thanks for you broMost problem by using the "Unren.bat" is the Windows 10 "Command Problem"!
To fix the CMD-Window-Closing problem
try this
1. open your Registry: type "regedit"
2. go to: Computer\HKEY_CURRENT_USER\Software\Microsoft\Command Processor
3. now change the Value in line: AutoRun REG_SZ "BLAblaBla....." in to: AutoRun REG_SZ "0"
So you be able to open the Unren.bat,
which you copied into the Game folder
Have Fun!!
This does'nt tell us much. But i make a guess and say you did it wrong. No offense meant, but you should try to understand more about the basics of work with a PC. You will perhaps want to know more about"Windows cannot open this type of file .py"
In such a case you check for something what are guaranteed to be there. For Ren'Py this are a few directorys one level above the dir with the game files. Here, it seeks for /game /lib /renpy. The last 2 are always there, "game" nearly always.How does unren identify if we are in game's directory or not