diff --git a/README.md b/README.md index a1dd5df..cc9052a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper that uses native linux libraries to run various game engines. Previously supported only RPG Maker MV/MZ. Now supports RPG Maker XP, VX, VX Ace, MV, MZ, TyranoBuilder, Godot, Construct 2/3, Nscripter. +The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games. It creates a local port of the Linux version from the Windows port and then executes it. +Initially, it supported only RPG Maker MV and MZ, but now it also supports RPG Maker XP, VX, VX Ace, MV, MZ, TyranoBuilder, Godot, Construct 2/3, and Nscripter. + Priority is primarily on RPG Maker MV/MZ. (if you have errors with XP, VX, Vx Ace address this [link](https://github.com/mkxp-z/mkxp-z)). #### Contains the following features (RPG Maker MV / MZ): -- Sharp increase in fps (from 2 to 4 times more compared to Wine, can be viewed by pressing the F2 key) -- Updating Pixi 5 libraries for RPG Maker MV games (that's supposed to increase performance) -- Downloading and selecting any version of NWJS (using the command line and GUI). -- Starting a game with the Japanese locale option. -- Launching a game using a command line. -- Showing the NWJS, Nodejs, Chromium versions of your game. -- Installing the Text hooker plug-in that copies the game's dialogs automatically to your clipboard. +- Sharp increase in FPS (2 to 4 times more compared to Wine, viewable by pressing the F2 key). +- Download and select any version of NW.js (using the command line and GUI). +- Install the Text Hooker plug-in, which automatically copies the game's dialogues to your clipboard. +- Update Pixi 5 libraries for RPG Maker MV games to enhance performance. +- Launch a game using the command line. +- Display the NW.js, Node.js, and Chromium versions of your game. - Can be used as compatibility tool in steam for Windows games. -- The Native support of 4 architectures: x86-64, i386, armhf, arm64 +- Native support for four architectures: x86-64, i386, armhf, and arm64. -[Dependencies list](DEPENDENCIES.md) After installing the program you can run the game using an application - "RPG Maker MV/MZ (cicpoffs mount)" @@ -45,7 +45,7 @@ rm -rf "$HOME/desktopapps/nwjs" && rm "$HOME/.local/share/applications/nwjstest. ## Command line Commands -#### Run the rpg maker game +#### To start the RPG Maker game, use the following command ``` rpgmaker-linux ``` @@ -63,7 +63,7 @@ rpgmaker-linux --version rpgmaker-linux --updatenwjs ``` -#### Show versions of rpg maker game libraries +#### To show the versions of the RPG Maker game libraries ``` rpgmaker-linux --gamepath /path/rpg-maker-game/ --printrpgmakerlibversions ``` @@ -72,7 +72,7 @@ rpgmaker-linux --gamepath /path/rpg-maker-game/ --printrpgmakerlibversions ``` rpgmaker-linux --nwjsversion 0.40.0 --gamepath /path/rpg-maker-game/ ``` -#### Sends an anonymous report to developer about game data, system information, engine for fixing bugs and errors : +#### Send an anonymous report to developer about game data, system information, engine for fixing bugs and errors : ``` rpgmaker-linux --bugreport ```