Add Gordon Freeman model based on HL2: Survivor

This commit is contained in:
ALLEN-PC\acj30 2025-06-02 13:44:57 -05:00
parent ee175f797e
commit 345b211340
28 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,5 @@
SDK_VertexLitGeneric
{
"$baseTexture" "models/gordon/eye"
"$halflambert" 1
}

View File

@ -0,0 +1,6 @@
"eyes"
{
"$basetexture" "models/Humans/Male/eyeball_l"
"$iris" "models/Humans/Male/pupil_l"
"$halflambert" 1
}

View File

@ -0,0 +1,6 @@
"eyes"
{
"$basetexture" "models/Humans/Male/eyeball_r"
"$iris" "models/Humans/Male/pupil_r"
"$halflambert" 1
}

View File

@ -0,0 +1,16 @@
SDK_VertexLitGeneric
{
"$baseTexture" "models/gordon/gordon_cylmap2"
"$halflambert" 1
"$model" "1"
// -- From here down is new stuff which will only be applied if $phong is set to 1 --
"$bumpmap" "Models/gordon/gordon_cylmap2_normal"
"$phong" "1"
//"$ambientocclusiontexture" "models/alyx/alyx_occlusion"
//"$phongexponent" 33
"$phongexponenttexture" "models/gordon/gordon_cylmap2_exponent"
"$phongboost" "5"
"$phongfresnelranges" "[0.05 0.5 1]"
}

View File

@ -0,0 +1,22 @@
SDK_VertexLitGeneric
{
"$baseTexture" "Models/gordon/gordon_sheet"
"$bumpmap" "Models/gordon/gordon_sheet_normal"
"$surfaceprop" "flesh"
"$model" 1
//"$selfillum" "1"
"$halflambert" 1
"$envmap" "env_cubemap"
"$normalmapalphaenvmapmask" 1
//"$envmapcontrast" 1
"$envmapfresnel" 1
"$envmaptint" "[0.5 0.3 0.1]"
// -- From here down is new stuff which will only be applied if $phong is set to 1 --
"$phong" "1"
//"$phongexponenttexture" "models/Alyx/alyx_sheet_exponent"
"$phongexponent" "25"
"$phongboost" "2"
"$phongfresnelranges" "[.2 0.4 1]"
}

View File

@ -0,0 +1,4 @@
"Eyeball"
{
"$basetexture" "models/Humans/Male/grn_pupil_l"
}

View File

@ -0,0 +1,4 @@
"Eyeball"
{
"$basetexture" "models/Humans/Male/grn_pupil_r"
}

View File

@ -0,0 +1,7 @@
"Teeth"
{
"$basetexture" "models/Humans/Male/mouth"
"$model" 1
"$clientshader" "MouthShader"
"$halflambert" 1
}

View File

@ -0,0 +1,11 @@
SDK_VertexLitGeneric
{
"$baseTexture" "Models/gordon/rense"
"$translucent" 1
"$nocull" 1
"$halflambert" 1
"$additive" 1
"$envmap" "env_cubemap"
"$envmapcontrast" "1"
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.