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 2019
instead ofnpm config set msvs_version 2017
.
- I needed
git clone
cd d2rmm
yarn install
npm start
to debugnpm run package
to build release