# HG changeset patch # User glitchvid # Date 1463559460 21600 # Node ID f705f25e45faae89e22c5722a467d68864259ee3 # Parent 7e21d298584a9340942c738455cc0a87768db7ef - Clean up 'Cleanplaster' set Hides base material, adds comment diff -r 7e21d298584a -r f705f25e45fa materials/glitchvid/plaster/cleanplaster_base.vmt --- a/materials/glitchvid/plaster/cleanplaster_base.vmt Fri May 06 16:10:51 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_base.vmt Wed May 18 02:17:40 2016 -0600 @@ -9,5 +9,10 @@ // "$reflectivity" "[0.5 0.5 0.5]" // VTF is doing fine automatically "$detail" "glitchvid/detail/plaster_detail_2" "$detailscale" "5" + "%notooltexture" "1" // Hides from mat view in hammer +// +// !! OTHER CLEANPLASTER MATERIALS WILL NOT OPEN IN VTFEdit +// THIS IS BECAUSE OF NOTOOLTEXTURE, USE A TEXT EDITOR !! +// // This is the "BASE" material that all other materials draw from, and then $patch -} \ No newline at end of file +} diff -r 7e21d298584a -r f705f25e45fa materials/glitchvid/plaster/cleanplaster_black.vmt --- a/materials/glitchvid/plaster/cleanplaster_black.vmt Fri May 06 16:10:51 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_black.vmt Wed May 18 02:17:40 2016 -0600 @@ -7,6 +7,6 @@ "$envmaptint" "[ 0.15 0.15 0.15 ]" "$envmapcontrast" "0.5" "$envmapsaturation" "1" - + "%notooltexture" // Unhides from mat view } } \ No newline at end of file diff -r 7e21d298584a -r f705f25e45fa materials/glitchvid/plaster/cleanplaster_blue.vmt --- a/materials/glitchvid/plaster/cleanplaster_blue.vmt Fri May 06 16:10:51 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_blue.vmt Wed May 18 02:17:40 2016 -0600 @@ -6,5 +6,6 @@ "$basetexture" "glitchvid/plaster/cleanplaster_blue" "$envmaptint" "[ 0.25 0.26 0.28 ]" "$reflectivity" "{0 348 510}" // this value is doubled + "%notooltexture" // Unhides from mat view } } \ No newline at end of file diff -r 7e21d298584a -r f705f25e45fa materials/glitchvid/plaster/cleanplaster_orange.vmt --- a/materials/glitchvid/plaster/cleanplaster_orange.vmt Fri May 06 16:10:51 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_orange.vmt Wed May 18 02:17:40 2016 -0600 @@ -6,5 +6,6 @@ "$basetexture" "glitchvid/plaster/cleanplaster_orange" "$envmaptint" "{204 68 30}" "$reflectivity" "{382 166 0}" // this value is doubled + "%notooltexture" // Unhides from mat view } } \ No newline at end of file diff -r 7e21d298584a -r f705f25e45fa materials/glitchvid/plaster/cleanplaster_white.vmt --- a/materials/glitchvid/plaster/cleanplaster_white.vmt Fri May 06 16:10:51 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_white.vmt Wed May 18 02:17:40 2016 -0600 @@ -4,5 +4,6 @@ insert { "$basetexture" "glitchvid/plaster/cleanplaster_white" + "%notooltexture" // Unhides from mat view } } \ No newline at end of file