From b492d5dbe4caa726ee4dd6604153bf3290846fc2 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:14:49 +0300 Subject: [PATCH] Create DEPENDENCIES --- DEPENDENCIES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DEPENDENCIES diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..a035c93 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,16 @@ +#### The software uses the following dependencies for RPG Maker MV/MZ: +- [nwjs](https://nwjs.io/) - As the main engine of the game +- [cicpoffs](https://github.com/adlerosn/cicpoffs) - For mounting the game folder in windows Case-Insensitive mode (that allows nwjs better find the game files) +- [evbunpack](https://github.com/mos9527/evbunpack) - For unpacking game files stored in Game.exe (if they are packaged) +- tools such as wget, ln, readlink, grep - For downloading the latest version of nwjs and viewing the files. + +#### Dependencies for tyranobuilder +- [nwjs](https://nwjs.io/) - As the main engine of the game +- [electron 9.4.4](https://github.com/electron/electron/releases/tag/v9.4.4) to run v5 version games of this engine (Optionally) +- python script tyranoextract with these dependencies (asarlib,pefile) + +#### Dependencies for RPG Maker XP / VX / VX Ace (There is limited support) +- [mkxp-z](https://github.com/mkxp-z/mkxp-z) - Open-source cross-platform player for (some) RPG Maker XP / VX / VX Ace games. A very heavily modified fork of mkxp. RGSS on steroids with a stupid name. (May have limited support for games, due to win32api in plugins) (Optionally) + +#### Dependencies for Godot engine +- wget (Required to download SDK, once download is done the linux port is complete (works even with embedded pck files)).