This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: Change the color texture for Underwear for WOD texture.  (Read 1843 times)

Draak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 6
    • View Profile
Change the color texture for Underwear for WOD texture.
« on: July 08, 2017, 05:20:06 pm »
Hello guys, I'm on a WOTLK Server with WOD texture and I try since few days to switch the color and features of this WOD Texture Patch.
I would like to begin the modding and test my creations.  8)
So, for start I would like to change the skin color of the characters and make some better Underwears if possible.

So for that I hope you have some guides for manipulate the textures ( .BLP Files )

I have pick only the female_00 Textures for test ( extract with MPQeditor )
Converted them on PNG ( BLPconverter)  files and I Modified them with my photoshop.
So after that I Save the Textures in PNG-24 and Re-convert them in BLP files.
Put the new textures in my WOD patch for WOTLK ( With the same name as the textures needed for the patch )


Problem : when I run the game, the texture for my female_00 is just Green With the normal head from WOD.  >:(

If anyone can explain to me what is wrong And can give me a tutorial to improve myself on the modding for character Texturing.

Thank's for your time / Sorry for my bad English ( I'm French )  :-[
Hope you can do something for me ! :D

Cordially Draak.


Finsternis

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 505
    • View Profile
Re: Change the color texture for Underwear for WOD texture.
« Reply #1 on: July 08, 2017, 06:20:08 pm »
I would say it is the wrong blp format or wrong size.
Character textures have no alpha and palettized colors.

Draak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 6
    • View Profile
Re: Change the color texture for Underwear for WOD texture.
« Reply #2 on: July 08, 2017, 06:29:28 pm »
Sooo ... How I can fix that ?  :o

Finsternis

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 505
    • View Profile
Re: Change the color texture for Underwear for WOD texture.
« Reply #3 on: July 08, 2017, 08:34:33 pm »
Edit the blb converter config ^^  So that it output the correct one.

Draak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 6
    • View Profile
Re: Change the color texture for Underwear for WOD texture.
« Reply #4 on: July 08, 2017, 09:07:25 pm »
Okay, I will try !

Soooo, I don't Know how to edit The Blpconverter ...

But thx for your time :D
« Last Edit: July 08, 2017, 10:18:57 pm by Draak »

inico

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 243
    • View Profile
    • http://www.youtube.com/inicocustom
Re: Change the color texture for Underwear for WOD texture.
« Reply #5 on: July 09, 2017, 04:36:28 am »
If anyone can explain to me what is wrong And can give me a tutorial to improve myself on the modding for character Texturing.

This has been posted like one hundred times. Character textures must be in indexed format, otherwise they look green.
Use this code when converting your blp files and it will fix your problem:
BLPConverter.exe /FBLP_PAL_A8 "file.blp"

Example of .bat file:
Code: [Select]
@echo off
for %%i in (*.png) do BLPConverter.exe /FBLP_PAL_A8 "%%i"
pause

Otherwise, do it manually with photoshop (Image->Mode->Indexed Color) and convert it back to BLP.
« Last Edit: July 09, 2017, 04:42:54 am by inico »

Draak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 6
    • View Profile
Re: Change the color texture for Underwear for WOD texture.
« Reply #6 on: July 09, 2017, 04:55:08 am »
Thank you all ! I will try this  8)

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: Change the color texture for Underwear for WOD texture.
« Reply #7 on: July 09, 2017, 09:06:50 am »
Or you can just use BLiPster and when converting texture in it, make "Character texture" checked. Done.
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Draak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 6
    • View Profile
Re: Change the color texture for Underwear for WOD texture.
« Reply #8 on: July 09, 2017, 08:44:32 pm »
I think that is  a good Software !
I Will try too !
Thank you all for you help :P

Draak

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 6
    • View Profile
Re: Change the color texture for Underwear for WOD texture.
« Reply #9 on: July 10, 2017, 02:50:16 am »
Obviously I think I have an error somewhere ...
I have perfectly converted my .Blp and imported them into my patch but I have that WowError