Open a-johanes opened 2 years ago
I found the issue: all the minimaps are not compressed. The default DDS file header (bc7.bin) is not compatible with this. I haven't tried to fix all of the images, but this header is working for mini_map_00_city_0.dds
.
The DDS pixel format is a simple RGBA.
After I tried manually fixing all of the minimaps, I found that the last 16 minimaps were also incompatible with this header. I need to change the width and height to 32.
The program works for extracting the minimap texture. But the image result is wrong.