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/HirganaBattlesuch that thenwexecutable is beside thewwwfolder. - Update
www/js/rpg_managers.jsto update the save path from/save/tosave/ - Execute the
nwcommand
Works perfectly :)
Thanks to this thread.