Help:Tools/sarc: Difference between revisions
no edit summary
imported>Leoetlino (whoops. GPLv3 -> GPLv2+) |
imported>Leoetlino No edit summary |
||
Line 20: | Line 20: | ||
== Usage == | == Usage == | ||
This tool automatically decompresses [[Yaz0]]-compressed archives, and re-compresses them when repacking if the extension starts with an <code>s</code>. | 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 '''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). | * To '''pack''' (create a new archive): <code>sarc create [-b] INPUT_FOLDER OUTPUT_FILE.sbactorpack</code> (Use <code>-b</code>for Wii U only). | ||
* 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. | ||
* More commands in the [https://github.com/leoetlino/sarc readme]. | * More commands in the [https://github.com/leoetlino/sarc readme]. |