fallout2-ce/third_party/zlib
Alexander Batalov 95cbba3920 Bump zlib to 1.3.1 2024-03-03 09:39:06 +03:00
..
CMakeLists.txt Bump zlib to 1.3.1 2024-03-03 09:39:06 +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.