- Add missing glass texture

Thu, 21 Apr 2016 10:52:41 -0600

author
glitchvid
date
Thu, 21 Apr 2016 10:52:41 -0600
changeset 17
6b5181235cf6
parent 16
bf8045b3cc61
child 18
598b29120b13

- Add missing glass texture
This is essential for the map, it was missing before

materials/glitchvid/glass/glass_modern_window.vmt file | annotate | diff | comparison | revisions
materials/glitchvid/glass/glass_modern_window_norefract.vmt file | annotate | diff | comparison | revisions
materials/glitchvid/glass/glass_modern_window_normal_2.vtf file | annotate | diff | comparison | revisions
--- a/materials/glitchvid/glass/glass_modern_window.vmt	Thu Apr 21 08:18:05 2016 -0600
+++ b/materials/glitchvid/glass/glass_modern_window.vmt	Thu Apr 21 10:52:41 2016 -0600
@@ -4,49 +4,9 @@
 "$surfaceprop" "glass"
 "$refractamount" ".100"
 "$scale" "[1 1]"
-"$normalmap" "redcity/glass_modern_window_normal"
-"$REFRACTTINTTEXTURE" "redcity/glass_modern_window"
+"$normalmap" "glitchvid/glass/glass_modern_window_normal"
+"$REFRACTTINTTEXTURE" "glitchvid/glass/glass_modern_window"
 "$envmap" "env_cubemap"
 "$normalmapalphaenvmapmask" 1
 "$envmaptint" "[0.3, 0.3, 0.3]"
-
-   "Refract_dx90"
-   {
-      "$refractamount" "0.100"
-   }
-   
-   "Refract_DX80"
-   {
-   "$refractamount" ".025"
-   "$REFRACTTINTTEXTURE" "glass_modern_window"
-
-   "UnlitGeneric_dx8"
-   {
-        "$basetexture" "redcity/glass_modern_window"
-       "Proxies"
-           {
-            "Sine"
-               {
-                   "resultVar"    "$alpha"
-                   "sineperiod"   15
-                   "sinemin"      0.1
-                   "sinemax"      0.1
-              }
-      }
-
-   "UnlitGeneric_dx6"
-   {
-        "$basetexture" "redcity/glass_modern_window"
-       "Proxies"
-           {
-            "Sine"
-               {
-                   "resultVar"    "$alpha"
-                   "sineperiod"   15
-                   "sinemin"      0.1
-                   "sinemax"      0.1
-              }
-      }
-   }
-}
 }
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/materials/glitchvid/glass/glass_modern_window_norefract.vmt	Thu Apr 21 10:52:41 2016 -0600
@@ -0,0 +1,10 @@
+LightmappedGeneric
+{
+	"$surfaceprop" 	"glass"
+	"$translucent" 	"1"
+	"$bumpmap" 	"glitchvid/glass/glass_modern_window_normal_2"
+	"$basetexture" 	"glitchvid/glass/glass_modern_window"
+	"$envmap" 	"env_cubemap"
+	"$normalmapalphaenvmapmask" 	"1"
+	"$envmaptint" 	"[0.3, 0.3, 0.3]"
+}
\ No newline at end of file
Binary file materials/glitchvid/glass/glass_modern_window_normal_2.vtf has changed

mercurial