Model editng

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Locked
User avatar
dec1234





Posts: 823
Joined: Thu Jun 09, 2005 2:07 pm
Location: England
Contact:

Model editng

Post by dec1234 »

well i no thers lots of model editing programs out there and im using 3ds max 7 but when i make a model and stuff i dont no how to convert it from .3ds to .mode or whatever it is that halo 2 uses???

can some1 help me here?
nateh90





Posts: 100
Joined: Sun Feb 27, 2005 12:21 pm

Post by nateh90 »

no tools are available to the public to do that yet. and halo 2 just uses raw data
Shalted




Eureka Translator

Posts: 565
Joined: Wed Nov 17, 2004 8:41 am
Location: Vancouver, BC This is where people put their modding team because they feel important.
Contact:

Post by Shalted »

Your best bet is to extract the raw data then ignore the header and change the data in the chunks. I think the chunk data is something like this

Model {
unsigned short/word Something;
float x;
float y;
float z;
}

I cant remeber what the Something was.... Collision Index is my guess...
Awaiting connection...
SilverSix311





Posts: 19
Joined: Mon Mar 21, 2005 4:01 pm

Post by SilverSix311 »

well i have an obj importer that might be able to export, havent really ever tried it. ill hook ya up if you have AIM.
Image
Locked