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

Title: Fast way to edit baked textures?
Post 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)
Title: Re: Fast way to edit baked textures?
Post by: schlumpf on November 11, 2017, 12:08:28 pm
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.
Title: Re: Fast way to edit baked textures?
Post by: darkvexen on November 11, 2017, 06:50:01 pm
Thank ya! will look further into the Photoshop automation.