LcfTrans is a small tool to extract strings out of RPG Maker 2000 and 2003 database (LDB), maptree (LMT) and map files (LMU). These strings are written to a po translation file and can be translated using any tool supporting the po format (e.g. Poedit).
The po files are processed by EasyRPG Player for multilanguage support. Writing the translation back into the RPG Maker files is currently NOT supported.
LcfTrans is part of the EasyRPG Project. More information is available at the project website:
Documentation is available at the documentation wiki:
- liblcf - https://github.com/EasyRPG/liblcf
Up to date binaries for assorted platforms are available at:
LcfTrans development is hosted by GitHub, project files are available in Git repositories.
https://github.com/EasyRPG/Tools
./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 -B builddir
cmake --build builddir
cmake --install builddir # (optionally)LcfTrans is free software under the MIT license. See the file COPYING for details.