Skip to content

LeGrosWinnie/d2s-editor

This branch is 202 commits behind dschu012/d2s-editor:master.

Folders and files

NameName
Last commit message
Last commit date
May 21, 2021
Jan 25, 2022
Jan 31, 2022
Oct 30, 2021
May 20, 2021
May 24, 2021
May 24, 2021
Jan 26, 2022

Repository files navigation

d2s-editor

Example

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)

How to use on your own mod

  1. Clone this repo or download a zip.
  2. Extract your MPQ data to a data folder in the same directory as the repo. (the tool needs TXTs, strings, pallettes, and item dc6s to work properly)
  3. Run a simple http server hosting this directory (e.g. http-server, nginx, IIS)
  4. Go to http://localhost:${PORT}/constants.html. Follow instructions to generate the TXT constant data for the save parser.
  5. Go to http://localhost:${PORT}/ verify everything works.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.4%