Help:Creating mods
Jump to navigation
Jump to search
This article is a stub. You can help ZeldaMods (Breath of the Wild) by expanding it. (For a list of non-stub pages, see Project:Pages.) |
Welcome, modders! This page is intended to be a collection of useful information for new and existing modders.
Getting Started - Tools
Since BotW uses a lot of Nintendo's own file formats, you'll need tools to be able to edit them. To use leoetlino's tools, you need to install the latest version of Python, and tick the "Add to PATH"/"Add to environment variables" box in the installer. Then, to install the tool, run `pip install TOOL_NAME` in the command line.
- AAMP files contains parameters for actors and other game elements. Edit them with leoetlino's `aamp` library. Run with `aamp_to_yml INPUT_FILE OUTPUT_FILE.yml`, and vice versa.