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?
Model editng
-
- 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:
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...
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...
-
- Posts: 19
- Joined: Mon Mar 21, 2005 4:01 pm