A general editor for editing first-party Nintendo formats. Primarily aimed at support for Tears of the Kingdom files and more modern Nintendo Switch files.
- Install the .NET 8 runtime (Windows x64 direct download)
- Download the latest release (Launcher), extract the zip, and run the exe
- Toggle the plugins you would like to install
- Click Install NX Editor and wait for the installation to complete
-
Clone the GitHub repository
git clone --recursive "https://github.com/NX-Editor/NxEditor"; cd "NxEditor"
-
Build the project
cd "./src/NxEditor/"; dotnet build
-
Run the project
dotnet run
PowerShell Script & Command
git clone --recursive "https://github.com/NX-Editor/NxEditor"
cd "NxEditor"
cd "./src/NxEditor/"
dotnet build
dotnet run
git clone --recursive "https://github.com/NX-Editor/NxEditor"; cd "NxEditor"; cd "./src/NxEditor/"; dotnet build; dotnet run