Modcraft - The community dedicated to quality WoW modding!

Content creation => Texturing and 2D Art => Topic started by: Vortalex on December 11, 2014, 07:51:33 am

Title: [QUESTION] Texture problems
Post by: Vortalex on December 11, 2014, 07:51:33 am
So I have a 256x128 Glove item texture that I made, indexed the file, saved as PNG, converted via BLPConverter, and it turned up green in-game.

So I figured it was the size despite the fact that 3.3.5 supports 256x128 item textures, but I said w/e fuck it. So I resized it to 128x64, this time it's invisible in-game.

So toss me suggestions.
Title: Re: [QUESTION] Texture problems
Post by: Amaroth on December 11, 2014, 09:52:17 am
256x128=128x64. Nearly. There is no difference, so if you really used indexed colors mode, problem is somewhere in DBC. Check your itemdisplayinfo.dbc. Do you have right texture names there? Didn't you forget to add "_u"/"_m"/"_f" at the end of your texture names? Have you placed your texture names without "_u"/"_m"/"_f" into DBC? Do you have your textures in right folders (f.i. lower arm texture in ArmLowerTexture)? And in right columns in DBC?

Well, so many things can be wrong here :D. Rather just post screenshot of your file structure in MPQ and of your DBC.
Title: Re: [QUESTION] Texture problems
Post by: Vortalex on December 14, 2014, 03:32:08 am
I have the right texture names. Yes I have the _u and all that shit for male/female. Yes, I placed the texture names without the _U in the DBC. Yes the texture are in the right folders.
Title: Re: [QUESTION] Texture problems
Post by: Amaroth on December 14, 2014, 12:01:55 pm
Well, then I don't know. Maybe I should just look at it by myself, upload a little patch with your item.
Title: Re: [QUESTION] Texture problems
Post by: kojak488 on December 14, 2014, 02:30:39 pm
Quote from: "Vortalex"
So I have a 256x128 Glove item texture that I made, indexed the file, saved as PNG, converted via BLPConverter, and it turned up green in-game.

So I figured it was the size despite the fact that 3.3.5 supports 256x128 item textures, but I said w/e fuck it. So I resized it to 128x64, this time it's invisible in-game.

So toss me suggestions.

The glove (hand) texture is 256x64, not 256x128 or 128x64.
Title: Re: [QUESTION] Texture problems
Post by: Vortalex on December 14, 2014, 04:54:18 pm
Quote from: "kojak488"
The glove (hand) texture is 256x64, not 256x128 or 128x64.

Was a mistype. I'm trying to say that the files are the correct size.
Title: Re: [QUESTION] Texture problems
Post by: kojak488 on December 14, 2014, 05:09:26 pm
Then as Amaroth posted, put up a little patch.  We can find the error in seconds that way.

[Edit] I'd also try BLP2PNG rather than BLPConverter.  I have both and almost always use BLP2PNG after several issues with BLPConverter.

https://mega.co.nz/#!1Q0iQDyS!RQtWjJDgW ... IwaaL7LFRE (https://mega.co.nz/#!1Q0iQDyS!RQtWjJDgWDe9sA-gsstY9ub4unkq8X1kDIwaaL7LFRE" onclick="window.open(this.href);return false;)

Of course also try it non-indexed.