Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: darkvexen on November 10, 2017, 09:50:11 pm
-
I am trying to fix some baked textures after swapping a character model with a another unused one. The player looks fine, but the npc faces are all messed up. I extracted BakedNpcTextures as I understand I need to replace their face files with my current swapped race. But there are over 15,000 blp files with no names of meaning. Am I suppose to convert each one as a png, see if its a tauren, and then change it? or is there a faster way?
(https://i.imgur.com/9gyIKKE.png)
-
You can get the list of files to edit by filtering https://wowdev.wiki/DB/CreatureDisplayInfoExtra by race. You can automate the face swapping with photoshop batch actions probably.
-
Thank ya! will look further into the Photoshop automation.