S3TC convertor: where?

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
User avatar
Savage
VIP member
VIP member
Posts: 560
Joined: Sun Apr 17, 2005 11:00 am
Has thanked: 16 times
Been thanked: 17 times

S3TC convertor: where?

Post by Savage » Sat Mar 10, 2007 5:57 pm

I have files like the example attached, where i can found a program to convert to tga and viceversa?
Any program like nvdxt or "The compressonator"?

The Header of the file it's "S3TCDXT5"

Thaaanks 8D
You do not have the required permissions to view the files attached to this post.
Image

Silver
veteran
Posts: 80
Joined: Sat Apr 30, 2005 1:25 pm
Been thanked: 1 time

Post by Silver » Sun Mar 11, 2007 12:08 am

Well you could just modify the header to be DXT5 (.dds).
You can see the dimensions at 0x8 & 0xC. Then could edit or convert it to tga if you want via plugins/converters.

User avatar
alera
advanced
Posts: 71
Joined: Fri Oct 06, 2006 2:33 am
Has thanked: 14 times
Been thanked: 5 times

Post by alera » Tue Apr 10, 2007 7:53 pm

I tried to code a S3TC decompressor a while back but it don't handle alpha channels

I'm not sure if you would be interested in that :P

the file is not a proper dds
after editing the header it still doesn't look alright but it is clearly a bird upside down ...

SparedLife
advanced
Posts: 47
Joined: Sun Mar 07, 2004 6:37 am
Location: USA
Contact:

Post by SparedLife » Fri May 11, 2007 2:20 am

Is anyone still interested in this? It's not a problem to build a tool to convert back and forth. The files are DXT5, it's just a matter of swapping headers.
I don't have enough info to make a reliable tool though. I see he sent 1.dds but do these DDS files have actual filenames or is that it? Was this a standalone DDS or was it ripped from a library? Are there other DXT formats?


whoa weird I just noticed the post dates 10th

Edit again:
Ok I took a blind stab at it. This program will look at a DDS file or any file for that matter and check the header for S3TC. If it finds the identifier then it will convert the file to a standard DDS file in the DXT format defined in the S3TC header (in the example I got it was a DXT5) with no mips. It will also save the alpha but does not rightside up the graphic.
The user edits the DDS and saves back in the original format with the original name and with mips. This program will read the saved original header and replace the standard DDS header back to S3TC.

http://www.spared-life.com/SparedLifeFi ... r-S3TC.zip

Works on the 1 file in the sample given. Hope it works for the rest.

Isilfor
n00b
Posts: 13
Joined: Mon Jul 19, 2010 5:01 pm
Has thanked: 1 time

Re: S3TC convertor: where?

Post by Isilfor » Mon Jul 26, 2010 6:30 pm

The requested URL /SparedLifeFiles/SLConverter-S3TC.zip was not found on this server.
Please reupload.

Post Reply