Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Help:Creating mods: Difference between revisions

Jump to navigation Jump to search
added aamp
imported>BravelyPeculiar
(Created page)
 
imported>BravelyPeculiar
(added aamp)
Line 3: Line 3:
Welcome, modders! This page is intended to be a collection of useful information for new and existing modders.
Welcome, modders! This page is intended to be a collection of useful information for new and existing modders.


== Getting Started ==
== 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 [https://pypi.org/project/aamp/ `aamp` library]. Run with `aamp_to_yml INPUT_FILE OUTPUT_FILE.yml`, and vice versa.

Navigation menu