A tool to unpack and repack AFS archives, forked from Isaac-Lozano/afs_util
Download the latest version from the releases page.
afs_util 0.1.0
Usage:
afs_util -e *.afs Extracts each AFS archive into a folder with the same name as the archive
afs_util -p folder Packs the specified folder into an AFS archive with the same name as the folder
Options:
-e, --extract Extract afs file
-p, --pack Pack afs file
-h, --help Print this help menu
Shoutouts to NoThisIsStupider for collaboration in reverse engineering the AFS file format. Their AFS tool can be found here.