mirror of
https://github.com/mapbase-source/mapbase-game-src.git
synced 2025-02-05 02:00:27 +03:00
30 lines
859 B
Plaintext
30 lines
859 B
Plaintext
//"WorldVertexTransition"
|
|
//{
|
|
// "$basetexture" "nature/cliffface001a"
|
|
// "$basetexture2" "nature/dirtfloor012a"
|
|
|
|
// "%tooltexture" "nature/blendrockdirt007d_tooltexture"
|
|
|
|
// "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0"
|
|
// //"$basetexturetransform2" "center .5 .5 scale 2 2 rotate 0 translate 0 0" // Mapbase - Commented out to retain original DX9 shader behavior
|
|
|
|
// "%detailtype" "rocks1"
|
|
// "$surfaceprop" "dirt"
|
|
// "%keywords" "coastline"
|
|
//}
|
|
|
|
|
|
//Coast bumpmap upgrade. Please excuse the hackiness.
|
|
SDK_LightmappedGeneric
|
|
{
|
|
"$basetexture" "Nature/cliffface001a"
|
|
"$surfaceprop" "dirt"
|
|
"$basetexturetransform" "center .5 .5 scale 1 1 rotate 0 translate 0 0"
|
|
"$bumpmap" "Nature/cliffface001a_normal"
|
|
|
|
"$detail" "detail\rock_detail_01"
|
|
"$detailscale" "11"
|
|
"$detailblendfactor" 1
|
|
"$detailblendmode" 0
|
|
}
|