Topic: Changing in-game textures.
Not sure if Blizzard allows this or not, but since you aren't actually modifying the client files, I don't see how it is a problem.
Basically, it allows you to set any model / texture to anything you want. You could make your character look like a Murloc if you wanted it to. (On your machine only, that is.)
Anyhow, I got this off the main WoW forums and decided to give it a try. I am going to detail how to do it below, but I am going to write up my own post, since the original post on the main forums was a bit confusing.
You are going to need this program (MWCS): http://www.curse-gaming.com/mod.php?addid=657
In this example, we are going to be replacing the graphic of the "Howling Blade" dagger.
Replacing the item's model:
- [*]Open MWCS.
[*]Open the Patch.MPQ file located in the Data directory in the World of Warcraft folder. (Default location: C:\Program Files\World of Warcraft\Data)
[*]Navigate to the following item: Item\ObjectComponents\Weapon\Knife_1H_Dagger_B_05.m2. (Note that this is the Howling Blade's model. I had to guess just by matching it to what I saw in-game.)
[*]Write down the filename.
[*]Navigate to the following item: Item\ObjectComponents\Weapon\Glave_1H_DualBlade_B_02.m2.
[*]Extract the file to the Data folder.
[*]Rename the file to "Knife_1H_Dagger_B_05.m2". (Note that this is the filename that we wrote down in step 3.)
Replacing the item's texture:
- [*]Open the Texture.MPQ file using MWCS.
[*]Navigate to the following item: Item\ObjectComponents\Weapon\Knife_1H_Dagger_B_05Bloody.blp (Note that this is the Howling Blade's texture. I had to guess just by matching it to what I saw in-game, but you can also note that the first part of this file's name matches it's model's filename.)
[*]Write down the filename.
[*]Navigate to the following item: Item\ObjectComponents\Weapon\Knife_1H_Exotic_B_02Red.blp.
[*]Extract the file to the Data folder.
[*]Rename the file to "Knife_1H_Dagger_B_05Bloody.blp". (Note that this is the filename that we wrote down in step 2.)
All done!
To undo what you have just done, delete the files that you created in the Data folder.
Before:
http://www.fischerfam.net/images/WoW/lawnWeaponBefore1.jpg
http://www.fischerfam.net/images/WoW/lawnWeaponBefore2.jpg
After:
http://www.fischerfam.net/images/WoW/lawnWeaponAfter1.jpg
http://www.fischerfam.net/images/WoW/lawnWeaponAfter2.jpg
http://www.fischerfam.net/images/WoW/lawnWeaponAfter3.jpg




