GingerAvalanche / botw_actor_tool

Utility for editing actors in Legend of Zelda: Breath of the Wild
GNU Affero General Public License v3.0
8 stars 2 forks source link
editing-actors

Breath of the Wild Actor Editor

Utility for editing actors in Legend of Zelda: Breath of the Wild. With it, you can edit actors simply. No longer will you need to edit 4 different files just to add one new item! Now you can just select the item you want to base yours off of, change the name, change the texts, hit save, and boom! New item.

Note that the tool does not handle resource files (.sbfres). Those need to be handled with Switch Toolbox.

Dependencies

The following pip packages, which will be automatically installed:

Setup

  1. Download and install Python 3.7+, 64-bit. You must choose the "Add to System PATH" option during installation.
  2. Open a command line and run pip install botw_actor_tool

How to Use

botw_actor_tool

Layout

Actor Link

This contains an entry for every "link" in the ActorLink file, plus a section for Tags.

Text Editors

Most tabs will open up text editors that allow you to edit the yaml of the files in question, and will then convert it back to aamp or byml when you click the Save button at the bottom.

Texts Tab

Not to be confused with the text editor tabs, the texts tab is where you edit the texts of your item in-game. Things like its description, name, and compendium summary.

Obscure Features

Contributing

This software is in early, but usable, beta. Only extensively tested with armor and weapon actors, but should work fine with other actor types. Feel free to report issues or otherwise contribute in any way.

License

This software is licensed under the terms of the GNU Affero General Public License, version 3+. The source is publicly available on Github.