From 680cc8dda05efcec718b9432637842a6a851f5eb Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:43:39 +0200 Subject: [PATCH 01/17] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1dd5df..35f4a96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # 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 enforces the use of [Dependencies list](native Linux libraries) to run various game engines. It can be considered an alternative to WINE. This software 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 it now 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): @@ -13,7 +14,6 @@ Priority is primarily on RPG Maker MV/MZ. (if you have errors with XP, VX, Vx Ac - Can be used as compatibility tool in steam for Windows games. - The Native support of 4 architectures: x86-64, i386, armhf, arm64 -[Dependencies list](DEPENDENCIES.md) After installing the program you can run the game using an application - "RPG Maker MV/MZ (cicpoffs mount)" From 1fdbad78ec21bb2bfc528343cfeb4d3eb52f6424 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:44:07 +0200 Subject: [PATCH 02/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f4a96..6eacfe0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper enforces the use of [Dependencies list](native Linux libraries) to run various game engines. It can be considered an alternative to WINE. This software 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 it now also supports RPG Maker XP, VX, VX Ace, MV, MZ, TyranoBuilder, Godot, Construct 2/3, and Nscripter. +The bash wrapper enforces the use of [native Linux libraries](DEPENDENCIES.md) to run various game engines. It can be considered an alternative to WINE. This software 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 it now 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)). From 1662b5635a819acd6c6efb99ba62a1531dbc9d59 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:00:05 +0200 Subject: [PATCH 03/17] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eacfe0..a890f25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper enforces the use of [native Linux libraries](DEPENDENCIES.md) to run various game engines. It can be considered an alternative to WINE. This software 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 it now also supports RPG Maker XP, VX, VX Ace, MV, MZ, TyranoBuilder, Godot, Construct 2/3, and Nscripter. +The bash wrapper uses native Linux libraries to run Windows games and serves as an alternative to WINE. 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 it now 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)). @@ -45,7 +46,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 ``` rpgmaker-linux ``` From a0feee5807e352f923fc4be1e6a8a7a00a96d25a Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:00:59 +0200 Subject: [PATCH 04/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a890f25..2341df2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper uses native Linux libraries to run Windows games and serves as an alternative to WINE. It creates a local port of the Linux version from the Windows port and then executes it. +The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games and serves as an alternative to WINE. 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 it now 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)). From a13b652ef3022d8c3dcf3ddd8292bd8e510bd139 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:02:18 +0200 Subject: [PATCH 05/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2341df2..0c85e31 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ rm -rf "$HOME/desktopapps/nwjs" && rm "$HOME/.local/share/applications/nwjstest. ## Command line Commands -#### to start the rpg maker game +#### To start the RPG Maker game, use the following command ``` rpgmaker-linux ``` From 3f6c1dae2c54b6a8da8ed634cd71f24b856246c9 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:04:56 +0200 Subject: [PATCH 06/17] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0c85e31..51c591f 100644 --- a/README.md +++ b/README.md @@ -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)). #### 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) - 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. +- Displaying 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 @@ -64,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 ``` @@ -73,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 ``` From 10d6de59904cbe0c09a0807189ac300b936c802e Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:07:31 +0200 Subject: [PATCH 07/17] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 51c591f..f6705d3 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ 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)). #### 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) -- Updating Pixi 5 libraries for RPG Maker MV games (that's supposed to increase performance) -- Launching a game using a command line. -- Displaying the NW.js, Node.js, and Chromium versions of your game. +- 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. +- Significant increase in FPS (2 to 4 times more compared to Wine, viewable by pressing the F2 key). +- 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. From 38ffe3308ff50a7c49d97423c9fa329a18138a2c Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:10:35 +0200 Subject: [PATCH 08/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6705d3..0f00ca6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ 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)). #### Contains the following features (RPG Maker MV / MZ): +- Significant 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. -- Significant increase in FPS (2 to 4 times more compared to Wine, viewable by pressing the F2 key). - 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. From fe99d74f85233daca9e2de9c1a1dafd516160aed Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:13:36 +0200 Subject: [PATCH 09/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f00ca6..8aa7e94 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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)). #### Contains the following features (RPG Maker MV / MZ): -- Significant increase in FPS (2 to 4 times more compared to Wine, viewable by pressing the F2 key). +- 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. From b4e4e9c343f6920ff37618956000e563d8ccff95 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:14:19 +0200 Subject: [PATCH 10/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa7e94..4fc08a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games and serves as an alternative to WINE. 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 it now also supports RPG Maker XP, VX, VX Ace, MV, MZ, TyranoBuilder, Godot, Construct 2/3, and Nscripter. +Initially, it supported only RPG Maker MV and MZ, but now 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)). From 6c0f72367a9c5bbe8680d46f7be6b50668d5aef0 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:14:36 +0200 Subject: [PATCH 11/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc08a0..4f4f43f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games and serves as an alternative to WINE. 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 also supports RPG Maker XP, VX, VX Ace, MV, MZ, TyranoBuilder, Godot, Construct 2/3, and Nscripter. +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)). From dd01154b1bc3d3568811b6dc581ca42253937482 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:45:37 +0200 Subject: [PATCH 12/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f4f43f..2485239 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games and serves as an alternative to WINE. It creates a local port of the Linux version from the Windows port and then executes it. +The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games.It can be considered an alternative to WINE. 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)). From 9c858220b76b98be6b8c23ece1d17461b34be157 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:46:03 +0200 Subject: [PATCH 13/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2485239..021c56d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games.It can be considered an alternative to WINE. It creates a local port of the Linux version from the Windows port and then executes it. +The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games ans can be considered an alternative to WINE. 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)). From 5083a73a7b93405bb96100633e0c7f7500beb415 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:46:32 +0200 Subject: [PATCH 14/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 021c56d..b8cafb9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games ans can be considered an alternative to WINE. It creates a local port of the Linux version from the Windows port and then executes it. +The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games ans can be considered as an alternative to WINE. 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)). From a630121a7bbe3805985acae184567450aa0c67b9 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:47:15 +0200 Subject: [PATCH 15/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8cafb9..021c56d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games ans can be considered as an alternative to WINE. It creates a local port of the Linux version from the Windows port and then executes it. +The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games ans can be considered an alternative to WINE. 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)). From 3e710901787ff131c85ea23699ff31a37497bac8 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:48:13 +0200 Subject: [PATCH 16/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 021c56d..83c150f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games ans can be considered an alternative to WINE. It creates a local port of the Linux version from the Windows port and then executes it. +The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games and can be considered an alternative to WINE. 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)). From 328ebe94a2ede00cb16bf1f4ba9b40dbe0b2c7b8 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:26:39 +0200 Subject: [PATCH 17/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83c150f..cc9052a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RPG Maker MV / MZ for Linux [ cicpoffs mount] -The bash wrapper uses [native Linux libraries](DEPENDENCIES.md) to run Windows games and can be considered an alternative to WINE. It creates a local port of the Linux version from the Windows port and then executes it. +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)).