Help:Tools/sarc: Difference between revisions

imported>Leoetlino
(Created page with "Category:Tools Category:Tools (SARC) {{Tool infobox | name = sarc | authors = leoetlino | source = https://github.com/leoetlino/sarc | license = GPLv3 | written_in = P...")
 
imported>Leoetlino
 
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
| authors = leoetlino
| authors = leoetlino
| source = https://github.com/leoetlino/sarc
| source = https://github.com/leoetlino/sarc
| license = GPLv3
| license = GPLv2+
| written_in = Python
| written_in = Python
| win_only =  
| win_only =  
Line 13: Line 13:


== Setup ==
== Setup ==
# Install the <code>sarc</code> package. {{Install py package help|package=sarc}}
Install the <code>sarc</code> package. {{Install py package help|package=sarc}}


== Known issues ==
== Known issues ==
* None for ''Breath of the Wild'' currently.
None
 
== Usage ==
This tool automatically decompresses [[Yaz0]]-compressed archives, and re-compresses them when repacking if the extension starts with an <code>s</code>. This means that '''you do not need to compress or decompress files manually'''.
 
* To '''extract''': <code>sarc extract INPUT_FILE.pack</code>
* To '''pack''' (create a new archive): <code>sarc create INPUT_FOLDER OUTPUT_FILE.sbactorpack</code> (add <code> -b</code> at the end of the line 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].
Anonymous user