bakustarver / rpgmakermlinux-cicpoffs

Run any RPG Maker MV/MZ game on linux natively
GNU General Public License v3.0
60 stars 2 forks source link
arm armv7 armv8 cli foss gaming-software i386 linux linux-gaming nwjs nwjs-application raspberry-pi rpg-maker rpg-maker-mv rpg-maker-mz rpgmaker rpgmakermv steam yad

RPG Maker MV / MZ for Linux [ cicpoffs mount]

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 m5kro's project and his linux/mac os builds.

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)"

# img 1123

Installation || Update

wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/installgithub.sh" | bash

Uninstall

wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/uninstallgithub.sh" | bash

or

rm -rf "$HOME/desktopapps/nwjs" && rm "$HOME/.local/share/applications/nwjstest.desktop" && rm "$HOME/.local/bin/rpgmaker-linux"

Command line Commands

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

Interesting projects

Support me:

Patreon Buymeacoffee

img