rpgmaker-linux/README.md

117 lines
2.2 KiB
Markdown
Raw Normal View History

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-03-07 23:17:40 +02:00
- nwjs - As the main engine of the game
2024-03-07 23:21:35 +02:00
- 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-03-07 22:19:21 +02:00
- Downloading and selecting any version of NWJS (using the command line).
- 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
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
```
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
```
## 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-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)
##