C17H19NO3

Member
Oct 8, 2018
221
794
unfortunately there is no longer a linux version. :(
How-to DIY port RPGM MV games to linux:
  • download Windows version of the game
  • unpack it into any desired location
  • delete everything except the www folder and package.json file
  • go to site and download latest "normal" Linux distribution
  • unpack all the contents of nwjs archive into the game location
  • open a terminal in the game location and input the following to create a startup script file:
Code:
touch Game.sh
echo "./nw && exit 0" >> Game.sh
chmod +x Game.sh
  • launch the game by double-clicking on the Game.sh file you've just created
  • ???
  • PROFIT!
 
Last edited:

SuperMaxo

Active Member
Nov 3, 2017
914
726
How-to DIY port RPGM MV games to linux:
  • download Windows version of the game
  • unpack it into any desired location
  • delete everything except the www folder and package.json file
  • go to site and download latest "normal" Linux distribution
  • unpack all the contents of nwjs archive into the game location
  • open a terminal in the game location and input the following to create a startup script file:
Code:
touch Game.sh
echo "./nw && exit 0" >> Game.sh
chmod +x Game.sh
  • launch the game by double-clicking on the Game.sh file you've just created
  • ???
  • PROFIT!
Interesting: it's remarkably similar to how to make a RPGM MV game run on Mac
 

aNTiReal

Member
Jun 29, 2019
187
353
How-to DIY port RPGM MV games to linux:
  • download Windows version of the game
  • unpack it into any desired location
  • delete everything except the www folder and package.json file
  • go to site and download latest "normal" Linux distribution
  • unpack all the contents of nwjs archive into the game location
  • open a terminal in the game location and input the following to create a startup script file:
Code:
touch Game.sh
echo "./nw && exit 0" >> Game.sh
chmod +x Game.sh
  • launch the game by double-clicking on the Game.sh file you've just created
  • ???
  • PROFIT!
This works. Thank you very much. <3
 

Ataman87

Active Member
Jun 9, 2018
674
713
So is there going to me a new update this mount ? And any of you know how the story with the baker's son will be reworked ?
 

Sum1Weird2393

Newbie
Jun 13, 2020
19
16
I don't know what new updates are planned but if you screw around with the teleport function in this cheat menu, you can find some unfinished/unadded locations such as a lighthouse in Valos. I assume that's tied to some quest in the works, as well as a few other locations that are otherwise unreachable.
 

botaniq_1

Member
Mar 28, 2020
447
716
i can not get the game on patreon, it is blocking both credit card and paypal payment in my country, waiting for someone to upload it too
 
4.40 star(s) 114 Votes