• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece!🔗 Click here to enter!

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