aNTiReal
Member
- Jun 29, 2019
- 188
- 361
- 291
This works. Thank you very much. <3How-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
You must be registered to see the linkssite 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!