D2rmm
Mod Manager for Diablo II: Resurrected
Install / Use
/learn @olegbl/D2rmmREADME
Diablo II: Resurrected Mod Manager
D2RMM is a mod manager for Diablo II: Resurrected.
See the Nexus page for a full description.
Example Mods
You can find some example mods over at https://github.com/olegbl/d2rmm.mods. There are also API Docs available.
Building
- https://github.com/nodejs/node-gyp#on-windows
- D2RMM uses Node v22 by default, so make sure to install that (e.g. via nvm).
git clonecd d2rmmyarn installyarn startto run D2RMM in debug modeyarn packageto build a release of D2RMMyarn docsto build documentation siteyarn build:updaterto build the auto-updateryarn build:casclibto build the CascLib native libraryyarn build:config-schemato build config json mod schema
macOS Support (arm64 only, experimental)
Note: macOS support is experimental and not officially supported. Things may not work as expected.
Pre-built DMG releases are available for Apple Silicon Macs (M1/M2/M3/M4). Intel Macs are not currently supported.
Since Diablo II: Resurrected has no native macOS version, you'll need CrossOver to run the game. Launch D2R from CrossOver with the run options: -mod D2RMM -txt
Building from source follows the same steps as Windows. yarn package produces a .dmg in release/build/.
