HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How Do you Use same Skins

01-08-2004, 12:31 AM#1
Nintendoman_766
Okay, I want to get the same skins for the marine model. I want to have more than 1 marine unit but each one has a separate skin (like the first one having a dark suit, and the next one having a red suit)

Is this doable? If so, please let me know with details on how to do that.
01-08-2004, 03:08 PM#2
Borric der XIII
Hmm, I am too lazy for a detailed description. Copy the mdx and change the name. Convert it into a mdl, open it and search for something like this:

Textures 5 {
Bitmap {
Image "",
ReplaceableId 1,
}
Bitmap {
Image "Textures\Arthas.blp",
}
Bitmap {
Image "",
ReplaceableId 2,
}
Bitmap {
Image "Textures\Yellow_Star_Dim.blp",
}
Bitmap {
Image "Textures\RibbonBlur1.blp",
}

Change the texture path ( in this case: Image "Textures\Arthas.blp",) to the path of your own texture. Save it, convert it back into mdx and import skin and model into the map.