Help:Tools/sarc: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino (→Setup) |
imported>Leoetlino No edit summary |
||
Line 18: | Line 18: | ||
* None for ''Breath of the Wild'' currently. | * None for ''Breath of the Wild'' currently. | ||
* If you are using this tool for non-BotW games, make sure to pass the --not-botw flag as other games need different packing rules. | * If you are using this tool for non-BotW games, make sure to pass the --not-botw flag as other games need different packing rules. | ||
== Usage == | |||
This tool automatically decompresses Yaz0-compressed archives, and re-compresses them when repacking if the extension starts with an <code>s</code>. | |||
* To extract: <code>sarc extract INPUT_FILE.pack</code> | |||
* To pack: <code>sarc create [-b] INPUT_FOLDER OUTPUT_FILE.sbactorpack</code> (Use <code>-b</code>for Wii U only). | |||
* More commands in the [https://github.com/leoetlino/sarc readme]. |