Fable def compiler and library.
This is integrated into the EgoCore modding tool.
A CLI tool for Windows and Linux can be downloaded from the releases page.
This is also a Rust library for using the def data types. I use it in my openalbion engine project.
This project is experimental. Please report any bugs you find or suggest improvements.
Come visit the Fable Modders' Guild and AlbionSecrets' Sanctum Discord servers to discuss the project.
Usage: defc [-i <input>] [-o <output>] [--version]
Fable def compiler
Options:
-i, --input input directory of .def, .tpl, and .h files
-o, --output output directory for .bin files
--version print version
--help, help display usage information