Skip to content

pairofdocs/d2s_edit_recalc

Repository files navigation

D2S Save File Editor (LoD and D2R)

Features

  • Reset the cowking quest so the portal can be opened after killing the king (Norm, NM, and Hell)
  • Reset the izual quest
  • Reset the hell forge quest
  • Reset the larzuk item socket quest

Usage

  1. Download d2s_edit.exe and patches.txt (right click "Raw" and "Save Link As") to the same folder
  2. Edit patches.txt for quests that you want to reset by commenting/uncommenting specific lines (example below)
  3. Double click d2s_edit.exe to start the app
  4. Click on "Open File and Run" to select you .d2s character file and apply the edits from patches.txt. Save files are in Saved Games\Diablo II Resurrected Tech Alpha\
  5. Start D2
  • GUI

Note: The first time d2s_edit.exe is run on a char file (e.g. MyAwesomeChar.d2s), it creates a backup file (MyAwesomeChar.d2s.bak). This backup can be moved/copied and used if you want to undo any changes.

Example

patches.txt:

This is the NM larzuk quest edit disabled:

# reset larzuk quest NM
# 511, 00 00

This is the quest edit enabled:

# reset larzuk quest NM
511, 00 00

This is the Map ID, Seed edit enabled:

# set the char seed to `1337`
171, 1337, decimal

Build GUI

pip install wxpython pyinstaller
pyinstaller --add-data 'd2logo_sm.png;.' --onefile -w d2s_edit.py (Note: use d2logo_sm.png;. on windows and d2logo_sm.png:. on most unix systems)

Credits and Tools