Jump to content

Rough instructions on how to Convert 3D models


Akula_pff
 Share

Recommended Posts

So I have been spending a little time looking at the model format and thinking about how someone might build a converter to go from say ALO to .X files.  Unfortunately, I really don't have the time it takes to build a program like that right now, but if someone does heres what you would have to do.

 

FIRST the ALO model format looks roughly like this

 

1. Some names and info on pointers to other objects that this mesh might require???

2. The DirectX(.fx) effects file to apply to the mesh, this is not the same as the animation effects file(.ala)

3. Emissive, Diffuse, Specular, shininess, and colorization of the mesh, UVoffset

4. Basetexture name

5. Normaltexture name

6. An array of alD3dVert's the actual type of alD3dVert is specified by the name(NOTE this maybe a custom FVF vertex format created by them)

 

Repeat 2-6 for any damaged(BUT NOT DESTROYED) versions of the model.

 

SECOND load the file into your program that references the DirectX SDK, and create a mesh with the Vertices's in the array

 

THIRD call on your mesh object SaveMeshAsX which will save the mesh to a .X file which can then be modified in Maya or a similar program.

 

The reverse is equally as easy all you have to do is start with the D3D mesh lock the vertex buffer and unload them into an array with parts 1-5 in it.

 

Hope the helps!!!

Link to comment
Share on other sites

This is a similar file format to the W3D file format that they used on Renegade, Earth & Beyond, as well as the SAGE game engine that EA owns. (Generals, BFME1 & BFME2).

 

It is a tree based structure, and isn't easily converted, hopefully (still trying to find out) Petroglyph will supply us with at least an exporter and sample models, I currently have a w3d importer for 3ds, but would take some modifications to it to make it work with .alo, although, Renegade included a W3D.h in one of its releases, so that made it quite a bit easier.

 

For objects, think we will have to see what kind of tools are available before we jump the gun and start hacking those type of files.

Link to comment
Share on other sites

Its not quite as bad as you think, while it is a tree structure most of it can be copied for a given ship or object class.  The vertex's roughly corespond to the FVF format in DirectX so you can actually copy the vertex's and texture info into a preexistant tree shell and have it work.
Link to comment
Share on other sites

vertices are normally not that bad, its the material structures and formats that make it a pain lol

 

still, what you write is pretty accurate from my own findings, but i am waiting to find out if Petro is going to be supplying us with a way to create/import models before i start any hard research on it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

Copyright (c) 1999-2022 by SWRebellion Community - All logos and trademarks in this site are property of their respective owner. The comments are property of their posters. Star Wars(TM) is a registered trademark of LucasFilm, Ltd. We are not affiliated with LucasFilm or Walt Disney. This is a fan site and online gaming community (non-profit). Powered by Invision Community

×
×
  • Create New...