- Fix clip brush on lower stairs wip

Fri, 29 Nov 2019 03:25:47 -0700

author
Glitchvid <Glitchvid@glitchvid.com>
date
Fri, 29 Nov 2019 03:25:47 -0700
branch
wip
changeset 240
855f6c66e605
parent 239
c59c91980964
child 241
b8696ef7bf96

- Fix clip brush on lower stairs

ttt_canvas.vmf file | annotate | diff | comparison | revisions
--- a/ttt_canvas.vmf	Fri Nov 29 03:25:28 2019 -0700
+++ b/ttt_canvas.vmf	Fri Nov 29 03:25:47 2019 -0700
@@ -2,7 +2,7 @@
 {
 	"editorversion" "400"
 	"editorbuild" "8157"
-	"mapversion" "11526"
+	"mapversion" "11527"
 	"formatversion" "100"
 	"prefab" "0"
 }
@@ -494,13 +494,13 @@
 	"bSnapToGrid" "1"
 	"bShowGrid" "1"
 	"bShowLogicalGrid" "0"
-	"nGridSpacing" "16"
+	"nGridSpacing" "1"
 	"bShow3DGrid" "0"
 }
 world
 {
 	"id" "1"
-	"mapversion" "11526"
+	"mapversion" "11527"
 	"classname" "worldspawn"
 	"detailmaterial" "detail/detailsprites"
 	"detailvbsp" "detail.vbsp"
@@ -80257,7 +80257,7 @@
 		side
 		{
 			"id" "328056"
-			"plane" "(-8 -218 -130) (1 -218 -130) (1 -220 -130)"
+			"plane" "(-8 -220 -130) (-8 -218 -130) (5.96046e-008 -218 -130)"
 			"material" "TOOLS/TOOLSPLAYERCLIP"
 			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 -1 0 -8] 0.25"
@@ -80268,7 +80268,7 @@
 		side
 		{
 			"id" "328055"
-			"plane" "(-8 -220 -240) (1 -220 -240) (1 -218 -240)"
+			"plane" "(-8 -218 -240) (-8 -220 -240) (5.96046e-008 -220 -240)"
 			"material" "TOOLS/TOOLSPLAYERCLIP"
 			"uaxis" "[-1 0 0 0] 0.25"
 			"vaxis" "[0 -1 0 -8] 0.25"
@@ -80279,7 +80279,7 @@
 		side
 		{
 			"id" "328054"
-			"plane" "(-8 -218 -130) (-8 -220 -130) (-8 -220 -240)"
+			"plane" "(-8 -220 -240) (-8 -218 -240) (-8 -218 -130)"
 			"material" "TOOLS/TOOLSPLAYERCLIP"
 			"uaxis" "[0 -1 0 -8] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -80290,7 +80290,7 @@
 		side
 		{
 			"id" "328053"
-			"plane" "(1 -218 -240) (1 -220 -240) (1 -220 -130)"
+			"plane" "(5.96046e-008 -218 -240) (5.96046e-008 -220 -240) (5.96046e-008 -220 -130)"
 			"material" "TOOLS/TOOLSPLAYERCLIP"
 			"uaxis" "[0 1 0 8] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -80301,7 +80301,7 @@
 		side
 		{
 			"id" "328052"
-			"plane" "(1 -218 -130) (-8 -218 -130) (-8 -218 -240)"
+			"plane" "(-8 -218 -240) (5.96046e-008 -218 -240) (5.96046e-008 -218 -130)"
 			"material" "TOOLS/TOOLSPLAYERCLIP"
 			"uaxis" "[-1 0 0 0] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -80312,7 +80312,7 @@
 		side
 		{
 			"id" "328051"
-			"plane" "(1 -220 -240) (-8 -220 -240) (-8 -220 -130)"
+			"plane" "(5.96046e-008 -220 -240) (-8 -220 -240) (-8 -220 -130)"
 			"material" "TOOLS/TOOLSPLAYERCLIP"
 			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -1116692,8 +1116692,8 @@
 	"activecamera" "0"
 	camera
 	{
-		"position" "[-17.1054 452.937 137.388]"
-		"look" "[-17.0601 453.216 136.404]"
+		"position" "[121.329 352.378 231.396]"
+		"look" "[121.216 351.374 231.233]"
 	}
 }
 cordon

mercurial