Skip to content

Tool for working with Sakuna of Rice and Ruin ARC files

Notifications You must be signed in to change notification settings

LinkOFF7/sakunaTool

Repository files navigation

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!