An open API service indexing awesome lists of open source software.

https://github.com/handsomematt/botw-editor

The Legend of Zelda: Breath of the Wild - Editor
https://github.com/handsomematt/botw-editor

botw modding modding-games modding-tools zelda

Last synced: about 1 year ago
JSON representation

The Legend of Zelda: Breath of the Wild - Editor

Awesome Lists containing this project

README

          




The Legend of Zelda: Breath of the Wild

Dungeon Editor

### Documentation
Documentation on various different file formats used throughout BotW can all be
found in the [`botw-modding`](https://github.com/HandsomeMatt/botw-modding) repository.

### Contributing
Contributions are always welcome, whether it's modifying source code to add new
features or bug fixes, documenting new file formats or simply editing some
grammar.

### License
[This project is licensed under the MIT License.](LICENSE)

### Thanks
This project derives work from many many people, but the most notable people are below,
everything would not be possible without their work:

* [lioncash](https://github.com/lioncash) - GameFormatReader provides many utility
classes for reading and writing Nintendo Formats.
* [LordNed](https://github.com/LordNed) - Initial understanding of BLWP and BFRES
formats.