Skip to content

v1.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jan 14:53
· 1 commit to main since this release

Usage

Download one of the following:

  • FEZRepacker.exe - Windows standalone command-line interface
  • FEZRepacker - 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)