04-08-2016, 02:12 AM
(This post was last modified: 04-08-2016, 02:14 AM by Raccoon Sam.)
I got 17 files out - two ".dds" files, one ".material" file and 14 ".bnry" files.
It appears the DDS files aren't DDS files at all. Both of them begin with the bytes "14 FE 01 49" while normally all DDS' begin with "44 44 53 20" so unless there's some sort of encryption/compression in there, these are not 'real' DDS files.
EDIT: And that's exactly what the error message "DDS Magic Number invalid. Got 0x4901FE14, expected 0x20534444 ('DDS '). At 0x00000004." you got tells us.
It appears the DDS files aren't DDS files at all. Both of them begin with the bytes "14 FE 01 49" while normally all DDS' begin with "44 44 53 20" so unless there's some sort of encryption/compression in there, these are not 'real' DDS files.
EDIT: And that's exactly what the error message "DDS Magic Number invalid. Got 0x4901FE14, expected 0x20534444 ('DDS '). At 0x00000004." you got tells us.