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
- Host: GitHub
- URL: https://github.com/handsomematt/botw-editor
- Owner: handsomematt
- License: mit
- Created: 2017-04-21T20:03:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T23:24:05.000Z (about 9 years ago)
- Last Synced: 2025-03-28T00:44:05.189Z (about 1 year ago)
- Topics: botw, modding, modding-games, modding-tools, zelda
- Language: C#
- Homepage:
- Size: 1.48 MB
- Stars: 36
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.