kikikikik123
New member
- Joined
- Aug 25, 2023
- Messages
- 1
- Reputation score
- 0
The project contains a collection of shell scripts that will help you run games on the RPG Maker MV/MZ engine on linux. I was inspired by
The software uses the following dependencies:
Contains the following features:
After installing the program you can run the game using an application - "RPG Maker MV/MZ (cicpoffs mount)"
Installation || Update
$ wget -qO- "
Uninstall
$ wget -qO- "
or
$ rm -rf "$HOME/desktopapps/nwjs" && rm "$HOME/.local/share/applications/nwjstest.desktop" && rm "$HOME/.local/bin/rpgmaker-linux"
Command line Options
Run the rpg maker game
$ rpgmaker-linux
$ rpgmaker-linux --gamepath /path/rpg-maker-game/
Show version of the program
$ rpgmaker-linux --version
Update the nwjs to the latest version
$ rpgmaker-linux --updatenwjs
Show versions of rpg maker game libraries
$ rpgmaker-linux --gamepath /path/rpg-maker-game/ --printrpgmakerlibversions
Choose the version of NWJS you want to use:
$ rpgmaker-linux --nwjsversion 0.40.0 --gamepath /path/rpg-maker-game/
In certain games you may need the Japanese locale use:
$ rpgmaker-linux --jpnlocale --gamepath /path/rpg-maker-game/
Show donation links:
$ rpgmaker-linux --sourcelinks
Support me:
You must be registered to see the links
's project and his linux/mac os builds.
You must be registered to see the links
The software uses the following dependencies:
- nwjs - As the main engine of the game
- cicpoffs - For mounting the game folder in windows Case-Insensitive mode (that allows nwjs better find the game files)
- tools such as wget, ln, readlink, grep - For downloading the latest version of nwjs and viewing the files
Contains the following features:
- Running any RPG Maker MV/MZ game on linux.
- Downloading and selecting any version of NWJS (using the command line).
- Starting a game with the Japanese locale option.
- Launching a game using a command line.
- Showing the NWJS, Nodejs, Chromium versions of your downloaded game.
- The Native support of 4 architectures: x86-64, i386, armhf, arm64
After installing the program you can run the game using an application - "RPG Maker MV/MZ (cicpoffs mount)"

Installation || Update
$ wget -qO- "
You must be registered to see the links
" | bashUninstall
$ wget -qO- "
You must be registered to see the links
" | bashor
$ rm -rf "$HOME/desktopapps/nwjs" && rm "$HOME/.local/share/applications/nwjstest.desktop" && rm "$HOME/.local/bin/rpgmaker-linux"
Command line Options
Run the rpg maker game
$ rpgmaker-linux
$ rpgmaker-linux --gamepath /path/rpg-maker-game/
Show version of the program
$ rpgmaker-linux --version
Update the nwjs to the latest version
$ rpgmaker-linux --updatenwjs
Show versions of rpg maker game libraries
$ rpgmaker-linux --gamepath /path/rpg-maker-game/ --printrpgmakerlibversions
Choose the version of NWJS you want to use:
$ rpgmaker-linux --nwjsversion 0.40.0 --gamepath /path/rpg-maker-game/
In certain games you may need the Japanese locale use:
$ rpgmaker-linux --jpnlocale --gamepath /path/rpg-maker-game/
Show donation links:
$ rpgmaker-linux --sourcelinks
Support me:
You must be registered to see the links
You must be registered to see the links
You must be registered to see the links

Last edited: