This guide will assist you in running and managing RPG Maker MV/MZ games natively on Linux.
-
Open a terminal in this repository folder.
-
Run the
environment-setup.sh
script:$ ./environment-setup.sh
Note: You only have to run this once. You can use this script to check for updates.
-
Open a terminal in this repository folder.
-
Run the
game-setup.sh
script and follow the on-screen steps:$ ./game-setup.sh path/to/game_directory
Acording to this thread, updating pixi.js
can enhance performance (untested).
This script also update core files to the latest version if game is MV.
-
Open a terminal in this repository folder.
-
Run the
lib-update.sh
script:$ ./lib-update.sh path/to/game_directory
-
Open a terminal in this repository folder.
-
Run the
decrypt.sh
script:$ ./decrypt.sh path/to/game_directory
This requires decrypting the game files. This helps reduce the overall file size.
-
Open a terminal in this repository folder.
-
Run the
optimize.sh
script:$ ./optimize.sh path/to/game_directory
Check out these open-source projects: