EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files
https://easyrpg.org/tools/
49 stars 18 forks source link

EasyRPG Tools

EasyRPG Tools is a suite of small file related applications to use and convert RPG Maker 2000/2003 files.

EasyRPG Tools is part of the EasyRPG Project. More information is available at the project website:

https://easyrpg.org/

Tool details

These are the currently available tools:

Daily builds

Up to date binaries are available at:

https://ci.easyrpg.org/

Source code

EasyRPG Tools development is hosted by GitHub, project files are available in Git repositories.

https://github.com/EasyRPG/Tools

Note for Windows developers

This only applies to git checkouts: The individual tool directories may share common configuration and external libraries. These have been symlinked from the toplevel directory. To enable these sysmlinks in git you need to have either a recent Windows version (10, build 14972 or 11), on which you can enable Developer Mode OR need to edit the user rights with Group policy editor to enable symlink creation. Then, when using msysgit, there is a checkbox for symlink support, alternatively the following command needs to be executed once to enable them globally: git config --global core.symlinks true

Building

Autotools:

./bootstrap # (only needed if using a git checkout)
./configure
make
make install # (optionally)

You may tweak build parameters and environment variables, run ./configure --help for reference.

CMake

cmake -B builddir
cmake --build builddir
cmake --install builddir # (optionally)

License

The EasyRPG Tools are free software under different licenses. Read the LICENSE file available in the respective tool directories for details.