• 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.

Adding Materials in mdl

Status
Not open for further replies.
Level 1
Joined
Jul 16, 2006
Messages
5
i know there is a tutorial on it but its confusing. all i want to do is add a simple material with no team color to my model. i dont know what to put next to "image". my material is called ghost.blp.

part of mdl:

Textures 1 {
Bitmap {
Image "???",

}
}
Materials 1 {
Material {
Layer {
FilterMode None,
static TextureID 0,
}

}
}
 
Status
Not open for further replies.
Top