Tool RPGM RPG Maker MV / MZ for Linux [ cicpoffs mount]

5.00 star(s) 2 Votes

gulf123

Newbie
Mar 31, 2020
18
17
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:
  • 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.
  • Sharp increase in fps (from 2 to 4 times more compared to Wine, can be viewed by pressing the F2 key)
  • 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)"



1715214251862.png


Installation || Update

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

Uninstall
Code:
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/uninstallgithub.sh" | bash
or
Code:
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
Code:
 $ rpgmaker-linux

Code:
$ rpgmaker-linux --gamepath /path/rpg-maker-game/

Show version of the program
Code:
$ rpgmaker-linux --version

Update the nwjs to the latest version
Code:
$ rpgmaker-linux --updatenwjs

Show versions of rpg maker game libraries
Code:
$ rpgmaker-linux --gamepath /path/rpg-maker-game/ --printrpgmakerlibversions

Choose the version of NWJS you want to use:
Code:
$ rpgmaker-linux --nwjsversion 0.40.0 --gamepath /path/rpg-maker-game/

In certain games you may need the Japanese locale use:
Code:
$ rpgmaker-linux --jpnlocale --gamepath /path/rpg-maker-game/

Show donation links:
Code:
$ rpgmaker-linux --sourcelinks

Support me:




Download links
  • Github -
  • Gofile -
  • Mega -

kkk.png
 
Last edited:

harem.king

Engaged Member
Aug 16, 2023
2,185
3,621
gulf123 can you please use code boxes around the code you need to copy paste into the terminal
(thank you for doing so)

anyways. this is great. best linux solution i have seen to date.
artworks-IU11mVyx0uGKwZOA-tnGSZw-t500x500.jpg
 
Last edited:
Oct 5, 2022
37
23
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:
  • 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.
  • Sharp increase in fps (from 2 to 4 times more compared to Wine, can be viewed by pressing the F2 key)
  • 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)"



View attachment 3617006


Installation || Update

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

Uninstall
Code:
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/uninstallgithub.sh" | bash
or
Code:
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
Code:
 $ rpgmaker-linux

Code:
$ rpgmaker-linux --gamepath /path/rpg-maker-game/

Show version of the program
Code:
$ rpgmaker-linux --version

Update the nwjs to the latest version
Code:
$ rpgmaker-linux --updatenwjs

Show versions of rpg maker game libraries
Code:
$ rpgmaker-linux --gamepath /path/rpg-maker-game/ --printrpgmakerlibversions

Choose the version of NWJS you want to use:
Code:
$ rpgmaker-linux --nwjsversion 0.40.0 --gamepath /path/rpg-maker-game/

In certain games you may need the Japanese locale use:
Code:
$ rpgmaker-linux --jpnlocale --gamepath /path/rpg-maker-game/

Show donation links:
Code:
$ rpgmaker-linux --sourcelinks

Support me:




Download links
  • Github -
  • Gofile -
  • Mega -

View attachment 3432657
witch distro you use ?
 

harem.king

Engaged Member
Aug 16, 2023
2,185
3,621
i use unreal engine it will work great ?
probably not. although you are welcome to try it anyways.... I am now curious to know if it can run other stuff too.

Anyways, this is designed specifically for running RPGM MV and RPGM MZ engine games and nothing else
it is a highly specialized program because those two RPGM engines do not work well with WINE / bottles / lutris

if you are trying to run unreal engine, use wine or bottles
although ideally if you can try to convince the dev to just do a linux build. all the major engines have it. its the same process as building for windows, but the select linux instead of windows from the menu.
 

gulf123

Newbie
Mar 31, 2020
18
17
rpgmaker-linux - v1.0.9

New
  • Fixed some bugs
  • Added native linux support for TyranoScript/TyranoBuilder game engine V4 and V5
  • Also added support for Rpg Maker XP / VX / VX Ace games via the mkxp-z linux library. (Installation of sdk is available when you launch the game)
  • NWJS updated to the latest version v0.89.0
 
  • Yay, new update!
Reactions: m4kro
5.00 star(s) 2 Votes