Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: Reck on September 25, 2015, 04:56:42 pm

Title: [QUESTION:WotlK] Ported weapons, particles (WoD -> Wotlk)
Post by: Reck on September 25, 2015, 04:56:42 pm
I've gone into porting stuff from more recent versions of WoW, to wrath of the lich king, while it's been a success with the models themselves, it has not been with the particles.
(http://i.imgur.com/yU1nljG.jpg)

The particles are merely green squares. I've only been modifying ItemDisplayInfo.dbc to include the models, is there another dbc file I must edit for the particles?
Title: Re: [QUESTION:WotlK] Ported weapons, particles (WoD -> Wotlk
Post by: Namiriu on September 25, 2015, 06:02:01 pm
Heya,

Green texture is a texture missing/problem, open your .m2 /w 010 editor and load the M2 template, check the texture path inside and look which you havent :) then add the texture you havent to your patch and it should work correctly :)
Title: Re: [QUESTION:WotlK] Ported weapons, particles (WoD -> Wotlk
Post by: Reck on September 25, 2015, 06:28:33 pm
Quote from: "Namiriu"
Heya,

Green texture is a texture missing/problem, open your .m2 /w 010 editor and load the M2 template, check the texture path inside and look which you havent :) then add the texture you havent to your patch and it should work correctly :)

Ah  :D I just used the WoD to Wotlk converter, so I didn't check for a texture path :P Thanks mate :)

edit: Yup, it worked perfectly!
(http://i.imgur.com/EPzxLm0.jpg)

Thanks again mate!
Title: Re: [QUESTION:WotlK] Ported weapons, particles (WoD -> Wotlk
Post by: Namiriu on September 26, 2015, 10:22:32 am
Nice :) Have fun and a nice day !