Skip to content

Tools for modding, reverse engineering, and inspecting Zelda: Breath of the Wild

License

Notifications You must be signed in to change notification settings

veryjos/birth_of_the_toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tools for modding, reverse engineering, and inspecting Zelda: Breath of the Wild

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published