Hi! We will try to deploy a version for Linux, but some action may have to be taken on the player's side to make it work on their system. At least that is what our testers who own a Linux computer tell us about the Linux build.
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.