- Mar 31, 2020
- 1,652
- 2,953
Unren itself won't work because (I think) the version of RenPy changed, but you can fix that.
Edit unren.bat with notepad++
- Search for: set "pythondir=%currentdir%lib\windows-i686\"
- Change to: set "pythondir=%currentdir%lib\windows-x86_64\"
Save file, it should work then.
Edit unren.bat with notepad++
- Search for: set "pythondir=%currentdir%lib\windows-i686\"
- Change to: set "pythondir=%currentdir%lib\windows-x86_64\"
Save file, it should work then.