Skip to content

Commit

Permalink
Add unchanged material files for Hunter and Smoker
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayman1103 committed Sep 19, 2021
1 parent 6cee4d3 commit f53ce54
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 0 deletions.
56 changes: 56 additions & 0 deletions root/materials/models/infected/hunter/hunter_01_burned.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
vertexlitgeneric
{
$baseTexture "models\infected\hunter\hunter_01"
$bumpmap "models\infected\hunter\hunter_normal"
$phongexponenttexture "models\infected\hunter\hunter_exponent"
$shinyblood 1
$shinybloodexponent 10
$halflambert 0
$phong 1
$phongboost 12
$phongalbedotint 1
$phongfresnelranges "[1 .01 .1]"

$allowdiffusemodulation 0
$lightwarptexture "models\survivors\coach\coach_head_wrp"
$detail "models/infected/common/l4d2/ci_burning"
$seamless_detail 1
$seamless_scale ".005"
$detailscale 4
$detailblendfactor .001
$detailblendmode 2
$bbqamount 1
$BurnLevel 0.0
$multi 3.5
$blendMin 0.0
$blendMax 1.2
Proxies
{
BBQLevel
{
resultVar $bbqamount
}
BurnLevel
{
resultVar $burnlevel
}
Multiply
{
srcVar1 $BurnLevel
srcVar2 $multi
resultVar $BurnLevel
}
Clamp
{
min $blendMin
max $blendMax
srcVar1 $BurnLevel
resultVar $BurnLevel
}
Equals
{
srcVar1 $BurnLevel
resultVar $detailblendfactor
}
}
}
55 changes: 55 additions & 0 deletions root/materials/models/infected/hunter/hunter_l4d1_burned.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
vertexlitgeneric
{
$baseTexture "models\infected\hunter/hunter_l4d1"
$shinyblood 1
$shinybloodexponent 8
$halflambert 1
$bumpmap "effects/flat_normal"
$basemapluminancephongmask 1
$phong 1
$phongboost 14
$phongexponent 1

$phongfresnelranges "[1 0 .25]"
$allowdiffusemodulation 0
$detail "effects/burned.vtf"
$seamless_detail 1
$seamless_scale ".005"
$detailscale 4
$detailblendfactor .001
$detailblendmode 2
$bbqamount 1
$BurnLevel 0.0
$multi 3.5
$blendMin 0.0
$blendMax 1.0
Proxies
{
BBQLevel
{
resultVar $bbqamount
}
BurnLevel
{
resultVar $burnlevel
}
Multiply
{
srcVar1 $BurnLevel
srcVar2 $multi
resultVar $BurnLevel
}
Clamp
{
min $blendMin
max $blendMax
srcVar1 $BurnLevel
resultVar $BurnLevel
}
Equals
{
srcVar1 $BurnLevel
resultVar $detailblendfactor
}
}
}
54 changes: 54 additions & 0 deletions root/materials/models/infected/smoker/smoker_l4d1_tongue.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
VertexLitGeneric
{
$baseTexture "models\infected\smoker/Smoker_l4d1"
$bumpmap "models\infected\smoker/Smoker_Normal"
$phongexponenttexture "models\infected\smoker\Smokerexponent"
$phong 1
$phongboost 15
$phongtint "[0.8 0.85 1]"
$halflambert 0
$allowdiffusemodulation 0
$phongfresnelranges "[.1 .5 4]"
$ambientocclusion 1
$diffuseexp "1.0"
$detail "models/infected/common/l4d2/ci_burning"
$seamless_detail 1
$seamless_scale ".005"
$detailscale 4
$detailblendfactor .001
$detailblendmode 2
$bbqamount 1
$BurnLevel 0.0
$multi 4.0
$blendMin 0.0
$blendMax 1.0
Proxies
{
BBQLevel
{
resultVar $bbqamount
}
BurnLevel
{
resultVar $burnlevel
}
Multiply
{
srcVar1 $BurnLevel
srcVar2 $multi
resultVar $BurnLevel
}
Clamp
{
min $blendMin
max $blendMax
srcVar1 $BurnLevel
resultVar $BurnLevel
}
Equals
{
srcVar1 $BurnLevel
resultVar $detailblendfactor
}
}
}

0 comments on commit f53ce54

Please sign in to comment.