Blitz the League 2 File Decompression Issues

Textures, recreate headers, conversions, algorithms and parsing of image files
gainerje47
Posts: 6
Joined: Wed Oct 23, 2019 4:02 am

Blitz the League 2 File Decompression Issues

Post by gainerje47 »

Hello,

Can someone please help me find out how I can get these file decompressed? I was directed to ask here by Luigi. It is showing that the compressed files are .dds but everything I have tried is not working. Any help you can provide would be great. I attached sample files.

Thank you
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

[PS3] Blitz: The League 2

Post by Acewell »

what are you using to extract the files?
looks like the extraction method is splitting the header and data into separate files.
000002bc.dat is the header for 000002bd.dat (1024 x 512 - dxt5)
0000000a.dat is the header for 0000000b.dat (1280 x 720 - dxt1)
gainerje47
Posts: 6
Joined: Wed Oct 23, 2019 4:02 am

Re: Blitz the League 2 File Decompression Issues

Post by gainerje47 »

Thanks for your response. Yes I have noticed literally every file being split in that format.

I attached the script that I am using to get the files to the point that you see. Also I attached an image of what the files look like in the folder after I decompress the .OF files. I can see these are .dds files but once they are split I am stuck.

Any help you can provide would be great.

Thank you