mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-02 08:30:25 +00:00
6ae1afc57c
See #17 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
LICENSE | ||
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.