Help:Tools/botwfstools: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (Created page with "A common operation when exploring and modifying BotW's content is manipulating SARC archives (unpacking and repacking), which quickly becomes tedious and annoying. Resou...") |
imported>Leoetlino mNo edit summary |
||
Line 2: | Line 2: | ||
botwfstools intends to address these issues with a series of tools that help the user: | botwfstools intends to address these issues with a series of tools that help the user: | ||
* avoid clobbering | * avoid clobbering their game dump (without the need to keep space-wasting backups) | ||
* explore and modify content files by exposing archives as simple directories | * 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. | * edit files more easily by automatically repacking archives and editing the RSTB as needed. |
Revision as of 21:42, 14 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.