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:

  1. Download the game via Steam using a mac/windows PC or form linux with Wine.
  2. Download NW.js for Linux. Extract it to steamapps/common/HirganaBattle such that the nw executable is beside the www folder.
  3. Update www/js/rpg_managers.js to update the save path from /save/ to save/
  4. Execute the nw command

Works perfectly :)

Thanks to this thread.