Notice: this project is fully opensource. Feel free to clone it, contribute, make your own version, suggest or submit improvements...
This is a basic Diablo 2 save editor for D2 and D2R. The parser uses the TXT data from the Diablo 2 MPQs so the editor could be repurposed for basic TXT mods. Some of the main features are:
- Modify basic stats (str/lvl/gold/etc...)
- Modify quest status
- Modify waypoints
- Import items (~1000 different items to import)
- Modify basic stats on items
- Copy item between chars (drag between browser windows)
- Install Node (I tested it successfully v20.10.0, and previously v16.20.0).
- Clone this repository or download a zip.
- Open Node.js Command Prompt.
- On first install or version updates, in the command prompt, run the following commands to install the editor:
npm install --legacy-peer-deps
npm run build
- Run the command below to start the editor
npm run serve
- Go to http://localhost:8080/ with your web browser to access the editor.