• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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