Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: sjustin1996 on December 10, 2015, 04:31:58 am
-
I have ported a WOD weapon down to 3.3.5 but I am noticing some problems with it.
I'm not sure how to fix this, or if I can? This is my first time even attempting this.
I've included a screenshot of my problem below. Thanks for any help!
(http://i.imgur.com/ToieXAw.jpg)
-
missing xtextures floader
-
General rule - when you see green texture, it means that texture couldn't be applied on that place. So it has either incorrect (corrupted) BLP file, or that BLP file is simply missing. Check that model in 010 and find list of textures used (just search for .blp) and check if you have all listed textures in you MPQ. If you do, check if those textures are all OK (if they don't have wrong size or something like that). If you lack some of textures noted there, get them. Or create a new (transparent?) custom ones.
-
General rule - when you see green texture, it means that texture couldn't be applied on that place. So it has either incorrect (corrupted) BLP file, or that BLP file is simply missing. Check that model in 010 and find list of textures used (just search for .blp) and check if you have all listed textures in you MPQ. If you do, check if those textures are all OK (if they don't have wrong size or something like that). If you lack some of textures noted there, get them. Or create a new (transparent?) custom ones.
That's probably the issue, since I did see multiple textures that I didn't recognize the name of. I'll have to go find them and add them, thank you!
-
Use the wimg tag next time please.