A set of tools to convert Halo Custom Edition tags to and from YAML.
Halo's tags are stored as binary files. This causes two problems that make modern git workflows nearly impossible:
- Tag files (and changes to them) are not viewable in version control.
- If two people modify the same tag file, they must open both tags in an editor and manually reconcile the changes.
Librarian exists to address these problems.
TODO
TODO
This code is licensed under the GPL-3.0 license.
Basically, any modifications to this code must be made open source.