I was hoping it would be fixed soon so when you wrote that I was wondering what repository I was missing.
Anyway, the developer will post a fix eventually.
In the meantime it can be corrected manually in the .rpy's post decompile.
Hello, I am asking here hoping to find some answers.
I use Windows 10, and I am trying to mod Amity Park0.6.
I used Unren.bat to extract PRA packages and decompile rpyc files. All went well.
Then edited some of the dialogues of the game (opened the rpy files with Notepad++ and Atom) just to see if it would work, but when I tried to compile again the files using the "Build Distribution" option of Ren'py to obtain an archive.rpa file again, it just didn't work.
I launched the game and now it also gave errors in many files (which I didn't edit) about indentation.
Just a note, you don't need to recompile a game back to an RPA after you make changes, if you reload it it will apply any changes made to rpy files to the rpyc automatically. You might have to rollback to before a jump to see the change, but it will apply.
Just a note, you don't need to recompile a game back to an RPA after you make changes, if you reload it it will apply any changes made to rpy files to the rpyc automatically. You might have to rollback to before a jump to see the change, but it will apply.
So, what was it that you tried to run it on? This only works for RenPy and RenPy games have python in them.
Also, I hope that you extracted the game from the archive zip, 7z or rar file that you downloaded and didn't try to run unren inside an archive, as quite a few people before you have tried. Archives are for archiving and transport only.
I had the same problem the first time.
If you want unren.bat to work, you must copy it in the directory of the game because it needs other files that are saved there.
I'd say that if you copy it in the same directory where you find the.exe file of the game and the "game" and "ren'py" folder, then it should work.
Extract the zip in the correct place then launch the file you extracted.
In that case the third possibility is that you launched unren anywhere but the game root folder or the 'game' subfolder inside the root folder, as PhantomStranger already guessed. Which means that you didn't follow instructions in the OP.
The two possibilities that I named before are not covered by the instructions and assumed to be covered by common sense, which sometimes fails, apparently.
I however assumed that you have read the OP and did follow instructions.
Having non-ASCII characters in the game root path may also be an issue sometimes. Covered by "known issues" in the OP.
Presentation is important. Use capitals and punctuation correctly. Try to use good spelling and grammar. People will be more likely to read what you write if you don't make it difficult. After all, if you're too lazy to write well, we're too lazy to read it.
If you want tech support, explain your problem better than "it doesn't work". In this case, you should have written:
The game you were trying to UnRen,
The path you put the game in,
And the path you put unren.bat in.
When you think "duh no shit I'm not a dumbass, you moron", don't write it. We have no idea if you're a dumbass or not. 99% of the time, problems with UnRen are PBKAC - Problem Between Keyboard And Chair. If you don't volunteer things, we have to ask the dumb questions, because those clear up the majority of the issues. Attitude is a bad thing to project when asking for help. Some people will still help you, but others will say "fuck this, I'm not helping someone who doesn't appreciate it."
I've added a temporary workaround to OP (see v0.9-dev) for the RenPy 7.2 syntax changes, whilst we await a proper fix from unrpyc upstream. I've tested it and haven't found any issues, but consider v0.9-dev to be unstable.
I've added a temporary workaround to OP (see v0.9-dev) for the RenPy 7.2 syntax changes, whilst we await for a proper fix from unrpyc upstream. I've tested it and haven't found any issues, but consider v0.9-dev to be unstable.
I would add that anyway, "it don't work", doesn't mean that you are an idiot. Sometimes it's just that you didn't think of something or were distracted and missed the evidence. And this happen to all of us, me included.
Therefore, staying humble is always the best option, it's precisely what prevent you to effectively looks like an idiot.
I had the same problem the first time.
If you want unren.bat to work, you must copy it in the directory of the game because it needs other files that are saved there.
I'd say that if you copy it in the same directory where you find the.exe file of the game and the "game" and "ren'py" folder, then it should work.
Extract the zip in the correct place then launch the file you extracted.
No. Typically Windows batch files don't run on Android. Neither do Linux shell scripts, without enabling developer mode, which is probably impossible on your phone.
I continue to get the same problem of it saying it can't find python.exe and I know for a fact that it's in the game directory folder. I've tried extracting the Unren program and I get nothing.
I'm sorry to keep taking this thread off topic, but I'll just answer this and then get outta your way.
I spent hours on G and Mickeysoft looking for a solution. Ultimately I used the "final solution" -- alright, the penfinal solution --I renewed Windows . That's not exactly the same as reinstalling (it took only a fraction of the time), but I did lose all my installed programs.
So whatever I did to cause the problem... don't you do it folks!!
[I should repeat that all my problems DID NOT come as a result of using Unren]
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 in
You must be registered to see the links
), decompile RPYC files (using built in
You 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 new
v0.9-dev is a temporary workaround for unrpyc and RenPy 7.2 syntax changes, whilst we await a proper fix from unrpyc upstream. I've tested it and haven't found any issues, but consider v0.9-dev to be unstable.