Skip to content

v2.1.0

Compare
Choose a tag to compare
@MaikelChan MaikelChan released this 06 Sep 18:03
· 10 commits to v2 since this release
5203ee8

Added

  • Entry block alignment is now configurable.
  • Implemented null entries, which are entries that have no data. Some games have entries like that. This was implemented in 1.x versions of AFSPacker, but wasn't present in 2.0.0.

Changed

  • Metadata format has been upgraded from v1 to v2, which include several changes. This is not a problem for existing projects, as any v1 metadata.json will be upgraded automatically to v2.

Fixed

  • More checks to avoid an entry name having more than 32 characters.