Usage
Download one of the following:
FEZRepacker.exe- Windows standalone command-line interfaceFEZRepacker- Linux standalone command-line interface
...and consult the README.md for usage details.
Additionally, Core library can be accessed as a NuGet package: https://www.nuget.org/packages/FEZRepacker.Core
Changelog
- Explicitly defined nullable properties in asset types based on FEZ's original assets.
- Wrapped
IDictionary<string,IDictionary<string,string>>asset type into aTextStoragewrapper, and removed its external dependency of internal OrderedDictionary implementation.