- Update wallight to work properly

Sat, 23 Jul 2016 10:54:58 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Sat, 23 Jul 2016 10:54:58 -0600
changeset 48
ab20adb32bc4
parent 47
8e61f406c16d
child 49
13fc51de07e6

- Update wallight to work properly
- Add phong proper to walllight01
- Fix motiondetector halflambert

materials/models/props/foreguard/ceiling/motiondetector01body.vmt file | annotate | diff | comparison | revisions
materials/models/props/foreguard/ceiling/motiondetector01tip.vmt file | annotate | diff | comparison | revisions
materials/models/props/foreguard/lights/walllight01_selfillum.vtf file | annotate | diff | comparison | revisions
materials/models/props/foreguard/lights/walllight01_specmask.vtf file | annotate | diff | comparison | revisions
materials/models/props/foreguard/lights/walllight01off.vmt file | annotate | diff | comparison | revisions
materials/models/props/foreguard/lights/walllight01on.vmt file | annotate | diff | comparison | revisions
materials/models/props/foreguard/lights/walllight01on_diffuse.vtf file | annotate | diff | comparison | revisions
models/props/foreguard/lights/walllight01.dx80.vtx file | annotate | diff | comparison | revisions
models/props/foreguard/lights/walllight01.dx90.vtx file | annotate | diff | comparison | revisions
models/props/foreguard/lights/walllight01.mdl file | annotate | diff | comparison | revisions
models/props/foreguard/lights/walllight01.phy file | annotate | diff | comparison | revisions
models/props/foreguard/lights/walllight01.sw.vtx file | annotate | diff | comparison | revisions
models/props/foreguard/lights/walllight01.vvd file | annotate | diff | comparison | revisions
--- a/materials/models/props/foreguard/ceiling/motiondetector01body.vmt	Sat Jul 23 10:02:09 2016 -0600
+++ b/materials/models/props/foreguard/ceiling/motiondetector01body.vmt	Sat Jul 23 10:54:58 2016 -0600
@@ -3,6 +3,7 @@
 	"$basetexture" "models/props/foreguard/ceiling/motiondetector01body_diffuse"
 	"$model" 1
 	"$phong"		"1"
+	"$halflambert" "1"
 	"$BasemapAlphaPhongMask"	"1"
 	$phongexponent			45			
 	$phongboost				10
--- a/materials/models/props/foreguard/ceiling/motiondetector01tip.vmt	Sat Jul 23 10:02:09 2016 -0600
+++ b/materials/models/props/foreguard/ceiling/motiondetector01tip.vmt	Sat Jul 23 10:54:58 2016 -0600
@@ -3,6 +3,7 @@
 	"$basetexture" "models/props/foreguard/ceiling/motiondetector01body_diffuse"
 	"$model" 1
 	"$phong"		"1"
+	"$halflambert" "1"
 	"$BasemapAlphaPhongMask"	"1"
 	$phongexponent			10			
 	$phongboost				200
Binary file materials/models/props/foreguard/lights/walllight01_selfillum.vtf has changed
Binary file materials/models/props/foreguard/lights/walllight01_specmask.vtf has changed
--- a/materials/models/props/foreguard/lights/walllight01off.vmt	Sat Jul 23 10:02:09 2016 -0600
+++ b/materials/models/props/foreguard/lights/walllight01off.vmt	Sat Jul 23 10:54:58 2016 -0600
@@ -2,10 +2,11 @@
 {
 	"$basetexture" "models/props/foreguard/lights/walllight01off_diffuse"
 	"$model" 1
+	$BasemapAlphaPhongMask 1
 	"$phong"		"1"
-	"$halflamber" "1"
-	$phongexponent			20			
-	$phongboost				1
+	"$halflambert" "1"
+	$phongexponent			2			
+	$phongboost				2
 	$phongfresnelranges		"[0 0.25 0.5]"
 	
 }
--- a/materials/models/props/foreguard/lights/walllight01on.vmt	Sat Jul 23 10:02:09 2016 -0600
+++ b/materials/models/props/foreguard/lights/walllight01on.vmt	Sat Jul 23 10:54:58 2016 -0600
@@ -3,9 +3,12 @@
 	"$basetexture" "models/props/foreguard/lights/walllight01on_diffuse"
 	"$model" 1
 	"$phong"		"1"
-	"$halflamber" "1"
-	$phongexponent			20			
-	$phongboost				1
+	$BasemapAlphaPhongMask 1
+	"$halflambert" "1"
+	$phongexponent			2			
+	$phongboost				2
 	$phongfresnelranges		"[0 0.25 0.5]"
+// Phong doesn't even work here
   	 $selfillum 1
+	$selfillummask 	"models/props/foreguard/lights/walllight01_selfillum"
 }
Binary file materials/models/props/foreguard/lights/walllight01on_diffuse.vtf has changed
Binary file models/props/foreguard/lights/walllight01.dx80.vtx has changed
Binary file models/props/foreguard/lights/walllight01.dx90.vtx has changed
Binary file models/props/foreguard/lights/walllight01.mdl has changed
Binary file models/props/foreguard/lights/walllight01.phy has changed
Binary file models/props/foreguard/lights/walllight01.sw.vtx has changed
Binary file models/props/foreguard/lights/walllight01.vvd has changed

mercurial