A CLI tool for decoding formats in Legend of Zelda: Breath of the Wild.
git submodule init
git submodule update
xbuild BoTK.sln
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
MIT License