Hi,
Can anybody help me?
There is a X360 texture file, that i don't know it's texture format. (swizzled?)
What is the name of texture format 14?
52 = DXT1
54 = DXT5
71 = DXN
86 = ABGR
14 = ?
I attach the sample file
Thank you
Join also our Discord channel! Click here.
[SOLVED][X360] texture format
- Acewell
- VIP member
- Posts: 1329
- Joined: Wed Nov 05, 2008 12:16 pm
- Has thanked: 2683 times
- Been thanked: 831 times
Re: [X360] texture format
it looks like 512x256 dxt5

You do not have the required permissions to view the files attached to this post.
Re: [X360] texture format
Hi Acewell,
If I swizzle the image with simple DXT5 (54), then I get this result:
What is the wrong?
What am I missing?
Update:
Solved!
Before swizzle I had to swap the bytes for a short length. So it's really DXT5.
Thanks
If I swizzle the image with simple DXT5 (54), then I get this result:
What is the wrong?
What am I missing?
Update:
Solved!
Before swizzle I had to swap the bytes for a short length. So it's really DXT5.
Thanks
You do not have the required permissions to view the files attached to this post.