# HG changeset patch # User Glitchvid # Date 1466658147 21600 # Node ID fcdcc0a6af7dc984ca3140df342753b20fbc0fb7 # Parent 15b2c2bbe8195dcdc03ae6b04228aca974475756 - Remove notooltexture completely The workaround doesn't work, it causes textures to be hidden anyway So instead we'll just deal with having the base in the hammer view. diff -r 15b2c2bbe819 -r fcdcc0a6af7d materials/glitchvid/plaster/cleanplaster_base.vmt --- a/materials/glitchvid/plaster/cleanplaster_base.vmt Wed Jun 22 17:44:07 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_base.vmt Wed Jun 22 23:02:27 2016 -0600 @@ -9,10 +9,6 @@ // "$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 !! -// +// "%notooltexture" "1" // Hides from mat view in hammer - Commented out for fix // This is the "BASE" material that all other materials draw from, and then $patch } diff -r 15b2c2bbe819 -r fcdcc0a6af7d materials/glitchvid/plaster/cleanplaster_black.vmt --- a/materials/glitchvid/plaster/cleanplaster_black.vmt Wed Jun 22 17:44:07 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_black.vmt Wed Jun 22 23:02:27 2016 -0600 @@ -7,6 +7,6 @@ "$envmaptint" "[ 0.15 0.15 0.15 ]" "$envmapcontrast" "0.5" "$envmapsaturation" "1" - "%notooltexture" "0" // Unhides from mat view +// "%notooltexture" // Unhides from mat view } } \ No newline at end of file diff -r 15b2c2bbe819 -r fcdcc0a6af7d materials/glitchvid/plaster/cleanplaster_blue.vmt --- a/materials/glitchvid/plaster/cleanplaster_blue.vmt Wed Jun 22 17:44:07 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_blue.vmt Wed Jun 22 23:02:27 2016 -0600 @@ -6,6 +6,6 @@ "$basetexture" "glitchvid/plaster/cleanplaster_blue" "$envmaptint" "[ 0.25 0.26 0.28 ]" "$reflectivity" "{0 348 510}" // this value is doubled - "%notooltexture" "0" // Unhides from mat view +// "%notooltexture" // Unhides from mat view } } \ No newline at end of file diff -r 15b2c2bbe819 -r fcdcc0a6af7d materials/glitchvid/plaster/cleanplaster_orange.vmt --- a/materials/glitchvid/plaster/cleanplaster_orange.vmt Wed Jun 22 17:44:07 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_orange.vmt Wed Jun 22 23:02:27 2016 -0600 @@ -3,9 +3,9 @@ include "materials/glitchvid/plaster/cleanplaster_base.vmt" insert { - "$basetexture" "glitchvid/plaster/cleanplaster_orange" - "$envmaptint" "{204 68 30}" - "$reflectivity" "{382 166 0}" // this value is doubled - "%notooltexture" "0" // Unhides from mat view + "$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 15b2c2bbe819 -r fcdcc0a6af7d materials/glitchvid/plaster/cleanplaster_white.vmt --- a/materials/glitchvid/plaster/cleanplaster_white.vmt Wed Jun 22 17:44:07 2016 -0600 +++ b/materials/glitchvid/plaster/cleanplaster_white.vmt Wed Jun 22 23:02:27 2016 -0600 @@ -4,6 +4,6 @@ insert { "$basetexture" "glitchvid/plaster/cleanplaster_white" - "%notooltexture" "0" // Unhides from mat view +// "%notooltexture" "0" // Unhides from mat view } } \ No newline at end of file