- May 22, 2018
- 84
- 22
im very sorry, wrong place, we can delete my post....What do you want to do? decompile .rpyc files? Extract .rpa achieve? What game is it?
im very sorry, wrong place, we can delete my post....What do you want to do? decompile .rpyc files? Extract .rpa achieve? What game is it?
Trying to activate the console for allowing cheats, will someone, anyone, explain to me how TF i can fix this so it lets me edit it and save the changes?
Wish it was that simple, But no, that folder has already been extracted, Just had to try and find an app that could open game files because my phone wasn't equipped for it.Not totally sure, but it looks like you are trying to edit a rpy file inside a zipped archive.
You should _first_ extract the zip archive in a folder, _then_ edit the rpy file in its unzipped for m in that folder.
Do you have the possibility to edit the files on a desktop PC and then move them to Android?Wish it was that simple, But no, that folder has already been extracted, Just had to try and find an app that could open game files because my phone wasn't equipped for it.
Damn it..not really no..Do you have the possibility to edit the files on a desktop PC and then move them to Android?
Android is quite a bitch in letting the user edit the files in an App folder...
Yeah, but rooting the phone ain't easy, then you need to find an editor which is able to exploit the root (it must ask for root privileges, and plain editor usually aren't designed to ask it), besides a rooted device is a safety hazard.Damn it..not really no..
I read that it's easier when you have a "rooted" phone and all that..
This shis is pissing me off lol..was trying my best and was glad to have gotten this far considering i have no idea what i'm doing lol.
Very true, tried it once..and eventually told myself it wasn't worth the trouble lol.Yeah, but rooting the phone ain't easy, then you need to find an editor which is able to exploit the root (it must ask for root privileges, and plain editor usually aren't designed to ask it), besides a rooted device is a safety hazard.
Have checked with GAME RIPPER and works, that game definitely has a python.exe and it can run unrpyc.py no probs, so this must be a path issue on your machine. Try to rename game folder not to include funky characters I guess?Stranded is not recognized by UnRen currently- no python.exe file found
right so, my bad, confused 2 games : Sickimtrack!, sorry for my mistake here, the 9.4 unrem 4 all did it for me anywayHave checked with GAME RIPPER and works, that game definitely has a python.exe and it can run unrpyc.py no probs, so this must be a path issue on your machine. Try to rename game folder not to include funky characters I guess?
Also has "lib\py3-windows-x86_64\python.exe" in it which runs unrpyc.py no probs. The issue definitely has to be funky characters in the path on your machine.right so, my bad, confused 2 games : Sickimtrack!, sorry for my mistake here, the 9.4 unrem 4 all did it for me anyway
ok, great! So 2 be talking same language here: game ripper is the Unren.bat 1.0.11d right?Also has "lib\py3-windows-x86_64\python.exe" in it which runs unrpyc.py no probs. The issue definitely has to be funky characters in the path on your machine.
One thing I noticed though: latest unrpyc.py tries to execute multiple workers in parallel, which is guaranteed to fail. The unrpyc.py has to be run with the game's python modules in order to get the correct AST references during decompilation, however no Ren'Py game ships the "_multiprocessing" python module, therefore unrpyc.py will fail in 100% of the time on machines with more than one CPU cores.
Solution is to add the "-p 1" flag to unrpyc.c and disable multiprocessing.
EDIT: I've fixed unrpyc invocation in GAME RIPPER, now it works perfectly with Sickimtrack! too. It decompiles all game scripts both on Windows and Linux with a single click.
Nope, that's a different tool, because unren.bat is Windows only and knows only Ren'Py and has dependencies that people find troublesome to install.ok, great! So 2 be talking same language here: game ripper is the Unren.bat 1.0.11d right?
In rpyc 01
+ Decompiling "C:\Games\MyBimboDream-0.9.0-pc\game\variables\characters.rpyc" - 4120 bytes
"C:\Games\MyBimboDream-0.9.0-pc\game\variables\characters.rpy" not found - probably did not decompile
Not a solution, just a guess. The unren.py script has multiple versions, the one that unren.bat includes (correctly) is the stable "master" branch. However there's also a more recent but less tested "Does anyone have a solution for this error message?
.\lib\py3-windows-x86_64\pythonw.exe unrpyc-dev\unrpyc.py -c -p 1 --try-harder .\game
Missing multiprocessing is a known error which happens in combination of some newer Ren'Py versions with certain versions of "unren": https://f95zone.to/threads/unren-ba...ole-developer-menu-enabler.3083/post-11021607Does anyone have a solution for this error message?
View attachment 4322128
I state it basically every few weeks: All unren variants are OUTDATED for newer Ren'Py versions. Please read this for more info: https://f95zone.to/threads/unren-ba...ole-developer-menu-enabler.3083/post-14669328...
EDIT: script-version: (8, 3, 3)
I have used UnRen so many times and have never had any problems.
The workaround with Un.rpyc v2.0.2 works.Missing multiprocessing is a known error which happens in combination of some newer Ren'Py versions with certain versions of "unren": https://f95zone.to/threads/unren-ba...ole-developer-menu-enabler.3083/post-11021607
I state it basically every few weeks: All unren variants are OUTDATED for newer Ren'Py versions. Please read this for more info: https://f95zone.to/threads/unren-ba...ole-developer-menu-enabler.3083/post-14669328
"-p 1"Missing multiprocessing is a known error which happens in combination of some newer Ren'Py versions with certain versions of "unren"