Need help with a weird dds

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
Axem
ultra-n00b
Posts: 4
Joined: Sun Mar 04, 2012 4:32 pm

Need help with a weird dds

Post by Axem » Sat Oct 31, 2015 12:39 am

I've got these files that claim they're DDS files, but they look like they've be run through some sort of compression. The file starts with a 0xFD and then has the the "DDS" magic word and the DXT type ("DXT3") later on, but the rest is some sort of mess. I'm hoping that some wise eyes can help point me in the right direction with these.

Link to sample files below (with a TGA that appears to have been run through the same process)
https://drive.google.com/file/d/0B_q0tk ... sp=sharing

When I was decoding the original archive file format in a hex editor, these values came up related to something about these files.

00 15 50 80 (e_asgrimm_bump.dds)
00 15 50 80 (e_asgrimm_h.dds)
00 00 15 D0 (e_asgrimm_l.dds)
00 05 54 80 (e_asgrimm_m.dds)
00 10 00 2C (allships.tga)

But what they are exactly escapes me. No idea if that helps or not...

Thanks in advance! :)

Markemp
veteran
Posts: 111
Joined: Tue Dec 24, 2013 2:42 am
Has thanked: 5 times
Been thanked: 54 times

Re: Need help with a weird dds

Post by Markemp » Sun Nov 01, 2015 2:33 pm

Is it the new .dds format files, where instead of having the mip maps as part of the file they are spread out into .dds1, .dds2, etc? Along with an index file.

Try this tool to see if it can convert them to the old .dds files:

http://www.cryengine.com/community/down ... 528a1bf7e6

Axem
ultra-n00b
Posts: 4
Joined: Sun Mar 04, 2012 4:32 pm

Re: Need help with a weird dds

Post by Axem » Mon Nov 02, 2015 12:07 am

No dice on that I'm afraid. :(

Post Reply