Help:Tools/SARC Tool: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (Created page with "Category:Tools Category:Tools (SARC) {{Tool infobox | name = SARC Tool | authors = aboood40091 | source = https://github.com/aboood40091/SARC-Tool | license = GPLv3 |...") |
imported>Leoetlino No edit summary |
||
Line 10: | Line 10: | ||
}} | }} | ||
'''SARC Tool''' is a tool | '''SARC Tool''' is a tool that can read and generate both big endian and little endian [[SARC]] archives, whether they are [[Yaz0]] compressed or not. It is one of the few tools that are able to align file data correctly. | ||
== Setup == | == Setup == |
Latest revision as of 12:11, 14 October 2018
Author(s) | aboood40091 |
---|---|
Source code | https://github.com/aboood40091/SARC-Tool |
License | GPLv3 |
Written in | Python |
Platform support | Cross-platform |
SARC Tool is a tool that can read and generate both big endian and little endian SARC archives, whether they are Yaz0 compressed or not. It is one of the few tools that are able to align file data correctly.
Setup
- Install the
sarclib
package. [CLI help] - Install the
libyaz0
package. [CLI help] - Download the latest release from GitHub.
Known issues
- Unnecessary padding for BotW: SARC Tool may add unnecessary padding when archives are repacked, meaning generated archives may end up larger than the original even if no file size has increased inside the SARC. The game will fail to load it unless you fix the Resource system.