Important information: this site is currently scheduled to go offline indefinitely by end of the year.

MX vs ATV Unleashed Textures

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

MX vs ATV Unleashed Textures

Post by Mr.Mouse »

Hi guys,

Who can figure out how the textures of this game are stored/what type they are in etc ?

See sample files in this attachment:
You do not have the required permissions to view the files attached to this post.
motoman
VIP member
VIP member
Posts: 4
Joined: Sat Apr 01, 2006 8:29 pm

Post by motoman »

The DXG is a Cad file if I'm not mistaken.
I'll open it up at work and see.
Kamshaft
VIP member
VIP member
Posts: 43
Joined: Wed Mar 29, 2006 6:18 pm

Post by Kamshaft »

I'm thinking it's a DirectX geometry file.
ocr_smokngrn
VIP member
VIP member
Posts: 27
Joined: Mon Apr 03, 2006 4:57 am

Post by ocr_smokngrn »

i know that DXF is cad.. but never heard of DXG. i think Kams right its DX
motoman
VIP member
VIP member
Posts: 4
Joined: Sat Apr 01, 2006 8:29 pm

Post by motoman »

If thats the case then just using the DDS plugin from Nvidia should let you open these in say PS or PSP. unless of course they are some sort of proprietory file.
Ever try to open them up in Irfanview yet? that opens just about every graphic file known.
Strobe
Moderator
Posts: 411
Joined: Mon Oct 24, 2005 8:52 am
Location: Sweden
Been thanked: 16 times
Contact:

.......

Post by Strobe »

the DxT file for sure looks like an ordinary DirectX texture but with the header stripped. someone could try recreating the header and a DDS
header to see if PS views it =o ....i might do it later.
Kamshaft
VIP member
VIP member
Posts: 43
Joined: Wed Mar 29, 2006 6:18 pm

Post by Kamshaft »

Strobe, if you can get this working, you are the man! Can this be incorporated within MEX Com? Something that strips and re-inserts the header ?
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

Kamshaft wrote:Strobe, if you can get this working, you are the man! Can this be incorporated within MEX Com? Something that strips and re-inserts the header ?
Yes, I could probably write a plugin to handle these files.
Kamshaft
VIP member
VIP member
Posts: 43
Joined: Wed Mar 29, 2006 6:18 pm

Post by Kamshaft »

Let's see I understand correctly....by handling you mean converting back and forth? So, we can import a TGA file, and your program would conver it into this propriatary DXT format?
Xela
VIP member
VIP member
Posts: 225
Joined: Sun Jul 31, 2005 4:12 am
Been thanked: 1 time

Post by Xela »

by handling you mean converting back and forth? So, we can import a TGA file, and your program would conver it into this propriatary DXT format?
There are few quite reliable DDS DXT converters available:
DXTBMP, Microsoft Imagetool and some AceDXT also from Microsoft.

But after comparing *.dxt enclosed in the sample with DXT made up by the abovementioned tools I fail to see much similarities. And yet looking at dxm I see some DX multitexturing or multipass commands included.
Kamshaft
VIP member
VIP member
Posts: 43
Joined: Wed Mar 29, 2006 6:18 pm

Post by Kamshaft »

The dxm is just a text file.
the dxt is the actual texture file.

There is alos the DXG (not autocad), those are the model/mesh files.
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

Kamshaft wrote:Let's see I understand correctly....by handling you mean converting back and forth? So, we can import a TGA file, and your program would conver it into this propriatary DXT format?
No, I meant, if they were DXT format without headers, I could write a plugin that could recreate the DXT by adding the header.
Kamshaft
VIP member
VIP member
Posts: 43
Joined: Wed Mar 29, 2006 6:18 pm

Post by Kamshaft »

That would be cool. What would good is a plugin that would allow to import/auto convert textures! People are just dying to add their own skins in this game!
Strobe
Moderator
Posts: 411
Joined: Mon Oct 24, 2005 8:52 am
Location: Sweden
Been thanked: 16 times
Contact:

Hi there.

Post by Strobe »

As expected, it really is a DXT format with the header stripped.
ive tried creating a DDS + DXT header by hand with the resolution
of 128x128 and DXT1 marker, and that seems to work fine, here is
the result. the only part i dont understand is why the first
part of the image is distorted. maybe there are several textures in the
same file? , if so, there seems to be 2 of them. and for now, one of
them is correctly displayed with the DDS header. have fun. =)
You do not have the required permissions to view the files attached to this post.
Kamshaft
VIP member
VIP member
Posts: 43
Joined: Wed Mar 29, 2006 6:18 pm

Post by Kamshaft »

Interesting.
Post Reply