• 🏆 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!

Model Export Help..

Status
Not open for further replies.
Level 8
Joined
Jul 3, 2004
Messages
334
I'm using GMax and I am trying to export a model, but all I get is this:
Code:
Version {
	FormatVersion 800,
}
Model "Axe" {
	BlendTime 150,
}
Sequences 2 {
	Anim "Stand" {
		Interval { 0, 10 },
	}
	Anim "Death" {
		Interval { 10, 3200 },
	}
}
Textures 1 {
	Bitmap {
		Image "",
		ReplaceableId 1,
	}
}
Materials 1 {
	Material {
		Layer {
			FilterMode None,
			static TextureID 0,
		}
	}
}

This is a whole axe with animations/bones/everything that it needs to be a model. Why won't it export correctly?
 
Status
Not open for further replies.
Top