ozmorph / testract

Testract is a library for parsing archive files from the Elder Scrolls™ and Fallout™ game franchises.
MIT License
0 stars 0 forks source link

Fallout 4 BA2 Support #1

Open ozmorph opened 6 years ago

ozmorph commented 6 years ago

Fallout 4 uses a new BSA type called BA2, presumably standing for Bethesda Archive v2.

BA2 is known to be somewhat similar to the BSA file format, but it uses a different encoding format for textures.

ozmorph commented 6 years ago

Merge Request #3 added support for BA2 files minus texture extraction. The file records for textures are parsed, but the lack of a usable DDS library is making the texture extraction a little harder since a DDS texture will need to be created from the ground up.