D2RMM is a mod manager for Diablo II: Resurrected.
See the Nexus page for a full description.
You can find some example mods over at https://github.com/olegbl/d2rmm.mods. There are also API Docs available.
- https://github.com/nodejs/node-gyp#on-windows
- D2RMM uses Node v18 by default, so make sure to install that (e.g. via nvm).
git clonecd d2rmmyarn installyarn startto debugyarn packageto build releaseyarn docsto build documentationyarn build:updaterto build auto-updater exeyarn build:config-schemato build config json schema
See instructions.