Help:Tools/botwfstools: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
mNo edit summary
imported>Leoetlino
Line 10: Line 10:
* [https://github.com/fusepy/fusepy fusepy] 3.0+: install the [https://github.com/fusepy/fusepy/archive/master.zip <code>https://github.com/fusepy/fusepy/archive/master.zip</code>] package{{Install py package help|package=https://github.com/fusepy/fusepy/archive/master.zip}}
* [https://github.com/fusepy/fusepy fusepy] 3.0+: install the [https://github.com/fusepy/fusepy/archive/master.zip <code>https://github.com/fusepy/fusepy/archive/master.zip</code>] package{{Install py package help|package=https://github.com/fusepy/fusepy/archive/master.zip}}
* [http://www.secfs.net/winfsp/download/ WinFsp] if you're on Windows
* [http://www.secfs.net/winfsp/download/ WinFsp] if you're on Windows
* [https://github.com/leoetlino/botwfstools botwfstools]: install the <code>botwfstools</code> package{{Install py package help}}
* [https://github.com/leoetlino/botwfstools botwfstools]: install the <code>botwfstools</code> package{{Install py package help|package=botwfstools}}


== Instructions ==
== Instructions ==

Revision as of 21:43, 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

Instructions

Usage instructions can be found in the botwfstools repository.