mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
VTF
|
||||
@@ -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
|
||||
}
|
||||
13
addons/tfa_base/materials/models/tfa/csgo_shells/shells.vmt
Normal file
13
addons/tfa_base/materials/models/tfa/csgo_shells/shells.vmt
Normal 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
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
VTF
|
||||
1
addons/tfa_base/materials/models/tfa/lbeam/lwhi.vtf
Normal file
1
addons/tfa_base/materials/models/tfa/lbeam/lwhi.vtf
Normal file
@@ -0,0 +1 @@
|
||||
VTF
|
||||
40
addons/tfa_base/materials/models/tfa/lbeam/no_material.vmt
Normal file
40
addons/tfa_base/materials/models/tfa/lbeam/no_material.vmt
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user