The WotL modding framework
TacticsCrafter is a modding API as well as an application implementing said API for the PSP game "Final Fantasy Tactics: The War of the Lions".
You can check the wiki for documentation.
A repository of scripts is available, including the popular Slowdown Fix.
TacticsCrafter requires cmake and Qt 5.9 or newer.
Basic build instructions under an Unix-like OS:
git clone https://github.com/FFT-Hackers/TacticsCrafter
cd TacticsCrafter
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
Under windows, MSVC 2017 and 2019 are the prefered toolchains.
TacticsCrafter is licensed under the MIT License.
Nin was developped by Maxime Bacoux "Nax".