GMax MDL export PROBLEM!!

Status
Not open for further replies.
Level 8
Joined
Jul 3, 2004
Messages
334
My models NEVER export correctly!
I use GMax. Here is the stuff that it exported for my latest model that I am working on:
Code:
Version {
	FormatVersion 800,
}
Model "MT" {
	BlendTime 150,
}
Sequences 2 {
	Anim "Attack" {
		Interval { 2401, 3135 },
	}
	Anim "Stand" {
		Interval { 1, 2400 },
	}
}
Textures 1 {
	Bitmap {
		Image "",
		ReplaceableId 1,
	}
}
Materials 1 {
	Material {
		Layer {
			FilterMode None,
			static TextureID 0,
		}
	}
}

Now, why doesn't the poly count show up or the bulk of it whatever you call it. The huge part after this coding doesn't export to the listener. Anyone know why?
 
Status
Not open for further replies.
Top