Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 621 Bytes

File metadata and controls

21 lines (15 loc) · 621 Bytes

Usage:

sakunaTool.exe [argument] <archive> [additional parameter]

Arguments:
-e:      Extracts all files
-p:      Packages a folder to ARC
-i:      Info about archive

Additional parameters:
-nocompress:      Do not compress data during import.
-compress:        Compress the data during import.

Notes:

  • This tool uses lz4net.
  • sakunaTool create a cache during extract archivies. It can be finded in same folder as sakunaTool.exe. This cache uses to keep information about files flags and sort filenames.

Thanks to Visntse for fixes some bugs!