Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 525 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 525 Bytes

Birth of the Toolkit

A CLI tool for decoding formats in Legend of Zelda: Breath of the Wild.

Building

git submodule init
git submodule update
xbuild BoTK.sln

Example

Encodings currently supported:

  • yaz0
  • byml

Archives currently supported:

  • sarc
# Decoding a yaz0 compressed byml file to stdout
mono BoTK.exe --input actors.byml

# Recursively decoding a yaz0 compressed sarc archive to a folder
mono BoTK.exe --input 56000009C8.hght.sstera --output 56000009C8

License

MIT License