TR X360 texture format
-
mariokart64n
- ultra-veteran

- Posts: 567
- Joined: Sun Jun 05, 2005 12:00 pm
- Location: Ontario, Canada
- Has thanked: 34 times
- Been thanked: 200 times
Re: TR X360 texture format
Hi this is mariokart64n, I PM'd you on the tombraider forum...
haha seems I was right. these are indeed DDS textures. and yes are swizzled aswell. ^.^
example of the header;
00000000 58 33 36 30 1A 20 01 54 00 00 00 00 00 00 00 00 X360. .T........
00000010 02 00 02 00 00 09 00 03 ........
DDS compression is 54 = DXT5, 52, DXt1... etc
the dimension are 0200 x 0200 = 512x512 in dec.

haha seems I was right. these are indeed DDS textures. and yes are swizzled aswell. ^.^
example of the header;
00000000 58 33 36 30 1A 20 01 54 00 00 00 00 00 00 00 00 X360. .T........
00000010 02 00 02 00 00 09 00 03 ........
DDS compression is 54 = DXT5, 52, DXt1... etc
the dimension are 0200 x 0200 = 512x512 in dec.

Maxscript and other finished work I've done can be found on my DeviantArt account
-
mariokart64n
- ultra-veteran

- Posts: 567
- Joined: Sun Jun 05, 2005 12:00 pm
- Location: Ontario, Canada
- Has thanked: 34 times
- Been thanked: 200 times
Re: TR X360 texture format
personally I can't code or program, and since its a tiling type of swizzle I was able to create a automation to rearrange the pixels in paintshoppro.
although there are a few sources that have working unswizzle code. it's either borrowed from someone else, or illegally obtained from the SDK... so I guess if you wanted to, you could email Surveyor, he's converted someone elses python scripts into C# I believe?
although there are a few sources that have working unswizzle code. it's either borrowed from someone else, or illegally obtained from the SDK... so I guess if you wanted to, you could email Surveyor, he's converted someone elses python scripts into C# I believe?
Maxscript and other finished work I've done can be found on my DeviantArt account
