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
- I needed
npm config set msvs_version 2019instead ofnpm config set msvs_version 2017.
- I needed
git clonecd d2rmmyarn installnpm startto debugnpm run packageto build releasenpm run docsto build documentationnpm run build:updaterto build auto-updater exenpm run build:config-schemato build config json schema
See instructions.