Modcraft - The community dedicated to quality WoW modding!
Content creation => Texturing and 2D Art => Topic started by: niofire on April 22, 2011, 11:30:52 pm
-
Why does some textures appear normal in noggit and appear fluorescent green in-game? Might it be the skybox, texture path errors? been searching this error pretty much everywhere.......! Thanks for helping!
-
nvm....... eluo guide explains it!
-
Since has been asked and hoping that people actually searches:
Each texture asks for a "reflection" texture, that is [nametexture]_s.blp, where [nametexture] is the texture name example:
ElwynnGrassBase.blp
ElwynnGrassBase_s.blp
note: they must be in the same folder.
-
I have the same problem. But i downloaded the Tutorial Pack, and i think should have every texture needed in his right folder.
Could be something else the problem?
-
Old textures from classic miss the_s texture. But in the template adts the feature is turned on. So you have to createthis second texture for every green one.
-
if you didn't find the _s.blp turn of the vertical lighting
and I have a question some tilesetss have
_s
_h
what is _h
-
A _h suffix sounds like it denotes a height map, but that’s just a guess.
-
maybe
-
A "*_h.blp" is indeed a heightbased texture, it's for the heightbased texturing implemented in Mists of Pandaria and doesn't have any use for us on WotLK or Cataclysm at the moment. And it won't have any use for us on Mists of Pandaria since Noggit doesn't support the heightbased texturing.
-
A "*_h.blp" is indeed a heightbased texture, it's for the heightbased texturing implemented in Mists of Pandaria and doesn't have any use for us on WotLK or Cataclysm at the moment. And it won't have any use for us on Mists of Pandaria since Noggit doesn't support the heightbased texturing.
It is not only used for heightbased texturing. If that'd be the case, it would not be shipped. It is used for shading as well.
-
Old textures from classic miss the_s texture. But in the template adts the feature is turned on. So you have to createthis second texture for every green one.
To create the second texture i should copy and paste from the original, and change the name with "the_s"?
-
No it mist be a grayscaled one. Search an existing, covert and look how it works.