Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: StafordDev on December 05, 2016, 10:31:34 pm
-
I want to make a model swap for default night elves mount: i want to change it to spectral tiger from tbc. I converted a model using Koward's converter (https://github.com/Koward/jM2converter (https://github.com/Koward/jM2converter" onclick="window.open(this.href);return false;)), added it to my patch with all textures, but it seems that game cannot find textures for saddle and armor, and it use default model texture.
-
I want to make a model swap for default night elves mount: i want to change it to spectral tiger from tbc. I converted a model using Koward's converter (https://github.com/Koward/jM2converter (https://github.com/Koward/jM2converter" onclick="window.open(this.href);return false;)), added it to my patch with all textures, but it seems that game cannot find textures for saddle and armor, and it use default model texture.
Check the DBC file for it, seems to missing some records. If model had 3 different textures then thats the problem, since old forstsabers had 2.
-
I want to make a model swap for default night elves mount: i want to change it to spectral tiger from tbc. I converted a model using Koward's converter (https://github.com/Koward/jM2converter (https://github.com/Koward/jM2converter" onclick="window.open(this.href);return false;)), added it to my patch with all textures, but it seems that game cannot find textures for saddle and armor, and it use default model texture.
Check the DBC file for it, seems to missing some records. If model had 3 different textures then thats the problem, since old forstsabers had 2.
It really works for me, thanks for help.