lavilao
Newbie
- Nov 8, 2020
- 84
- 110
I think its because the .exe file is not setting the env variables right, I would recommend you to try to use the renpy engine and export it yourself with 32-bit support, or you could try and compare a native renpy game with 32 bit to ravager and see what's missing. the thing you most compare is the folders (you already did this) and the ravager.py I think?Thanks for your help. I enjoyed playing 4.3.12 a lot, so decided to attempt the above procedure for 4.4.1. When I reached step 4, it couldn't find python.exe. I realised that it was probably because the 4.4.1 game's lib folder didn't contain the 32-bit subfolder, so I copied that across from 4.3.12. UnRen then evidently succeeded in finding python.exe, and set to work, but for each .rpa file it came up with the following error messages:
Working in: C:\sporn\Ravager\Ravager-4.4.1-pc\Ravager-4.4.1-pc\game
+ Unpacking "Animations.rpa" - 288863216 bytes
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
....... sorry, could not extract the archive.
Do I need to set this $PYTHONHOME and if so where/how do I do that? Any suggestions would be gratefully appreciated.