2024-03-08 00:17:11 +02:00
# RPG Maker MV / MZ for Linux [ cicpoffs mount]
2024-03-08 00:00:46 +02:00
The project contains a collection of shell scripts that will help you run games on the RPG Maker MV/MZ engine on linux.
2024-03-07 23:20:08 +02:00
I was inspired by [m5kro ](https://github.com/m5kro )'s project and his linux/mac os builds.
2024-03-07 23:17:40 +02:00
2024-03-07 23:23:43 +02:00
### The software uses the following dependencies:
2024-05-21 04:06:44 +03:00
- [nwjs ](https://nwjs.io/ ) - As the main engine of the game
2024-05-21 04:05:11 +03:00
- [cicpoffs ](https://github.com/adlerosn/cicpoffs ) - For mounting the game folder in windows Case-Insensitive mode (that allows nwjs better find the game files)
2024-03-07 23:17:40 +02:00
- tools such as wget, ln, readlink, grep - For downloading the latest version of nwjs and viewing the files
2024-03-07 23:02:13 +02:00
#### Contains the following features:
2024-03-07 22:54:58 +02:00
- Running any RPG Maker MV/MZ game on linux.
2024-05-06 18:59:00 +03:00
- Sharp increase in fps (from 2 to 4 times more compared to Wine, can be viewed by pressing the F2 key)
2024-03-07 22:19:21 +02:00
- Downloading and selecting any version of NWJS (using the command line).
2024-05-13 07:48:43 +03:00
- Easily installable SDK version of NWJS with one click in the gui, or via cli.
2024-03-07 22:19:21 +02:00
- Starting a game with the Japanese locale option.
2024-03-07 22:55:32 +02:00
- Launching a game using a command line.
2024-03-07 22:19:21 +02:00
- Showing the NWJS, Nodejs, Chromium versions of your downloaded game.
2024-03-07 22:57:35 +02:00
- The Native support of 4 architectures: x86-64, i386, armhf, arm64
2024-03-07 22:04:11 +02:00
2024-04-17 15:38:43 +03:00
2024-03-07 22:04:11 +02:00
After installing the program you can run the game using an application - "RPG Maker MV/MZ (cicpoffs mount)"
#

2024-05-09 02:51:56 +03:00

2024-03-07 22:04:11 +02:00
2024-03-09 21:07:51 +02:00
## Installation || Update
2024-03-07 22:04:11 +02:00
```
2024-03-07 22:15:24 +02:00
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/installgithub.sh" | bash
2024-03-07 22:04:11 +02:00
```
2024-03-09 21:12:23 +02:00
## Uninstall
```
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/uninstallgithub.sh" | bash
```
or
```
2024-03-09 21:16:50 +02:00
rm -rf "$HOME/desktopapps/nwjs" & & rm "$HOME/.local/share/applications/nwjstest.desktop" & & rm "$HOME/.local/bin/rpgmaker-linux"
2024-03-09 21:12:23 +02:00
```
2024-03-07 22:04:11 +02:00
## Command line Options
#### Run the rpg maker game
```
rpgmaker-linux
```
```
rpgmaker-linux --gamepath /path/rpg-maker-game/
```
2024-03-07 22:20:40 +02:00
#### Show version of the program
2024-03-07 22:04:11 +02:00
```
rpgmaker-linux --version
```
#### Update the nwjs to the latest version
```
rpgmaker-linux --updatenwjs
```
2024-03-07 22:33:52 +02:00
#### Show versions of rpg maker game libraries
2024-03-07 22:04:11 +02:00
```
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/
```
2024-03-07 22:59:56 +02:00
#### Show donation links:
2024-03-07 22:04:11 +02:00
```
rpgmaker-linux --sourcelinks
```
2024-05-17 04:30:36 +03:00
### Interesting projects
- [mkxp-z ](https://github.com/mkxp-z/mkxp-z ) - Open-source cross-platform player for (some) RPG Maker XP / VX / VX Ace games. A very heavily modified fork of mkxp. RGSS on steroids with a stupid name.
- [easyrpg ](https://easyrpg.org/ ) - EasyRPG is a community project to create a free, open source, role playing game creation tool, compatible with RPG Maker 2000/2003 games.
- [Painless-Porter ](https://github.com/m5kro/Painless-Porter ) - A tool to quickly port RPG Maker MV and MZ games to Linux and MacOS and upload to file hosters.
2024-05-17 04:59:47 +03:00
- [ruffle ](https://github.com/ruffle-rs/ruffle ) - A Flash Player emulator written in Rust
2024-05-17 04:30:36 +03:00
2024-03-07 23:22:46 +02:00
## Support me:
2024-03-07 22:04:11 +02:00
[Patreon ](https://www.patreon.com/user/about?u=121421184 )
[Buymeacoffee ](https://www.buymeacoffee.com/rpgmakerlinux )
2024-03-13 21:22:39 +02:00

2024-03-07 22:04:11 +02:00
##