https://github.com/blacha/diablo2
Utilities to work with diablo2, Clientless map rendering & packet sniffing
https://github.com/blacha/diablo2
api d2r diablo2 map mpq packet sniffer
Last synced: 6 months ago
JSON representation
Utilities to work with diablo2, Clientless map rendering & packet sniffing
- Host: GitHub
- URL: https://github.com/blacha/diablo2
- Owner: blacha
- License: mit
- Created: 2020-08-22T06:37:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T18:06:08.000Z (over 2 years ago)
- Last Synced: 2025-03-29T18:05:45.585Z (6 months ago)
- Topics: api, d2r, diablo2, map, mpq, packet, sniffer
- Language: TypeScript
- Homepage:
- Size: 2.74 MB
- Stars: 203
- Watchers: 21
- Forks: 65
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @diablo2
[](https://github.com/blacha/diablo2/actions)
Tools to work with diablo2
- [bintools](./packages/bintools) - Diablo2 (Classic) Binary parsers to read the `.bin` files
- [huffman](./packages/huffman) - Diablo2 (Classic) Decompressor for network data
- [packets](./packages/packets) - Diablo2 (Classic) network protocol
- [mpq](./packages/mpq) - MPQ reader / extractor
- [map](./packages/map) - Diablo2 (Classic & Resurrected) map generation api (Docker based)
- [sniffer](./packages/sniffer) - Diablo2 (Classic) network sniffer
- [memory](./packages/memory) - Diablo2 (Resurrected) Memory reader## Diablo2 Resurrected

## Diablo2 Classic
### Packet sniffer
### Packet sniffing heads up display
Sniffs packets from the game client to create a overview of the world around.

1. Location of the summoner
2. Where a good item was drooped (Unique Frost burns)
3. Player Location
4. A collection of monsters
5. Way point## Building
Building with yarn
```
yarn
yarn build
```