Help

Captain Planet

L2: Junior Member
Oct 13, 2008
63
5
Does someone haves a tutorial on how to make blend textures?
Because i like to make a blend texture of the dustbowl & the alpine rock texture.
Does somebody has a tutorial on how to make blend textures?
Or is anyone willing to do this?

PS: Title could be better :p
 
Last edited:

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
It's very easy to make them:

"WorldVertexTransition"
{
"$basetexture" "Nature/dirtground_canyon" //here goes the texture 1
"$basetexture2" "Nature/grass_02" /here the texture 2
"%tooltexture" "Nature/blendgrass_canyon_tooltexture"//here goes the texture that you'll see in Hammer texture browser
"$bumpmap" "Nature/dirtground001_normal" //here the bumpmap texture
"%detailtype" "tf_grass02" //If you want hammer to spawn grass sprites put this command
"%keywords" "tf" //keyword
"$surfaceprop" "dirt" //texture kind



}

Optional commands on red