• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Away with the Hero Glow!

Status
Not open for further replies.
Level 4
Joined
Aug 7, 2004
Messages
124
Thx, dude! Seems, that I've overabused my right of requesting, nobody wants to read this one, it seems. :oops:
 
Level 3
Joined
Jun 4, 2004
Messages
37
Ok, this is kinda tricky.

You're going to need something that converts the .mdx file to a .mdl. I suggest Yobguls, but I can't think of a like offhand.

Once the model is converted to .mdl, open the file in notepad and look for something that looks like this:

Bitmap {
Image "",
ReplaceableId 2,
}


Replace it with this:

Bitmap {
Image "UI\Glues\Loading\LoadBar\Loading-BarBackground.blp",
}

This works perfect for me. If you can't get it to work, then tell me what model and I'll do it for you. :)
 
Status
Not open for further replies.
Top