NDX: N Dynamic X
NDX (N Dynamic X) is Nx86's built-in modloader. Drop a mod onto the window, Nx86 reads the Title ID, validates the content, and imports it into the right cache folder. Before launch it tells you what rebuild cost to expect, if any.
Formats
- .ndx: the native Nx86 mod package. Contains an
nxmod.tomlmanifest and content folders. Preferred. - Eden-compatible layouts:
romfs/,romfs_ext/,exefs/,cheats/folder structures. Accepted for convenience, no manifest required.
Sections
- Installing Mods: import steps and supported formats
- Eden-Compatible Imports: folder layout support and manifest generation
- Creating .ndx Mods: package structure
- nxmod.toml Reference: full manifest field reference
- Mod Profiles: named mod sets, temporary launch profiles
- Cache and Recompilation: what triggers a rebuild
- Cheats: runtime cheats and Build ID sensitivity
- GSO/GSC: game-specific optimizations and built-in fixes
- Mod Repositories: official index and user-added repositories
- Safety and Trust: what NDX accepts and rejects
- AI Agent Guide: rules and checklist for AI coding agents