fallout2-ce/third_party/zlib
Eir Nym 0e447c55a8
Upgrade zlib to 1.3 (#323)
2023-09-28 17:26:52 +03:00
..
CMakeLists.txt Upgrade zlib to 1.3 (#323) 2023-09-28 17:26:52 +03:00
LICENSE Initial commit 2022-05-19 11:51:26 +03:00
README.md Initial commit 2022-05-19 11:51:26 +03:00

README.md

zlib

Fallout 2 uses zlib v1.1.1 (as seen at 0x4E18A0, 0x4ED2F0, and other various places) to decompress data embedded in .DAT files. There is no point in using such old version, because zlib is highlighly optimized, portable, and provides backward compatibility.