Skip to content

olegbl/d2rmm

Repository files navigation

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 v18 by default, so make sure to install that (e.g. via nvm).
  • git clone
  • cd d2rmm
  • yarn install
  • yarn start to debug
  • yarn package to build release
  • yarn docs to build documentation
  • yarn build:updater to build auto-updater exe
  • yarn build:config-schema to build config json schema

Experimental support for macOS

See instructions.