Update README.md

This commit is contained in:
bakustarver 2024-03-07 23:17:40 +02:00 committed by GitHub
parent 5fd568f3cb
commit 7118df105e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,12 @@
# RPG Maker MV / MZ - Cicpoffs # 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. The project contains a collection of shell scripts that will help you run games on the RPG Maker MV/MZ engine.
I was inspired by [m5kro](https://github.com/m5kro)'s projects and his linux/mac os builds
### The software use 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 to find game files better)
- tools such as wget, ln, readlink, grep - For downloading the latest version of nwjs and viewing the files
#### Contains the following features: #### Contains the following features:
- Running any RPG Maker MV/MZ game on linux. - Running any RPG Maker MV/MZ game on linux.
- Downloading and selecting any version of NWJS (using the command line). - Downloading and selecting any version of NWJS (using the command line).