Tue, 16 Aug 2016 16:30:43 -0600
- Add Sidetable 01
- Add Sidetable 02
- Add Sidetable 02 Glass
- Change debug textures on railings to proper diffuse
- Raise envmap saturation on nicetile02_white
- Remove unused spiral metal material
--- a/materials/glitchvid/tile/nicetile02_white.vmt Fri Jul 29 21:58:39 2016 -0600 +++ b/materials/glitchvid/tile/nicetile02_white.vmt Tue Aug 16 16:30:43 2016 -0600 @@ -5,7 +5,7 @@ "$envmap" "env_cubemap" "$normalmapalphaenvmapmask" 1 "$envmaptint" "[ 2 2 2 ]" - "$envmapsaturation" "0" + "$envmapsaturation" "0.9" "$surfaceprop" "tile" $envmapcontrast .2 }
--- a/materials/models/props/foreguard/railings/metalrail_spiral310.vmt Fri Jul 29 21:58:39 2016 -0600 +++ b/materials/models/props/foreguard/railings/metalrail_spiral310.vmt Tue Aug 16 16:30:43 2016 -0600 @@ -1,6 +1,9 @@ "VertexlitGeneric" { - "$basetexture" "models/props/foreguard/railings/metalrail_spiral310_diffuse" + "$basetexture" "models/props/foreguard/railings/metalrail8u_diffuse" +// Dirty Option +// "$basetexture" "models/props/foreguard/railings/metalrail_longstair_diffuse" +// "$basetexturetransform" "center .5 .5 scale 1 1 rotate 90 translate 0 0" "$basealphaenvmapmask" "1" "$model" 1 $envmap env_cubemap
--- a/materials/models/props/foreguard/railings/metalrail_stairplatform.vmt Fri Jul 29 21:58:39 2016 -0600 +++ b/materials/models/props/foreguard/railings/metalrail_stairplatform.vmt Tue Aug 16 16:30:43 2016 -0600 @@ -1,6 +1,6 @@ "VertexlitGeneric" { - "$basetexture" "models/props/foreguard/railings/metalrail_spiral310_diffuse" + "$basetexture" "models/props/foreguard/railings/metalrail8u_diffuse" "$basealphaenvmapmask" "1" "$model" 1 $envmap env_cubemap
--- a/materials/models/props/foreguard/railings/spiral_stair_railing.vmt Fri Jul 29 21:58:39 2016 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -"VertexlitGeneric" -{ - "$basetexture" "models/props/foreguard/railings/metalrail8u_diffuse" - "$model" 1 - "$model" 1 - $envmap env_cubemap - $envmaptint "[.75 .75 .75]" -}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/models/props/foreguard/tables/sidetable01.vmt Tue Aug 16 16:30:43 2016 -0600 @@ -0,0 +1,11 @@ +"VertexlitGeneric" +{ + "$basetexture" "models/props/foreguard/tables/sidetable01_diffuse" + "$model" "1" + "$envmap" "env_cubemap" + "$basealphaenvmapmask" "1" + "$envmaptint" "[.5 .5 .5]" + "$detail" "glitchvid/detail/metal_scratches_detail" + "$detailscale" "8" + "$detailblendfactor" ".5" +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/models/props/foreguard/tables/sidetable02.vmt Tue Aug 16 16:30:43 2016 -0600 @@ -0,0 +1,12 @@ +"VertexlitGeneric" +{ + "$basetexture" "models/props/foreguard/tables/sidetable02_diffuse" + "$model" "1" + "$envmap" "env_cubemap" + "$basealphaenvmapmask" "1" + "$envmapcontrast" "0.5" + "$envmaptint" "[.5 .5 .5]" + "$detail" "glitchvid/detail/metal_scratches_detail" + "$detailscale" "8" + "$detailblendfactor" ".5" +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/models/props/foreguard/tables/sidetable02_glass.vmt Tue Aug 16 16:30:43 2016 -0600 @@ -0,0 +1,11 @@ +"VertexlitGeneric" +{ + "$basetexture" "glitchvid/glass/glass_modern_window" + "$bumpmap" "glitchvid/glass/glass_modern_window_normal_2" + "$translucent" "1" + "$model" "1" + "$envmap" "env_cubemap" + "$normalmapalphaenvmapmask" "1" + "$envmapcontrast" "0.5" + "$envmaptint" "[0.3 0.3 0.3]" +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/materials/models/props/foreguard/tables/sidetable02_glass_edge.vmt Tue Aug 16 16:30:43 2016 -0600 @@ -0,0 +1,9 @@ +patch +{ + include "materials/glitchvid/glass/glass_edge_basemat.vmt" + insert + { + "$normalmap" "glitchvid/glass/glass_edge_pencil_nrm" + "$model" "1" + } +}