You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete rewrite. Now it's easier to use, it's able to handle more AFS variations and can recreate them in the exact same format variation as in the original AFS archive. It doesn't require any extra input or configuration by the user. All necessary data to recreate the AFS is stored in a metadata.json file.
AFS archives that contain files with directory data will be extracted maintaining the same folder structure.
Now it requires .NET Core 3.1 instead of .NET Framework 4.7.2.
Added
New -i command to previsualize information about the contents of an AFS archive.
Fixed
Recent fixes for AFS Packer 1.2.x are in this version as well.
Better handling of AFS archives that contain file names with invalid characters or paths.
Better error checking to inform the user if something goes wrong.
Removed
Removed list_file and -nf commands. They're not necessary anymore as the program will handle automatically in which format an AFS archive needs to be created.