Texture issue

TheDarkerSideofYourShadow

L10: Glamorous Member
Apr 12, 2008
792
286
map2_a0012.jpg


Anywhere I use that texture, I'm getting that issue. And its a really nice texture :-/

Its nature/blendgroundtogravel002

Picture was taken after running a "normal" compile for everything on the normal tab. Didn't do anything in game afterwards.
 

TheDarkerSideofYourShadow

L10: Glamorous Member
Apr 12, 2008
792
286
Its a bad texture? Damn. Does anyone know a similar texture? I really like the way that one looks in my map, especially with the grass an all.
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
You could always make a normalmap for it... (i'm pretty sure thats what we decided the problem was in the previous threads on the same problem)
Extract the thing with GCFscape and see what file is referenced from the .vmt but not in the GCF, make a file with that name, and stick it in the right folder /tf/materials/<folder directory structure from GCF>/<name of texture 'missing' from GCF>.vtf
Then it should work, oh, and don't forget to pakrat the new texture in to yuor .bsp when you release it.
 

TheDarkerSideofYourShadow

L10: Glamorous Member
Apr 12, 2008
792
286
Thank you Youme.

contents of blendgroundtogravel_002.vmt

"WorldVertexTransition"
{
"$basetexture" "Nature/dirtground002"
"$basetexture2" "Nature/dirtground001"
"%tooltexture" "Nature/blendgroundtogravel001_tooltexture"
"$bumpmap" "Nature/dirtground002_normal"
"$bumpmap2" "Nature/dirtground001_normal"
"$blendmodulatetexture" "Nature/dirtground002_blendmask"
"%keywords" "tf"
"%detailtype" "tf_grass"
"$surfaceprop" "dirt"


}

These are the files missing:
"$bumpmap" "Nature/dirtground002_normal"
"$bumpmap2" "Nature/dirtground001_normal"

What do the contents of the new vtf files have to be, and what would I need to do it?

Once again, ty :)
 

Earl

L6: Sharp Member
Dec 21, 2007
284
38
A quick and dirty normal map is just a plain blue texture. Like RGB (0, 0, 255) the whole way through. You could make it in mspaint. But i think you could probably steal a normal map from one of the groundtogravel or groundtograss textures so the normals line up to the rocks.

There are various tutorials out there on how to compile textures, so search for them.
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
dirtground002_normal
dirtground001_normal

It will be one of these (or both, depending which one is missing from the gcf) and as earl said just a plain blue texture will work. I think 0,0,128 would be better (as 255 is fully out and 0 is fully in whilst 128 is normal)
You'll need to put it in .../tf/materials/nature/<texture name>.vtf