Update README.md

This commit is contained in:
bakustarver 2024-12-17 14:04:56 +02:00 committed by GitHub
parent a13b652ef3
commit 3f6c1dae2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,12 @@ Initially, it supported only RPG Maker MV and MZ, but it now also supports RPG M
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)). 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): #### Contains the following features (RPG Maker MV / MZ):
- Downloading and selecting any version of NWJS (using the command line and GUI).
- Installing the Text hooker plug-in that copies the game's dialogs automatically to your clipboard.
- Sharp increase in fps (from 2 to 4 times more compared to Wine, can be viewed by pressing the F2 key) - 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) - 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. - Launching a game using a command line.
- Showing the NWJS, Nodejs, Chromium versions of your game. - Displaying the NW.js, Node.js, and Chromium versions of your game.
- Installing the Text hooker plug-in that copies the game's dialogs automatically to your clipboard.
- Can be used as compatibility tool in steam for Windows games. - Can be used as compatibility tool in steam for Windows games.
- The Native support of 4 architectures: x86-64, i386, armhf, arm64 - The Native support of 4 architectures: x86-64, i386, armhf, arm64
@ -64,7 +63,7 @@ rpgmaker-linux --version
rpgmaker-linux --updatenwjs 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 rpgmaker-linux --gamepath /path/rpg-maker-game/ --printrpgmakerlibversions
``` ```
@ -73,7 +72,7 @@ rpgmaker-linux --gamepath /path/rpg-maker-game/ --printrpgmakerlibversions
``` ```
rpgmaker-linux --nwjsversion 0.40.0 --gamepath /path/rpg-maker-game/ 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 rpgmaker-linux --bugreport
``` ```