What game?ok so i have the unren.command on my desktop and after running it and dragging the game and typing in 99 and then closing it i go to play the game and i get an "an exception has occurred"
That's an odd issue.it was the game being a DIK
What doesIt says python2 is not installed for me and won't work. Never had this problem before. How can I fix it?
What OS do you use? Linux or MacOSX? If script asks for Python 2, then install it. You can have Python 2 and 3 on same installation without conflicts.python --version returns Python 3.7.1
Which OS do you use?Extremely stupid question: How do I use this? IIRC previous versions had either an executable or a batch file. This doesn't seem to have either and I can't find a way to launch or install the program. The old version now just messes up games when you use it.
Sorry, should've said - Windows 10 Home.Which OS do you use?
This means you are in the wrong thread. This is the unren.bat thread for MacOS and Linux.Sorry, should've said - Windows 10 Home.
You copied over the shell script without the tools directory. Don't do that - you don't need to put the script in the directory with the game.how can i fix this guys ?
Here are my instructions which I posted a few pages back.View attachment 459586
Hi Guys
I'm getting this error running unren from it own directory with the "Unren Tools" folder can make some changes but not decompile runing Linux Mint 19.2
Does anyone have any idea it would be greatly appreciated
Cheers
lol.. no surprise, you are doing it wrong.
1. Copy UnRen.command to the games folder next to game.exe/game.py/game.sh.
2. Open UnRen.command in Terminal
3. Copy and paste the games folder location to UnRen.command (Terminal window)
4. Select the command number.
Most important step is #3!
Here is a step-by-step guide with screenshots. As a German fella you should understand what is written in my screenshots.
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.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.
Look at the error - "can't open file './UnRen Tools/unrpyc.py'". Did you move unren.command somewhere without the "Unren Tools" directory?View attachment 459586
Hi Guys
I'm getting this error running unren from it own directory with the "Unren Tools" folder can make some changes but not decompile runing Linux Mint 19.2
Does anyone have any idea it would be greatly appreciated
Cheers
Had the same problem on Linux. Fixed this by changing line 61 in UnRen.command file to thisView attachment 459586
Hi Guys
I'm getting this error running unren from it own directory with the "Unren Tools" folder can make some changes but not decompile runing Linux Mint 19.2
Does anyone have any idea it would be greatly appreciated
Cheers
unrpyc=$(realpath `dirname "$0"`"/UnRen Tools/unrpyc.py")