[Archive] Legion armor texture not working
[Archive] Legion armor texture not working
Archived author: Смердокрыл • Posted: 2017-07-28T00:06:08+00:00
Original source
Hey!
I tried to get some armor from legion, just the textures (none of those fancy 3d things), which seems like a very simple task at first. However, the following textures keep showing up as fully green when I equip them on my character:
item/texturecomponents/armlowertexture/mail_raidhuntermythic_s_01_mythicgreen_bracer_al_u.blp
item/texturecomponents/torsolowertexture/mail_raidhuntermythic_s_01_mythicgreen_belt_tl_u.blp
I tried renaming (e.g. changing the U to M), tried extracting and re-creating the BLP - nothing helps.
Archived author: Inico • Posted: 2017-07-28T04:26:58+00:00
Original source
Character textures in WotLK 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:
@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.
Or use BLiPster with the character texture option.
Quote: 9 hours ago, Inico said:I use Cata, but it worked anyway, thank you very much!
Character textures in WotLK must be in indexed format, otherwise they look green.
Otherwise, do it manually with photoshop (Image->Mode->Indexed Color) and convert it back to BLP.
Or use BLiPster with the character texture option.
2
Archived author: Смердокрыл • Posted: 2017-07-28T13:27:17+00:00
Original source
Quote: 9 hours ago, Inico said:I use Cata, but it worked anyway, thank you very much!
Character textures in WotLK must be in indexed format, otherwise they look green.
Otherwise, do it manually with photoshop (Image->Mode->Indexed Color) and convert it back to BLP.
Or use BLiPster with the character texture option.
2
Quote: 3 hours ago, Смердокрыл said:Glad it worked! However, try to avoid doing it by hand. It causes too much damage to the texture. If you index them with the blp converters, it will look better.
although it does something to transparency, where edges that are supposed to become transparent gradually are cut sharply
Archived author: Inico • Posted: 2017-07-28T16:43:00+00:00
Original source
Quote: 3 hours ago, Смердокрыл said:Glad it worked! However, try to avoid doing it by hand. It causes too much damage to the texture. If you index them with the blp converters, it will look better.
although it does something to transparency, where edges that are supposed to become transparent gradually are cut sharply
Quote: Just now, Inico said:I'm using BLPLab for converting textures, but I don't really know how to use it in command line. Could you suggest another tool?
Glad it worked! However, try to avoid doing it by hand. It causes too much damage to the texture. If you index them with the blp converters, it will look better.
Archived author: Смердокрыл • Posted: 2017-07-28T16:47:44+00:00
Original source
Quote: Just now, Inico said:I'm using BLPLab for converting textures, but I don't really know how to use it in command line. Could you suggest another tool?
Glad it worked! However, try to avoid doing it by hand. It causes too much damage to the texture. If you index them with the blp converters, it will look better.
Quote: 13 minutes ago, Смердокрыл said:You can use the old BlpConverter. It's quite slow but efficient and easy to use. Just put all the png files you want on the same folder as the program and run one of the batch files (in this case, PNG TO BLP + INDEXED.bat).
Could you suggest another tool?
Quote: 13 minutes ago, Смердокрыл said:Convert it to PNG and then back to BLP with the different format.
am I supposed to use that code on the original blp from Legion, or convert it to png first?
Archived author: Inico • Posted: 2017-07-28T16:59:54+00:00
Original source
Quote: 13 minutes ago, Смердокрыл said:You can use the old BlpConverter. It's quite slow but efficient and easy to use. Just put all the png files you want on the same folder as the program and run one of the batch files (in this case, PNG TO BLP + INDEXED.bat).
Could you suggest another tool?
Quote: 13 minutes ago, Смердокрыл said:Convert it to PNG and then back to BLP with the different format.
am I supposed to use that code on the original blp from Legion, or convert it to png first?
Quote: 1 minute ago, Inico said:Oh my
People suggest me to use BliPster, but it crashes all the time.
Archived author: Смердокрыл • Posted: 2017-07-28T17:01:41+00:00
Original source
Quote: 1 minute ago, Inico said:Oh my
People suggest me to use BliPster, but it crashes all the time.
Quote: Just now, Смердокрыл said:Ответь!!! Что с тобой?!
Oh my
Archived author: visitor7 • Posted: 2017-07-28T17:02:56+00:00
Original source
Quote: Just now, Смердокрыл said:Ответь!!! Что с тобой?!
Oh my