edit: damn, trying to figure out these textures are difficult edit2: welp, figured out the texture data, pretty much little endian, sadly haven't found anything else that's not BC1 or BC7
0x00 - width 0x02 - height 0x04 - unk (seems to be the same in every texture data I've came across) 0x06 - texture type ~002d = BC1 ~402d = BC7 0x08 - padding 0x0C - texture data