- Fix VBSP recusion error RecurFix

Wed, 22 Jun 2016 17:44:07 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Wed, 22 Jun 2016 17:44:07 -0600
branch
RecurFix
changeset 27
15b2c2bbe819
parent 26
f705f25e45fa
child 28
fcdcc0a6af7d

- Fix VBSP recusion error

materials/glitchvid/plaster/cleanplaster_black.vmt file | annotate | diff | comparison | revisions
materials/glitchvid/plaster/cleanplaster_blue.vmt file | annotate | diff | comparison | revisions
materials/glitchvid/plaster/cleanplaster_orange.vmt file | annotate | diff | comparison | revisions
materials/glitchvid/plaster/cleanplaster_white.vmt file | annotate | diff | comparison | revisions
--- a/materials/glitchvid/plaster/cleanplaster_black.vmt	Wed May 18 02:17:40 2016 -0600
+++ b/materials/glitchvid/plaster/cleanplaster_black.vmt	Wed Jun 22 17:44:07 2016 -0600
@@ -7,6 +7,6 @@
 		"$envmaptint"	"[ 0.15 0.15 0.15 ]"
 		"$envmapcontrast"	"0.5"
 		"$envmapsaturation" "1"
-		"%notooltexture"	// Unhides from mat view
+		"%notooltexture"	"0" // Unhides from mat view
 	}
 }
\ No newline at end of file
--- a/materials/glitchvid/plaster/cleanplaster_blue.vmt	Wed May 18 02:17:40 2016 -0600
+++ b/materials/glitchvid/plaster/cleanplaster_blue.vmt	Wed Jun 22 17:44:07 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"	// Unhides from mat view
+		"%notooltexture"	"0"	// Unhides from mat view
 	}
 }
\ No newline at end of file
--- a/materials/glitchvid/plaster/cleanplaster_orange.vmt	Wed May 18 02:17:40 2016 -0600
+++ b/materials/glitchvid/plaster/cleanplaster_orange.vmt	Wed Jun 22 17:44:07 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"	// Unhides from mat view
+		"$basetexture"		"glitchvid/plaster/cleanplaster_orange"
+		"$envmaptint"		"{204 68 30}"
+		"$reflectivity"		"{382 166 0}" // this value is doubled
+		"%notooltexture"	"0"	// Unhides from mat view
 	}
 }
\ No newline at end of file
--- a/materials/glitchvid/plaster/cleanplaster_white.vmt	Wed May 18 02:17:40 2016 -0600
+++ b/materials/glitchvid/plaster/cleanplaster_white.vmt	Wed Jun 22 17:44:07 2016 -0600
@@ -4,6 +4,6 @@
 	insert
 	{
 		"$basetexture"	"glitchvid/plaster/cleanplaster_white"
-		"%notooltexture"	// Unhides from mat view
+		"%notooltexture"	"0"	// Unhides from mat view
 	}
 }
\ No newline at end of file

mercurial