This commit is contained in:
lifestorm
2024-08-05 18:40:29 +03:00
parent c4d91bf369
commit 324f19217d
8040 changed files with 1853423 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
"VertexLitGeneric"
{
"$baseTexture" "models/tfa/csgo_shells/shell_shotgun"
"$envmap" env_cubemap
"$envmaptint" "[.05 .05 .05]"
"$basealphaenvmapmask" 1
"$phong" 1
"$phongexponent" 30
"$basemapalphaphongmask" 1
"$phongfresnelranges" "[0.05 0.5 1]"
"$phongboost" 30
}

View File

@@ -0,0 +1 @@
VTF

View File

@@ -0,0 +1,13 @@
"VertexLitGeneric"
{
"$baseTexture" "models/tfa/csgo_shells/shell_shotgun"
"$envmap" env_cubemap
"$envmaptint" "[0.25 0.19 0.07]"
"$basealphaenvmapmask" 1
"$phong" 1
"$phongexponent" 30
"$phongtint" "[1 0.76 0.28]"
"$basemapalphaphongmask" 1
"$phongfresnelranges" "[0.05 0.5 1]"
"$phongboost" 30
}

View File

@@ -0,0 +1,13 @@
vertexlitgeneric
{
"$basetexture" models/tfa/csgo_shells/shells
"$envmap" env_cubemap
"$envmaptint" "[0.25 0.19 0.07]"
"$basealphaenvmapmask" 1
"$phong" 1
"$phongexponent" 30
"$phongtint" "[1 0.76 0.28]"
"$basemapalphaphongmask" 1
"$phongfresnelranges" "[0.05 0.5 1]"
"$phongboost" 30
}

View File

@@ -0,0 +1 @@
VTF

View File

@@ -0,0 +1 @@
VTF

View File

@@ -0,0 +1,40 @@
"UnlitGeneric"
{
$basetexture "models/tfa/lbeam/lwhi"
$translucent "1"
$additive "1"
$color2 "[1 0 0]"
$c2base "[1 0 0]"
$c2mult "0.8"
$scrollrate "10"
Proxies // proxies are listed inside this block
{
TFALaserColor
{
resultVar $c2base
}
Multiply {
srcVar1 $c2base
srcVar2 $c2mult
resultVar $color2
}
UniformNoise {
minVal 0.7
maxVal 0.8
resultVar $c2mult
}
UniformNoise {
minVal 5
maxVal 10
resultVar $scrollrate
}
TextureScroll
{
textureScrollVar $basetexturetransform
textureScrollRate $scrollrate
textureScrollAngle 90
}
}
}