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.shscript:$ ./environment-setup.shNote: 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.shscript 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.shscript:$ ./lib-update.sh path/to/game_directory
-
Open a terminal in this repository folder.
-
Run the
decrypt.shscript:$ ./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.shscript:$ ./optimize.sh path/to/game_directory
Check out these open-source projects: