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

Please change texture file names...

Status
Not open for further replies.
Level 5
Joined
May 5, 2007
Messages
120
Killst4r's Defiler uses the same texture names as the units from the Starcraft conversion pack. Would somebody please change the model to use different texture file names. Right now they are...

1. Defiler.blp
2. Blood2.blp
3. Blood3.blp
4. gutz.blp

If somebody could change them to (ks for killst4r) or something similar, that'd be great, and I'd be very grateful and give credit for helping me in my map. Thank you. :)

2. Ksblood2.blp
3. ksblood3.blp
 
Level 45
Joined
Jun 3, 2005
Messages
6,982
You can simply do them yourself.

Dl this http://www.wc3campaigns.net/showthread.php?t=91130 , convert them to mdl. Open them in notepad and look for this(its near the top, under all that stuff that looks like animation tags/names:
JASS:
}
Textures 2 {
    Bitmap {
        Image "CritterTurtle.blp",
    }
    Bitmap {
        Image "Textures/Gutz.blp",
    }
}
then change the path to what you want. Save (not save as) then convert back to mdx and bam.
 
Status
Not open for further replies.
Top