Help:Tools/botwfstools: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino |
imported>Leoetlino No edit summary |
||
Line 16: | Line 16: | ||
[[Category:Guides]] | [[Category:Guides]] | ||
[[Category:Guides (tools)]] |
Revision as of 19:12, 16 September 2018
A common operation when exploring and modifying BotW's content is manipulating SARC archives (unpacking and repacking), which quickly becomes tedious and annoying. Resource system internals also cause most resource changes to require an update to the resource size table (RSTB).
botwfstools intends to address these issues with a series of tools that help the user:
- avoid clobbering their game dump (without the need to keep space-wasting backups)
- explore and modify content files by exposing archives as simple directories
- edit files more easily by automatically repacking archives and editing the RSTB as needed.
Requirements
- Python 3.6+ (see Help:Setting up tools for help)
- fusepy 3.0+: install the
https://github.com/fusepy/fusepy/archive/master.zip
package[CLI help] - WinFsp if you're on Windows
- botwfstools: install the
botwfstools
package[CLI help]
Instructions
Usage instructions can be found in the botwfstools repository.