Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: amiroperator on October 27, 2014, 09:06:08 am

Title: [TOOL] [RELEASE] WOD Char Texture Fixer for WOTLK PS Actions
Post by: amiroperator on October 27, 2014, 09:06:08 am
Hi,

i record an action for fixing the textures:
maybe can help you to Convert Faster Textures. at 5minute.

Note:i only test it on Human Male and Female. i don't know for other races.

GetUpperFace
GetLowerFace
FixBody
Convert to Index

To to Automatic :
1. Go to Menu File->Automate->Batch...
2. Then change Set: Wod Characters Texture to Wotlk
3. to Get Upper Open UpperFace Tex and Set Action: GetUpperFace
    to Get Lower Open UpperFace Tex and Set Action: GetLowerFace
    to fix Body Skin Set Action: FixBody
    to convert a texture to index Set Action: ConvertToIndex.
4. set Source to Folder and Choose your UpperFace/LowerFace/Body/ Folder. and uncheck all of checkbox.
5. set Destination to Save and Close and uncheck all of checkbox.
6. set Errors to Stop for Errors.
7. and Press Okay to Do the Action.

Good Luck


thanks to phantomx for his tutorial.

sorry for my bad english.

Download : https://mega.co.nz/#!qdhBlTLA!_HXrUKZ8j ... cfsHgXTbe0 (https://mega.co.nz/#!qdhBlTLA!_HXrUKZ8jPHaAfzGzialpYoZevBkFXQ49cfsHgXTbe0" onclick="window.open(this.href);return false;)
Title: Re: [TOOL] [RELEASE] WOD Char Texture Fixer for WOTLK PS Act
Post by: phantomx on October 27, 2014, 03:02:56 pm
Nice job, makes the job a lot easier.
Title: Re: [TOOL] [RELEASE] WOD Char Texture Fixer for WOTLK PS Act
Post by: Met@ on October 27, 2014, 04:38:59 pm
Thank you, we'll save a lot of time :)
Title: Re: [TOOL] [RELEASE] WOD Char Texture Fixer for WOTLK PS Act
Post by: amiroperator on October 27, 2014, 04:52:39 pm
use this for Convert png to BLP (auto)

@echo off
for %%i in (*.png) do BlpConverter8.exe /H "%%i"
del *.png
pause

and use this for Convert blp to PNG (auto)

@echo off
for %%i in (*.blp) do BlpConverter6.exe "%%i"
del *.blp
pause

save it in a bat file near blp converter and run it to convert
Title: Re: [TOOL] [RELEASE] WOD Char Texture Fixer for WOTLK PS Act
Post by: Met@ on October 27, 2014, 05:52:16 pm
Thanks again (your script is a war machine  :D )

(http://img15.hostingpics.net/pics/487579humanhdtexturerobot.jpg) (http://www.hostingpics.net/viewer.php?id=487579humanhdtexturerobot.jpg)
Title: Re: [TOOL] [RELEASE] WOD Char Texture Fixer for WOTLK PS Act
Post by: chamorrorenzo on October 27, 2014, 07:43:53 pm
My photoshop crash when i execute the action :(

maybe a noob friendly tutorial? hehehehe

the blp to png and png to blp works 100% awesome ;)
Title: Re: [TOOL] [RELEASE] WOD Char Texture Fixer for WOTLK PS Act
Post by: detonatorss on October 27, 2014, 10:50:38 pm
in the case of the pandas it corrupt it when try to fix the body and the face
tmorrow i'll sent screenshots
Title: Re: [TOOL] [RELEASE] WOD Char Texture Fixer for WOTLK PS Act
Post by: chamorrorenzo on October 28, 2014, 03:48:07 pm
the body fix didnt work for me ... just that

anyhow this is a great tool, love ya! ;)