diff -r 8d6c578d6676 -r 9f5d4bbd1262 materials/glitchvid/plaster/cleanplaster_white.vmt --- a/materials/glitchvid/plaster/cleanplaster_white.vmt Fri Sep 23 22:42:09 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_white.vmt Sat Sep 24 22:42:30 2016 -0600 @@ -1,9 +1,11 @@ -patch +"LightmappedGeneric" { - include "materials/glitchvid/plaster/cleanplaster_base.vmt" - insert - { - "$basetexture" "glitchvid/plaster/cleanplaster_white" -// "%notooltexture" "0" // Unhides from mat view - } -} \ No newline at end of file + "$basetexture" "glitchvid/plaster/cleanplaster_white" + "$bumpmap" "glitchvid/plaster/plaster_normalmap" + "$envmap" "env_cubemap" + "$normalmapalphaenvmapmask" "1" + "$envmaptint" "[ 0.25 0.25 0.25 ]" + "$surfaceprop" "plaster" + "$detail" "glitchvid/detail/plaster_detail_2" + "$detailscale" "5" +}