Play Rpg Maker Mv Games On Linux
I recently wanted to play an RPG Maker MV Game called “Learn Japanese To Survive! Hiragana Battle” on Linux. However, Steam only supplies the Mac and Windows versions.
To play this game on Linux, I had to perform the following steps:
- Download the game via Steam using a mac/windows PC or form linux with Wine.
- Download NW.js for Linux. Extract it to
steamapps/common/HirganaBattle
such that thenw
executable is beside thewww
folder. - Update
www/js/rpg_managers.js
to update the save path from/save/
tosave/
- Execute the
nw
command
Works perfectly :)
Thanks to this thread.