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

doubts on skins...

Status
Not open for further replies.
Level 2
Joined
May 19, 2007
Messages
7
hey guys.. i hav dl a skin for my model and i applied it to my bloodmage model.. but i also wan to remain the original bloodmage model.. wad shuld i do so that i can have the original model and the applied skin model?
 
Level 21
Joined
Aug 21, 2005
Messages
3,699
you export the bloodmage model from the mpq (war3x.mpq I think), then convert it to mdl, change the path of the texture, then convert back to mdx and import both the modified model and the custom texture. Make sure you set the path of your imported texture to the path you changed in the mdl.
 
Level 21
Joined
Aug 21, 2005
Messages
3,699
bloody hell.jpg

Ok, here's the explanation:
You go to Tools section. Here you find various 3rd party tools.
I'll need the following tools: an MPQ application (to export the bloodmage model). For example: This one.
Next, I'll need a program that can convert .mdx into .mdl and back. I believe I used this one, although it's a bit buggy...

Here's what I do. After downloading PowerMPQ (the mpq application), I run the program and open "war3x.mpq" in the warcraft III directory. Next I go to Units, Human, HeroBloodElf. In this folder you find 4 files: BloodElfBall.mdx ; HeroBloodElf.mdx ; HeroBloodElf_Portrait ; etc.
You right click on HeroBloodElf.mdx and HeroBloodelf_portrait.mdx and you click "export". now you export them to a folder on your computer (I usually use desktop cause they're only temporary). Next, you open the other program to convert mdx into mdl. So that's what you do: you convert HeroBloodElf.mdx into HeroBloodElf.mdl. Now you open both with NOTEPAD. you'll find a wall of text. You need to scroll down a bit (not much) until you find this:

Code:
Textures 6 {
	Bitmap {
		Image "Textures\Hero_BloodElf.blp",
	}
	Bitmap {
		Image "Textures\Yellow_Star_Dim.blp",
	}
	Bitmap {
		Image "Textures\Star9.blp",
	}
	Bitmap {
		Image "Textures\star3.blp",
	}
	Bitmap {
		Image "",
		ReplaceableId 1,
	}
	Bitmap {
		Image "",
		ReplaceableId 2,

This lists the textures used by the model. You must change the path of
Image "Textures\Hero_BloodElf.blp"
into
Image "Textures\Hero_BloodElf2.blp"

Do the same for HeroBloodElf_Portrait.mdl and save ofcourse. Next you use the same program to convert them back to .mdx

Now you download your skin and import the skin and the 2 modified .mdx files into your map. You change the path of the downloaded skin to "Textures\Hero_BloodElf2.blp" and it should work.

If it's not working, I've attached the modified files here.
 

Attachments

  • HeroBloodElf.mdx
    383 KB · Views: 73
  • HeroBloodElf_Portrait.mdx
    120.2 KB · Views: 59
Status
Not open for further replies.
Top