rpgmaker-linux/DEPENDENCIES.md
2024-08-18 19:27:07 +03:00

1.3 KiB

The software uses the following dependencies for RPG Maker MV/MZ:

  • nwjs - As the main engine of the game
  • cicpoffs - For mounting the game folder in windows Case-Insensitive mode (that allows nwjs better find the game files)
  • 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 - As the main engine of the game
  • electron 9.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) (Beta test)

  • 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)).