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

Title: [QUESTION:WotlK] Ported WOD Weapon
Post 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)
Title: Re: [QUESTION:WotlK] Ported WOD Weapon
Post by: toy1995 on December 10, 2015, 07:38:48 am
missing xtextures floader
Title: Re: [QUESTION:WotlK] Ported WOD Weapon
Post by: Amaroth on December 10, 2015, 08:57:54 am
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.
Title: Re: [QUESTION:WotlK] Ported WOD Weapon
Post by: sjustin1996 on December 12, 2015, 02:18:41 am
Quote from: "Amaroth"
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!
Title: Re: [QUESTION:WotlK] Ported WOD Weapon
Post by: kojak488 on December 12, 2015, 05:57:25 pm
Use the wimg tag next time please.