rpgmaker-linux/README.md
2024-03-07 22:20:40 +02:00

109 lines
1.8 KiB
Markdown

# RPG Maker MV / MZ - Cicpoffs
The project contains a collection of shell scripts that will help you run games on the RPG Maker MV/MZ engine.
#### Contains the following functions:
- Running any RPG Maker MV/MZ engine 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 with a command line.
- Showing the NWJS, Nodejs, Chromium versions of your downloaded game.
- The program supports 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)"
#
![img](https://github.com/bakustarver/rpgmakermlinux-cicpoffs/assets/66978329/4d55e52a-fe6d-44a5-a7bb-9380218d16f1)
## Installation
```
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/installgithub.sh" | bash
```
## 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
```
#### Print rpg maker game libraries versions
```
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 donations links:
```
rpgmaker-linux --sourcelinks
```
## Support the author of the program:
[Patreon](https://www.patreon.com/user/about?u=121421184)
[Buymeacoffee](https://www.buymeacoffee.com/rpgmakerlinux)
##