Help:Creating mods

From ZeldaMods (Breath of the Wild)
Revision as of 20:47, 14 October 2018 by imported>BravelyPeculiar (added aamp)
Jump to navigation Jump to search


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.