patterns/hinf_bitmap: Added pattern for parsing Halo Infinite bitmap files (#194)

* patterns/hinf_bitmap: Added pattern for parsing Halo Infinite bitmap files

* Parses the header of all Halo Infinite files which includes related "dependencies", datablocks, structure references
* Read bitmap sequence data, including bitmap index, complete index, sprite info
* Find the width/height and DDS Format of the raw texture, which can then be parsed into usable DDS textures
* Locates raw DDS block info

* Nulled out the DDS section of the bitmap
This commit is contained in:
Surasia
2023-11-14 02:20:32 +03:00
committed by GitHub
parent 99df77baf2
commit 52f7d9e77a
3 changed files with 537 additions and 0 deletions

Binary file not shown.