Page 1 of 1

convert 3D file format

Posted: Sat May 06, 2006 1:20 pm
by francoiscoiscois
Hallo everybody

problem
After I have extracted the file from there archives "tomb raider " for example or "oblivion"... with "Dragon UnPACKer" "game extractor" or other game unpacker
How can I convert the 3D file format and texture to be enable to work with in 3DSmax or other 3D package and make my modification.
There are great tools like Milkshape but many file format aren't intergrated and cannot be convert. :!: :!: :fury: :twisted:
I also tried to import serious sam 2 file (.mdl) extracted from Dragon UnPACKer in Milkshake and have an error message.

Is there a wizzard tool to convert 3D and texture game format to common format like .obj .ASE .....
Or How do you do???
Please help me help me I'm diing !!!AHHHHHHH!!!!

Posted: Sat May 06, 2006 2:36 pm
by mambox
would be nice to convert all objects game to usable formats :)

Posted: Sun May 07, 2006 1:55 pm
by Xela
Many converters available. So are the 3D formats :wink:
http://www.3dlinks.com/links.cfm?catego ... egoryid=11

Posted: Fri May 12, 2006 7:16 pm
by francoiscoiscois
Thank for your link Xela
There are alot of converter hier

Posted: Sun Jul 16, 2006 7:25 am
by OneOneSeven
There are a couple of good general-purpose conversion tools out there, the best of which are probably Ultimate Unwrap3d and Milkshape3d. (unfortunately, I have neither -_-) For the most part, I'd recommend doing a Google search with the extension and the name of the game you got it from. More than occasionally, developers will re-use an extension or modify the general format slightly.

Posted: Sat Aug 26, 2006 6:22 am
by Xela
I decided to refresh this post with question as follows: which commonly used 3D format is in your opinion perhaps the simpliest and easiest to read and understand?

By that I mean if one was to attempt to write a converter from the format currently under investigation, but if and when finally fully understood, to which popular format one should try to translate it?

Posted: Mon Aug 28, 2006 12:44 pm
by mirex
Hi
from my experiences with file formats I know that none I have encountered so far was suitable for everything. If you don't want to loose some data you usually need to keep them in their original format :)

Formats which I liked most are .ASE ( 3D Studio max ascii format ) and .LWO ( Lightwave object ), probably because they both support per-point-vertex colouring and texturing.

LWO format is binary and quite hard to understand, so I recommend .ASE because its in text format and is quite readable.

Posted: Tue Aug 29, 2006 2:03 am
by Xela
Glad that *.ASE wins your recommendation. It is definetely easy to read and besides resides in 3dSMax. Thanks.

Posted: Tue Aug 29, 2006 2:07 am
by Xela
And since you are good on formats.
Any idea where I can find some informations how to convert binary *.x to text.

viewtopic.php?t=1788

PS. In that thread linked above I searched GameDev article to find this:
"The .X File format can be either in plain text or in binary. This is given in the header of the file. We will look into the text format. The binary format will be addressed in the fifth chapter."
But no chapter #5 was found. :(

Posted: Tue Aug 29, 2006 8:49 pm
by OneOneSeven
While we're on that sort of thing, the 'easiest' format to understand would be the basic ASCII. Just a bunch of numbers (vertex coords :))

Posted: Tue Sep 05, 2006 8:43 am
by mirex
I hope that software called "Deep exploration" can convert binary X into ascii as it can handle many file formats. If on the other hand you want to know how to do it in your program you need a file format description, which can be found in the DirectX sdk AFAIK ... it can be probably downloaded at http://msdn.microsoft.com/directx/

I'll try to search my home computer, maybe I have some cut-off from the documentation there.

Posted: Wed Jan 03, 2007 3:26 am
by Skyline
It's been a while since this topic has been replied to, but i thought I'd add my 2 cents.
Deep Ex has a very large file conversion library, is easy to use and is amongst the most stable.
Those bonuses offset it's price, which I happily paid.
It's been able to convert binary to x very nicely.
On one occasion I can recal, it reversed the normals of all the polygons, but that was easily fixed.