Warcraft III resources & community, 2003–2006 · archived

Adding Materials in mdl

1 posts
#1

Adding Materials in mdl

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,
}

}
}