Imagine my surprise to see this thread at the very top of "Latest Updates" page!
Totally did not expect another demo. Need to play it first from start to finish to see what parts of English translation (if any) need editing. I guess now my sleep schedule goes out of the window.
EmDotRand, did you play on Linux? You can actually easily turn almost any RPG Maker MV/MZ game native. I'll teach you to fish:
1. Go to
You must be registered to see the links
and download archive for Linux 64 bit
2. Go to the game's directory and remove everything except 'www' dir and 'package.json' file
3. Extract the downloaded NW.JS archive inside the game's dir
4. Make 'nw' file executable
5. Launch 'nw' to play
I've written a sloppy bash script for this purpose:
Usually I use old NW.JS v0.38.4, as it works just fine unlike some newer versions (though latest versions work fine too in my recent experience). This process is what I used to make the archives for Linux in all of my threads.