• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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