Skip to content

Commit 385ee65

Browse files
Update version numbers and descriptions in README
1 parent 043e9b6 commit 385ee65

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ The overlay API only covers the fixed-size header sections (765 bytes for v<=103
191191
| Version | Game | Notes |
192192
|---------|------|-------|
193193
| 96 | D2 LOD 1.10+ | 32-bit item codes, 7-bit strings |
194-
| 97 | D2 Resurrected | Huffman-encoded item codes, 7-bit strings |
195-
| 98-99 | D2 Resurrected | Huffman-encoded item codes, 8-bit strings |
196-
| 100-102 | D2R 2.x | Advanced stash tab types, chronicle data, item find tracking |
197-
| 103 | D2R 2.x | DemonSection ("lf" magic) for summoned creature persistence |
198-
| 104 | D2R 2.x | New header layout (833 bytes), Name moved to PreviewData, GameMode field |
199-
| 105 | D2R 2.x | Item quantity uses 1-bit presence flag for all items |
194+
| 97 | D2R 2.0 | Huffman-encoded item codes, 7-bit strings |
195+
| 98-99 | D2R 2.8 | Huffman-encoded item codes, 8-bit strings |
196+
| 100-102 | D2R 3.0 | Advanced stash tab types, chronicle data, item find tracking |
197+
| 103 | D2R 3.0 | DemonSection ("lf" magic) for summoned creature persistence |
198+
| 104 | D2R 3.0 | New header layout (833 bytes), Name moved to PreviewData, GameMode field |
199+
| 105 | D2R 3.0 | Item quantity uses 1-bit presence flag for all items |
200200

201201
## Version Conversion
202202

0 commit comments

Comments
 (0)