https://github.com/WoefulWolf/Replicant2Blender
https://github.com/yretenai/kaine/
- Magic:
28 B5 2F FD
- Can contain one or multiple compressed files.
- Files are compressed using zstd (version >= 0.8.0)
- Usually contain PACK files (which store more files) or BXON files.
- Just check the 010 Editor Binary Templates found in this repo.
- Running the
PACK.bt
template will automatically run the corresponding binary templates as well for the files found inside the PACK.
- Not really recommended at the moment, ignores structure and just tries to decompress anything it can.
- Recommended instead: https://github.com/yretenai/kaine
python ./archive_extractor.py <Archive Path>
Attempts to decompress and separate the archive files into their uncompressed state.
Uncompressed files will be placed in sub-directories adjacent to the Python script.