fallout2-ce/third_party/fpattern
Alexander Batalov 6ae1afc57c Make file find utils cross-platform
See #17
2022-05-28 14:01:52 +03:00
..
CMakeLists.txt Make file find utils cross-platform 2022-05-28 14:01: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

fpattern

Fallout 2 uses fpattern v1.07 (see 0x4EB990) to find entries in .DAT files. The closest version I was able to find is v1.08 on the author's website (fpattern.c, fpattern.h). It's not very safe to use such direct links, and I'm not sure if it's possible to download these files via FetchContent. Luckily there is a newer v1.9 on GitHub.