Just curious to know, will there be a version for Linux? Would be great to have one, of course if used game engine is cross-platform and can be compiled as ELF binary. And in general - thanks for the project :)
I just tried the Linux demo and i had to update the NW.js for it to work. This means that the NW.js for Linux in your RPG Maker Engine is outdated. It would be great if you updated it so that us Linux users don’t need to do the extra steps of updating it ourselves.
For any Linux end-users trying to get this to work:
- Go here and download the Stable Linux 64-bit NORMAL.
- Extract it somewhere meaningful to you (this will become your game directory).
- Copy or symlink
nw.pak
,package.json
, and thewww
directory into the new extracted nwjs folder from step 2. - Rename
nw
toGame
so that you remember what to run, and then runGame
to start the game.