Skip to content

003 Simple Attribute Mod

AsteroidPizza39 edited this page Jun 8, 2026 · 2 revisions

Making Your First Mod - Simple Attribute Edit

I've been creating mods for Tears of the Kingdom (TOTK) since it first launched in 2023. In the TOTK Modding Hub Discord server, new users will often ask for recommendations on what makes a good first project. My response is always that they should either make a basic texture edit or a basic attribute edit. In this tutorial, I'll be walking through the steps on making a basic attribute edit using the Tears of the Kingdom Visual Studio Code extension (TKVSC), and how to package it for release using Tears of the Kingdom Mod Manager (TKMM).

Requirements

  1. Legally acquired RomFS dump of TOTK
  2. Visual Studio Code (VS Code)
  3. TKVSC
  4. TKMM

Clone this wiki locally