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

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