All Projects → pairofdocs → d2s_edit_recalc

pairofdocs / d2s_edit_recalc

Licence: AGPL-3.0 license
Simple D2 LoD and D2R char save editor

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to d2s edit recalc

gomule-d2r
GoMule enabled for D2R
Stars: ✭ 53 (+253.33%)
Mutual labels:  diablo2, diablo-ii, d2r
diablo2
Utilities to work with diablo2, Clientless map rendering & packet sniffing
Stars: ✭ 126 (+740%)
Mutual labels:  diablo2, d2r
d2dx
D2DX is a complete solution to make Diablo II run well on modern PCs, with high fps and better resolutions.
Stars: ✭ 214 (+1326.67%)
Mutual labels:  diablo2, diablo-ii
d2launcher
Diablo II • Median XL • Mod Launcher for Linux
Stars: ✭ 20 (+33.33%)
Mutual labels:  diablo2, diablo-ii
d2lootfilter
No description or website provided.
Stars: ✭ 30 (+100%)
Mutual labels:  diablo2, diablo-ii
d2client
Client able to write and read data over TCP on a Diablo II server.
Stars: ✭ 15 (+0%)
Mutual labels:  diablo-ii
Opendiablo2
An open source re-implementation of Diablo 2
Stars: ✭ 10,057 (+66946.67%)
Mutual labels:  diablo2
diablo2
The Tankazon Resource - a Diablo II mini site.
Stars: ✭ 80 (+433.33%)
Mutual labels:  diablo2
Kolbot-SoloPlay
<The one bot to rule them all> This repo is depreciated. New development is at https://github.com/blizzhackers/kolbot-SoloPlay
Stars: ✭ 26 (+73.33%)
Mutual labels:  diablo2
D2Dropper
Diablo 2 Dropper
Stars: ✭ 22 (+46.67%)
Mutual labels:  diablo2
d2modmaker
A program that lets you mod Diablo II from a config
Stars: ✭ 82 (+446.67%)
Mutual labels:  diablo2
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (+400%)
Mutual labels:  diablo2
diablo2-runewizard
Runewizard for Diablo II. Find out what runewords you can make with the runes you have found.
Stars: ✭ 28 (+86.67%)
Mutual labels:  diablo2
portal
Character Planner for Diablo II
Stars: ✭ 23 (+53.33%)
Mutual labels:  diablo2
d2s
Diablo II file format binary parser written in Go.
Stars: ✭ 126 (+740%)
Mutual labels:  diablo-ii
d2itemreader
C library for parsing items in Diablo II character/stash files
Stars: ✭ 30 (+100%)
Mutual labels:  diablo-ii
slashdiablo-launcher
A lightweight cross platform Slashdiablo game launcher for Diablo II, written in Go & QML.
Stars: ✭ 29 (+93.33%)
Mutual labels:  diablo-ii

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
  • Set your character's Map ID / Seed (like the -seed launch option in LoD)

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

Reset Other Quests

To reset quests that are not in patches.txt currently see this table's section Quest Completion Data from Trevin https://user.xmission.com/~trevin/DiabloIIv1.09_File_Format.shtml.
The quest block starts at position 345 for a character savefile and the position for Andariel in Normal difficulty (quest name Sisters to the Slaughter), for example, would be 345 + 12 (from the Byte Position Column) = 357. And for higher difficulties add the offset 96 per difficulty. So Andariel at Nightmare would be at position 357 + 96 = 453 and for Hell the position would be 453 + 96 = 549.
Once the correct position for a quest is determined, add the corresponding lines to patches.txt:

# Reset Andariel Normal
357, 00 00

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].