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
- changed target architectures for Repacker's Interface in CI/CD to x64 for both Windows and Linux
- removed error when one of game packages were not found, preventing the unpacking process (replaced with warning)
- fixed incorrectly processed file paths on Linux
- ensured default scene in GLTF-based converted assets (@zrckr)