- Fix limit problem wip

Wed, 06 Jul 2016 03:01:57 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Wed, 06 Jul 2016 03:01:57 -0600
branch
wip
changeset 94
ec82725ea78d
parent 93
4b372060de1a
child 95
667bef267781

- Fix limit problem
- Fix leak issue with ladder
- Fix vertex issues

ttt_canvas.vmf file | annotate | diff | comparison | revisions
--- a/ttt_canvas.vmf	Wed Jul 06 02:55:09 2016 -0600
+++ b/ttt_canvas.vmf	Wed Jul 06 03:01:57 2016 -0600
@@ -2,7 +2,7 @@
 {
 	"editorversion" "400"
 	"editorbuild" "6440"
-	"mapversion" "8499"
+	"mapversion" "8505"
 	"formatversion" "100"
 	"prefab" "0"
 }
@@ -187,6 +187,12 @@
 			"visgroupid" "76"
 			"color" "214 159 92"
 		}
+		visgroup
+		{
+			"name" "Lower side room"
+			"visgroupid" "78"
+			"color" "130 235 216"
+		}
 	}
 	visgroup
 	{
@@ -332,13 +338,13 @@
 	"bSnapToGrid" "1"
 	"bShowGrid" "1"
 	"bShowLogicalGrid" "0"
-	"nGridSpacing" "2"
+	"nGridSpacing" "1"
 	"bShow3DGrid" "1"
 }
 world
 {
 	"id" "1"
-	"mapversion" "8499"
+	"mapversion" "8505"
 	"classname" "worldspawn"
 	"detailmaterial" "detail/detailsprites"
 	"detailvbsp" "detail.vbsp"
@@ -43302,69 +43308,73 @@
 			}
 		}
 	}
-	solid
-	{
-		"id" "270341"
-		side
-		{
-			"id" "156251"
-			"plane" "(-1088 -2232 312) (-920 -2232 312) (-920 -2400 312)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "156250"
-			"plane" "(-1088 -2232 176) (-920 -2400 176) (-920 -2232 176)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "156249"
-			"plane" "(-920 -2232 176) (-920 -2400 176) (-920 -2400 312)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "156248"
-			"plane" "(-1088 -2232 176) (-920 -2232 176) (-920 -2232 312)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "156247"
-			"plane" "(-920 -2400 176) (-1088 -2232 176) (-1088 -2232 312)"
-			"material" "TOOLS/TOOLSHINT"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 164 249"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
+	hidden
+	{
+		solid
+		{
+			"id" "270341"
+			side
+			{
+				"id" "156251"
+				"plane" "(-1088 -2232 312) (-920 -2232 312) (-920 -2400 312)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "156250"
+				"plane" "(-1088 -2232 176) (-920 -2400 176) (-920 -2232 176)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "156249"
+				"plane" "(-920 -2232 176) (-920 -2400 176) (-920 -2400 312)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "156248"
+				"plane" "(-1088 -2232 176) (-920 -2232 176) (-920 -2232 312)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "156247"
+				"plane" "(-920 -2400 176) (-1088 -2232 176) (-1088 -2232 312)"
+				"material" "TOOLS/TOOLSHINT"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "0 164 249"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
 		}
 	}
 	hidden
@@ -64706,7 +64716,7 @@
 		side
 		{
 			"id" "244013"
-			"plane" "(-896 -2128 176) (-992 -2128 176) (-992 -2132 176)"
+			"plane" "(-640 -2128 176) (-992 -2128 176) (-992 -2132 176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 -1 0 0] 0.25"
@@ -64717,7 +64727,7 @@
 		side
 		{
 			"id" "244012"
-			"plane" "(-992 -2128 352) (-992 -2128 176) (-896 -2128 176)"
+			"plane" "(-992 -2128 352) (-992 -2128 176) (-640 -2128 176)"
 			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
 			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -64728,7 +64738,7 @@
 		side
 		{
 			"id" "244011"
-			"plane" "(-896 -2132 176) (-992 -2132 176) (-992 -2132 352)"
+			"plane" "(-640 -2132 176) (-992 -2132 176) (-992 -2132 352)"
 			"material" "STONE/STONEWALL033A"
 			"uaxis" "[-1 0 0 0] 0.25"
 			"vaxis" "[0 0 -1 448] 0.25"
@@ -64750,7 +64760,7 @@
 		side
 		{
 			"id" "244009"
-			"plane" "(-896 -2132 352) (-992 -2132 352) (-992 -2128 352)"
+			"plane" "(-640 -2132 352) (-992 -2132 352) (-992 -2128 352)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 -1 0 0] 0.25"
@@ -64761,7 +64771,7 @@
 		side
 		{
 			"id" "244008"
-			"plane" "(-896 -2128 352) (-896 -2128 176) (-896 -2132 176)"
+			"plane" "(-640 -2128 352) (-640 -2128 176) (-640 -2132 176)"
 			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
 			"uaxis" "[0 1 0 0] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -65374,156 +65384,164 @@
 			"visgroupautoshown" "1"
 		}
 	}
-	solid
-	{
-		"id" "570656"
-		side
-		{
-			"id" "246621"
-			"plane" "(-912 -2192 96) (-896 -2192 96) (-896 -2560 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246622"
-			"plane" "(-912 -2560 -128) (-896 -2560 -128) (-896 -2192 -128)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246623"
-			"plane" "(-912 -2192 96) (-912 -2560 96) (-912 -2560 -128)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 -64] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246624"
-			"plane" "(-896 -2192 -128) (-896 -2560 -128) (-896 -2560 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[0 1 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246625"
-			"plane" "(-896 -2192 96) (-912 -2192 96) (-912 -2192 -128)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246626"
-			"plane" "(-896 -2560 -128) (-912 -2560 -128) (-912 -2560 96)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[1 0 0 -64] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 216 209"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570657"
-		side
-		{
-			"id" "246627"
-			"plane" "(-368 -2544 96) (-368 -2560 96) (-896 -2560 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246628"
-			"plane" "(-368 -2560 -128) (-368 -2544 -128) (-896 -2544 -128)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246629"
-			"plane" "(-896 -2560 96) (-896 -2560 -128) (-896 -2544 -128)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[0 1 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246630"
-			"plane" "(-368 -2560 -128) (-368 -2560 96) (-368 -2544 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[0 1 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246631"
-			"plane" "(-896 -2544 96) (-896 -2544 -128) (-368 -2544 -128)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246632"
-			"plane" "(-896 -2560 -128) (-896 -2560 96) (-368 -2560 96)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[1 0 0 -64] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 122 207"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
+	hidden
+	{
+		solid
+		{
+			"id" "570656"
+			side
+			{
+				"id" "246621"
+				"plane" "(-912 -2192 96) (-896 -2192 96) (-896 -2560 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246622"
+				"plane" "(-912 -2560 -128) (-896 -2560 -128) (-896 -2192 -128)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246623"
+				"plane" "(-912 -2192 96) (-912 -2560 96) (-912 -2560 -128)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 -64] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246624"
+				"plane" "(-896 -2192 -128) (-896 -2560 -128) (-896 -2560 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[0 1 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246625"
+				"plane" "(-896 -2192 96) (-912 -2192 96) (-912 -2192 -128)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246626"
+				"plane" "(-896 -2560 -128) (-912 -2560 -128) (-912 -2560 96)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[1 0 0 -64] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "0 216 209"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570657"
+			side
+			{
+				"id" "246627"
+				"plane" "(-368 -2544 96) (-368 -2560 96) (-896 -2560 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246628"
+				"plane" "(-368 -2560 -128) (-368 -2544 -128) (-896 -2544 -128)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246629"
+				"plane" "(-896 -2560 96) (-896 -2560 -128) (-896 -2544 -128)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[0 1 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246630"
+				"plane" "(-368 -2560 -128) (-368 -2560 96) (-368 -2544 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[0 1 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246631"
+				"plane" "(-896 -2544 96) (-896 -2544 -128) (-368 -2544 -128)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246632"
+				"plane" "(-896 -2560 -128) (-896 -2560 96) (-368 -2560 96)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[1 0 0 -64] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "0 122 207"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
 		}
 	}
 	solid
@@ -65602,156 +65620,164 @@
 			"visgroupautoshown" "1"
 		}
 	}
-	solid
-	{
-		"id" "570715"
-		side
-		{
-			"id" "246704"
-			"plane" "(-912 -2192 96) (-912 -2132 96) (-640 -2132 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246703"
-			"plane" "(-912 -2132 -128) (-912 -2192 -128) (-640 -2192 -128)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246702"
-			"plane" "(-912 -2192 -128) (-912 -2132 -128) (-912 -2132 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[0 1 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246701"
-			"plane" "(-912 -2132 -128) (-640 -2132 -128) (-640 -2132 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246700"
-			"plane" "(-640 -2192 -128) (-912 -2192 -128) (-912 -2192 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246699"
-			"plane" "(-640 -2132 -128) (-640 -2192 -128) (-640 -2192 96)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[0 1 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 222 195"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570744"
-		side
-		{
-			"id" "246770"
-			"plane" "(-368 -2160 80) (-368 -2192 80) (-640 -2192 80)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246769"
-			"plane" "(-640 -2192 -128) (-368 -2192 -128) (-368 -2160 -128)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246768"
-			"plane" "(-368 -2160 -128) (-368 -2192 -128) (-368 -2192 80)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[0 1 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246767"
-			"plane" "(-368 -2192 -128) (-640 -2192 -128) (-640 -2192 80)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246766"
-			"plane" "(-640 -2192 -128) (-640 -2160 -128) (-640 -2160 80)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[0 1 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246765"
-			"plane" "(-640 -2160 -128) (-368 -2160 -128) (-368 -2160 80)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 0 -1 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 222 195"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
+	hidden
+	{
+		solid
+		{
+			"id" "570715"
+			side
+			{
+				"id" "246704"
+				"plane" "(-912 -2192 96) (-912 -2132 96) (-640 -2132 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246703"
+				"plane" "(-912 -2132 -128) (-912 -2192 -128) (-640 -2192 -128)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246702"
+				"plane" "(-912 -2192 -128) (-912 -2132 -128) (-912 -2132 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[0 1 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246701"
+				"plane" "(-912 -2132 -128) (-640 -2132 -128) (-640 -2132 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246700"
+				"plane" "(-640 -2192 -128) (-912 -2192 -128) (-912 -2192 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246699"
+				"plane" "(-640 -2132 -128) (-640 -2192 -128) (-640 -2192 96)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[0 1 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "0 222 195"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570744"
+			side
+			{
+				"id" "246770"
+				"plane" "(-368 -2160 80) (-368 -2192 80) (-640 -2192 80)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246769"
+				"plane" "(-640 -2192 -128) (-368 -2192 -128) (-368 -2160 -128)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246768"
+				"plane" "(-368 -2160 -128) (-368 -2192 -128) (-368 -2192 80)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[0 1 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246767"
+				"plane" "(-368 -2192 -128) (-640 -2192 -128) (-640 -2192 80)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246766"
+				"plane" "(-640 -2192 -128) (-640 -2160 -128) (-640 -2160 80)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[0 1 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246765"
+				"plane" "(-640 -2160 -128) (-368 -2160 -128) (-368 -2160 80)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 0 -1 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "0 222 195"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
 		}
 	}
 	solid
@@ -82609,8 +82635,8 @@
 		{
 			"id" "289976"
 			"plane" "(1040 -2504 -128) (128 -2504 -128) (128 -2504 160)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[1 0 0 -275] 0.25"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
 			"rotation" "0"
 			"lightmapscale" "16"
@@ -82620,8 +82646,8 @@
 		{
 			"id" "289975"
 			"plane" "(1480 -2064 -128) (1040 -2504 -128) (1040 -2504 160)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 -275] 0.25"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 0] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
 			"rotation" "0"
 			"lightmapscale" "16"
@@ -82869,7 +82895,7 @@
 		{
 			"id" "290333"
 			"plane" "(128 -1488 128) (128 -2704 128) (1168 -2704 128)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 -1 0 0] 0.25"
 			"rotation" "0"
@@ -83478,7 +83504,7 @@
 		{
 			"id" "290468"
 			"plane" "(1416 -896 -160) (1488 -896 -160) (1488 -896 -128)"
-			"material" "TOOLS/TOOLSNODRAW"
+			"material" "CONCRETE/CONCRETEFLOOR019A"
 			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
 			"rotation" "0"
@@ -83555,7 +83581,7 @@
 		{
 			"id" "290480"
 			"plane" "(1552 -896 -160) (1712 -896 -160) (1712 -896 -128)"
-			"material" "TOOLS/TOOLSNODRAW"
+			"material" "CONCRETE/CONCRETEFLOOR019A"
 			"uaxis" "[1 0 0 0] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
 			"rotation" "0"
@@ -84721,80 +84747,84 @@
 			"visgroupautoshown" "1"
 		}
 	}
-	solid
-	{
-		"id" "697561"
-		side
-		{
-			"id" "291412"
-			"plane" "(-368 -2504 128) (128 -2504 128) (128 -2560 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291413"
-			"plane" "(-368 -2560 -128) (128 -2560 -128) (128 -2504 -128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291414"
-			"plane" "(-368 -2504 128) (-368 -2560 128) (-368 -2560 -128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291415"
-			"plane" "(128 -2504 -128) (128 -2560 -128) (128 -2560 128)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 -64] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291416"
-			"plane" "(128 -2504 128) (-368 -2504 128) (-368 -2504 -128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291417"
-			"plane" "(128 -2560 -128) (-368 -2560 -128) (-368 -2560 128)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[1 0 0 -64] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 165 174"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
+	hidden
+	{
+		solid
+		{
+			"id" "697561"
+			side
+			{
+				"id" "291412"
+				"plane" "(-368 -2504 128) (128 -2504 128) (128 -2560 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291413"
+				"plane" "(-368 -2560 -128) (128 -2560 -128) (128 -2504 -128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291414"
+				"plane" "(-368 -2504 128) (-368 -2560 128) (-368 -2560 -128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291415"
+				"plane" "(128 -2504 -128) (128 -2560 -128) (128 -2560 128)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 -64] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291416"
+				"plane" "(128 -2504 128) (-368 -2504 128) (-368 -2504 -128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291417"
+				"plane" "(128 -2560 -128) (-368 -2560 -128) (-368 -2560 128)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[1 0 0 -64] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "0 165 174"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
 		}
 	}
 	solid
@@ -85025,156 +85055,164 @@
 			"visgroupautoshown" "1"
 		}
 	}
-	solid
-	{
-		"id" "697615"
-		side
-		{
-			"id" "291459"
-			"plane" "(-352 -2504 176) (28 -2504 176) (28 -2560 176)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291460"
-			"plane" "(-352 -2560 128) (28 -2560 128) (28 -2504 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291461"
-			"plane" "(-352 -2504 176) (-352 -2560 176) (-352 -2560 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291462"
-			"plane" "(28 -2504 128) (28 -2560 128) (28 -2560 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291463"
-			"plane" "(28 -2504 176) (-352 -2504 176) (-352 -2504 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291464"
-			"plane" "(28 -2560 128) (-352 -2560 128) (-352 -2560 176)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[1 0 0 -275] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 197 162"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "697619"
-		side
-		{
-			"id" "291477"
-			"plane" "(-352 -2132 176) (-16 -2132 176) (-16 -2504 176)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291478"
-			"plane" "(-352 -2504 128) (-16 -2504 128) (-16 -2132 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291479"
-			"plane" "(-352 -2132 176) (-352 -2504 176) (-352 -2504 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291480"
-			"plane" "(-16 -2132 128) (-16 -2504 128) (-16 -2504 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291481"
-			"plane" "(-16 -2132 176) (-352 -2132 176) (-352 -2132 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291482"
-			"plane" "(-16 -2504 128) (-352 -2504 128) (-352 -2504 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 209 186"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
+	hidden
+	{
+		solid
+		{
+			"id" "697615"
+			side
+			{
+				"id" "291459"
+				"plane" "(-352 -2504 176) (28 -2504 176) (28 -2560 176)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291460"
+				"plane" "(-352 -2560 128) (28 -2560 128) (28 -2504 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291461"
+				"plane" "(-352 -2504 176) (-352 -2560 176) (-352 -2560 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291462"
+				"plane" "(28 -2504 128) (28 -2560 128) (28 -2560 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291463"
+				"plane" "(28 -2504 176) (-352 -2504 176) (-352 -2504 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291464"
+				"plane" "(28 -2560 128) (-352 -2560 128) (-352 -2560 176)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[1 0 0 -275] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "0 197 162"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "697619"
+			side
+			{
+				"id" "291477"
+				"plane" "(-352 -2132 176) (-16 -2132 176) (-16 -2504 176)"
+				"material" "TOOLS/TOOLSSKYBOX"
+				"uaxis" "[1 0 0 0] 1"
+				"vaxis" "[0 -1 0 0] 1"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291478"
+				"plane" "(-352 -2504 128) (-16 -2504 128) (-16 -2132 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291479"
+				"plane" "(-352 -2132 176) (-352 -2504 176) (-352 -2504 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291480"
+				"plane" "(-16 -2132 128) (-16 -2504 128) (-16 -2504 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291481"
+				"plane" "(-16 -2132 176) (-352 -2132 176) (-352 -2132 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291482"
+				"plane" "(-16 -2504 128) (-352 -2504 128) (-352 -2504 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "0 209 186"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
 		}
 	}
 	solid
@@ -85863,82 +85901,6 @@
 	}
 	solid
 	{
-		"id" "697840"
-		side
-		{
-			"id" "291647"
-			"plane" "(-352 -2140 624) (28 -2140 624) (28 -2704 624)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291648"
-			"plane" "(-352 -2704 432) (28 -2704 432) (28 -2140 432)"
-			"material" "TOOLS/TOOLSSKYBOX"
-			"uaxis" "[1 0 0 0] 1"
-			"vaxis" "[0 -1 0 0] 1"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291649"
-			"plane" "(-352 -2140 624) (-352 -2704 624) (-352 -2704 432)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291650"
-			"plane" "(28 -2140 432) (28 -2704 432) (28 -2704 624)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291651"
-			"plane" "(28 -2140 624) (-352 -2140 624) (-352 -2140 432)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291652"
-			"plane" "(28 -2704 432) (-352 -2704 432) (-352 -2704 624)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 175 244"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
 		"id" "697935"
 		side
 		{
@@ -198239,81 +198201,85 @@
 			"visgroupautoshown" "1"
 		}
 	}
-	solid
-	{
-		"id" "678361"
-		side
-		{
-			"id" "286700"
-			"plane" "(-797.598 -2198.3 186) (-797.598 -2166.3 186) (-765.598 -2166.3 186)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 6.39111] 0.25"
-			"vaxis" "[0 -1 0 -25.1934] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "286699"
-			"plane" "(-797.598 -2166.3 176) (-797.598 -2198.3 176) (-765.598 -2198.3 176)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 6.39111] 0.25"
-			"vaxis" "[0 -1 0 -25.1934] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "286698"
-			"plane" "(-797.598 -2198.3 176) (-797.598 -2166.3 176) (-797.598 -2166.3 186)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 25.1934] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "286697"
-			"plane" "(-765.598 -2166.3 176) (-765.598 -2198.3 176) (-765.598 -2198.3 186)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 25.1934] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "286696"
-			"plane" "(-797.598 -2166.3 176) (-765.598 -2166.3 176) (-765.598 -2166.3 186)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 6.39111] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "286695"
-			"plane" "(-765.598 -2198.3 176) (-797.598 -2198.3 176) (-797.598 -2198.3 186)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 6.39111] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "201 114 0"
-			"groupid" "678360"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
+	hidden
+	{
+		solid
+		{
+			"id" "678361"
+			side
+			{
+				"id" "286700"
+				"plane" "(-797.598 -2198.3 186) (-797.598 -2166.3 186) (-765.598 -2166.3 186)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 6.39111] 0.25"
+				"vaxis" "[0 -1 0 -25.1934] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "286699"
+				"plane" "(-797.598 -2166.3 176) (-797.598 -2198.3 176) (-765.598 -2198.3 176)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 6.39111] 0.25"
+				"vaxis" "[0 -1 0 -25.1934] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "286698"
+				"plane" "(-797.598 -2198.3 176) (-797.598 -2166.3 176) (-797.598 -2166.3 186)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 25.1934] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "286697"
+				"plane" "(-765.598 -2166.3 176) (-765.598 -2198.3 176) (-765.598 -2198.3 186)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 25.1934] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "286696"
+				"plane" "(-797.598 -2166.3 176) (-765.598 -2166.3 176) (-765.598 -2166.3 186)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 6.39111] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "286695"
+				"plane" "(-765.598 -2198.3 176) (-797.598 -2198.3 176) (-797.598 -2198.3 186)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 6.39111] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "201 114 0"
+				"groupid" "678360"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
 		}
 	}
 	solid
@@ -200089,468 +200055,6 @@
 	}
 	solid
 	{
-		"id" "697094"
-		side
-		{
-			"id" "290752"
-			"plane" "(1696 -960 -104) (1696 -2800.53 -104) (1712 -2816 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0.00146484] 0.25"
-			"vaxis" "[0 -1 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290751"
-			"plane" "(1696 -2800.53 -104) (1696 -960 -104) (1696 -960 24)"
-			"material" "DE_AZTEC/STONEWORK01MOSSB"
-			"uaxis" "[0 1 0 96] 0.25"
-			"vaxis" "[0 0 -1 96] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290750"
-			"plane" "(1712 -960 -104) (1712 -2816 -104) (1712 -2816 24)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 32] 0.25"
-			"vaxis" "[0 0 -1 32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290749"
-			"plane" "(1696 -2800.53 24) (1696 -960 24) (1712 -960 24)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[0 1 0 224] 0.25"
-			"vaxis" "[1 0 0 128.001] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290748"
-			"plane" "(1696 -960 24) (1696 -960 -104) (1712 -960 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290747"
-			"plane" "(1712 -2816 24) (1712 -2816 -104) (1696 -2800.53 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "251 220 0"
-			"groupid" "696963"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "697095"
-		side
-		{
-			"id" "290758"
-			"plane" "(1648 -2754.13 -104) (1648 -960 -104) (1696 -960 -104)"
-			"material" "DE_CBBLE/GROUNDDIRT"
-			"uaxis" "[1 0 0 128.001] 0.25"
-			"vaxis" "[0 -1 0 -224] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290757"
-			"plane" "(1648 -960 -160) (1648 -2754.13 -160) (1696 -2800.53 -160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0.00146484] 0.25"
-			"vaxis" "[0 -1 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290756"
-			"plane" "(1648 -2754.13 -160) (1648 -960 -160) (1648 -960 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290755"
-			"plane" "(1696 -960 -160) (1696 -2800.53 -160) (1696 -2800.53 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290754"
-			"plane" "(1648 -960 -160) (1696 -960 -160) (1696 -960 -104)"
-			"material" "DE_CBBLE/GROUNDDIRT"
-			"uaxis" "[1 0 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290753"
-			"plane" "(1696 -2800.53 -160) (1648 -2754.13 -160) (1648 -2754.13 -104)"
-			"material" "DE_CBBLE/GROUNDDIRT"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "251 220 0"
-			"groupid" "696963"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "697096"
-		side
-		{
-			"id" "290764"
-			"plane" "(1632 -2738.67 -96) (1632 -960 -96) (1648 -960 -96)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[0 1 0 224] 0.25"
-			"vaxis" "[-1 0 0 -64.0015] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290763"
-			"plane" "(1632 -960 -160) (1632 -2738.67 -160) (1648 -2754.13 -160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0.00146484] 0.25"
-			"vaxis" "[0 -1 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290762"
-			"plane" "(1632 -2738.67 -160) (1632 -960 -160) (1632 -960 -96)"
-			"material" "CS_HAVANA/STONEWORK01G1"
-			"uaxis" "[0 1 0 224] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290761"
-			"plane" "(1648 -960 -160) (1648 -2754.13 -160) (1648 -2754.13 -96)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[0 1 0 224] 0.25"
-			"vaxis" "[0 0 1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290760"
-			"plane" "(1632 -960 -160) (1648 -960 -160) (1648 -960 -96)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[1 0 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290759"
-			"plane" "(1648 -2754.13 -160) (1632 -2738.67 -160) (1632 -2738.67 -96)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "251 220 0"
-			"groupid" "696963"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "698313"
-		side
-		{
-			"id" "292119"
-			"plane" "(1696 -2800 -104) (152 -2800 -104) (168 -2816 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 -63.9976] 0.25"
-			"vaxis" "[-1 0 0 -7.78711] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292118"
-			"plane" "(152 -2800 -104) (1696 -2800 -104) (1696 -2800 24)"
-			"material" "DE_AZTEC/STONEWORK01MOSSB"
-			"uaxis" "[1 0 0 263.787] 0.25"
-			"vaxis" "[0 0 -1 96] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292117"
-			"plane" "(1712 -2816 -104) (168 -2816 -104) (168 -2816 24)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 7.78711] 0.25"
-			"vaxis" "[0 0 -1 32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292116"
-			"plane" "(1712 -2816 24) (168 -2816 24) (152 -2800 24)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[1 0 0 391.787] 0.25"
-			"vaxis" "[0 -1 0 -191.998] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292115"
-			"plane" "(1696 -2800 24) (1696 -2800 -104) (1712 -2816 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292114"
-			"plane" "(168 -2816 24) (168 -2816 -104) (152 -2800 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "251 220 0"
-			"groupid" "696993"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "698314"
-		side
-		{
-			"id" "292125"
-			"plane" "(1696 -2800 -104) (152 -2800 -104) (104 -2752 -104)"
-			"material" "DE_CBBLE/GROUNDDIRT"
-			"uaxis" "[0 -1 0 -191.998] 0.25"
-			"vaxis" "[-1 0 0 -391.787] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292124"
-			"plane" "(1648 -2752 -160) (104 -2752 -160) (152 -2800 -160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 -63.9976] 0.25"
-			"vaxis" "[-1 0 0 -7.78711] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292123"
-			"plane" "(104 -2752 -160) (1648 -2752 -160) (1648 -2752 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 7.78711] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292122"
-			"plane" "(1696 -2800 -160) (152 -2800 -160) (152 -2800 -104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 7.78711] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292121"
-			"plane" "(1648 -2752 -160) (1696 -2800 -160) (1696 -2800 -104)"
-			"material" "DE_CBBLE/GROUNDDIRT"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292120"
-			"plane" "(152 -2800 -160) (104 -2752 -160) (104 -2752 -104)"
-			"material" "DE_CBBLE/GROUNDDIRT"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "251 220 0"
-			"groupid" "696993"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "698315"
-		side
-		{
-			"id" "292131"
-			"plane" "(1648 -2752 -96) (104 -2752 -96) (88 -2736 -96)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[1 0 0 391.787] 0.25"
-			"vaxis" "[0 1 0 255.998] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292130"
-			"plane" "(1632 -2736 -160) (88 -2736 -160) (104 -2752 -160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 -63.9976] 0.25"
-			"vaxis" "[-1 0 0 -7.78711] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292129"
-			"plane" "(88 -2736 -160) (1632 -2736 -160) (1632 -2736 -96)"
-			"material" "CS_HAVANA/STONEWORK01G1"
-			"uaxis" "[1 0 0 391.787] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292128"
-			"plane" "(1648 -2752 -160) (104 -2752 -160) (104 -2752 -96)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[1 0 0 391.787] 0.25"
-			"vaxis" "[0 0 1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292127"
-			"plane" "(1632 -2736 -160) (1648 -2752 -160) (1648 -2752 -96)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "292126"
-			"plane" "(104 -2752 -160) (88 -2736 -160) (88 -2736 -96)"
-			"material" "DEV/DEV_STONEWALL001A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "251 220 0"
-			"groupid" "696993"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
 		"id" "226193"
 		side
 		{
@@ -221879,4351 +221383,4526 @@
 			"visgroupautoshown" "1"
 		}
 	}
-	solid
-	{
-		"id" "566053"
-		side
-		{
-			"id" "244849"
-			"plane" "(-448 -2224 352) (-384 -2224 352) (-384 -2480 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244848"
-			"plane" "(-448 -2480 336) (-384 -2480 336) (-384 -2224 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244847"
-			"plane" "(-448 -2224 352) (-448 -2480 352) (-448 -2480 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244846"
-			"plane" "(-384 -2224 336) (-384 -2480 336) (-384 -2480 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244845"
-			"plane" "(-384 -2224 352) (-448 -2224 352) (-448 -2224 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244844"
-			"plane" "(-384 -2480 336) (-448 -2480 336) (-448 -2480 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "113 110 0"
-			"groupid" "1186866"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566919"
-		side
-		{
-			"id" "245336"
-			"plane" "(-389 -2504 336) (-384 -2480 336) (-448 -2480 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245335"
-			"plane" "(-448 -2480 352) (-384 -2480 352) (-389 -2504 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245334"
-			"plane" "(-448 -2544 352) (-424 -2539 352) (-424 -2539 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245333"
-			"plane" "(-424 -2539 352) (-403 -2525 352) (-403 -2525 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245332"
-			"plane" "(-403 -2525 352) (-389 -2504 352) (-389 -2504 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245331"
-			"plane" "(-389 -2504 352) (-384 -2480 352) (-384 -2480 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245330"
-			"plane" "(-448 -2480 352) (-448 -2544 352) (-448 -2544 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245329"
-			"plane" "(-384 -2480 352) (-448 -2480 352) (-448 -2480 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "113 110 0"
-			"groupid" "1186866"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566915"
-		side
-		{
-			"id" "245314"
-			"plane" "(-640 -2480 352) (-448 -2480 352) (-448 -2544 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245313"
-			"plane" "(-640 -2544 336) (-448 -2544 336) (-448 -2480 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245312"
-			"plane" "(-640 -2480 352) (-640 -2544 352) (-640 -2544 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 1 0 832] 0.25"
-			"vaxis" "[0 0 -1 0] 0.5"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245311"
-			"plane" "(-448 -2480 336) (-448 -2544 336) (-448 -2544 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245310"
-			"plane" "(-448 -2480 352) (-640 -2480 352) (-640 -2480 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245309"
-			"plane" "(-448 -2544 336) (-640 -2544 336) (-640 -2544 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "113 110 0"
-			"groupid" "1186866"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566052"
-		side
-		{
-			"id" "244843"
-			"plane" "(-403 -2179 336) (-424 -2165 336) (-448 -2160 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244842"
-			"plane" "(-448 -2160 352) (-424.016 -2165 352) (-403 -2179 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244841"
-			"plane" "(-448 -2160 336) (-424 -2165 336) (-424 -2165 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244840"
-			"plane" "(-424 -2165 336) (-403 -2179 336) (-403 -2179 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244839"
-			"plane" "(-403 -2179 336) (-389 -2200 336) (-389 -2200 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 48] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244838"
-			"plane" "(-389 -2200 336) (-384 -2224 336) (-384 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 48] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244837"
-			"plane" "(-448 -2224 336) (-448 -2160 336) (-448 -2160 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244836"
-			"plane" "(-384 -2224 336) (-448 -2224 336) (-448 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "113 110 0"
-			"groupid" "1186866"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566051"
-		side
-		{
-			"id" "244835"
-			"plane" "(-640 -2160 352) (-448 -2160 352) (-448 -2224 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244834"
-			"plane" "(-640 -2224 336) (-448 -2224 336) (-448 -2160 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244833"
-			"plane" "(-640 -2160 352) (-640 -2224 352) (-640 -2224 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 1 0 576] 0.25"
-			"vaxis" "[0 0 -1 0] 0.5"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244832"
-			"plane" "(-448 -2160 336) (-448 -2224 336) (-448 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244831"
-			"plane" "(-448 -2160 352) (-640 -2160 352) (-640 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244830"
-			"plane" "(-448 -2224 336) (-640 -2224 336) (-640 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "113 110 0"
-			"groupid" "1186866"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566080"
-		side
-		{
-			"id" "244873"
-			"plane" "(-896 -2224 352) (-896 -2160 352) (-640 -2160 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244872"
-			"plane" "(-896 -2160 336) (-896 -2224 336) (-640 -2224 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244871"
-			"plane" "(-896 -2224 336) (-896 -2160 336) (-896 -2160 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244870"
-			"plane" "(-640 -2160 336) (-640 -2224 336) (-640 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244869"
-			"plane" "(-896 -2160 336) (-640 -2160 336) (-640 -2160 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244868"
-			"plane" "(-640 -2224 336) (-896 -2224 336) (-896 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "113 110 0"
-			"groupid" "1186866"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566916"
-		side
-		{
-			"id" "245320"
-			"plane" "(-896 -2544 352) (-896 -2480 352) (-640 -2480 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245319"
-			"plane" "(-896 -2480 336) (-896 -2544 336) (-640 -2544 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245318"
-			"plane" "(-896 -2544 336) (-896 -2480 336) (-896 -2480 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245317"
-			"plane" "(-640 -2480 336) (-640 -2544 336) (-640 -2544 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245316"
-			"plane" "(-896 -2480 336) (-640 -2480 336) (-640 -2480 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245315"
-			"plane" "(-640 -2544 336) (-896 -2544 336) (-896 -2544 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "113 110 0"
-			"groupid" "1186866"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566132"
-		side
-		{
-			"id" "244976"
-			"plane" "(-894 -2226 352) (-450 -2226 352) (-450 -2478 352)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 384] 0.25"
-			"vaxis" "[0 -1 0 -448] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244977"
-			"plane" "(-894 -2478 351) (-450 -2478 351) (-450 -2226 351)"
-			"material" "GLITCHVID/GLASS/MODERN_LINE_GLASS_HBLUR"
-			"uaxis" "[1 0 0 384] 0.25"
-			"vaxis" "[0 -1 0 -448] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244978"
-			"plane" "(-894 -2226 352) (-894 -2478 352) (-894 -2478 351)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244979"
-			"plane" "(-450 -2226 351) (-450 -2478 351) (-450 -2478 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244980"
-			"plane" "(-450 -2226 352) (-894 -2226 352) (-894 -2226 351)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244981"
-			"plane" "(-450 -2478 351) (-894 -2478 351) (-894 -2478 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "177 150 0"
-			"groupid" "1186871"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565778"
-		side
-		{
-			"id" "244521"
-			"plane" "(-384 -2132 352) (-352 -2132 352) (-352 -2560 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244520"
-			"plane" "(-384 -2132 352) (-384 -2544 352) (-384 -2544 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244519"
-			"plane" "(-352 -2560 352) (-352 -2132 352) (-352 -2132 176)"
-			"material" "STONE/STONEWALL033F"
-			"uaxis" "[0 -1 0 -192] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244518"
-			"plane" "(-352 -2132 352) (-384 -2132 352) (-384 -2132 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244517"
-			"plane" "(-384 -2544 352) (-352 -2560 352) (-352 -2560 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244516"
-			"plane" "(-384 -2544 176) (-352 -2560 176) (-352 -2132 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186890"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565757"
-		side
-		{
-			"id" "244473"
-			"plane" "(-640 -2160 336) (-640 -2132 336) (-448 -2132 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244472"
-			"plane" "(-640 -2132 176) (-640 -2160 176) (-448 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244471"
-			"plane" "(-640 -2160 176) (-640 -2132 176) (-640 -2132 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244470"
-			"plane" "(-640 -2132 176) (-448 -2132 176) (-448 -2132 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244469"
-			"plane" "(-448 -2160 176) (-640 -2160 176) (-640 -2160 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244468"
-			"plane" "(-448 -2132 176) (-448 -2160 176) (-448 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186890"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570435"
-		side
-		{
-			"id" "246446"
-			"plane" "(-912 -2560 176) (-352 -2560 176) (-384 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 16] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246445"
-			"plane" "(-896 -2544 240) (-912 -2560 240) (-912 -2560 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246444"
-			"plane" "(-384 -2544 240) (-896 -2544 240) (-896 -2544 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246443"
-			"plane" "(-912 -2560 240) (-352 -2560 240) (-352 -2560 176)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[-1 0 0 -63.998] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246442"
-			"plane" "(-352 -2560 240) (-384 -2544 240) (-384 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246441"
-			"plane" "(-896 -2544 240) (-384 -2544 240) (-352 -2560 240)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186890"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570434"
-		side
-		{
-			"id" "246440"
-			"plane" "(-912 -2560 352) (-896 -2544 352) (-384 -2544 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246439"
-			"plane" "(-896 -2544 352) (-912 -2560 352) (-912 -2560 240)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246438"
-			"plane" "(-384 -2544 352) (-896 -2544 352) (-896 -2544 240)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246437"
-			"plane" "(-912 -2560 352) (-352 -2560 352) (-352 -2560 240)"
-			"material" "STONE/STONEWALL033F"
-			"uaxis" "[-1 0 0 -64] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246436"
-			"plane" "(-352 -2560 352) (-384 -2544 352) (-384 -2544 240)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246435"
-			"plane" "(-896 -2544 240) (-912 -2560 240) (-352 -2560 240)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186890"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570436"
-		side
-		{
-			"id" "246452"
-			"plane" "(-912 -2560 352) (-912 -2132 352) (-896 -2132 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246451"
-			"plane" "(-912 -2132 240) (-912 -2132 352) (-912 -2560 352)"
-			"material" "STONE/STONEWALL033F"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246450"
-			"plane" "(-896 -2544 240) (-896 -2544 352) (-896 -2132 352)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246449"
-			"plane" "(-896 -2132 240) (-896 -2132 352) (-912 -2132 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246448"
-			"plane" "(-912 -2560 240) (-912 -2560 352) (-896 -2544 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246447"
-			"plane" "(-912 -2132 240) (-912 -2560 240) (-896 -2544 240)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186890"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570437"
-		side
-		{
-			"id" "246458"
-			"plane" "(-912 -2132 176) (-912 -2132 240) (-912 -2560 240)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246457"
-			"plane" "(-896 -2544 176) (-896 -2544 240) (-896 -2132 240)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246456"
-			"plane" "(-896 -2132 176) (-896 -2132 240) (-912 -2132 240)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246455"
-			"plane" "(-912 -2560 176) (-912 -2560 240) (-896 -2544 240)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246454"
-			"plane" "(-912 -2132 176) (-912 -2560 176) (-896 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246453"
-			"plane" "(-912 -2560 240) (-912 -2132 240) (-896 -2132 240)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186890"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565751"
-		side
-		{
-			"id" "244452"
-			"plane" "(-389 -2200 336) (-384 -2160 336) (-384 -2224 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244451"
-			"plane" "(-389 -2200 176) (-384 -2224 176) (-384 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244450"
-			"plane" "(-384 -2160 176) (-384 -2224 176) (-384 -2224 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244449"
-			"plane" "(-389 -2200 176) (-384 -2160 176) (-384 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244448"
-			"plane" "(-384 -2224 176) (-389 -2200 176) (-389 -2200 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "565750"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565752"
-		side
-		{
-			"id" "244457"
-			"plane" "(-389 -2200 336) (-403 -2179 336) (-384 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244456"
-			"plane" "(-384 -2160 176) (-403 -2179 176) (-389 -2200 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244455"
-			"plane" "(-403 -2179 176) (-384 -2160 176) (-384 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244454"
-			"plane" "(-384 -2160 176) (-389 -2200 176) (-389 -2200 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244453"
-			"plane" "(-389 -2200 176) (-403 -2179 176) (-403 -2179 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "565750"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565753"
-		side
-		{
-			"id" "244462"
-			"plane" "(-384 -2160 336) (-403 -2179 336) (-424 -2165 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244461"
-			"plane" "(-424 -2165 176) (-403 -2179 176) (-384 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244460"
-			"plane" "(-384 -2160 176) (-384 -2160 336) (-424 -2165 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244459"
-			"plane" "(-403 -2179 176) (-403 -2179 336) (-384 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244458"
-			"plane" "(-424 -2165 176) (-424 -2165 336) (-403 -2179 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "565750"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565754"
-		side
-		{
-			"id" "244467"
-			"plane" "(-384 -2160 336) (-424 -2165 336) (-448 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244466"
-			"plane" "(-424 -2165 176) (-384 -2160 176) (-448 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244465"
-			"plane" "(-424 -2165 176) (-424 -2165 336) (-384 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244464"
-			"plane" "(-448 -2160 176) (-448 -2160 336) (-424 -2165 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244463"
-			"plane" "(-384 -2160 176) (-384 -2160 336) (-448 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "565750"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566950"
-		side
-		{
-			"id" "245417"
-			"plane" "(-384 -2480 352) (-384 -2544 352) (-389 -2504 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245416"
-			"plane" "(-384 -2544 176) (-384 -2480 176) (-389 -2504 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245415"
-			"plane" "(-384 -2544 352) (-384 -2480 352) (-384 -2480 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245414"
-			"plane" "(-389 -2504 352) (-384 -2544 352) (-384 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245413"
-			"plane" "(-384 -2480 352) (-389 -2504 352) (-389 -2504 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "566949"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566951"
-		side
-		{
-			"id" "245422"
-			"plane" "(-384 -2544 352) (-403 -2525 352) (-389 -2504 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245421"
-			"plane" "(-389 -2504 176) (-403 -2525 176) (-384 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245420"
-			"plane" "(-403 -2525 352) (-384 -2544 352) (-384 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245419"
-			"plane" "(-384 -2544 352) (-389 -2504 352) (-389 -2504 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245418"
-			"plane" "(-389 -2504 352) (-403 -2525 352) (-403 -2525 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "566949"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566952"
-		side
-		{
-			"id" "245427"
-			"plane" "(-424 -2539 352) (-403 -2525 352) (-384 -2544 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245426"
-			"plane" "(-384 -2544 176) (-403 -2525 176) (-424 -2539 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245425"
-			"plane" "(-424 -2539 176) (-424 -2539 352) (-384 -2544 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245424"
-			"plane" "(-384 -2544 176) (-384 -2544 352) (-403 -2525 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245423"
-			"plane" "(-403 -2525 176) (-403 -2525 352) (-424 -2539 352)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "566949"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566953"
-		side
-		{
-			"id" "245432"
-			"plane" "(-448 -2544 352) (-424 -2539 352) (-384 -2544 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245431"
-			"plane" "(-448 -2544 176) (-384 -2544 176) (-424 -2539 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245430"
-			"plane" "(-384 -2544 176) (-384 -2544 352) (-424 -2539 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245429"
-			"plane" "(-424 -2539 176) (-424 -2539 352) (-448 -2544 352)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "4"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245428"
-			"plane" "(-448 -2544 176) (-448 -2544 352) (-384 -2544 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "566949"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565985"
-		side
-		{
-			"id" "244726"
-			"plane" "(-912 -2192 128) (-896 -2192 128) (-896 -2304 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244727"
-			"plane" "(-912 -2304 112) (-896 -2304 112) (-896 -2192 112)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244728"
-			"plane" "(-912 -2192 128) (-912 -2304 128) (-912 -2304 112)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244729"
-			"plane" "(-896 -2192 112) (-896 -2304 112) (-896 -2304 128)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 -1 0 -576] 0.25"
-			"vaxis" "[0 0 -1 0] 0.5"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244730"
-			"plane" "(-896 -2192 128) (-912 -2192 128) (-912 -2192 112)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244731"
-			"plane" "(-896 -2304 112) (-912 -2304 112) (-912 -2304 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186940"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "567024"
-		side
-		{
-			"id" "245492"
-			"plane" "(-912 -2544 176) (-384 -2544 176) (-352 -2560 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 16] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245491"
-			"plane" "(-912 -2560 96) (-352 -2560 96) (-384 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 16] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245490"
-			"plane" "(-912 -2544 176) (-912 -2560 176) (-912 -2560 96)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245489"
-			"plane" "(-384 -2544 96) (-352 -2560 96) (-352 -2560 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245488"
-			"plane" "(-384 -2544 176) (-912 -2544 176) (-912 -2544 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245487"
-			"plane" "(-352 -2560 96) (-912 -2560 96) (-912 -2560 176)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[-1 0 0 -63.998] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186909"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565777"
-		side
-		{
-			"id" "244515"
-			"plane" "(-384 -2544 176) (-384 -2544 96) (-384 -2224 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244514"
-			"plane" "(-352 -2224 176) (-352 -2224 96) (-352 -2560 96)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 -64] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244513"
-			"plane" "(-384 -2224 176) (-384 -2224 96) (-352 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244512"
-			"plane" "(-352 -2560 176) (-352 -2560 96) (-384 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244511"
-			"plane" "(-352 -2560 96) (-352 -2224 96) (-384 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244510"
-			"plane" "(-352 -2224 176) (-352 -2560 176) (-384 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186909"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565423"
-		side
-		{
-			"id" "244115"
-			"plane" "(-448 -2132 176) (-448 -2160 176) (-640 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244114"
-			"plane" "(-448 -2160 96) (-448 -2132 96) (-640 -2132 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244113"
-			"plane" "(-640 -2160 176) (-640 -2160 96) (-640 -2132 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244112"
-			"plane" "(-448 -2160 96) (-448 -2160 176) (-448 -2132 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244111"
-			"plane" "(-640 -2132 176) (-640 -2132 96) (-448 -2132 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244110"
-			"plane" "(-640 -2160 96) (-640 -2160 176) (-448 -2160 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186909"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566031"
-		side
-		{
-			"id" "244755"
-			"plane" "(-912 -2544 128) (-896 -2544 128) (-896 -2132 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244754"
-			"plane" "(-912 -2132 128) (-912 -2132 176) (-912 -2544 176)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244753"
-			"plane" "(-896 -2544 128) (-896 -2544 176) (-896 -2132 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244752"
-			"plane" "(-896 -2132 128) (-896 -2132 176) (-912 -2132 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244751"
-			"plane" "(-912 -2544 128) (-912 -2544 176) (-896 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244750"
-			"plane" "(-912 -2132 176) (-896 -2132 176) (-896 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186909"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566001"
-		side
-		{
-			"id" "244743"
-			"plane" "(-640 -2128 96) (-912 -2128 96) (-912 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244742"
-			"plane" "(-912 -2224 128) (-912 -2224 96) (-912 -2128 96)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244741"
-			"plane" "(-640 -2128 128) (-640 -2128 96) (-640 -2224 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244740"
-			"plane" "(-912 -2128 128) (-912 -2128 96) (-640 -2128 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244739"
-			"plane" "(-640 -2224 128) (-640 -2224 96) (-912 -2224 96)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[-1 0 0 -512] 0.25"
-			"vaxis" "[0 0 -1 0] 0.5"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244738"
-			"plane" "(-640 -2224 128) (-912 -2224 128) (-912 -2128 128)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186909"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566000"
-		side
-		{
-			"id" "244737"
-			"plane" "(-896 -2224 176) (-896 -2128 176) (-640 -2128 176)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[0 1 0 948] 0.25"
-			"vaxis" "[1 0 0 -262] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244736"
-			"plane" "(-896 -2128 128) (-896 -2128 176) (-896 -2224 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244735"
-			"plane" "(-640 -2224 128) (-640 -2224 176) (-640 -2128 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244734"
-			"plane" "(-640 -2128 128) (-640 -2128 176) (-896 -2128 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244733"
-			"plane" "(-896 -2224 128) (-896 -2224 176) (-640 -2224 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244732"
-			"plane" "(-896 -2128 128) (-896 -2224 128) (-640 -2224 128)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "1186909"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566956"
-		side
-		{
-			"id" "245437"
-			"plane" "(-384 -2544 176) (-389 -2504 176) (-384 -2480 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245436"
-			"plane" "(-384 -2480 96) (-389 -2504 96) (-384 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245435"
-			"plane" "(-384 -2480 176) (-384 -2480 96) (-384 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245434"
-			"plane" "(-384 -2544 176) (-384 -2544 96) (-389 -2504 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245433"
-			"plane" "(-389 -2504 176) (-389 -2504 96) (-384 -2480 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "566955"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566957"
-		side
-		{
-			"id" "245442"
-			"plane" "(-403 -2525 176) (-389 -2504 176) (-384 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245441"
-			"plane" "(-403 -2525 96) (-384 -2544 96) (-389 -2504 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245440"
-			"plane" "(-384 -2544 176) (-384 -2544 96) (-403 -2525 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245439"
-			"plane" "(-389 -2504 176) (-389 -2504 96) (-384 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245438"
-			"plane" "(-403 -2525 176) (-403 -2525 96) (-389 -2504 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "566955"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566958"
-		side
-		{
-			"id" "245447"
-			"plane" "(-403 -2525 176) (-384 -2544 176) (-424 -2539 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245446"
-			"plane" "(-403 -2525 96) (-424 -2539 96) (-384 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245445"
-			"plane" "(-424 -2539 176) (-384 -2544 176) (-384 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245444"
-			"plane" "(-384 -2544 176) (-403 -2525 176) (-403 -2525 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245443"
-			"plane" "(-403 -2525 176) (-424 -2539 176) (-424 -2539 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "566955"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566959"
-		side
-		{
-			"id" "245452"
-			"plane" "(-424 -2539 176) (-384 -2544 176) (-448 -2544 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245451"
-			"plane" "(-384 -2544 96) (-424 -2539 96) (-448 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245450"
-			"plane" "(-384 -2544 176) (-424 -2539 176) (-424 -2539 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245449"
-			"plane" "(-424 -2539 176) (-448 -2544 176) (-448 -2544 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245448"
-			"plane" "(-448 -2544 176) (-384 -2544 176) (-384 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "566955"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565631"
-		side
-		{
-			"id" "244305"
-			"plane" "(-384 -2160 176) (-384 -2224 176) (-389 -2200 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244304"
-			"plane" "(-384 -2224 96) (-384 -2160 96) (-389 -2200 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244303"
-			"plane" "(-384 -2224 96) (-384 -2224 176) (-384 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244302"
-			"plane" "(-384 -2160 96) (-384 -2160 176) (-389 -2200 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244301"
-			"plane" "(-389 -2200 96) (-389 -2200 176) (-384 -2224 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "565687"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565679"
-		side
-		{
-			"id" "244328"
-			"plane" "(-403 -2179 176) (-384 -2160 176) (-389 -2200 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244327"
-			"plane" "(-403 -2179 96) (-389 -2200 96) (-384 -2160 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244326"
-			"plane" "(-384 -2160 96) (-384 -2160 176) (-403 -2179 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244325"
-			"plane" "(-389 -2200 96) (-389 -2200 176) (-384 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244324"
-			"plane" "(-403 -2179 96) (-403 -2179 176) (-389 -2200 176)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "565687"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565584"
-		side
-		{
-			"id" "244238"
-			"plane" "(-403 -2179 176) (-424 -2165 176) (-384 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 -32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244237"
-			"plane" "(-403 -2179 96) (-384 -2160 96) (-424 -2165 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 -32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244236"
-			"plane" "(-384 -2160 176) (-424 -2165 176) (-424 -2165 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244235"
-			"plane" "(-403 -2179 176) (-384 -2160 176) (-384 -2160 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244234"
-			"plane" "(-424 -2165 176) (-403 -2179 176) (-403 -2179 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "565687"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565577"
-		side
-		{
-			"id" "244232"
-			"plane" "(-424 -2165 176) (-448 -2160 176) (-384 -2160 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244231"
-			"plane" "(-384 -2160 96) (-448 -2160 96) (-424 -2165 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244230"
-			"plane" "(-424 -2165 176) (-384 -2160 176) (-384 -2160 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244229"
-			"plane" "(-448 -2160 176) (-424 -2165 176) (-424 -2165 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244228"
-			"plane" "(-384 -2160 176) (-448 -2160 176) (-448 -2160 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "167 100 0"
-			"groupid" "565687"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570093"
-		side
-		{
-			"id" "246038"
-			"plane" "(-808 -2160 336) (-760 -2160 336) (-760 -2208 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246037"
-			"plane" "(-808 -2208 320) (-760 -2208 320) (-760 -2160 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246036"
-			"plane" "(-808 -2160 336) (-808 -2208 336) (-808 -2208 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246035"
-			"plane" "(-760 -2160 320) (-760 -2208 320) (-760 -2208 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246034"
-			"plane" "(-760 -2160 336) (-808 -2160 336) (-808 -2160 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246033"
-			"plane" "(-760 -2208 320) (-808 -2208 320) (-808 -2208 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "570092"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570075"
-		side
-		{
-			"id" "246032"
-			"plane" "(-696 -2160 336) (-648 -2160 336) (-648 -2208 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246031"
-			"plane" "(-696 -2208 320) (-648 -2208 320) (-648 -2160 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246030"
-			"plane" "(-696 -2160 336) (-696 -2208 336) (-696 -2208 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246029"
-			"plane" "(-648 -2160 320) (-648 -2208 320) (-648 -2208 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246028"
-			"plane" "(-648 -2160 336) (-696 -2160 336) (-696 -2160 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246027"
-			"plane" "(-648 -2208 320) (-696 -2208 320) (-696 -2208 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "570074"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "570057"
-		side
-		{
-			"id" "246026"
-			"plane" "(-536 -2208 336) (-584 -2208 336) (-584 -2160 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 -32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246025"
-			"plane" "(-536 -2160 320) (-584 -2160 320) (-584 -2208 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 -32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246024"
-			"plane" "(-536 -2160 320) (-536 -2208 320) (-536 -2208 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246023"
-			"plane" "(-584 -2160 336) (-584 -2208 336) (-584 -2208 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246022"
-			"plane" "(-584 -2160 320) (-536 -2160 320) (-536 -2160 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 -32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246021"
-			"plane" "(-584 -2208 336) (-536 -2208 336) (-536 -2208 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 -32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "570056"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "569805"
-		side
-		{
-			"id" "245996"
-			"plane" "(-392 -2216 336) (-392 -2264 336) (-440 -2264 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 -1 0 32] 0.25"
-			"vaxis" "[1 0 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245995"
-			"plane" "(-440 -2216 320) (-440 -2264 320) (-392 -2264 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 -1 0 32] 0.25"
-			"vaxis" "[1 0 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245994"
-			"plane" "(-440 -2216 320) (-392 -2216 320) (-392 -2216 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245993"
-			"plane" "(-440 -2264 336) (-392 -2264 336) (-392 -2264 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245992"
-			"plane" "(-440 -2264 320) (-440 -2216 320) (-440 -2216 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 -1 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245991"
-			"plane" "(-392 -2264 336) (-392 -2216 336) (-392 -2216 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 -1 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "569804"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "569787"
-		side
-		{
-			"id" "245990"
-			"plane" "(-440 -2376 336) (-440 -2328 336) (-392 -2328 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 -32] 0.25"
-			"vaxis" "[1 0 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245989"
-			"plane" "(-392 -2376 320) (-392 -2328 320) (-440 -2328 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 -32] 0.25"
-			"vaxis" "[1 0 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245988"
-			"plane" "(-440 -2376 336) (-392 -2376 336) (-392 -2376 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245987"
-			"plane" "(-440 -2328 320) (-392 -2328 320) (-392 -2328 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245986"
-			"plane" "(-440 -2328 336) (-440 -2376 336) (-440 -2376 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 -32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245985"
-			"plane" "(-392 -2328 320) (-392 -2376 320) (-392 -2376 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 -32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "569786"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "569823"
-		side
-		{
-			"id" "246002"
-			"plane" "(-440 -2488 336) (-440 -2440 336) (-392 -2440 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 -32] 0.25"
-			"vaxis" "[1 0 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246001"
-			"plane" "(-392 -2488 320) (-392 -2440 320) (-440 -2440 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 -32] 0.25"
-			"vaxis" "[1 0 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246000"
-			"plane" "(-440 -2488 336) (-392 -2488 336) (-392 -2488 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245999"
-			"plane" "(-440 -2440 320) (-392 -2440 320) (-392 -2440 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245998"
-			"plane" "(-440 -2440 336) (-440 -2488 336) (-440 -2488 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 -32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245997"
-			"plane" "(-392 -2440 320) (-392 -2488 320) (-392 -2488 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 -32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "569822"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "569673"
-		side
-		{
-			"id" "245960"
-			"plane" "(-536 -2544 336) (-584 -2544 336) (-584 -2496 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 -32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245959"
-			"plane" "(-536 -2496 320) (-584 -2496 320) (-584 -2544 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 -32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245958"
-			"plane" "(-536 -2496 320) (-536 -2544 320) (-536 -2544 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245957"
-			"plane" "(-584 -2496 336) (-584 -2544 336) (-584 -2544 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245956"
-			"plane" "(-584 -2496 320) (-536 -2496 320) (-536 -2496 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 -32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245955"
-			"plane" "(-584 -2544 336) (-536 -2544 336) (-536 -2544 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[-1 0 0 -32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "569672"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "568712"
-		side
-		{
-			"id" "245847"
-			"plane" "(-696 -2496 336) (-648 -2496 336) (-648 -2544 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245848"
-			"plane" "(-696 -2544 320) (-648 -2544 320) (-648 -2496 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245849"
-			"plane" "(-696 -2496 336) (-696 -2544 336) (-696 -2544 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245850"
-			"plane" "(-648 -2496 320) (-648 -2544 320) (-648 -2544 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245851"
-			"plane" "(-648 -2496 336) (-696 -2496 336) (-696 -2496 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245852"
-			"plane" "(-648 -2544 320) (-696 -2544 320) (-696 -2544 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "568732"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "569308"
-		side
-		{
-			"id" "245936"
-			"plane" "(-808 -2496 336) (-760 -2496 336) (-760 -2544 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245935"
-			"plane" "(-808 -2544 320) (-760 -2544 320) (-760 -2496 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245934"
-			"plane" "(-808 -2496 336) (-808 -2544 336) (-808 -2544 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245933"
-			"plane" "(-760 -2496 320) (-760 -2544 320) (-760 -2544 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245932"
-			"plane" "(-760 -2496 336) (-808 -2496 336) (-808 -2496 320)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245931"
-			"plane" "(-760 -2544 320) (-808 -2544 320) (-808 -2544 336)"
-			"material" "TOOLS/TOOLSSKIP"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "105 230 0"
-			"groupid" "569307"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565742"
-		side
-		{
-			"id" "244387"
-			"plane" "(-403 -2179 80) (-424 -2165 80) (-448 -2160 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 -48] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244386"
-			"plane" "(-448 -2160 96) (-424.016 -2165 96) (-403 -2179 96)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[0 1 0 820] 0.25"
-			"vaxis" "[1 0 0 -262] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244385"
-			"plane" "(-448 -2160 80) (-424 -2165 80) (-424 -2165 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244384"
-			"plane" "(-424 -2165 80) (-403 -2179 80) (-403 -2179 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244383"
-			"plane" "(-403 -2179 80) (-389 -2200 80) (-389 -2200 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 48] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244382"
-			"plane" "(-389 -2200 80) (-384 -2224 80) (-384 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 48] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244381"
-			"plane" "(-448 -2224 80) (-448 -2160 80) (-448 -2160 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244380"
-			"plane" "(-384 -2224 80) (-448 -2224 80) (-448 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "241 202 0"
-			"groupid" "1187222"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566996"
-		side
-		{
-			"id" "245468"
-			"plane" "(-389 -2504 80) (-384 -2480 80) (-448 -2480 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 1 0 16] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245467"
-			"plane" "(-448 -2480 96) (-384 -2480 96) (-389 -2504 96)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[0 -1 0 820] 0.25"
-			"vaxis" "[1 0 0 -262] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245466"
-			"plane" "(-448 -2544 96) (-424 -2539 96) (-424 -2539 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245465"
-			"plane" "(-424 -2539 96) (-403 -2525 96) (-403 -2525 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245464"
-			"plane" "(-403 -2525 96) (-389 -2504 96) (-389 -2504 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245463"
-			"plane" "(-389 -2504 96) (-384 -2480 96) (-384 -2480 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245462"
-			"plane" "(-448 -2480 96) (-448 -2544 96) (-448 -2544 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245461"
-			"plane" "(-384 -2480 96) (-448 -2480 96) (-448 -2480 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "241 202 0"
-			"groupid" "1187222"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565784"
-		side
-		{
-			"id" "244534"
-			"plane" "(-448 -2224 96) (-384 -2224 96) (-384 -2480 96)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[0 1 0 820] 0.25"
-			"vaxis" "[1 0 0 -262] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244535"
-			"plane" "(-448 -2480 80) (-384 -2480 80) (-384 -2224 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244536"
-			"plane" "(-448 -2224 96) (-448 -2480 96) (-448 -2480 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244537"
-			"plane" "(-384 -2224 80) (-384 -2480 80) (-384 -2480 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244538"
-			"plane" "(-384 -2224 96) (-448 -2224 96) (-448 -2224 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244539"
-			"plane" "(-384 -2480 80) (-448 -2480 80) (-448 -2480 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "241 202 0"
-			"groupid" "1187211"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565426"
-		side
-		{
-			"id" "244127"
-			"plane" "(-640 -2160 96) (-448 -2160 96) (-448 -2224 96)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[0 1 0 820] 0.25"
-			"vaxis" "[1 0 0 -262] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244126"
-			"plane" "(-640 -2224 80) (-448 -2224 80) (-448 -2160 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244125"
-			"plane" "(-640 -2160 96) (-640 -2224 96) (-640 -2224 80)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 1 0 576] 0.25"
-			"vaxis" "[0 0 -1 0] 0.5"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244124"
-			"plane" "(-448 -2160 80) (-448 -2224 80) (-448 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244123"
-			"plane" "(-448 -2160 96) (-640 -2160 96) (-640 -2160 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244122"
-			"plane" "(-448 -2224 80) (-640 -2224 80) (-640 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "241 202 0"
-			"groupid" "1186919"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565974"
-		side
-		{
-			"id" "245714"
-			"plane" "(-640 -2304 112) (-912 -2304 112) (-912 -2224 112)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[0 1 0 820] 0.25"
-			"vaxis" "[1 0 0 -262] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245713"
-			"plane" "(-640 -2224 96) (-912 -2224 96) (-912 -2304 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245712"
-			"plane" "(-912 -2304 112) (-912 -2304 96) (-912 -2224 96)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245711"
-			"plane" "(-640 -2224 112) (-640 -2224 96) (-640 -2304 96)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245710"
-			"plane" "(-912 -2224 112) (-912 -2224 96) (-640 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "245709"
-			"plane" "(-640 -2304 112) (-640 -2304 96) (-912 -2304 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "241 202 0"
-			"groupid" "1186913"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565973"
-		side
-		{
-			"id" "244695"
-			"plane" "(-912 -2544 128) (-912 -2304 128) (-640 -2304 128)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[0 1 0 820] 0.25"
-			"vaxis" "[1 0 0 -262] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244694"
-			"plane" "(-912 -2304 96) (-912 -2544 96) (-640 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244693"
-			"plane" "(-912 -2544 96) (-912 -2304 96) (-912 -2304 128)"
-			"material" "STONE/STONEWALL033A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 384] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244692"
-			"plane" "(-640 -2304 96) (-640 -2544 96) (-640 -2544 128)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244691"
-			"plane" "(-640 -2544 96) (-912 -2544 96) (-912 -2544 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244690"
-			"plane" "(-912 -2304 96) (-640 -2304 96) (-640 -2304 128)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[-1 0 0 -512] 0.25"
-			"vaxis" "[0 0 -1 0] 0.5"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "241 202 0"
-			"groupid" "1186913"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565785"
-		side
-		{
-			"id" "244540"
-			"plane" "(-448 -2224 96) (-448 -2544 96) (-640 -2544 96)"
-			"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
-			"uaxis" "[0 1 0 820] 0.25"
-			"vaxis" "[1 0 0 -262] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244541"
-			"plane" "(-448 -2544 80) (-448 -2224 80) (-640 -2224 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244542"
-			"plane" "(-640 -2544 96) (-640 -2544 80) (-640 -2224 80)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 1 0 576] 0.25"
-			"vaxis" "[0 0 -1 0] 0.5"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244543"
-			"plane" "(-448 -2544 80) (-448 -2544 96) (-448 -2224 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244544"
-			"plane" "(-640 -2224 96) (-640 -2224 80) (-448 -2224 80)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244545"
-			"plane" "(-640 -2544 80) (-640 -2544 96) (-448 -2544 96)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "241 202 0"
-			"groupid" "1186913"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566065"
-		side
-		{
-			"id" "244867"
-			"plane" "(-896 -2160 352) (-896 -2128 352) (-640 -2128 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244866"
-			"plane" "(-896 -2128 336) (-896 -2160 336) (-640 -2160 336)"
-			"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244865"
-			"plane" "(-896 -2160 336) (-896 -2128 336) (-896 -2128 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244864"
-			"plane" "(-640 -2128 336) (-640 -2160 336) (-640 -2160 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244863"
-			"plane" "(-896 -2128 336) (-640 -2128 336) (-640 -2128 352)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[-1 0 0 -512] 0.25"
-			"vaxis" "[0 0 -1 0] 0.5"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "244862"
-			"plane" "(-640 -2160 336) (-896 -2160 336) (-896 -2160 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "244 137 0"
-			"groupid" "1187642"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "697555"
-		side
-		{
-			"id" "291405"
-			"plane" "(-384 -2224 352) (-448 -2160 352) (-384 -2160 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291404"
-			"plane" "(-448 -2160 345) (-384 -2224 345) (-384 -2160 345)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291403"
-			"plane" "(-384 -2224 345) (-448 -2160 345) (-448 -2160 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291402"
-			"plane" "(-448 -2160 345) (-384 -2160 345) (-384 -2160 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291401"
-			"plane" "(-384 -2160 345) (-384 -2224 345) (-384 -2224 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "244 137 0"
-			"groupid" "1187636"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "697556"
-		side
-		{
-			"id" "291411"
-			"plane" "(-368 -2160 352) (-368 -2224 352) (-384 -2224 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291410"
-			"plane" "(-384 -2224 336) (-368 -2224 336) (-368 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291409"
-			"plane" "(-368 -2160 336) (-368 -2224 336) (-368 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291408"
-			"plane" "(-368 -2224 336) (-384 -2224 336) (-384 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291407"
-			"plane" "(-384 -2160 336) (-368 -2160 336) (-368 -2160 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291406"
-			"plane" "(-384 -2224 336) (-384 -2160 336) (-384 -2160 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "244 137 0"
-			"groupid" "1187636"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "697552"
-		side
-		{
-			"id" "291400"
-			"plane" "(-448 -2160 352) (-448 -2132 352) (-368 -2132 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291399"
-			"plane" "(-448 -2132 336) (-448 -2160 336) (-368 -2160 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291398"
-			"plane" "(-448 -2160 336) (-448 -2132 336) (-448 -2132 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291397"
-			"plane" "(-368 -2132 336) (-368 -2160 336) (-368 -2160 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291396"
-			"plane" "(-448 -2132 336) (-368 -2132 336) (-368 -2132 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "291395"
-			"plane" "(-368 -2160 336) (-448 -2160 336) (-448 -2160 352)"
-			"material" "TILE/TILEROOF004A"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "244 137 0"
-			"groupid" "1187636"
-			"visgroupid" "30"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
+	hidden
+	{
+		solid
+		{
+			"id" "566053"
+			side
+			{
+				"id" "244849"
+				"plane" "(-448 -2224 352) (-384 -2224 352) (-384 -2480 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244848"
+				"plane" "(-448 -2480 336) (-384 -2480 336) (-384 -2224 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244847"
+				"plane" "(-448 -2224 352) (-448 -2480 352) (-448 -2480 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244846"
+				"plane" "(-384 -2224 336) (-384 -2480 336) (-384 -2480 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244845"
+				"plane" "(-384 -2224 352) (-448 -2224 352) (-448 -2224 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244844"
+				"plane" "(-384 -2480 336) (-448 -2480 336) (-448 -2480 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "113 110 0"
+				"groupid" "1186866"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566919"
+			side
+			{
+				"id" "245336"
+				"plane" "(-389 -2504 336) (-384 -2480 336) (-448 -2480 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245335"
+				"plane" "(-448 -2480 352) (-384 -2480 352) (-389 -2504 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245334"
+				"plane" "(-448 -2544 352) (-424 -2539 352) (-424 -2539 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245333"
+				"plane" "(-424 -2539 352) (-403 -2525 352) (-403 -2525 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245332"
+				"plane" "(-403 -2525 352) (-389 -2504 352) (-389 -2504 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 -16] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245331"
+				"plane" "(-389 -2504 352) (-384 -2480 352) (-384 -2480 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 -16] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245330"
+				"plane" "(-448 -2480 352) (-448 -2544 352) (-448 -2544 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245329"
+				"plane" "(-384 -2480 352) (-448 -2480 352) (-448 -2480 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "113 110 0"
+				"groupid" "1186866"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566915"
+			side
+			{
+				"id" "245314"
+				"plane" "(-640 -2480 352) (-448 -2480 352) (-448 -2544 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245313"
+				"plane" "(-640 -2544 336) (-448 -2544 336) (-448 -2480 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245312"
+				"plane" "(-640 -2480 352) (-640 -2544 352) (-640 -2544 336)"
+				"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+				"uaxis" "[0 1 0 832] 0.25"
+				"vaxis" "[0 0 -1 0] 0.5"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245311"
+				"plane" "(-448 -2480 336) (-448 -2544 336) (-448 -2544 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245310"
+				"plane" "(-448 -2480 352) (-640 -2480 352) (-640 -2480 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245309"
+				"plane" "(-448 -2544 336) (-640 -2544 336) (-640 -2544 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "113 110 0"
+				"groupid" "1186866"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566052"
+			side
+			{
+				"id" "244843"
+				"plane" "(-403 -2179 336) (-424 -2165 336) (-448 -2160 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244842"
+				"plane" "(-448 -2160 352) (-424.016 -2165 352) (-403 -2179 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244841"
+				"plane" "(-448 -2160 336) (-424 -2165 336) (-424 -2165 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244840"
+				"plane" "(-424 -2165 336) (-403 -2179 336) (-403 -2179 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244839"
+				"plane" "(-403 -2179 336) (-389 -2200 336) (-389 -2200 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 48] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244838"
+				"plane" "(-389 -2200 336) (-384 -2224 336) (-384 -2224 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 48] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244837"
+				"plane" "(-448 -2224 336) (-448 -2160 336) (-448 -2160 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244836"
+				"plane" "(-384 -2224 336) (-448 -2224 336) (-448 -2224 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "113 110 0"
+				"groupid" "1186866"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566051"
+			side
+			{
+				"id" "244835"
+				"plane" "(-640 -2160 352) (-448 -2160 352) (-448 -2224 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244834"
+				"plane" "(-640 -2224 336) (-448 -2224 336) (-448 -2160 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244833"
+				"plane" "(-640 -2160 352) (-640 -2224 352) (-640 -2224 336)"
+				"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+				"uaxis" "[0 1 0 576] 0.25"
+				"vaxis" "[0 0 -1 0] 0.5"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244832"
+				"plane" "(-448 -2160 336) (-448 -2224 336) (-448 -2224 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244831"
+				"plane" "(-448 -2160 352) (-640 -2160 352) (-640 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244830"
+				"plane" "(-448 -2224 336) (-640 -2224 336) (-640 -2224 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "113 110 0"
+				"groupid" "1186866"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566080"
+			side
+			{
+				"id" "244873"
+				"plane" "(-896 -2224 352) (-896 -2160 352) (-640 -2160 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244872"
+				"plane" "(-896 -2160 336) (-896 -2224 336) (-640 -2224 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244871"
+				"plane" "(-896 -2224 336) (-896 -2160 336) (-896 -2160 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244870"
+				"plane" "(-640 -2160 336) (-640 -2224 336) (-640 -2224 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244869"
+				"plane" "(-896 -2160 336) (-640 -2160 336) (-640 -2160 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244868"
+				"plane" "(-640 -2224 336) (-896 -2224 336) (-896 -2224 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "113 110 0"
+				"groupid" "1186866"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566916"
+			side
+			{
+				"id" "245320"
+				"plane" "(-896 -2544 352) (-896 -2480 352) (-640 -2480 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245319"
+				"plane" "(-896 -2480 336) (-896 -2544 336) (-640 -2544 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245318"
+				"plane" "(-896 -2544 336) (-896 -2480 336) (-896 -2480 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245317"
+				"plane" "(-640 -2480 336) (-640 -2544 336) (-640 -2544 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245316"
+				"plane" "(-896 -2480 336) (-640 -2480 336) (-640 -2480 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245315"
+				"plane" "(-640 -2544 336) (-896 -2544 336) (-896 -2544 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "113 110 0"
+				"groupid" "1186866"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566132"
+			side
+			{
+				"id" "244976"
+				"plane" "(-894 -2226 352) (-450 -2226 352) (-450 -2478 352)"
+				"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+				"uaxis" "[1 0 0 384] 0.25"
+				"vaxis" "[0 -1 0 -448] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244977"
+				"plane" "(-894 -2478 351) (-450 -2478 351) (-450 -2226 351)"
+				"material" "GLITCHVID/GLASS/MODERN_LINE_GLASS_HBLUR"
+				"uaxis" "[1 0 0 384] 0.25"
+				"vaxis" "[0 -1 0 -448] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244978"
+				"plane" "(-894 -2226 352) (-894 -2478 352) (-894 -2478 351)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244979"
+				"plane" "(-450 -2226 351) (-450 -2478 351) (-450 -2478 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244980"
+				"plane" "(-450 -2226 352) (-894 -2226 352) (-894 -2226 351)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244981"
+				"plane" "(-450 -2478 351) (-894 -2478 351) (-894 -2478 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "177 150 0"
+				"groupid" "1186871"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565778"
+			side
+			{
+				"id" "244521"
+				"plane" "(-384 -2132 352) (-352 -2132 352) (-352 -2560 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244520"
+				"plane" "(-384 -2132 352) (-384 -2544 352) (-384 -2544 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244519"
+				"plane" "(-352 -2560 352) (-352 -2132 352) (-352 -2132 176)"
+				"material" "STONE/STONEWALL033F"
+				"uaxis" "[0 -1 0 -192] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244518"
+				"plane" "(-352 -2132 352) (-384 -2132 352) (-384 -2132 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244517"
+				"plane" "(-384 -2544 352) (-352 -2560 352) (-352 -2560 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244516"
+				"plane" "(-384 -2544 176) (-352 -2560 176) (-352 -2132 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186890"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565757"
+			side
+			{
+				"id" "244473"
+				"plane" "(-640 -2160 336) (-640 -2132 336) (-448 -2132 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244472"
+				"plane" "(-640 -2132 176) (-640 -2160 176) (-448 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244471"
+				"plane" "(-640 -2160 176) (-640 -2132 176) (-640 -2132 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244470"
+				"plane" "(-640 -2132 176) (-448 -2132 176) (-448 -2132 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244469"
+				"plane" "(-448 -2160 176) (-640 -2160 176) (-640 -2160 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244468"
+				"plane" "(-448 -2132 176) (-448 -2160 176) (-448 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186890"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570435"
+			side
+			{
+				"id" "246446"
+				"plane" "(-912 -2560 176) (-352 -2560 176) (-384 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 16] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246445"
+				"plane" "(-896 -2544 240) (-912 -2560 240) (-912 -2560 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246444"
+				"plane" "(-384 -2544 240) (-896 -2544 240) (-896 -2544 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246443"
+				"plane" "(-912 -2560 240) (-352 -2560 240) (-352 -2560 176)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[-1 0 0 -63.998] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246442"
+				"plane" "(-352 -2560 240) (-384 -2544 240) (-384 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 -16] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246441"
+				"plane" "(-896 -2544 240) (-384 -2544 240) (-352 -2560 240)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186890"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570434"
+			side
+			{
+				"id" "246440"
+				"plane" "(-912 -2560 352) (-896 -2544 352) (-384 -2544 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246439"
+				"plane" "(-896 -2544 352) (-912 -2560 352) (-912 -2560 240)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246438"
+				"plane" "(-384 -2544 352) (-896 -2544 352) (-896 -2544 240)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246437"
+				"plane" "(-912 -2560 352) (-352 -2560 352) (-352 -2560 240)"
+				"material" "STONE/STONEWALL033F"
+				"uaxis" "[-1 0 0 -64] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246436"
+				"plane" "(-352 -2560 352) (-384 -2544 352) (-384 -2544 240)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 -16] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246435"
+				"plane" "(-896 -2544 240) (-912 -2560 240) (-352 -2560 240)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186890"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570436"
+			side
+			{
+				"id" "246452"
+				"plane" "(-912 -2560 352) (-912 -2132 352) (-896 -2132 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246451"
+				"plane" "(-912 -2132 240) (-912 -2132 352) (-912 -2560 352)"
+				"material" "STONE/STONEWALL033F"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246450"
+				"plane" "(-896 -2544 240) (-896 -2544 352) (-896 -2132 352)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246449"
+				"plane" "(-896 -2132 240) (-896 -2132 352) (-912 -2132 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246448"
+				"plane" "(-912 -2560 240) (-912 -2560 352) (-896 -2544 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246447"
+				"plane" "(-912 -2132 240) (-912 -2560 240) (-896 -2544 240)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186890"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570437"
+			side
+			{
+				"id" "246458"
+				"plane" "(-912 -2132 176) (-912 -2132 240) (-912 -2560 240)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246457"
+				"plane" "(-896 -2544 176) (-896 -2544 240) (-896 -2132 240)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246456"
+				"plane" "(-896 -2132 176) (-896 -2132 240) (-912 -2132 240)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246455"
+				"plane" "(-912 -2560 176) (-912 -2560 240) (-896 -2544 240)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246454"
+				"plane" "(-912 -2132 176) (-912 -2560 176) (-896 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246453"
+				"plane" "(-912 -2560 240) (-912 -2132 240) (-896 -2132 240)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186890"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565751"
+			side
+			{
+				"id" "244452"
+				"plane" "(-389 -2200 336) (-384 -2160 336) (-384 -2224 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244451"
+				"plane" "(-389 -2200 176) (-384 -2224 176) (-384 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244450"
+				"plane" "(-384 -2160 176) (-384 -2224 176) (-384 -2224 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244449"
+				"plane" "(-389 -2200 176) (-384 -2160 176) (-384 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244448"
+				"plane" "(-384 -2224 176) (-389 -2200 176) (-389 -2200 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "565750"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565752"
+			side
+			{
+				"id" "244457"
+				"plane" "(-389 -2200 336) (-403 -2179 336) (-384 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244456"
+				"plane" "(-384 -2160 176) (-403 -2179 176) (-389 -2200 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244455"
+				"plane" "(-403 -2179 176) (-384 -2160 176) (-384 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244454"
+				"plane" "(-384 -2160 176) (-389 -2200 176) (-389 -2200 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244453"
+				"plane" "(-389 -2200 176) (-403 -2179 176) (-403 -2179 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "565750"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565753"
+			side
+			{
+				"id" "244462"
+				"plane" "(-384 -2160 336) (-403 -2179 336) (-424 -2165 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244461"
+				"plane" "(-424 -2165 176) (-403 -2179 176) (-384 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244460"
+				"plane" "(-384 -2160 176) (-384 -2160 336) (-424 -2165 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244459"
+				"plane" "(-403 -2179 176) (-403 -2179 336) (-384 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244458"
+				"plane" "(-424 -2165 176) (-424 -2165 336) (-403 -2179 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "565750"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565754"
+			side
+			{
+				"id" "244467"
+				"plane" "(-384 -2160 336) (-424 -2165 336) (-448 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244466"
+				"plane" "(-424 -2165 176) (-384 -2160 176) (-448 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244465"
+				"plane" "(-424 -2165 176) (-424 -2165 336) (-384 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244464"
+				"plane" "(-448 -2160 176) (-448 -2160 336) (-424 -2165 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244463"
+				"plane" "(-384 -2160 176) (-384 -2160 336) (-448 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "565750"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566950"
+			side
+			{
+				"id" "245417"
+				"plane" "(-384 -2480 352) (-384 -2544 352) (-389 -2504 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245416"
+				"plane" "(-384 -2544 176) (-384 -2480 176) (-389 -2504 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245415"
+				"plane" "(-384 -2544 352) (-384 -2480 352) (-384 -2480 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245414"
+				"plane" "(-389 -2504 352) (-384 -2544 352) (-384 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245413"
+				"plane" "(-384 -2480 352) (-389 -2504 352) (-389 -2504 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "566949"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566951"
+			side
+			{
+				"id" "245422"
+				"plane" "(-384 -2544 352) (-403 -2525 352) (-389 -2504 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245421"
+				"plane" "(-389 -2504 176) (-403 -2525 176) (-384 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245420"
+				"plane" "(-403 -2525 352) (-384 -2544 352) (-384 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245419"
+				"plane" "(-384 -2544 352) (-389 -2504 352) (-389 -2504 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245418"
+				"plane" "(-389 -2504 352) (-403 -2525 352) (-403 -2525 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "566949"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566952"
+			side
+			{
+				"id" "245427"
+				"plane" "(-424 -2539 352) (-403 -2525 352) (-384 -2544 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245426"
+				"plane" "(-384 -2544 176) (-403 -2525 176) (-424 -2539 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245425"
+				"plane" "(-424 -2539 176) (-424 -2539 352) (-384 -2544 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245424"
+				"plane" "(-384 -2544 176) (-384 -2544 352) (-403 -2525 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245423"
+				"plane" "(-403 -2525 176) (-403 -2525 352) (-424 -2539 352)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "566949"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566953"
+			side
+			{
+				"id" "245432"
+				"plane" "(-448 -2544 352) (-424 -2539 352) (-384 -2544 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245431"
+				"plane" "(-448 -2544 176) (-384 -2544 176) (-424 -2539 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245430"
+				"plane" "(-384 -2544 176) (-384 -2544 352) (-424 -2539 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245429"
+				"plane" "(-424 -2539 176) (-424 -2539 352) (-448 -2544 352)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_WHITE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "4"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245428"
+				"plane" "(-448 -2544 176) (-448 -2544 352) (-384 -2544 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "566949"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565985"
+			side
+			{
+				"id" "244726"
+				"plane" "(-912 -2192 128) (-896 -2192 128) (-896 -2304 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244727"
+				"plane" "(-912 -2304 112) (-896 -2304 112) (-896 -2192 112)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244728"
+				"plane" "(-912 -2192 128) (-912 -2304 128) (-912 -2304 112)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244729"
+				"plane" "(-896 -2192 112) (-896 -2304 112) (-896 -2304 128)"
+				"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+				"uaxis" "[0 -1 0 -576] 0.25"
+				"vaxis" "[0 0 -1 0] 0.5"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244730"
+				"plane" "(-896 -2192 128) (-912 -2192 128) (-912 -2192 112)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244731"
+				"plane" "(-896 -2304 112) (-912 -2304 112) (-912 -2304 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186940"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "567024"
+			side
+			{
+				"id" "245492"
+				"plane" "(-912 -2544 176) (-384 -2544 176) (-352 -2560 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 16] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245491"
+				"plane" "(-912 -2560 96) (-352 -2560 96) (-384 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 16] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245490"
+				"plane" "(-912 -2544 176) (-912 -2560 176) (-912 -2560 96)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245489"
+				"plane" "(-384 -2544 96) (-352 -2560 96) (-352 -2560 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 -16] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245488"
+				"plane" "(-384 -2544 176) (-912 -2544 176) (-912 -2544 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245487"
+				"plane" "(-352 -2560 96) (-912 -2560 96) (-912 -2560 176)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[-1 0 0 -63.998] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186909"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565777"
+			side
+			{
+				"id" "244515"
+				"plane" "(-384 -2544 176) (-384 -2544 96) (-384 -2224 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244514"
+				"plane" "(-352 -2224 176) (-352 -2224 96) (-352 -2560 96)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 -64] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244513"
+				"plane" "(-384 -2224 176) (-384 -2224 96) (-352 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244512"
+				"plane" "(-352 -2560 176) (-352 -2560 96) (-384 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244511"
+				"plane" "(-352 -2560 96) (-352 -2224 96) (-384 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244510"
+				"plane" "(-352 -2224 176) (-352 -2560 176) (-384 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186909"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565423"
+			side
+			{
+				"id" "244115"
+				"plane" "(-448 -2132 176) (-448 -2160 176) (-640 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244114"
+				"plane" "(-448 -2160 96) (-448 -2132 96) (-640 -2132 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244113"
+				"plane" "(-640 -2160 176) (-640 -2160 96) (-640 -2132 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244112"
+				"plane" "(-448 -2160 96) (-448 -2160 176) (-448 -2132 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244111"
+				"plane" "(-640 -2132 176) (-640 -2132 96) (-448 -2132 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244110"
+				"plane" "(-640 -2160 96) (-640 -2160 176) (-448 -2160 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186909"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566031"
+			side
+			{
+				"id" "244755"
+				"plane" "(-912 -2544 128) (-896 -2544 128) (-896 -2132 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244754"
+				"plane" "(-912 -2132 128) (-912 -2132 176) (-912 -2544 176)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244753"
+				"plane" "(-896 -2544 128) (-896 -2544 176) (-896 -2132 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244752"
+				"plane" "(-896 -2132 128) (-896 -2132 176) (-912 -2132 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244751"
+				"plane" "(-912 -2544 128) (-912 -2544 176) (-896 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244750"
+				"plane" "(-912 -2132 176) (-896 -2132 176) (-896 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186909"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566001"
+			side
+			{
+				"id" "244743"
+				"plane" "(-640 -2128 96) (-912 -2128 96) (-912 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244742"
+				"plane" "(-912 -2224 128) (-912 -2224 96) (-912 -2128 96)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244741"
+				"plane" "(-640 -2128 128) (-640 -2128 96) (-640 -2224 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244740"
+				"plane" "(-912 -2128 128) (-912 -2128 96) (-640 -2128 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244739"
+				"plane" "(-640 -2224 128) (-640 -2224 96) (-912 -2224 96)"
+				"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+				"uaxis" "[-1 0 0 -512] 0.25"
+				"vaxis" "[0 0 -1 0] 0.5"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244738"
+				"plane" "(-640 -2224 128) (-912 -2224 128) (-912 -2128 128)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186909"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566000"
+			side
+			{
+				"id" "244737"
+				"plane" "(-896 -2224 176) (-896 -2128 176) (-640 -2128 176)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[0 1 0 948] 0.25"
+				"vaxis" "[1 0 0 -262] 0.25"
+				"rotation" "90"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244736"
+				"plane" "(-896 -2128 128) (-896 -2128 176) (-896 -2224 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244735"
+				"plane" "(-640 -2224 128) (-640 -2224 176) (-640 -2128 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244734"
+				"plane" "(-640 -2128 128) (-640 -2128 176) (-896 -2128 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244733"
+				"plane" "(-896 -2224 128) (-896 -2224 176) (-640 -2224 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244732"
+				"plane" "(-896 -2128 128) (-896 -2224 128) (-640 -2224 128)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 -128] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "1186909"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566956"
+			side
+			{
+				"id" "245437"
+				"plane" "(-384 -2544 176) (-389 -2504 176) (-384 -2480 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245436"
+				"plane" "(-384 -2480 96) (-389 -2504 96) (-384 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245435"
+				"plane" "(-384 -2480 176) (-384 -2480 96) (-384 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245434"
+				"plane" "(-384 -2544 176) (-384 -2544 96) (-389 -2504 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245433"
+				"plane" "(-389 -2504 176) (-389 -2504 96) (-384 -2480 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "566955"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566957"
+			side
+			{
+				"id" "245442"
+				"plane" "(-403 -2525 176) (-389 -2504 176) (-384 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245441"
+				"plane" "(-403 -2525 96) (-384 -2544 96) (-389 -2504 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245440"
+				"plane" "(-384 -2544 176) (-384 -2544 96) (-403 -2525 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245439"
+				"plane" "(-389 -2504 176) (-389 -2504 96) (-384 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245438"
+				"plane" "(-403 -2525 176) (-403 -2525 96) (-389 -2504 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "566955"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566958"
+			side
+			{
+				"id" "245447"
+				"plane" "(-403 -2525 176) (-384 -2544 176) (-424 -2539 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245446"
+				"plane" "(-403 -2525 96) (-424 -2539 96) (-384 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245445"
+				"plane" "(-424 -2539 176) (-384 -2544 176) (-384 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245444"
+				"plane" "(-384 -2544 176) (-403 -2525 176) (-403 -2525 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245443"
+				"plane" "(-403 -2525 176) (-424 -2539 176) (-424 -2539 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "566955"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566959"
+			side
+			{
+				"id" "245452"
+				"plane" "(-424 -2539 176) (-384 -2544 176) (-448 -2544 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245451"
+				"plane" "(-384 -2544 96) (-424 -2539 96) (-448 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245450"
+				"plane" "(-384 -2544 176) (-424 -2539 176) (-424 -2539 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245449"
+				"plane" "(-424 -2539 176) (-448 -2544 176) (-448 -2544 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245448"
+				"plane" "(-448 -2544 176) (-384 -2544 176) (-384 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "566955"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565631"
+			side
+			{
+				"id" "244305"
+				"plane" "(-384 -2160 176) (-384 -2224 176) (-389 -2200 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244304"
+				"plane" "(-384 -2224 96) (-384 -2160 96) (-389 -2200 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244303"
+				"plane" "(-384 -2224 96) (-384 -2224 176) (-384 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244302"
+				"plane" "(-384 -2160 96) (-384 -2160 176) (-389 -2200 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244301"
+				"plane" "(-389 -2200 96) (-389 -2200 176) (-384 -2224 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "565687"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565679"
+			side
+			{
+				"id" "244328"
+				"plane" "(-403 -2179 176) (-384 -2160 176) (-389 -2200 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244327"
+				"plane" "(-403 -2179 96) (-389 -2200 96) (-384 -2160 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244326"
+				"plane" "(-384 -2160 96) (-384 -2160 176) (-403 -2179 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244325"
+				"plane" "(-389 -2200 96) (-389 -2200 176) (-384 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244324"
+				"plane" "(-403 -2179 96) (-403 -2179 176) (-389 -2200 176)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "565687"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565584"
+			side
+			{
+				"id" "244238"
+				"plane" "(-403 -2179 176) (-424 -2165 176) (-384 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 -32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244237"
+				"plane" "(-403 -2179 96) (-384 -2160 96) (-424 -2165 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 -32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244236"
+				"plane" "(-384 -2160 176) (-424 -2165 176) (-424 -2165 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244235"
+				"plane" "(-403 -2179 176) (-384 -2160 176) (-384 -2160 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244234"
+				"plane" "(-424 -2165 176) (-403 -2179 176) (-403 -2179 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "565687"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565577"
+			side
+			{
+				"id" "244232"
+				"plane" "(-424 -2165 176) (-448 -2160 176) (-384 -2160 176)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244231"
+				"plane" "(-384 -2160 96) (-448 -2160 96) (-424 -2165 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244230"
+				"plane" "(-424 -2165 176) (-384 -2160 176) (-384 -2160 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244229"
+				"plane" "(-448 -2160 176) (-424 -2165 176) (-424 -2165 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244228"
+				"plane" "(-384 -2160 176) (-448 -2160 176) (-448 -2160 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "167 100 0"
+				"groupid" "565687"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570093"
+			side
+			{
+				"id" "246038"
+				"plane" "(-808 -2160 336) (-760 -2160 336) (-760 -2208 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246037"
+				"plane" "(-808 -2208 320) (-760 -2208 320) (-760 -2160 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246036"
+				"plane" "(-808 -2160 336) (-808 -2208 336) (-808 -2208 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246035"
+				"plane" "(-760 -2160 320) (-760 -2208 320) (-760 -2208 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246034"
+				"plane" "(-760 -2160 336) (-808 -2160 336) (-808 -2160 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246033"
+				"plane" "(-760 -2208 320) (-808 -2208 320) (-808 -2208 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "570092"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570075"
+			side
+			{
+				"id" "246032"
+				"plane" "(-696 -2160 336) (-648 -2160 336) (-648 -2208 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246031"
+				"plane" "(-696 -2208 320) (-648 -2208 320) (-648 -2160 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246030"
+				"plane" "(-696 -2160 336) (-696 -2208 336) (-696 -2208 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246029"
+				"plane" "(-648 -2160 320) (-648 -2208 320) (-648 -2208 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246028"
+				"plane" "(-648 -2160 336) (-696 -2160 336) (-696 -2160 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246027"
+				"plane" "(-648 -2208 320) (-696 -2208 320) (-696 -2208 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "570074"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "570057"
+			side
+			{
+				"id" "246026"
+				"plane" "(-536 -2208 336) (-584 -2208 336) (-584 -2160 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 -32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246025"
+				"plane" "(-536 -2160 320) (-584 -2160 320) (-584 -2208 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 -32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246024"
+				"plane" "(-536 -2160 320) (-536 -2208 320) (-536 -2208 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246023"
+				"plane" "(-584 -2160 336) (-584 -2208 336) (-584 -2208 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246022"
+				"plane" "(-584 -2160 320) (-536 -2160 320) (-536 -2160 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 -32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246021"
+				"plane" "(-584 -2208 336) (-536 -2208 336) (-536 -2208 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 -32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "570056"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "569805"
+			side
+			{
+				"id" "245996"
+				"plane" "(-392 -2216 336) (-392 -2264 336) (-440 -2264 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 -1 0 32] 0.25"
+				"vaxis" "[1 0 0 -32] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245995"
+				"plane" "(-440 -2216 320) (-440 -2264 320) (-392 -2264 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 -1 0 32] 0.25"
+				"vaxis" "[1 0 0 -32] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245994"
+				"plane" "(-440 -2216 320) (-392 -2216 320) (-392 -2216 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245993"
+				"plane" "(-440 -2264 336) (-392 -2264 336) (-392 -2264 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245992"
+				"plane" "(-440 -2264 320) (-440 -2216 320) (-440 -2216 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 -1 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245991"
+				"plane" "(-392 -2264 336) (-392 -2216 336) (-392 -2216 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 -1 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "569804"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "569787"
+			side
+			{
+				"id" "245990"
+				"plane" "(-440 -2376 336) (-440 -2328 336) (-392 -2328 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 -32] 0.25"
+				"vaxis" "[1 0 0 -32] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245989"
+				"plane" "(-392 -2376 320) (-392 -2328 320) (-440 -2328 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 -32] 0.25"
+				"vaxis" "[1 0 0 -32] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245988"
+				"plane" "(-440 -2376 336) (-392 -2376 336) (-392 -2376 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245987"
+				"plane" "(-440 -2328 320) (-392 -2328 320) (-392 -2328 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245986"
+				"plane" "(-440 -2328 336) (-440 -2376 336) (-440 -2376 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 -32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245985"
+				"plane" "(-392 -2328 320) (-392 -2376 320) (-392 -2376 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 -32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "569786"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "569823"
+			side
+			{
+				"id" "246002"
+				"plane" "(-440 -2488 336) (-440 -2440 336) (-392 -2440 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 -32] 0.25"
+				"vaxis" "[1 0 0 -32] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246001"
+				"plane" "(-392 -2488 320) (-392 -2440 320) (-440 -2440 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 -32] 0.25"
+				"vaxis" "[1 0 0 -32] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "246000"
+				"plane" "(-440 -2488 336) (-392 -2488 336) (-392 -2488 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245999"
+				"plane" "(-440 -2440 320) (-392 -2440 320) (-392 -2440 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245998"
+				"plane" "(-440 -2440 336) (-440 -2488 336) (-440 -2488 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 -32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245997"
+				"plane" "(-392 -2440 320) (-392 -2488 320) (-392 -2488 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 -32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "569822"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "569673"
+			side
+			{
+				"id" "245960"
+				"plane" "(-536 -2544 336) (-584 -2544 336) (-584 -2496 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 -32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245959"
+				"plane" "(-536 -2496 320) (-584 -2496 320) (-584 -2544 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 -32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245958"
+				"plane" "(-536 -2496 320) (-536 -2544 320) (-536 -2544 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245957"
+				"plane" "(-584 -2496 336) (-584 -2544 336) (-584 -2544 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245956"
+				"plane" "(-584 -2496 320) (-536 -2496 320) (-536 -2496 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 -32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245955"
+				"plane" "(-584 -2544 336) (-536 -2544 336) (-536 -2544 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[-1 0 0 -32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "569672"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "568712"
+			side
+			{
+				"id" "245847"
+				"plane" "(-696 -2496 336) (-648 -2496 336) (-648 -2544 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245848"
+				"plane" "(-696 -2544 320) (-648 -2544 320) (-648 -2496 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245849"
+				"plane" "(-696 -2496 336) (-696 -2544 336) (-696 -2544 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245850"
+				"plane" "(-648 -2496 320) (-648 -2544 320) (-648 -2544 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245851"
+				"plane" "(-648 -2496 336) (-696 -2496 336) (-696 -2496 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245852"
+				"plane" "(-648 -2544 320) (-696 -2544 320) (-696 -2544 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "568732"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "569308"
+			side
+			{
+				"id" "245936"
+				"plane" "(-808 -2496 336) (-760 -2496 336) (-760 -2544 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245935"
+				"plane" "(-808 -2544 320) (-760 -2544 320) (-760 -2496 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245934"
+				"plane" "(-808 -2496 336) (-808 -2544 336) (-808 -2544 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245933"
+				"plane" "(-760 -2496 320) (-760 -2544 320) (-760 -2544 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245932"
+				"plane" "(-760 -2496 336) (-808 -2496 336) (-808 -2496 320)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245931"
+				"plane" "(-760 -2544 320) (-808 -2544 320) (-808 -2544 336)"
+				"material" "TOOLS/TOOLSSKIP"
+				"uaxis" "[1 0 0 32] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "105 230 0"
+				"groupid" "569307"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565742"
+			side
+			{
+				"id" "244387"
+				"plane" "(-403 -2179 80) (-424 -2165 80) (-448 -2160 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 -48] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244386"
+				"plane" "(-448 -2160 96) (-424.016 -2165 96) (-403 -2179 96)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[0 1 0 820] 0.25"
+				"vaxis" "[1 0 0 -262] 0.25"
+				"rotation" "90"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244385"
+				"plane" "(-448 -2160 80) (-424 -2165 80) (-424 -2165 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244384"
+				"plane" "(-424 -2165 80) (-403 -2179 80) (-403 -2179 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244383"
+				"plane" "(-403 -2179 80) (-389 -2200 80) (-389 -2200 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 48] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244382"
+				"plane" "(-389 -2200 80) (-384 -2224 80) (-384 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 48] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244381"
+				"plane" "(-448 -2224 80) (-448 -2160 80) (-448 -2160 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244380"
+				"plane" "(-384 -2224 80) (-448 -2224 80) (-448 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "241 202 0"
+				"groupid" "1187222"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566996"
+			side
+			{
+				"id" "245468"
+				"plane" "(-389 -2504 80) (-384 -2480 80) (-448 -2480 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 1 0 16] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245467"
+				"plane" "(-448 -2480 96) (-384 -2480 96) (-389 -2504 96)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[0 -1 0 820] 0.25"
+				"vaxis" "[1 0 0 -262] 0.25"
+				"rotation" "90"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245466"
+				"plane" "(-448 -2544 96) (-424 -2539 96) (-424 -2539 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245465"
+				"plane" "(-424 -2539 96) (-403 -2525 96) (-403 -2525 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245464"
+				"plane" "(-403 -2525 96) (-389 -2504 96) (-389 -2504 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 -16] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245463"
+				"plane" "(-389 -2504 96) (-384 -2480 96) (-384 -2480 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 -16] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245462"
+				"plane" "(-448 -2480 96) (-448 -2544 96) (-448 -2544 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 -1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245461"
+				"plane" "(-384 -2480 96) (-448 -2480 96) (-448 -2480 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "241 202 0"
+				"groupid" "1187222"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565784"
+			side
+			{
+				"id" "244534"
+				"plane" "(-448 -2224 96) (-384 -2224 96) (-384 -2480 96)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[0 1 0 820] 0.25"
+				"vaxis" "[1 0 0 -262] 0.25"
+				"rotation" "90"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244535"
+				"plane" "(-448 -2480 80) (-384 -2480 80) (-384 -2224 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244536"
+				"plane" "(-448 -2224 96) (-448 -2480 96) (-448 -2480 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244537"
+				"plane" "(-384 -2224 80) (-384 -2480 80) (-384 -2480 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244538"
+				"plane" "(-384 -2224 96) (-448 -2224 96) (-448 -2224 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244539"
+				"plane" "(-384 -2480 80) (-448 -2480 80) (-448 -2480 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "241 202 0"
+				"groupid" "1187211"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565426"
+			side
+			{
+				"id" "244127"
+				"plane" "(-640 -2160 96) (-448 -2160 96) (-448 -2224 96)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[0 1 0 820] 0.25"
+				"vaxis" "[1 0 0 -262] 0.25"
+				"rotation" "90"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244126"
+				"plane" "(-640 -2224 80) (-448 -2224 80) (-448 -2160 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244125"
+				"plane" "(-640 -2160 96) (-640 -2224 96) (-640 -2224 80)"
+				"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+				"uaxis" "[0 1 0 576] 0.25"
+				"vaxis" "[0 0 -1 0] 0.5"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244124"
+				"plane" "(-448 -2160 80) (-448 -2224 80) (-448 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244123"
+				"plane" "(-448 -2160 96) (-640 -2160 96) (-640 -2160 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244122"
+				"plane" "(-448 -2224 80) (-640 -2224 80) (-640 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "241 202 0"
+				"groupid" "1186919"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565974"
+			side
+			{
+				"id" "245714"
+				"plane" "(-640 -2304 112) (-912 -2304 112) (-912 -2224 112)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[0 1 0 820] 0.25"
+				"vaxis" "[1 0 0 -262] 0.25"
+				"rotation" "90"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245713"
+				"plane" "(-640 -2224 96) (-912 -2224 96) (-912 -2304 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245712"
+				"plane" "(-912 -2304 112) (-912 -2304 96) (-912 -2224 96)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245711"
+				"plane" "(-640 -2224 112) (-640 -2224 96) (-640 -2304 96)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245710"
+				"plane" "(-912 -2224 112) (-912 -2224 96) (-640 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "245709"
+				"plane" "(-640 -2304 112) (-640 -2304 96) (-912 -2304 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "241 202 0"
+				"groupid" "1186913"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565973"
+			side
+			{
+				"id" "244695"
+				"plane" "(-912 -2544 128) (-912 -2304 128) (-640 -2304 128)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[0 1 0 820] 0.25"
+				"vaxis" "[1 0 0 -262] 0.25"
+				"rotation" "90"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244694"
+				"plane" "(-912 -2304 96) (-912 -2544 96) (-640 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244693"
+				"plane" "(-912 -2544 96) (-912 -2304 96) (-912 -2304 128)"
+				"material" "STONE/STONEWALL033A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 384] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244692"
+				"plane" "(-640 -2304 96) (-640 -2544 96) (-640 -2544 128)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_ORANGE"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "8"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244691"
+				"plane" "(-640 -2544 96) (-912 -2544 96) (-912 -2544 128)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244690"
+				"plane" "(-912 -2304 96) (-640 -2304 96) (-640 -2304 128)"
+				"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+				"uaxis" "[-1 0 0 -512] 0.25"
+				"vaxis" "[0 0 -1 0] 0.5"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "241 202 0"
+				"groupid" "1186913"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "565785"
+			side
+			{
+				"id" "244540"
+				"plane" "(-448 -2224 96) (-448 -2544 96) (-640 -2544 96)"
+				"material" "GLITCHVID/WOOD/NICEWOOD_ROUGHFINISH_MED"
+				"uaxis" "[0 1 0 820] 0.25"
+				"vaxis" "[1 0 0 -262] 0.25"
+				"rotation" "90"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244541"
+				"plane" "(-448 -2544 80) (-448 -2224 80) (-640 -2224 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244542"
+				"plane" "(-640 -2544 96) (-640 -2544 80) (-640 -2224 80)"
+				"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+				"uaxis" "[0 1 0 576] 0.25"
+				"vaxis" "[0 0 -1 0] 0.5"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244543"
+				"plane" "(-448 -2544 80) (-448 -2544 96) (-448 -2224 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244544"
+				"plane" "(-640 -2224 96) (-640 -2224 80) (-448 -2224 80)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244545"
+				"plane" "(-640 -2544 80) (-640 -2544 96) (-448 -2544 96)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "241 202 0"
+				"groupid" "1186913"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "566065"
+			side
+			{
+				"id" "244867"
+				"plane" "(-896 -2160 352) (-896 -2128 352) (-640 -2128 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244866"
+				"plane" "(-896 -2128 336) (-896 -2160 336) (-640 -2160 336)"
+				"material" "GLITCHVID/PLASTER/CLEANPLASTER_BLACK"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244865"
+				"plane" "(-896 -2160 336) (-896 -2128 336) (-896 -2128 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244864"
+				"plane" "(-640 -2128 336) (-640 -2160 336) (-640 -2160 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244863"
+				"plane" "(-896 -2128 336) (-640 -2128 336) (-640 -2128 352)"
+				"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+				"uaxis" "[-1 0 0 -512] 0.25"
+				"vaxis" "[0 0 -1 0] 0.5"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "244862"
+				"plane" "(-640 -2160 336) (-896 -2160 336) (-896 -2160 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "244 137 0"
+				"groupid" "1187642"
+				"visgroupid" "30"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "697555"
+			side
+			{
+				"id" "291405"
+				"plane" "(-384 -2224 352) (-448 -2160 352) (-384 -2160 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291404"
+				"plane" "(-448 -2160 345) (-384 -2224 345) (-384 -2160 345)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291403"
+				"plane" "(-384 -2224 345) (-448 -2160 345) (-448 -2160 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291402"
+				"plane" "(-448 -2160 345) (-384 -2160 345) (-384 -2160 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291401"
+				"plane" "(-384 -2160 345) (-384 -2224 345) (-384 -2224 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "244 137 0"
+				"groupid" "1187636"
+				"visgroupid" "30"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "697556"
+			side
+			{
+				"id" "291411"
+				"plane" "(-368 -2160 352) (-368 -2224 352) (-384 -2224 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291410"
+				"plane" "(-384 -2224 336) (-368 -2224 336) (-368 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291409"
+				"plane" "(-368 -2160 336) (-368 -2224 336) (-368 -2224 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291408"
+				"plane" "(-368 -2224 336) (-384 -2224 336) (-384 -2224 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291407"
+				"plane" "(-384 -2160 336) (-368 -2160 336) (-368 -2160 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291406"
+				"plane" "(-384 -2224 336) (-384 -2160 336) (-384 -2160 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "244 137 0"
+				"groupid" "1187636"
+				"visgroupid" "30"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
+		}
+	}
+	hidden
+	{
+		solid
+		{
+			"id" "697552"
+			side
+			{
+				"id" "291400"
+				"plane" "(-448 -2160 352) (-448 -2132 352) (-368 -2132 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291399"
+				"plane" "(-448 -2132 336) (-448 -2160 336) (-368 -2160 336)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 -1 0 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291398"
+				"plane" "(-448 -2160 336) (-448 -2132 336) (-448 -2132 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291397"
+				"plane" "(-368 -2132 336) (-368 -2160 336) (-368 -2160 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[0 1 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291396"
+				"plane" "(-448 -2132 336) (-368 -2132 336) (-368 -2132 352)"
+				"material" "TOOLS/TOOLSNODRAW"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			side
+			{
+				"id" "291395"
+				"plane" "(-368 -2160 336) (-448 -2160 336) (-448 -2160 352)"
+				"material" "TILE/TILEROOF004A"
+				"uaxis" "[1 0 0 0] 0.25"
+				"vaxis" "[0 0 -1 0] 0.25"
+				"rotation" "0"
+				"lightmapscale" "16"
+				"smoothing_groups" "0"
+			}
+			editor
+			{
+				"color" "244 137 0"
+				"groupid" "1187636"
+				"visgroupid" "30"
+				"visgroupid" "78"
+				"visgroupshown" "0"
+				"visgroupautoshown" "1"
+			}
 		}
 	}
 	solid
@@ -264524,7 +264203,7 @@
 		side
 		{
 			"id" "348781"
-			"plane" "(-89 -615 -240) (-44 -660 -240) (-783 -1398 -240)"
+			"plane" "(-828 -1353 -240) (-89 -615 -240) (-44 -660 -240)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0.707585 0.706628 0 -287.052] 0.25"
 			"vaxis" "[0.706628 -0.707585 0 -463.659] 0.25"
@@ -264535,7 +264214,7 @@
 		side
 		{
 			"id" "348780"
-			"plane" "(-831 -1350 -244) (-779.917 -1401.08 -244) (-41 -663 -244)"
+			"plane" "(-92 -612 -244) (-831 -1350 -244) (-780 -1401 -244)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 0.707107 0 -28.836] 0.25"
 			"vaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
@@ -264546,7 +264225,7 @@
 		side
 		{
 			"id" "348779"
-			"plane" "(-92 -612 -244) (-89 -615 -240) (-828 -1353 -240)"
+			"plane" "(-831 -1350 -244) (-92 -612 -244) (-89 -615 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264557,7 +264236,7 @@
 		side
 		{
 			"id" "348778"
-			"plane" "(-779.917 -1401.08 -244) (-783 -1398 -240) (-44 -660 -240)"
+			"plane" "(-41 -663 -244) (-780 -1401 -244) (-783 -1398 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0.707107 0.707107 0 -7.43149] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264568,7 +264247,7 @@
 		side
 		{
 			"id" "348777"
-			"plane" "(-831 -1350 -244) (-828 -1353 -240) (-783 -1398 -240)"
+			"plane" "(-780 -1401 -244) (-831 -1350 -244) (-828 -1353 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0.707107 -0.707107 0 28.836] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264579,7 +264258,7 @@
 		side
 		{
 			"id" "348776"
-			"plane" "(-41 -663 -244) (-44 -660 -240) (-89 -615 -240)"
+			"plane" "(-92 -612 -244) (-41 -663 -244) (-44 -660 -240)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[-0.707107 0.707107 0 291.164] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264601,7 +264280,7 @@
 		side
 		{
 			"id" "348787"
-			"plane" "(-44 -660 -176) (-41 -663 -172) (-779.917 -1401.08 -172)"
+			"plane" "(-783 -1398 -176) (-44 -660 -176) (-41 -663 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 0.707107 0 3.16404] 0.25"
 			"vaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
@@ -264612,7 +264291,7 @@
 		side
 		{
 			"id" "348786"
-			"plane" "(-41 -663 -244) (-44 -660 -240) (-783 -1398 -240)"
+			"plane" "(-780 -1401 -244) (-41 -663 -244) (-44 -660 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0.707107 -0.707107 0 -3.16404] 0.25"
 			"vaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
@@ -264623,7 +264302,7 @@
 		side
 		{
 			"id" "348785"
-			"plane" "(-779.917 -1401.08 -244) (-779.917 -1401.08 -172) (-41 -663 -172)"
+			"plane" "(-41 -663 -244) (-780 -1401 -244) (-780 -1401 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264634,7 +264313,7 @@
 		side
 		{
 			"id" "348784"
-			"plane" "(-44 -660 -240) (-44 -660 -176) (-783 -1398 -176)"
+			"plane" "(-783 -1398 -240) (-44 -660 -240) (-44 -660 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0.707585 0.706628 0 -287.052] 0.25"
 			"vaxis" "[0 0 1 192] 0.25"
@@ -264645,7 +264324,7 @@
 		side
 		{
 			"id" "348783"
-			"plane" "(-783 -1398 -240) (-783 -1398 -176) (-779.917 -1401.08 -172)"
+			"plane" "(-780 -1401 -244) (-783 -1398 -240) (-783 -1398 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 0.707107 0 3.16404] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264656,7 +264335,7 @@
 		side
 		{
 			"id" "348782"
-			"plane" "(-44 -660 -176) (-44 -660 -240) (-41 -663 -244)"
+			"plane" "(-41 -663 -172) (-44 -660 -176) (-44 -660 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 0.707107 0 -28.8362] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264678,7 +264357,7 @@
 		side
 		{
 			"id" "348793"
-			"plane" "(-783 -1398 -176) (-44 -660 -176) (-89 -615 -176)"
+			"plane" "(-44 -660 -176) (-89 -615 -176) (-828 -1353 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0.707585 0.706628 0 -287.052] 0.25"
 			"vaxis" "[-0.706628 0.707585 0 207.659] 0.25"
@@ -264689,7 +264368,7 @@
 		side
 		{
 			"id" "348792"
-			"plane" "(-41 -663 -172) (-779.917 -1401.08 -172) (-831 -1350 -172)"
+			"plane" "(-780 -1401 -172) (-831 -1350 -172) (-92 -612 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 0.707107 0 -28.836] 0.25"
 			"vaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
@@ -264700,7 +264379,7 @@
 		side
 		{
 			"id" "348791"
-			"plane" "(-92 -612 -172) (-831 -1350 -172) (-828 -1353 -176)"
+			"plane" "(-831 -1350 -172) (-828 -1353 -176) (-89 -615 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -264711,7 +264390,7 @@
 		side
 		{
 			"id" "348790"
-			"plane" "(-779.917 -1401.08 -172) (-41 -663 -172) (-44 -660 -176)"
+			"plane" "(-41 -663 -172) (-44 -660 -176) (-783 -1398 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0.707107 0.707107 0 -7.43149] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -264722,7 +264401,7 @@
 		side
 		{
 			"id" "348789"
-			"plane" "(-831 -1350 -172) (-779.917 -1401.08 -172) (-783 -1398 -176)"
+			"plane" "(-780 -1401 -172) (-783 -1398 -176) (-828 -1353 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0.707107 -0.707107 0 28.836] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -264733,7 +264412,7 @@
 		side
 		{
 			"id" "348788"
-			"plane" "(-41 -663 -172) (-92 -612 -172) (-89 -615 -176)"
+			"plane" "(-92 -612 -172) (-89 -615 -176) (-44 -660 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[-0.707107 0.707107 0 291.164] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264755,7 +264434,7 @@
 		side
 		{
 			"id" "348799"
-			"plane" "(-828 -1353 -176) (-831 -1350 -172) (-92 -612 -172)"
+			"plane" "(-89 -615 -176) (-828 -1353 -176) (-831 -1350 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0.707107 -0.707107 0 28.836] 0.25"
 			"vaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
@@ -264766,7 +264445,7 @@
 		side
 		{
 			"id" "348798"
-			"plane" "(-831 -1350 -244) (-828 -1353 -240) (-89 -615 -240)"
+			"plane" "(-92 -612 -244) (-831 -1350 -244) (-828 -1353 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 0.707107 0 -28.836] 0.25"
 			"vaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
@@ -264777,7 +264456,7 @@
 		side
 		{
 			"id" "348797"
-			"plane" "(-92 -612 -244) (-92 -612 -172) (-831 -1350 -172)"
+			"plane" "(-831 -1350 -244) (-92 -612 -244) (-92 -612 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 -0.707107 0 7.43149] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264788,7 +264467,7 @@
 		side
 		{
 			"id" "348796"
-			"plane" "(-828 -1353 -240) (-828 -1353 -176) (-89 -615 -176)"
+			"plane" "(-89 -615 -240) (-828 -1353 -240) (-828 -1353 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0.707107 0.707107 0 -285.957] 0.25"
 			"vaxis" "[0 0 -1 -448] 0.25"
@@ -264799,7 +264478,7 @@
 		side
 		{
 			"id" "348795"
-			"plane" "(-828 -1353 -176) (-828 -1353 -240) (-831 -1350 -244)"
+			"plane" "(-831 -1350 -172) (-828 -1353 -176) (-828 -1353 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0.707107 -0.707107 0 28.836] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -264810,7 +264489,7 @@
 		side
 		{
 			"id" "348794"
-			"plane" "(-89 -615 -240) (-89 -615 -176) (-92 -612 -172)"
+			"plane" "(-92 -612 -244) (-89 -615 -240) (-89 -615 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-0.707107 0.707107 0 -28.836] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265140,7 +264819,7 @@
 		side
 		{
 			"id" "349021"
-			"plane" "(-828 -1353 -240) (-783 -1398 -240) (-835 -1422 -240)"
+			"plane" "(-835 -1358 -240) (-828 -1353 -240) (-783 -1398 -240)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[-0.90796 -0.419058 0 -296.188] 0.25"
 			"vaxis" "[0.419058 -0.907959 0 -436.819] 0.25"
@@ -265151,7 +264830,7 @@
 		side
 		{
 			"id" "349020"
-			"plane" "(-835 -1354 -244) (-835 -1426 -244) (-780 -1401 -244)"
+			"plane" "(-831 -1350 -244) (-835 -1354 -244) (-835 -1426 -244)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 12] 0.25"
 			"vaxis" "[1 0 0 -60] 0.25"
@@ -265162,7 +264841,7 @@
 		side
 		{
 			"id" "349019"
-			"plane" "(-831 -1350 -244) (-828 -1353 -240) (-835 -1358 -240)"
+			"plane" "(-835 -1354 -244) (-831 -1350 -244) (-828 -1353 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 -60] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265173,7 +264852,7 @@
 		side
 		{
 			"id" "349018"
-			"plane" "(-835 -1426 -244) (-835 -1422 -240) (-783 -1398 -240)"
+			"plane" "(-780 -1401 -244) (-835 -1426 -244) (-835 -1422 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-1 0 0 60] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265184,7 +264863,7 @@
 		side
 		{
 			"id" "349017"
-			"plane" "(-780 -1401 -244) (-783 -1398 -240) (-828 -1353 -240)"
+			"plane" "(-831 -1350 -244) (-780 -1401 -244) (-783 -1398 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -12] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265195,7 +264874,7 @@
 		side
 		{
 			"id" "349016"
-			"plane" "(-835 -1354 -244) (-835 -1358 -240) (-835 -1422 -240)"
+			"plane" "(-835 -1426 -244) (-835 -1354 -244) (-835 -1358 -240)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0 1 0 140] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265217,7 +264896,7 @@
 		side
 		{
 			"id" "349027"
-			"plane" "(-780 -1401 -172) (-835 -1426 -172) (-835 -1422 -176)"
+			"plane" "(-783 -1398 -176) (-780 -1401 -172) (-835 -1426 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 44] 0.25"
 			"vaxis" "[1 0 0 -60] 0.25"
@@ -265228,7 +264907,7 @@
 		side
 		{
 			"id" "349026"
-			"plane" "(-783 -1398 -240) (-835 -1422 -240) (-835 -1426 -244)"
+			"plane" "(-780 -1401 -244) (-783 -1398 -240) (-835 -1422 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -44] 0.25"
 			"vaxis" "[1 0 0 -60] 0.25"
@@ -265239,7 +264918,7 @@
 		side
 		{
 			"id" "349025"
-			"plane" "(-835 -1426 -172) (-780 -1401 -172) (-780 -1401 -244)"
+			"plane" "(-835 -1426 -244) (-835 -1426 -172) (-780 -1401 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 -60] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265250,7 +264929,7 @@
 		side
 		{
 			"id" "349024"
-			"plane" "(-783 -1398 -176) (-835 -1422 -176) (-835 -1422 -240)"
+			"plane" "(-783 -1398 -240) (-783 -1398 -176) (-835 -1422 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[-0.907959 -0.419058 0 -296.186] 0.25"
 			"vaxis" "[0 0 1 192] 0.25"
@@ -265261,7 +264940,7 @@
 		side
 		{
 			"id" "349023"
-			"plane" "(-780 -1401 -172) (-783 -1398 -176) (-783 -1398 -240)"
+			"plane" "(-780 -1401 -244) (-780 -1401 -172) (-783 -1398 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 44] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265272,7 +264951,7 @@
 		side
 		{
 			"id" "349022"
-			"plane" "(-835 -1426 -244) (-835 -1422 -240) (-835 -1422 -176)"
+			"plane" "(-835 -1426 -172) (-835 -1426 -244) (-835 -1422 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 12] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265294,7 +264973,7 @@
 		side
 		{
 			"id" "349033"
-			"plane" "(-835 -1358 -176) (-835 -1422 -176) (-783 -1398 -176)"
+			"plane" "(-828 -1353 -176) (-835 -1358 -176) (-835 -1422 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[-1 0 0 252] 0.25"
 			"vaxis" "[0 1 0 60] 0.25"
@@ -265305,7 +264984,7 @@
 		side
 		{
 			"id" "349032"
-			"plane" "(-831 -1350 -172) (-780 -1401 -172) (-835 -1426 -172)"
+			"plane" "(-835 -1354 -172) (-831 -1350 -172) (-780 -1401 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 12] 0.25"
 			"vaxis" "[1 0 0 -60] 0.25"
@@ -265316,7 +264995,7 @@
 		side
 		{
 			"id" "349031"
-			"plane" "(-828 -1353 -176) (-831 -1350 -172) (-835 -1354 -172)"
+			"plane" "(-835 -1358 -176) (-828 -1353 -176) (-831 -1350 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 -60] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -265327,7 +265006,7 @@
 		side
 		{
 			"id" "349030"
-			"plane" "(-835 -1422 -176) (-835 -1426 -172) (-780 -1401 -172)"
+			"plane" "(-783 -1398 -176) (-835 -1422 -176) (-835 -1426 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-1 0 0 60] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -265338,7 +265017,7 @@
 		side
 		{
 			"id" "349029"
-			"plane" "(-783 -1398 -176) (-780 -1401 -172) (-831 -1350 -172)"
+			"plane" "(-828 -1353 -176) (-783 -1398 -176) (-780 -1401 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -12] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -265349,7 +265028,7 @@
 		side
 		{
 			"id" "349028"
-			"plane" "(-835 -1358 -176) (-835 -1354 -172) (-835 -1426 -172)"
+			"plane" "(-835 -1422 -176) (-835 -1358 -176) (-835 -1354 -172)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0 1 0 140] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265371,7 +265050,7 @@
 		side
 		{
 			"id" "349039"
-			"plane" "(-835 -1354 -172) (-831 -1350 -172) (-828 -1353 -176)"
+			"plane" "(-835 -1358 -176) (-835 -1354 -172) (-831 -1350 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -12] 0.25"
 			"vaxis" "[1 0 0 -60] 0.25"
@@ -265382,7 +265061,7 @@
 		side
 		{
 			"id" "349038"
-			"plane" "(-835 -1358 -240) (-828 -1353 -240) (-831 -1350 -244)"
+			"plane" "(-835 -1354 -244) (-835 -1358 -240) (-828 -1353 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 12] 0.25"
 			"vaxis" "[1 0 0 -60] 0.25"
@@ -265393,7 +265072,7 @@
 		side
 		{
 			"id" "349037"
-			"plane" "(-831 -1350 -172) (-835 -1354 -172) (-835 -1354 -244)"
+			"plane" "(-831 -1350 -244) (-831 -1350 -172) (-835 -1354 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 -60] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265404,7 +265083,7 @@
 		side
 		{
 			"id" "349036"
-			"plane" "(-835 -1358 -176) (-828 -1353 -176) (-828 -1353 -240)"
+			"plane" "(-835 -1358 -240) (-835 -1358 -176) (-828 -1353 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0.813733 0.581238 0 499.156] 0.25"
 			"vaxis" "[0 0 1 192] 0.25"
@@ -265415,7 +265094,7 @@
 		side
 		{
 			"id" "349035"
-			"plane" "(-831 -1350 -244) (-828 -1353 -240) (-828 -1353 -176)"
+			"plane" "(-831 -1350 -172) (-831 -1350 -244) (-828 -1353 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -12] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265426,7 +265105,7 @@
 		side
 		{
 			"id" "349034"
-			"plane" "(-835 -1354 -172) (-835 -1358 -176) (-835 -1358 -240)"
+			"plane" "(-835 -1354 -244) (-835 -1354 -172) (-835 -1358 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 12] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265448,7 +265127,7 @@
 		side
 		{
 			"id" "349093"
-			"plane" "(-1028 -1422 -240) (-1028 -1358 -240) (-835 -1358 -240)"
+			"plane" "(-835 -1422 -240) (-1028 -1422 -240) (-1028 -1358 -240)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0 -1 0 -56] 0.25"
 			"vaxis" "[-1 0 0 244] 0.25"
@@ -265459,7 +265138,7 @@
 		side
 		{
 			"id" "349092"
-			"plane" "(-835 -1426 -244) (-835 -1354 -244) (-1028 -1354 -244)"
+			"plane" "(-1028 -1426 -244) (-835 -1426 -244) (-835 -1354 -244)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 8] 0.25"
 			"vaxis" "[-1 0 0 -12] 0.25"
@@ -265470,7 +265149,7 @@
 		side
 		{
 			"id" "349091"
-			"plane" "(-1028 -1358 -240) (-1028 -1354 -244) (-835 -1354 -244)"
+			"plane" "(-835 -1358 -240) (-1028 -1358 -240) (-1028 -1354 -244)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-1 0 0 -12] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265481,7 +265160,7 @@
 		side
 		{
 			"id" "349090"
-			"plane" "(-835 -1422 -240) (-835 -1426 -244) (-1028 -1426 -244)"
+			"plane" "(-1028 -1422 -240) (-835 -1422 -240) (-835 -1426 -244)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 12] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265492,7 +265171,7 @@
 		side
 		{
 			"id" "349089"
-			"plane" "(-1028 -1422 -240) (-1028 -1426 -244) (-1028 -1354 -244)"
+			"plane" "(-1028 -1358 -240) (-1028 -1422 -240) (-1028 -1426 -244)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -8] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265503,7 +265182,7 @@
 		side
 		{
 			"id" "349088"
-			"plane" "(-835 -1358 -240) (-835 -1354 -244) (-835 -1426 -244)"
+			"plane" "(-835 -1422 -240) (-835 -1358 -240) (-835 -1354 -244)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0 1 0 296] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265525,7 +265204,7 @@
 		side
 		{
 			"id" "349099"
-			"plane" "(-835 -1426 -172) (-964 -1426 -172) (-964 -1422 -176)"
+			"plane" "(-835 -1422 -176) (-835 -1426 -172) (-964 -1426 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 -24] 0.25"
 			"vaxis" "[-1 0 0 -12] 0.25"
@@ -265536,7 +265215,7 @@
 		side
 		{
 			"id" "349098"
-			"plane" "(-835 -1422 -240) (-964 -1422 -240) (-964 -1426 -244)"
+			"plane" "(-835 -1426 -244) (-835 -1422 -240) (-964 -1422 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 24] 0.25"
 			"vaxis" "[-1 0 0 -12] 0.25"
@@ -265547,7 +265226,7 @@
 		side
 		{
 			"id" "349097"
-			"plane" "(-964 -1426 -172) (-835 -1426 -172) (-835 -1426 -244)"
+			"plane" "(-964 -1426 -244) (-964 -1426 -172) (-835 -1426 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-1 0 0 -12] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265558,7 +265237,7 @@
 		side
 		{
 			"id" "349096"
-			"plane" "(-835 -1422 -176) (-964 -1422 -176) (-964 -1422 -240)"
+			"plane" "(-835 -1422 -240) (-835 -1422 -176) (-964 -1422 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[1 0 0 -244] 0.25"
 			"vaxis" "[0 0 1 192] 0.25"
@@ -265569,7 +265248,7 @@
 		side
 		{
 			"id" "349095"
-			"plane" "(-964 -1422 -176) (-964 -1426 -172) (-964 -1426 -244)"
+			"plane" "(-964 -1422 -240) (-964 -1422 -176) (-964 -1426 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 -24] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265580,7 +265259,7 @@
 		side
 		{
 			"id" "349094"
-			"plane" "(-835 -1422 -240) (-835 -1426 -244) (-835 -1426 -172)"
+			"plane" "(-835 -1422 -176) (-835 -1422 -240) (-835 -1426 -244)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 -24] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265602,7 +265281,7 @@
 		side
 		{
 			"id" "349105"
-			"plane" "(-835 -1422 -176) (-835 -1358 -176) (-964 -1358 -176)"
+			"plane" "(-964 -1422 -176) (-835 -1422 -176) (-835 -1358 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[1 0 0 -244] 0.25"
 			"vaxis" "[0 1 0 56] 0.25"
@@ -265613,7 +265292,7 @@
 		side
 		{
 			"id" "349104"
-			"plane" "(-960 -1426 -172) (-960 -1354 -172) (-835 -1354 -172)"
+			"plane" "(-835 -1426 -172) (-960 -1426 -172) (-960 -1354 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 8] 0.25"
 			"vaxis" "[-1 0 0 -12] 0.25"
@@ -265624,7 +265303,7 @@
 		side
 		{
 			"id" "349103"
-			"plane" "(-960 -1354 -172) (-964 -1358 -176) (-835 -1358 -176)"
+			"plane" "(-835 -1354 -172) (-960 -1354 -172) (-964 -1358 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-1 0 0 -12] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -265635,7 +265314,7 @@
 		side
 		{
 			"id" "349102"
-			"plane" "(-835 -1426 -172) (-835 -1422 -176) (-964 -1422 -176)"
+			"plane" "(-960 -1426 -172) (-835 -1426 -172) (-835 -1422 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[1 0 0 12] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -265646,7 +265325,7 @@
 		side
 		{
 			"id" "349101"
-			"plane" "(-960 -1426 -172) (-964 -1422 -176) (-964 -1358 -176)"
+			"plane" "(-960 -1354 -172) (-960 -1426 -172) (-964 -1422 -176)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -8] 0.25"
 			"vaxis" "[0 0 1 0] 0.25"
@@ -265657,7 +265336,7 @@
 		side
 		{
 			"id" "349100"
-			"plane" "(-835 -1354 -172) (-835 -1358 -176) (-835 -1422 -176)"
+			"plane" "(-835 -1426 -172) (-835 -1354 -172) (-835 -1358 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[0 1 0 296] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265679,7 +265358,7 @@
 		side
 		{
 			"id" "349111"
-			"plane" "(-964 -1354 -172) (-835 -1354 -172) (-835 -1358 -176)"
+			"plane" "(-964 -1358 -176) (-964 -1354 -172) (-835 -1354 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -8] 0.25"
 			"vaxis" "[-1 0 0 -12] 0.25"
@@ -265690,7 +265369,7 @@
 		side
 		{
 			"id" "349110"
-			"plane" "(-964 -1358 -240) (-835 -1358 -240) (-835 -1354 -244)"
+			"plane" "(-964 -1354 -244) (-964 -1358 -240) (-835 -1358 -240)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 8] 0.25"
 			"vaxis" "[-1 0 0 -12] 0.25"
@@ -265701,7 +265380,7 @@
 		side
 		{
 			"id" "349109"
-			"plane" "(-835 -1354 -172) (-964 -1354 -172) (-964 -1354 -244)"
+			"plane" "(-835 -1354 -244) (-835 -1354 -172) (-964 -1354 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[-1 0 0 -12] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265712,7 +265391,7 @@
 		side
 		{
 			"id" "349108"
-			"plane" "(-964 -1358 -176) (-835 -1358 -176) (-835 -1358 -240)"
+			"plane" "(-964 -1358 -240) (-964 -1358 -176) (-835 -1358 -176)"
 			"material" "METAL/METALWALL045A"
 			"uaxis" "[-1 0 0 -12] 0.25"
 			"vaxis" "[0 0 1 192] 0.25"
@@ -265723,7 +265402,7 @@
 		side
 		{
 			"id" "349107"
-			"plane" "(-964 -1358 -240) (-964 -1354 -244) (-964 -1354 -172)"
+			"plane" "(-964 -1358 -176) (-964 -1358 -240) (-964 -1354 -244)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 -1 0 -8] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -265734,7 +265413,7 @@
 		side
 		{
 			"id" "349106"
-			"plane" "(-835 -1358 -176) (-835 -1354 -172) (-835 -1354 -244)"
+			"plane" "(-835 -1358 -240) (-835 -1358 -176) (-835 -1354 -172)"
 			"material" "TOOLS/TOOLSNODRAW"
 			"uaxis" "[0 1 0 -24] 0.25"
 			"vaxis" "[0 0 -1 0] 0.25"
@@ -267396,6 +267075,848 @@
 			"visgroupautoshown" "1"
 		}
 	}
+	solid
+	{
+		"id" "697094"
+		side
+		{
+			"id" "349493"
+			"plane" "(1696 -960 -104) (1696 -2800.53 -104) (1712 -2816 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0.00146484] 0.25"
+			"vaxis" "[0 -1 0 -32] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349492"
+			"plane" "(1696 -2800.53 -104) (1696 -960 -104) (1696 -960 24)"
+			"material" "DE_AZTEC/STONEWORK01MOSSB"
+			"uaxis" "[0 1 0 96] 0.25"
+			"vaxis" "[0 0 -1 96] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349491"
+			"plane" "(1712 -960 -104) (1712 -2816 -104) (1712 -2816 24)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 32] 0.25"
+			"vaxis" "[0 0 -1 32] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349490"
+			"plane" "(1696 -2800.53 24) (1696 -960 24) (1712 -960 24)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[0 1 0 224] 0.25"
+			"vaxis" "[1 0 0 128.001] 0.25"
+			"rotation" "90"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349489"
+			"plane" "(1696 -960 24) (1696 -960 -104) (1712 -960 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 -16] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349488"
+			"plane" "(1712 -2816 24) (1712 -2816 -104) (1696 -2800.53 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "251 220 0"
+			"groupid" "696963"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "697095"
+		side
+		{
+			"id" "349499"
+			"plane" "(1648 -2754.13 -104) (1648 -960 -104) (1696 -960 -104)"
+			"material" "DE_CBBLE/GROUNDDIRT"
+			"uaxis" "[1 0 0 128.001] 0.25"
+			"vaxis" "[0 -1 0 -224] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349498"
+			"plane" "(1648 -960 -160) (1648 -2754.13 -160) (1696 -2800.53 -160)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0.00146484] 0.25"
+			"vaxis" "[0 -1 0 -32] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349497"
+			"plane" "(1648 -2754.13 -160) (1648 -960 -160) (1648 -960 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 32] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349496"
+			"plane" "(1696 -960 -160) (1696 -2800.53 -160) (1696 -2800.53 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 32] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349495"
+			"plane" "(1648 -960 -160) (1696 -960 -160) (1696 -960 -104)"
+			"material" "DE_CBBLE/GROUNDDIRT"
+			"uaxis" "[1 0 0 -16] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349494"
+			"plane" "(1696 -2800.53 -160) (1648 -2754.13 -160) (1648 -2754.13 -104)"
+			"material" "DE_CBBLE/GROUNDDIRT"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "251 220 0"
+			"groupid" "696963"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "697096"
+		side
+		{
+			"id" "349505"
+			"plane" "(1632 -2738.67 -96) (1632 -960 -96) (1648 -960 -96)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[0 1 0 224] 0.25"
+			"vaxis" "[-1 0 0 -64.0015] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349504"
+			"plane" "(1632 -960 -160) (1632 -2738.67 -160) (1648 -2754.13 -160)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0.00146484] 0.25"
+			"vaxis" "[0 -1 0 -32] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349503"
+			"plane" "(1632 -2738.67 -160) (1632 -960 -160) (1632 -960 -96)"
+			"material" "CS_HAVANA/STONEWORK01G1"
+			"uaxis" "[0 1 0 224] 0.25"
+			"vaxis" "[0 0 -1 -128] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349502"
+			"plane" "(1648 -960 -160) (1648 -2754.13 -160) (1648 -2754.13 -96)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[0 1 0 224] 0.25"
+			"vaxis" "[0 0 1 -128] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349501"
+			"plane" "(1632 -960 -160) (1648 -960 -160) (1648 -960 -96)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[1 0 0 -16] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349500"
+			"plane" "(1648 -2754.13 -160) (1632 -2738.67 -160) (1632 -2738.67 -96)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "251 220 0"
+			"groupid" "696963"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "698313"
+		side
+		{
+			"id" "349511"
+			"plane" "(1696 -2800 -104) (152 -2800 -104) (168 -2816 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 -1 0 -63.9976] 0.25"
+			"vaxis" "[-1 0 0 -7.78711] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349510"
+			"plane" "(152 -2800 -104) (1696 -2800 -104) (1696 -2800 24)"
+			"material" "DE_AZTEC/STONEWORK01MOSSB"
+			"uaxis" "[1 0 0 263.787] 0.25"
+			"vaxis" "[0 0 -1 96] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349509"
+			"plane" "(1712 -2816 -104) (168 -2816 -104) (168 -2816 24)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 7.78711] 0.25"
+			"vaxis" "[0 0 -1 32] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349508"
+			"plane" "(1712 -2816 24) (168 -2816 24) (152 -2800 24)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[1 0 0 391.787] 0.25"
+			"vaxis" "[0 -1 0 -191.998] 0.25"
+			"rotation" "90"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349507"
+			"plane" "(1696 -2800 24) (1696 -2800 -104) (1712 -2816 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349506"
+			"plane" "(168 -2816 24) (168 -2816 -104) (152 -2800 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "251 220 0"
+			"groupid" "696993"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "698314"
+		side
+		{
+			"id" "349517"
+			"plane" "(1696 -2800 -104) (152 -2800 -104) (104 -2752 -104)"
+			"material" "DE_CBBLE/GROUNDDIRT"
+			"uaxis" "[0 -1 0 -191.998] 0.25"
+			"vaxis" "[-1 0 0 -391.787] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349516"
+			"plane" "(1648 -2752 -160) (104 -2752 -160) (152 -2800 -160)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 -1 0 -63.9976] 0.25"
+			"vaxis" "[-1 0 0 -7.78711] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349515"
+			"plane" "(104 -2752 -160) (1648 -2752 -160) (1648 -2752 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 7.78711] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349514"
+			"plane" "(1696 -2800 -160) (152 -2800 -160) (152 -2800 -104)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 7.78711] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349513"
+			"plane" "(1648 -2752 -160) (1696 -2800 -160) (1696 -2800 -104)"
+			"material" "DE_CBBLE/GROUNDDIRT"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349512"
+			"plane" "(152 -2800 -160) (104 -2752 -160) (104 -2752 -104)"
+			"material" "DE_CBBLE/GROUNDDIRT"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "251 220 0"
+			"groupid" "696993"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "698315"
+		side
+		{
+			"id" "349523"
+			"plane" "(1648 -2752 -96) (104 -2752 -96) (88 -2736 -96)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[1 0 0 391.787] 0.25"
+			"vaxis" "[0 1 0 255.998] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349522"
+			"plane" "(1632 -2736 -160) (88 -2736 -160) (104 -2752 -160)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 -1 0 -63.9976] 0.25"
+			"vaxis" "[-1 0 0 -7.78711] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349521"
+			"plane" "(88 -2736 -160) (1632 -2736 -160) (1632 -2736 -96)"
+			"material" "CS_HAVANA/STONEWORK01G1"
+			"uaxis" "[1 0 0 391.787] 0.25"
+			"vaxis" "[0 0 -1 -128] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349520"
+			"plane" "(1648 -2752 -160) (104 -2752 -160) (104 -2752 -96)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[1 0 0 391.787] 0.25"
+			"vaxis" "[0 0 1 -128] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349519"
+			"plane" "(1632 -2736 -160) (1648 -2752 -160) (1648 -2752 -96)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349518"
+			"plane" "(104 -2752 -160) (88 -2736 -160) (88 -2736 -96)"
+			"material" "DEV/DEV_STONEWALL001A"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "251 220 0"
+			"groupid" "696993"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "1661414"
+		side
+		{
+			"id" "349524"
+			"plane" "(-912 -2132 624) (28 -2132 624) (28 -2560 624)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[1 0 0 0] 0.25"
+			"vaxis" "[0 -1 0 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349525"
+			"plane" "(-912 -2560 -128) (28 -2560 -128) (28 -2132 -128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[-1 0 0 0] 0.25"
+			"vaxis" "[0 -1 0 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349526"
+			"plane" "(-912 -2132 624) (-912 -2560 624) (-912 -2560 -128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[0 -1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349527"
+			"plane" "(28 -2132 -128) (28 -2560 -128) (28 -2560 624)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349528"
+			"plane" "(28 -2132 624) (-912 -2132 624) (-912 -2132 -128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[-1 0 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349529"
+			"plane" "(28 -2560 -128) (-912 -2560 -128) (-912 -2560 624)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[1 0 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "0 216 205"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "697840"
+		side
+		{
+			"id" "349535"
+			"plane" "(-352 -2140 624) (28 -2140 624) (28 -2704 624)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0] 0.25"
+			"vaxis" "[0 -1 0 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349534"
+			"plane" "(-352 -2704 432) (28 -2704 432) (28 -2140 432)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[1 0 0 0] 1"
+			"vaxis" "[0 -1 0 0] 1"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349533"
+			"plane" "(-352 -2140 624) (-352 -2704 624) (-352 -2704 432)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349532"
+			"plane" "(28 -2140 432) (28 -2704 432) (28 -2704 624)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349531"
+			"plane" "(28 -2140 624) (-352 -2140 624) (-352 -2140 432)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349530"
+			"plane" "(28 -2704 432) (-352 -2704 432) (-352 -2704 624)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "0 175 244"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "1661417"
+		side
+		{
+			"id" "349536"
+			"plane" "(28 -2504 128) (128 -2504 128) (128 -2560 128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[1 0 0 0] 0.25"
+			"vaxis" "[0 -1 0 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349537"
+			"plane" "(28 -2560 -128) (128 -2560 -128) (128 -2504 -128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[-1 0 0 0] 0.25"
+			"vaxis" "[0 -1 0 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349538"
+			"plane" "(28 -2504 128) (28 -2560 128) (28 -2560 -128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[0 -1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349539"
+			"plane" "(128 -2504 -128) (128 -2560 -128) (128 -2560 128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[0 1 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349540"
+			"plane" "(128 -2504 128) (28 -2504 128) (28 -2504 -128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[-1 0 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349541"
+			"plane" "(128 -2560 -128) (28 -2560 -128) (28 -2560 128)"
+			"material" "TOOLS/TOOLSSKYBOX"
+			"uaxis" "[1 0 0 0] 0.25"
+			"vaxis" "[0 0 -1 0] 0.25"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "0 146 227"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "1661418"
+		side
+		{
+			"id" "349542"
+			"plane" "(656 -776 660) (728 -776 660) (728 -872 660)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 -7.11108] 1.125"
+			"vaxis" "[0 -1 0 -5.33331] 1.5"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349543"
+			"plane" "(656 -872 -172) (728 -872 -172) (728 -776 -172)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[-1 0 0 7.11108] 1.125"
+			"vaxis" "[0 -1 0 -5.33331] 1.5"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349544"
+			"plane" "(656 -776 660) (656 -872 660) (656 -872 -172)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 -1 0 -5.33331] 1.5"
+			"vaxis" "[0 0 -1 50.7692] 13"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349545"
+			"plane" "(728 -776 -172) (728 -872 -172) (728 -872 660)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 5.33331] 1.5"
+			"vaxis" "[0 0 -1 50.7692] 13"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349546"
+			"plane" "(728 -776 660) (656 -776 660) (656 -776 -172)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[-1 0 0 7.11108] 1.125"
+			"vaxis" "[0 0 -1 50.7692] 13"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349547"
+			"plane" "(728 -872 -172) (656 -872 -172) (656 -872 660)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 -7.11108] 1.125"
+			"vaxis" "[0 0 -1 50.7692] 13"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "0 228 217"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	solid
+	{
+		"id" "1661425"
+		side
+		{
+			"id" "349548"
+			"plane" "(-960 -1354 652) (-900 -1354 652) (-900 -1426 652)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0] 0.9375"
+			"vaxis" "[0 -1 0 -51.5555] 1.125"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349549"
+			"plane" "(-960 -1426 -172) (-900 -1426 -172) (-900 -1354 -172)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[-1 0 0 0] 0.9375"
+			"vaxis" "[0 -1 0 -51.5555] 1.125"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349550"
+			"plane" "(-960 -1354 652) (-960 -1426 652) (-960 -1426 -172)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 -1 0 -51.5555] 1.125"
+			"vaxis" "[0 0 -1 50.6408] 12.875"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349551"
+			"plane" "(-900 -1354 -172) (-900 -1426 -172) (-900 -1426 652)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[0 1 0 51.5555] 1.125"
+			"vaxis" "[0 0 -1 50.6408] 12.875"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349552"
+			"plane" "(-900 -1354 652) (-960 -1354 652) (-960 -1354 -172)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[-1 0 0 0] 0.9375"
+			"vaxis" "[0 0 -1 50.6408] 12.875"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		side
+		{
+			"id" "349553"
+			"plane" "(-900 -1426 -172) (-960 -1426 -172) (-960 -1426 652)"
+			"material" "TOOLS/TOOLSNODRAW"
+			"uaxis" "[1 0 0 0] 0.9375"
+			"vaxis" "[0 0 -1 50.6408] 12.875"
+			"rotation" "0"
+			"lightmapscale" "16"
+			"smoothing_groups" "0"
+		}
+		editor
+		{
+			"color" "0 114 155"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
 	group
 	{
 		"id" "4422"
@@ -277042,26 +277563,6 @@
 	}
 	group
 	{
-		"id" "696963"
-		editor
-		{
-			"color" "251 220 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	group
-	{
-		"id" "696993"
-		editor
-		{
-			"color" "251 220 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	group
-	{
 		"id" "226347"
 		editor
 		{
@@ -290880,6 +291381,26 @@
 			"visgroupautoshown" "1"
 		}
 	}
+	group
+	{
+		"id" "696963"
+		editor
+		{
+			"color" "251 220 0"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
+	group
+	{
+		"id" "696993"
+		editor
+		{
+			"color" "251 220 0"
+			"visgroupshown" "1"
+			"visgroupautoshown" "1"
+		}
+	}
 }
 entity
 {
@@ -416540,20 +417061,24 @@
 		"logicalpos" "[1000 -11268]"
 	}
 }
-entity
-{
-	"id" "678362"
-	"classname" "info_node"
-	"nodeid" "194"
-	"spawnflags" "0"
-	"origin" "-781.598 -2182.3 186"
-	editor
-	{
-		"color" "201 114 0"
-		"groupid" "678360"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[1000 -11268]"
+hidden
+{
+	entity
+	{
+		"id" "678362"
+		"classname" "info_node"
+		"nodeid" "194"
+		"spawnflags" "0"
+		"origin" "-781.598 -2182.3 186"
+		editor
+		{
+			"color" "201 114 0"
+			"groupid" "678360"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[1000 -11268]"
+		}
 	}
 }
 entity
@@ -441150,1960 +441675,2125 @@
 		"logicalpos" "[3500 -3268]"
 	}
 }
-entity
-{
-	"id" "570366"
-	"classname" "func_detail"
-	solid
-	{
-		"id" "566107"
-		side
-		{
-			"id" "246332"
-			"plane" "(-673 -2226 352) (-671 -2226 352) (-671 -2478 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 0] 0.0625"
-			"vaxis" "[0 1 0 256] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246331"
-			"plane" "(-673 -2478 350) (-671 -2478 350) (-671 -2226 350)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 0] 0.0625"
-			"vaxis" "[0 1 0 256] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246330"
-			"plane" "(-673 -2226 352) (-673 -2478 352) (-673 -2478 350)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[0 0 -1 -48] 0.0625"
-			"vaxis" "[0 1 0 256] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246329"
-			"plane" "(-671 -2226 350) (-671 -2478 350) (-671 -2478 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[0 0 1 -976] 0.0625"
-			"vaxis" "[0 1 0 256] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246328"
-			"plane" "(-671 -2226 352) (-673 -2226 352) (-673 -2226 350)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246327"
-			"plane" "(-671 -2478 350) (-673 -2478 350) (-673 -2478 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
+hidden
+{
+	entity
+	{
+		"id" "570366"
+		"classname" "func_detail"
+		hidden
+		{
+			solid
+			{
+				"id" "566107"
+				side
+				{
+					"id" "246332"
+					"plane" "(-673 -2226 352) (-671 -2226 352) (-671 -2478 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 0] 0.0625"
+					"vaxis" "[0 1 0 256] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246331"
+					"plane" "(-673 -2478 350) (-671 -2478 350) (-671 -2226 350)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 0] 0.0625"
+					"vaxis" "[0 1 0 256] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246330"
+					"plane" "(-673 -2226 352) (-673 -2478 352) (-673 -2478 350)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[0 0 -1 -48] 0.0625"
+					"vaxis" "[0 1 0 256] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246329"
+					"plane" "(-671 -2226 350) (-671 -2478 350) (-671 -2478 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[0 0 1 -976] 0.0625"
+					"vaxis" "[0 1 0 256] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246328"
+					"plane" "(-671 -2226 352) (-673 -2226 352) (-673 -2226 350)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246327"
+					"plane" "(-671 -2478 350) (-673 -2478 350) (-673 -2478 352)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "177 150 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "566108"
+				side
+				{
+					"id" "246338"
+					"plane" "(-450 -2351 352) (-450 -2353 352) (-894 -2353 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 0] 0.0625"
+					"vaxis" "[0 1 0 256] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246337"
+					"plane" "(-894 -2351 350) (-894 -2353 350) (-450 -2353 350)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 0] 0.0625"
+					"vaxis" "[0 1 0 256] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246336"
+					"plane" "(-450 -2351 352) (-894 -2351 352) (-894 -2351 350)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 0] 0.0625"
+					"vaxis" "[0 0 1 -976] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246335"
+					"plane" "(-450 -2353 350) (-894 -2353 350) (-894 -2353 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 0] 0.0625"
+					"vaxis" "[0 0 -1 -48] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246334"
+					"plane" "(-450 -2353 352) (-450 -2351 352) (-450 -2351 350)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 -1 0 0] 0.25"
+					"vaxis" "[0 0 -1 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246333"
+					"plane" "(-894 -2353 350) (-894 -2351 350) (-894 -2351 352)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 -1 0 0] 0.25"
+					"vaxis" "[0 0 -1 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "177 150 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
 		}
 		editor
 		{
 			"color" "177 150 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566108"
-		side
-		{
-			"id" "246338"
-			"plane" "(-450 -2351 352) (-450 -2353 352) (-894 -2353 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 0] 0.0625"
-			"vaxis" "[0 1 0 256] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246337"
-			"plane" "(-894 -2351 350) (-894 -2353 350) (-450 -2353 350)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 0] 0.0625"
-			"vaxis" "[0 1 0 256] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246336"
-			"plane" "(-450 -2351 352) (-894 -2351 352) (-894 -2351 350)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 0] 0.0625"
-			"vaxis" "[0 0 1 -976] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246335"
-			"plane" "(-450 -2353 350) (-894 -2353 350) (-894 -2353 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 0] 0.0625"
-			"vaxis" "[0 0 -1 -48] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246334"
-			"plane" "(-450 -2353 352) (-450 -2351 352) (-450 -2351 350)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246333"
-			"plane" "(-894 -2353 350) (-894 -2351 350) (-894 -2351 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "177 150 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	editor
-	{
-		"color" "177 150 0"
-		"groupid" "1186871"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[1000 7000]"
-	}
-}
-entity
-{
-	"id" "1186993"
-	"classname" "func_detail"
-	solid
-	{
-		"id" "567121"
-		side
-		{
-			"id" "315676"
-			"plane" "(-864 -2136 336) (-868 -2136 336) (-868 -2134 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 -16] 0.25"
-			"vaxis" "[0 -1 0 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315675"
-			"plane" "(-864 -2134 176) (-868 -2134 176) (-868 -2136 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 -16] 0.25"
-			"vaxis" "[0 -1 0 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315674"
-			"plane" "(-864 -2134 176) (-864 -2136 176) (-864 -2136 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[0 1 0 8] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315673"
-			"plane" "(-868 -2134 336) (-868 -2136 336) (-868 -2136 176)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[0 1 0 8] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315672"
-			"plane" "(-868 -2134 176) (-864 -2134 176) (-864 -2134 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[-1 0 0 0] 0.125"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315671"
-			"plane" "(-868 -2136 336) (-864 -2136 336) (-864 -2136 176)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[1 0 0 16] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
+			"groupid" "1186871"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[1000 7000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "1186993"
+		"classname" "func_detail"
+		hidden
+		{
+			solid
+			{
+				"id" "567121"
+				side
+				{
+					"id" "315676"
+					"plane" "(-864 -2136 336) (-868 -2136 336) (-868 -2134 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 -16] 0.25"
+					"vaxis" "[0 -1 0 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315675"
+					"plane" "(-864 -2134 176) (-868 -2134 176) (-868 -2136 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 -16] 0.25"
+					"vaxis" "[0 -1 0 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315674"
+					"plane" "(-864 -2134 176) (-864 -2136 176) (-864 -2136 336)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[0 1 0 8] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315673"
+					"plane" "(-868 -2134 336) (-868 -2136 336) (-868 -2136 176)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[0 1 0 8] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315672"
+					"plane" "(-868 -2134 176) (-864 -2134 176) (-864 -2134 336)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[-1 0 0 0] 0.125"
+					"rotation" "90"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315671"
+					"plane" "(-868 -2136 336) (-864 -2136 336) (-864 -2136 176)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[1 0 0 16] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "249 222 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "567114"
+				side
+				{
+					"id" "315682"
+					"plane" "(-892 -2136 336) (-896 -2136 336) (-896 -2134 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 -1 0 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315681"
+					"plane" "(-892 -2134 176) (-896 -2134 176) (-896 -2136 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 -1 0 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315680"
+					"plane" "(-892 -2134 176) (-892 -2136 176) (-892 -2136 336)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[0 1 0 8] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315679"
+					"plane" "(-896 -2134 336) (-896 -2136 336) (-896 -2136 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 8] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315678"
+					"plane" "(-896 -2134 176) (-892 -2134 176) (-892 -2134 336)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[-1 0 0 0] 0.125"
+					"rotation" "90"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315677"
+					"plane" "(-896 -2136 336) (-892 -2136 336) (-892 -2136 176)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[1 0 0 16] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "249 222 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "567122"
+				side
+				{
+					"id" "315688"
+					"plane" "(-868 -2136 336) (-892 -2136 336) (-892 -2134 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 -1 0 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315687"
+					"plane" "(-868 -2134 176) (-892 -2134 176) (-892 -2136 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 -1 0 -8] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315686"
+					"plane" "(-868 -2134 176) (-868 -2136 176) (-868 -2136 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 8] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315685"
+					"plane" "(-892 -2134 336) (-892 -2136 336) (-892 -2136 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 8] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315684"
+					"plane" "(-892 -2134 176) (-868 -2134 176) (-868 -2134 336)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 0 1 -288] 0.25"
+					"vaxis" "[-1 0 0 -192] 0.25"
+					"rotation" "90"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315683"
+					"plane" "(-892 -2136 336) (-868 -2136 336) (-868 -2136 176)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 0 1 -288] 0.25"
+					"vaxis" "[-1 0 0 -192] 0.25"
+					"rotation" "90"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "249 222 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
 		}
 		editor
 		{
 			"color" "249 222 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "567114"
-		side
-		{
-			"id" "315682"
-			"plane" "(-892 -2136 336) (-896 -2136 336) (-896 -2134 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315681"
-			"plane" "(-892 -2134 176) (-896 -2134 176) (-896 -2136 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315680"
-			"plane" "(-892 -2134 176) (-892 -2136 176) (-892 -2136 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[0 1 0 8] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315679"
-			"plane" "(-896 -2134 336) (-896 -2136 336) (-896 -2136 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 8] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315678"
-			"plane" "(-896 -2134 176) (-892 -2134 176) (-892 -2134 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[-1 0 0 0] 0.125"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315677"
-			"plane" "(-896 -2136 336) (-892 -2136 336) (-892 -2136 176)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[1 0 0 16] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "249 222 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "567122"
-		side
-		{
-			"id" "315688"
-			"plane" "(-868 -2136 336) (-892 -2136 336) (-892 -2134 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315687"
-			"plane" "(-868 -2134 176) (-892 -2134 176) (-892 -2136 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 -8] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315686"
-			"plane" "(-868 -2134 176) (-868 -2136 176) (-868 -2136 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 8] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315685"
-			"plane" "(-892 -2134 336) (-892 -2136 336) (-892 -2136 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 8] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315684"
-			"plane" "(-892 -2134 176) (-868 -2134 176) (-868 -2134 336)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 0 1 -288] 0.25"
-			"vaxis" "[-1 0 0 -192] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315683"
-			"plane" "(-892 -2136 336) (-868 -2136 336) (-868 -2136 176)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 0 1 -288] 0.25"
-			"vaxis" "[-1 0 0 -192] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "249 222 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	editor
-	{
-		"color" "249 222 0"
-		"groupid" "1187006"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 10000]"
-	}
-}
-entity
-{
-	"id" "1186985"
-	"classname" "func_detail"
-	solid
-	{
-		"id" "567101"
-		side
-		{
-			"id" "315658"
-			"plane" "(-644 -2132 336) (-640 -2132 336) (-640 -2134 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315657"
-			"plane" "(-644 -2134 176) (-640 -2134 176) (-640 -2132 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315656"
-			"plane" "(-644 -2132 336) (-644 -2134 336) (-644 -2134 176)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[0 1 0 24] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315655"
-			"plane" "(-640 -2132 176) (-640 -2134 176) (-640 -2134 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315654"
-			"plane" "(-640 -2132 336) (-644 -2132 336) (-644 -2132 176)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[1 0 0 0] 0.125"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315653"
-			"plane" "(-640 -2134 176) (-644 -2134 176) (-644 -2134 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[-1 0 0 -16] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "249 222 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "567117"
-		side
-		{
-			"id" "315664"
-			"plane" "(-668 -2132 336) (-644 -2132 336) (-644 -2134 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315663"
-			"plane" "(-668 -2134 176) (-644 -2134 176) (-644 -2132 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315662"
-			"plane" "(-668 -2132 336) (-668 -2134 336) (-668 -2134 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315661"
-			"plane" "(-644 -2132 176) (-644 -2134 176) (-644 -2134 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315660"
-			"plane" "(-644 -2132 336) (-668 -2132 336) (-668 -2132 176)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 0 1 -288] 0.25"
-			"vaxis" "[1 0 0 320] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315659"
-			"plane" "(-644 -2134 176) (-668 -2134 176) (-668 -2134 336)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 0 1 -288] 0.25"
-			"vaxis" "[1 0 0 320] 0.25"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "249 222 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "567118"
-		side
-		{
-			"id" "315670"
-			"plane" "(-672 -2132 336) (-668 -2132 336) (-668 -2134 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 48] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315669"
-			"plane" "(-672 -2134 176) (-668 -2134 176) (-668 -2132 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 48] 0.25"
-			"vaxis" "[0 -1 0 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315668"
-			"plane" "(-672 -2132 336) (-672 -2134 336) (-672 -2134 176)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[0 1 0 24] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315667"
-			"plane" "(-668 -2132 176) (-668 -2134 176) (-668 -2134 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[0 1 0 24] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315666"
-			"plane" "(-668 -2132 336) (-672 -2132 336) (-672 -2132 176)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[1 0 0 0] 0.125"
-			"rotation" "90"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "315665"
-			"plane" "(-668 -2134 176) (-672 -2134 176) (-672 -2134 336)"
-			"material" "GLITCHVID/METAL/STAIRMETALEDGE"
-			"uaxis" "[0 0 1 0] 0.171875"
-			"vaxis" "[-1 0 0 -16] 0.125"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
+			"groupid" "1187006"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 10000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "1186985"
+		"classname" "func_detail"
+		hidden
+		{
+			solid
+			{
+				"id" "567101"
+				side
+				{
+					"id" "315658"
+					"plane" "(-644 -2132 336) (-640 -2132 336) (-640 -2134 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 -1 0 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315657"
+					"plane" "(-644 -2134 176) (-640 -2134 176) (-640 -2132 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 -1 0 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315656"
+					"plane" "(-644 -2132 336) (-644 -2134 336) (-644 -2134 176)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[0 1 0 24] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315655"
+					"plane" "(-640 -2132 176) (-640 -2134 176) (-640 -2134 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315654"
+					"plane" "(-640 -2132 336) (-644 -2132 336) (-644 -2132 176)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[1 0 0 0] 0.125"
+					"rotation" "90"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315653"
+					"plane" "(-640 -2134 176) (-644 -2134 176) (-644 -2134 336)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[-1 0 0 -16] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "249 222 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "567117"
+				side
+				{
+					"id" "315664"
+					"plane" "(-668 -2132 336) (-644 -2132 336) (-644 -2134 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 -1 0 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315663"
+					"plane" "(-668 -2134 176) (-644 -2134 176) (-644 -2132 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 -1 0 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315662"
+					"plane" "(-668 -2132 336) (-668 -2134 336) (-668 -2134 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315661"
+					"plane" "(-644 -2132 176) (-644 -2134 176) (-644 -2134 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315660"
+					"plane" "(-644 -2132 336) (-668 -2132 336) (-668 -2132 176)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 0 1 -288] 0.25"
+					"vaxis" "[1 0 0 320] 0.25"
+					"rotation" "90"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315659"
+					"plane" "(-644 -2134 176) (-668 -2134 176) (-668 -2134 336)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 0 1 -288] 0.25"
+					"vaxis" "[1 0 0 320] 0.25"
+					"rotation" "90"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "249 222 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "567118"
+				side
+				{
+					"id" "315670"
+					"plane" "(-672 -2132 336) (-668 -2132 336) (-668 -2134 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 48] 0.25"
+					"vaxis" "[0 -1 0 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315669"
+					"plane" "(-672 -2134 176) (-668 -2134 176) (-668 -2132 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 48] 0.25"
+					"vaxis" "[0 -1 0 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315668"
+					"plane" "(-672 -2132 336) (-672 -2134 336) (-672 -2134 176)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[0 1 0 24] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315667"
+					"plane" "(-668 -2132 176) (-668 -2134 176) (-668 -2134 336)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[0 1 0 24] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315666"
+					"plane" "(-668 -2132 336) (-672 -2132 336) (-672 -2132 176)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[1 0 0 0] 0.125"
+					"rotation" "90"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "315665"
+					"plane" "(-668 -2134 176) (-672 -2134 176) (-672 -2134 336)"
+					"material" "GLITCHVID/METAL/STAIRMETALEDGE"
+					"uaxis" "[0 0 1 0] 0.171875"
+					"vaxis" "[-1 0 0 -16] 0.125"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "249 222 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
 		}
 		editor
 		{
 			"color" "249 222 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	editor
-	{
-		"color" "249 222 0"
-		"groupid" "1187006"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 9500]"
-	}
-}
-entity
-{
-	"id" "570094"
-	"classname" "prop_static"
-	"angles" "0 135 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-792 -2176 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570092"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570098"
-	"classname" "prop_static"
-	"angles" "0 120 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-776 -2176 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570092"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570102"
-	"classname" "prop_static"
-	"angles" "0 165 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-776 -2192 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570092"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570106"
-	"classname" "prop_static"
-	"angles" "0 225 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-792 -2192 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570092"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570076"
-	"classname" "prop_static"
-	"angles" "0 135 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-680 -2176 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570074"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570080"
-	"classname" "prop_static"
-	"angles" "0 120 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-664 -2176 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570074"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570084"
-	"classname" "prop_static"
-	"angles" "0 165 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-664 -2192 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570074"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570088"
-	"classname" "prop_static"
-	"angles" "0 225 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-680 -2192 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570074"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570058"
-	"classname" "prop_static"
-	"angles" "0 45 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-552 -2176 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570056"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570062"
-	"classname" "prop_static"
-	"angles" "0 60 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-568 -2176 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570056"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570066"
-	"classname" "prop_static"
-	"angles" "0 15 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-568 -2192 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570056"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "570070"
-	"classname" "prop_static"
-	"angles" "0 315 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-552 -2192 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "570056"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569806"
-	"classname" "prop_static"
-	"angles" "0 135 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-424 -2232 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569804"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569810"
-	"classname" "prop_static"
-	"angles" "0 150 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-424 -2248 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569804"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569814"
-	"classname" "prop_static"
-	"angles" "0 105 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-408 -2248 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569804"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569818"
-	"classname" "prop_static"
-	"angles" "0 45 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-408 -2232 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569804"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569788"
-	"classname" "prop_static"
-	"angles" "0 225 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-424 -2360 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569786"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569792"
-	"classname" "prop_static"
-	"angles" "0 210 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-424 -2344 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569786"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569796"
-	"classname" "prop_static"
-	"angles" "0 255 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-408 -2344 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569786"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569800"
-	"classname" "prop_static"
-	"angles" "0 315 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-408 -2360 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569786"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569824"
-	"classname" "prop_static"
-	"angles" "0 225 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-424 -2472 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569822"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569828"
-	"classname" "prop_static"
-	"angles" "0 210 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-424 -2456 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569822"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569832"
-	"classname" "prop_static"
-	"angles" "0 255 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-408 -2456 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569822"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569836"
-	"classname" "prop_static"
-	"angles" "0 315 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-408 -2472 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569822"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569674"
-	"classname" "prop_static"
-	"angles" "0 45 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-552 -2512 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569672"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569678"
-	"classname" "prop_static"
-	"angles" "0 60 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-568 -2512 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569672"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569682"
-	"classname" "prop_static"
-	"angles" "0 15 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-568 -2528 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569672"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569686"
-	"classname" "prop_static"
-	"angles" "0 315 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-552 -2528 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569672"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "567748"
-	"classname" "prop_static"
-	"angles" "0 135 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-680 -2512 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "568732"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "567760"
-	"classname" "prop_static"
-	"angles" "0 120 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-664 -2512 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "568732"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "567756"
-	"classname" "prop_static"
-	"angles" "0 165 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-664 -2528 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "568732"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "567752"
-	"classname" "prop_static"
-	"angles" "0 225 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-680 -2528 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "568732"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569309"
-	"classname" "prop_static"
-	"angles" "0 135 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-792 -2512 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569307"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569313"
-	"classname" "prop_static"
-	"angles" "0 120 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-776 -2512 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569307"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569317"
-	"classname" "prop_static"
-	"angles" "0 165 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-776 -2528 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569307"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "569321"
-	"classname" "prop_static"
-	"angles" "0 225 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/de_train/light_inset.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-792 -2528 336"
-	editor
-	{
-		"color" "105 230 0"
-		"groupid" "569307"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 5500]"
-	}
-}
-entity
-{
-	"id" "567418"
-	"classname" "prop_static"
-	"angles" "0 90 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/cs_office/sofa.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-496 -2522 96.2596"
-	editor
-	{
-		"color" "171 196 0"
-		"groupid" "1187194"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 8000]"
-	}
-}
-entity
-{
-	"id" "567410"
-	"classname" "prop_static"
-	"angles" "0 180 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/cs_office/sofa.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-406 -2434 96.2596"
-	editor
-	{
-		"color" "171 196 0"
-		"groupid" "1187194"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 8000]"
-	}
-}
-entity
-{
-	"id" "567470"
-	"classname" "prop_static"
-	"angles" "0 165 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/cs_office/sofa_chair.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-418 -2338 96.2596"
-	editor
-	{
-		"color" "171 196 0"
-		"groupid" "1187194"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 8000]"
-	}
-}
-entity
-{
-	"id" "567509"
-	"classname" "prop_static"
-	"angles" "0 195 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/cs_office/sofa_chair.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-424 -2254 96.2596"
-	editor
-	{
-		"color" "171 196 0"
-		"groupid" "1187194"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 8000]"
-	}
-}
-entity
-{
-	"id" "567300"
-	"classname" "prop_static"
-	"angles" "0 270 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/cs_office/sofa.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-526 -2184 96.2596"
-	editor
-	{
-		"color" "171 196 0"
-		"groupid" "1187194"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 8000]"
-	}
-}
-entity
-{
-	"id" "567374"
-	"classname" "prop_static"
-	"angles" "0 0 0"
-	"disableselfshadowing" "0"
-	"disableshadows" "0"
-	"disablevertexlighting" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"ignorenormals" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"model" "models/props/cs_office/sofa.mdl"
-	"screenspacefade" "0"
-	"skin" "0"
-	"solid" "6"
-	"origin" "-616 -2272 96.2596"
-	editor
-	{
-		"color" "171 196 0"
-		"groupid" "1187194"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 8000]"
-	}
-}
-entity
-{
-	"id" "567414"
-	"classname" "prop_physics"
-	"angles" "0 90 0"
-	"damagetoenablemotion" "0"
-	"Damagetype" "0"
-	"disablereceiveshadows" "0"
-	"disableshadows" "0"
-	"ExplodeDamage" "0"
-	"ExplodeRadius" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"forcetoenablemotion" "0"
-	"inertiaScale" "1.0"
-	"massScale" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"minhealthdmg" "0"
-	"model" "models/props_c17/furnituretable003a.mdl"
-	"modelscale" "1.0"
-	"nodamageforces" "0"
-	"PerformanceMode" "0"
-	"physdamagescale" "0.1"
-	"pressuredelay" "0"
-	"renderamt" "255"
-	"rendercolor" "255 255 255"
-	"renderfx" "0"
-	"rendermode" "0"
-	"shadowcastdist" "0"
-	"skin" "0"
-	"spawnflags" "256"
-	"origin" "-492 -2434 106.841"
-	editor
-	{
-		"color" "253 170 0"
-		"groupid" "1187203"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 8000]"
-	}
-}
-entity
-{
-	"id" "567280"
-	"classname" "prop_physics"
-	"angles" "0 270 0"
-	"damagetoenablemotion" "0"
-	"Damagetype" "0"
-	"disablereceiveshadows" "0"
-	"disableshadows" "0"
-	"ExplodeDamage" "0"
-	"ExplodeRadius" "0"
-	"fademaxdist" "0"
-	"fademindist" "-1"
-	"fadescale" "1"
-	"forcetoenablemotion" "0"
-	"inertiaScale" "1.0"
-	"massScale" "0"
-	"maxdxlevel" "0"
-	"mindxlevel" "0"
-	"minhealthdmg" "0"
-	"model" "models/props_c17/furnituretable003a.mdl"
-	"modelscale" "1.0"
-	"nodamageforces" "0"
-	"PerformanceMode" "0"
-	"physdamagescale" "0.1"
-	"pressuredelay" "0"
-	"renderamt" "255"
-	"rendercolor" "255 255 255"
-	"renderfx" "0"
-	"rendermode" "0"
-	"shadowcastdist" "0"
-	"skin" "0"
-	"spawnflags" "256"
-	"origin" "-530 -2272 106.841"
-	editor
-	{
-		"color" "253 170 0"
-		"groupid" "1187203"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 8000]"
+			"groupid" "1187006"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 9500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570094"
+		"classname" "prop_static"
+		"angles" "0 135 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-792 -2176 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570092"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570098"
+		"classname" "prop_static"
+		"angles" "0 120 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-776 -2176 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570092"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570102"
+		"classname" "prop_static"
+		"angles" "0 165 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-776 -2192 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570092"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570106"
+		"classname" "prop_static"
+		"angles" "0 225 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-792 -2192 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570092"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570076"
+		"classname" "prop_static"
+		"angles" "0 135 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-680 -2176 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570074"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570080"
+		"classname" "prop_static"
+		"angles" "0 120 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-664 -2176 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570074"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570084"
+		"classname" "prop_static"
+		"angles" "0 165 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-664 -2192 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570074"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570088"
+		"classname" "prop_static"
+		"angles" "0 225 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-680 -2192 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570074"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570058"
+		"classname" "prop_static"
+		"angles" "0 45 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-552 -2176 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570056"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570062"
+		"classname" "prop_static"
+		"angles" "0 60 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-568 -2176 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570056"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570066"
+		"classname" "prop_static"
+		"angles" "0 15 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-568 -2192 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570056"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570070"
+		"classname" "prop_static"
+		"angles" "0 315 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-552 -2192 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "570056"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569806"
+		"classname" "prop_static"
+		"angles" "0 135 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-424 -2232 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569804"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569810"
+		"classname" "prop_static"
+		"angles" "0 150 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-424 -2248 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569804"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569814"
+		"classname" "prop_static"
+		"angles" "0 105 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-408 -2248 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569804"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569818"
+		"classname" "prop_static"
+		"angles" "0 45 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-408 -2232 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569804"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569788"
+		"classname" "prop_static"
+		"angles" "0 225 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-424 -2360 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569786"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569792"
+		"classname" "prop_static"
+		"angles" "0 210 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-424 -2344 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569786"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569796"
+		"classname" "prop_static"
+		"angles" "0 255 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-408 -2344 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569786"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569800"
+		"classname" "prop_static"
+		"angles" "0 315 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-408 -2360 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569786"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569824"
+		"classname" "prop_static"
+		"angles" "0 225 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-424 -2472 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569822"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569828"
+		"classname" "prop_static"
+		"angles" "0 210 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-424 -2456 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569822"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569832"
+		"classname" "prop_static"
+		"angles" "0 255 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-408 -2456 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569822"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569836"
+		"classname" "prop_static"
+		"angles" "0 315 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-408 -2472 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569822"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569674"
+		"classname" "prop_static"
+		"angles" "0 45 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-552 -2512 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569672"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569678"
+		"classname" "prop_static"
+		"angles" "0 60 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-568 -2512 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569672"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569682"
+		"classname" "prop_static"
+		"angles" "0 15 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-568 -2528 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569672"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569686"
+		"classname" "prop_static"
+		"angles" "0 315 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-552 -2528 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569672"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567748"
+		"classname" "prop_static"
+		"angles" "0 135 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-680 -2512 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "568732"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567760"
+		"classname" "prop_static"
+		"angles" "0 120 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-664 -2512 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "568732"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567756"
+		"classname" "prop_static"
+		"angles" "0 165 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-664 -2528 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "568732"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567752"
+		"classname" "prop_static"
+		"angles" "0 225 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-680 -2528 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "568732"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569309"
+		"classname" "prop_static"
+		"angles" "0 135 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-792 -2512 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569307"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569313"
+		"classname" "prop_static"
+		"angles" "0 120 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-776 -2512 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569307"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569317"
+		"classname" "prop_static"
+		"angles" "0 165 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-776 -2528 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569307"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "569321"
+		"classname" "prop_static"
+		"angles" "0 225 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/de_train/light_inset.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-792 -2528 336"
+		editor
+		{
+			"color" "105 230 0"
+			"groupid" "569307"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[500 5500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567418"
+		"classname" "prop_static"
+		"angles" "0 90 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/cs_office/sofa.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-496 -2522 96.2596"
+		editor
+		{
+			"color" "171 196 0"
+			"groupid" "1187194"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 8000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567410"
+		"classname" "prop_static"
+		"angles" "0 180 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/cs_office/sofa.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-406 -2434 96.2596"
+		editor
+		{
+			"color" "171 196 0"
+			"groupid" "1187194"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 8000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567470"
+		"classname" "prop_static"
+		"angles" "0 165 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/cs_office/sofa_chair.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-418 -2338 96.2596"
+		editor
+		{
+			"color" "171 196 0"
+			"groupid" "1187194"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 8000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567509"
+		"classname" "prop_static"
+		"angles" "0 195 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/cs_office/sofa_chair.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-424 -2254 96.2596"
+		editor
+		{
+			"color" "171 196 0"
+			"groupid" "1187194"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 8000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567300"
+		"classname" "prop_static"
+		"angles" "0 270 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/cs_office/sofa.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-526 -2184 96.2596"
+		editor
+		{
+			"color" "171 196 0"
+			"groupid" "1187194"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 8000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567374"
+		"classname" "prop_static"
+		"angles" "0 0 0"
+		"disableselfshadowing" "0"
+		"disableshadows" "0"
+		"disablevertexlighting" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"ignorenormals" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"model" "models/props/cs_office/sofa.mdl"
+		"screenspacefade" "0"
+		"skin" "0"
+		"solid" "6"
+		"origin" "-616 -2272 96.2596"
+		editor
+		{
+			"color" "171 196 0"
+			"groupid" "1187194"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 8000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567414"
+		"classname" "prop_physics"
+		"angles" "0 90 0"
+		"damagetoenablemotion" "0"
+		"Damagetype" "0"
+		"disablereceiveshadows" "0"
+		"disableshadows" "0"
+		"ExplodeDamage" "0"
+		"ExplodeRadius" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"forcetoenablemotion" "0"
+		"inertiaScale" "1.0"
+		"massScale" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"minhealthdmg" "0"
+		"model" "models/props_c17/furnituretable003a.mdl"
+		"modelscale" "1.0"
+		"nodamageforces" "0"
+		"PerformanceMode" "0"
+		"physdamagescale" "0.1"
+		"pressuredelay" "0"
+		"renderamt" "255"
+		"rendercolor" "255 255 255"
+		"renderfx" "0"
+		"rendermode" "0"
+		"shadowcastdist" "0"
+		"skin" "0"
+		"spawnflags" "256"
+		"origin" "-492 -2434 106.841"
+		editor
+		{
+			"color" "253 170 0"
+			"groupid" "1187203"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 8000]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "567280"
+		"classname" "prop_physics"
+		"angles" "0 270 0"
+		"damagetoenablemotion" "0"
+		"Damagetype" "0"
+		"disablereceiveshadows" "0"
+		"disableshadows" "0"
+		"ExplodeDamage" "0"
+		"ExplodeRadius" "0"
+		"fademaxdist" "0"
+		"fademindist" "-1"
+		"fadescale" "1"
+		"forcetoenablemotion" "0"
+		"inertiaScale" "1.0"
+		"massScale" "0"
+		"maxdxlevel" "0"
+		"mindxlevel" "0"
+		"minhealthdmg" "0"
+		"model" "models/props_c17/furnituretable003a.mdl"
+		"modelscale" "1.0"
+		"nodamageforces" "0"
+		"PerformanceMode" "0"
+		"physdamagescale" "0.1"
+		"pressuredelay" "0"
+		"renderamt" "255"
+		"rendercolor" "255 255 255"
+		"renderfx" "0"
+		"rendermode" "0"
+		"shadowcastdist" "0"
+		"skin" "0"
+		"spawnflags" "256"
+		"origin" "-530 -2272 106.841"
+		editor
+		{
+			"color" "253 170 0"
+			"groupid" "1187203"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 8000]"
+		}
 	}
 }
 entity
@@ -672964,955 +673654,1000 @@
 		"logicalpos" "[0 8000]"
 	}
 }
-entity
-{
-	"id" "570379"
-	"classname" "func_detail"
-	solid
-	{
-		"id" "566082"
-		side
-		{
-			"id" "246344"
-			"plane" "(-448 -2224 352) (-450 -2226 352) (-894 -2226 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 992] 0.0625"
-			"vaxis" "[0 1 0 32] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246343"
-			"plane" "(-450 -2226 336) (-448 -2224 336) (-896 -2224 336)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 992] 0.0625"
-			"vaxis" "[0 1 0 32] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246342"
-			"plane" "(-894 -2226 352) (-894 -2226 336) (-896 -2224 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246341"
-			"plane" "(-450 -2226 336) (-450 -2226 352) (-448 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246340"
-			"plane" "(-896 -2224 352) (-896 -2224 336) (-448 -2224 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246339"
-			"plane" "(-894 -2226 336) (-894 -2226 352) (-450 -2226 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[1 0 0 992] 0.0625"
-			"vaxis" "[0 0 -1 512] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566083"
-		side
-		{
-			"id" "246350"
-			"plane" "(-448 -2224 352) (-448 -2480 352) (-450 -2478 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[0 1 0 992] 0.0625"
-			"vaxis" "[1 0 0 288] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246349"
-			"plane" "(-448 -2480 336) (-448 -2224 336) (-450 -2226 336)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[0 1 0 992] 0.0625"
-			"vaxis" "[1 0 0 288] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246348"
-			"plane" "(-450 -2478 352) (-450 -2478 336) (-450 -2226 336)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[0 1 0 992] 0.0625"
-			"vaxis" "[0 0 -1 512] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246347"
-			"plane" "(-448 -2480 336) (-448 -2480 352) (-448 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246346"
-			"plane" "(-450 -2226 352) (-450 -2226 336) (-448 -2224 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246345"
-			"plane" "(-450 -2478 336) (-450 -2478 352) (-448 -2480 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566084"
-		side
-		{
-			"id" "246356"
-			"plane" "(-896 -2480 352) (-894 -2478 352) (-450 -2478 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[-1 0 0 992] 0.0625"
-			"vaxis" "[0 -1 0 -480] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246355"
-			"plane" "(-894 -2478 336) (-896 -2480 336) (-448 -2480 336)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[-1 0 0 992] 0.0625"
-			"vaxis" "[0 -1 0 -480] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246354"
-			"plane" "(-450 -2478 352) (-450 -2478 336) (-448 -2480 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246353"
-			"plane" "(-894 -2478 336) (-894 -2478 352) (-896 -2480 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246352"
-			"plane" "(-448 -2480 352) (-448 -2480 336) (-896 -2480 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246351"
-			"plane" "(-450 -2478 336) (-450 -2478 352) (-894 -2478 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[-1 0 0 992] 0.0625"
-			"vaxis" "[0 0 -1 512] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "566085"
-		side
-		{
-			"id" "246362"
-			"plane" "(-896 -2480 352) (-896 -2224 352) (-894 -2226 352)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[0 -1 0 992] 0.0625"
-			"vaxis" "[-1 0 0 -735.998] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246361"
-			"plane" "(-896 -2224 336) (-896 -2480 336) (-894 -2478 336)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[0 -1 0 992] 0.0625"
-			"vaxis" "[-1 0 0 -735.998] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246360"
-			"plane" "(-894 -2226 352) (-894 -2226 336) (-894 -2478 336)"
-			"material" "GLITCHVID/WOOD/WOODTILE"
-			"uaxis" "[0 -1 0 992] 0.0625"
-			"vaxis" "[0 0 -1 512] 0.0625"
-			"rotation" "0"
-			"lightmapscale" "8"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246359"
-			"plane" "(-896 -2224 336) (-896 -2224 352) (-896 -2480 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 -1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246358"
-			"plane" "(-894 -2478 352) (-894 -2478 336) (-896 -2480 336)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "246357"
-			"plane" "(-894 -2226 336) (-894 -2226 352) (-896 -2224 352)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	editor
-	{
-		"color" "0 180 0"
-		"visgroupid" "30"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[1000 7500]"
-	}
-}
-entity
-{
-	"id" "570871"
-	"classname" "func_detail"
-	solid
-	{
-		"id" "565982"
-		side
-		{
-			"id" "247034"
-			"plane" "(-864 -2288 136) (-672 -2288 136) (-672 -2304 136)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -224] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247033"
-			"plane" "(-864 -2304 135) (-672 -2304 135) (-672 -2288 135)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -224] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247032"
-			"plane" "(-864 -2288 136) (-864 -2304 136) (-864 -2304 135)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247031"
-			"plane" "(-672 -2288 135) (-672 -2304 135) (-672 -2304 136)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247030"
-			"plane" "(-672 -2288 136) (-864 -2288 136) (-864 -2288 135)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247029"
-			"plane" "(-672 -2304 135) (-864 -2304 135) (-864 -2304 136)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565977"
-		side
-		{
-			"id" "247040"
-			"plane" "(-864 -2272 144) (-672 -2272 144) (-672 -2288 144)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -160] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247039"
-			"plane" "(-864 -2288 143) (-672 -2288 143) (-672 -2272 143)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -160] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247038"
-			"plane" "(-864 -2272 144) (-864 -2288 144) (-864 -2288 143)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247037"
-			"plane" "(-672 -2272 143) (-672 -2288 143) (-672 -2288 144)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247036"
-			"plane" "(-672 -2272 144) (-864 -2272 144) (-864 -2272 143)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247035"
-			"plane" "(-672 -2288 143) (-864 -2288 143) (-864 -2288 144)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565408"
-		side
-		{
-			"id" "247046"
-			"plane" "(-864 -2256 152) (-672 -2256 152) (-672 -2272 152)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -96] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247045"
-			"plane" "(-864 -2272 151) (-672 -2272 151) (-672 -2256 151)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -96] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247044"
-			"plane" "(-864 -2256 152) (-864 -2272 152) (-864 -2272 151)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247043"
-			"plane" "(-672 -2256 151) (-672 -2272 151) (-672 -2272 152)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247042"
-			"plane" "(-672 -2256 152) (-864 -2256 152) (-864 -2256 151)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247041"
-			"plane" "(-672 -2272 151) (-864 -2272 151) (-864 -2272 152)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565407"
-		side
-		{
-			"id" "247052"
-			"plane" "(-864 -2240 160) (-672 -2240 160) (-672 -2256 160)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247051"
-			"plane" "(-864 -2256 159) (-672 -2256 159) (-672 -2240 159)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247050"
-			"plane" "(-864 -2240 160) (-864 -2256 160) (-864 -2256 159)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247049"
-			"plane" "(-672 -2240 159) (-672 -2256 159) (-672 -2256 160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247048"
-			"plane" "(-672 -2240 160) (-864 -2240 160) (-864 -2240 159)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247047"
-			"plane" "(-672 -2256 159) (-864 -2256 159) (-864 -2256 160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "565402"
-		side
-		{
-			"id" "247058"
-			"plane" "(-864 -2224 176) (-672 -2224 176) (-672 -2240 176)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -480] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247057"
-			"plane" "(-864 -2240 175) (-672 -2240 175) (-672 -2224 175)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[1 0 0 256] 0.25"
-			"vaxis" "[0 -1 0 -480] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247056"
-			"plane" "(-864 -2224 176) (-864 -2240 176) (-864 -2240 175)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247055"
-			"plane" "(-672 -2224 175) (-672 -2240 175) (-672 -2240 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247054"
-			"plane" "(-672 -2224 176) (-864 -2224 176) (-864 -2224 175)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247053"
-			"plane" "(-672 -2240 175) (-864 -2240 175) (-864 -2240 176)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	editor
-	{
-		"color" "0 180 0"
-		"visgroupid" "69"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[1000 -14768]"
-	}
-}
-entity
-{
-	"id" "570883"
-	"classname" "func_detail"
-	solid
-	{
-		"id" "567202"
-		side
-		{
-			"id" "247064"
-			"plane" "(-608 -2544 104) (-608 -2352 104) (-592 -2352 104)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 1 0 320] 0.25"
-			"vaxis" "[1 0 0 96] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247063"
-			"plane" "(-592 -2544 103) (-592 -2352 103) (-608 -2352 103)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 1 0 320] 0.25"
-			"vaxis" "[1 0 0 96] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247062"
-			"plane" "(-608 -2544 104) (-592 -2544 104) (-592 -2544 103)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247061"
-			"plane" "(-608 -2352 103) (-592 -2352 103) (-592 -2352 104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247060"
-			"plane" "(-608 -2352 104) (-608 -2544 104) (-608 -2544 103)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247059"
-			"plane" "(-592 -2352 103) (-592 -2544 103) (-592 -2544 104)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 -32] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "567198"
-		side
-		{
-			"id" "247070"
-			"plane" "(-624 -2544 112) (-624 -2352 112) (-608 -2352 112)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 1 0 320] 0.25"
-			"vaxis" "[1 0 0 160] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247069"
-			"plane" "(-608 -2544 111) (-608 -2352 111) (-624 -2352 111)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 1 0 320] 0.25"
-			"vaxis" "[1 0 0 160] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247068"
-			"plane" "(-624 -2544 112) (-608 -2544 112) (-608 -2544 111)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247067"
-			"plane" "(-624 -2352 111) (-608 -2352 111) (-608 -2352 112)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247066"
-			"plane" "(-624 -2352 112) (-624 -2544 112) (-624 -2544 111)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247065"
-			"plane" "(-608 -2352 111) (-608 -2544 111) (-608 -2544 112)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "567199"
-		side
-		{
-			"id" "247076"
-			"plane" "(-640 -2544 128) (-640 -2352 128) (-624 -2352 128)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 1 0 320] 0.25"
-			"vaxis" "[1 0 0 224] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247075"
-			"plane" "(-624 -2544 127) (-624 -2352 127) (-640 -2352 127)"
-			"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
-			"uaxis" "[0 1 0 320] 0.25"
-			"vaxis" "[1 0 0 224] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247074"
-			"plane" "(-640 -2544 128) (-624 -2544 128) (-624 -2544 127)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247073"
-			"plane" "(-640 -2352 127) (-624 -2352 127) (-624 -2352 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[-1 0 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247072"
-			"plane" "(-640 -2352 128) (-640 -2544 128) (-640 -2544 127)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "247071"
-			"plane" "(-624 -2352 127) (-624 -2544 127) (-624 -2544 128)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 0] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	editor
-	{
-		"color" "0 180 0"
-		"visgroupid" "69"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[1000 -14268]"
+hidden
+{
+	entity
+	{
+		"id" "570379"
+		"classname" "func_detail"
+		hidden
+		{
+			solid
+			{
+				"id" "566082"
+				side
+				{
+					"id" "246344"
+					"plane" "(-448 -2224 352) (-450 -2226 352) (-894 -2226 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 992] 0.0625"
+					"vaxis" "[0 1 0 32] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246343"
+					"plane" "(-450 -2226 336) (-448 -2224 336) (-896 -2224 336)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 992] 0.0625"
+					"vaxis" "[0 1 0 32] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246342"
+					"plane" "(-894 -2226 352) (-894 -2226 336) (-896 -2224 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246341"
+					"plane" "(-450 -2226 336) (-450 -2226 352) (-448 -2224 352)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246340"
+					"plane" "(-896 -2224 352) (-896 -2224 336) (-448 -2224 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246339"
+					"plane" "(-894 -2226 336) (-894 -2226 352) (-450 -2226 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[1 0 0 992] 0.0625"
+					"vaxis" "[0 0 -1 512] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "566083"
+				side
+				{
+					"id" "246350"
+					"plane" "(-448 -2224 352) (-448 -2480 352) (-450 -2478 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[0 1 0 992] 0.0625"
+					"vaxis" "[1 0 0 288] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246349"
+					"plane" "(-448 -2480 336) (-448 -2224 336) (-450 -2226 336)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[0 1 0 992] 0.0625"
+					"vaxis" "[1 0 0 288] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246348"
+					"plane" "(-450 -2478 352) (-450 -2478 336) (-450 -2226 336)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[0 1 0 992] 0.0625"
+					"vaxis" "[0 0 -1 512] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246347"
+					"plane" "(-448 -2480 336) (-448 -2480 352) (-448 -2224 352)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246346"
+					"plane" "(-450 -2226 352) (-450 -2226 336) (-448 -2224 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246345"
+					"plane" "(-450 -2478 336) (-450 -2478 352) (-448 -2480 352)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "566084"
+				side
+				{
+					"id" "246356"
+					"plane" "(-896 -2480 352) (-894 -2478 352) (-450 -2478 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[-1 0 0 992] 0.0625"
+					"vaxis" "[0 -1 0 -480] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246355"
+					"plane" "(-894 -2478 336) (-896 -2480 336) (-448 -2480 336)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[-1 0 0 992] 0.0625"
+					"vaxis" "[0 -1 0 -480] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246354"
+					"plane" "(-450 -2478 352) (-450 -2478 336) (-448 -2480 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 -1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246353"
+					"plane" "(-894 -2478 336) (-894 -2478 352) (-896 -2480 352)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 -1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246352"
+					"plane" "(-448 -2480 352) (-448 -2480 336) (-896 -2480 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246351"
+					"plane" "(-450 -2478 336) (-450 -2478 352) (-894 -2478 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[-1 0 0 992] 0.0625"
+					"vaxis" "[0 0 -1 512] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "566085"
+				side
+				{
+					"id" "246362"
+					"plane" "(-896 -2480 352) (-896 -2224 352) (-894 -2226 352)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[0 -1 0 992] 0.0625"
+					"vaxis" "[-1 0 0 -735.998] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246361"
+					"plane" "(-896 -2224 336) (-896 -2480 336) (-894 -2478 336)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[0 -1 0 992] 0.0625"
+					"vaxis" "[-1 0 0 -735.998] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246360"
+					"plane" "(-894 -2226 352) (-894 -2226 336) (-894 -2478 336)"
+					"material" "GLITCHVID/WOOD/WOODTILE"
+					"uaxis" "[0 -1 0 992] 0.0625"
+					"vaxis" "[0 0 -1 512] 0.0625"
+					"rotation" "0"
+					"lightmapscale" "8"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246359"
+					"plane" "(-896 -2224 336) (-896 -2224 352) (-896 -2480 352)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 -1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246358"
+					"plane" "(-894 -2478 352) (-894 -2478 336) (-896 -2480 336)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "246357"
+					"plane" "(-894 -2226 336) (-894 -2226 352) (-896 -2224 352)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		editor
+		{
+			"color" "0 180 0"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[1000 7500]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570871"
+		"classname" "func_detail"
+		hidden
+		{
+			solid
+			{
+				"id" "565982"
+				side
+				{
+					"id" "247034"
+					"plane" "(-864 -2288 136) (-672 -2288 136) (-672 -2304 136)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -224] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247033"
+					"plane" "(-864 -2304 135) (-672 -2304 135) (-672 -2288 135)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -224] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247032"
+					"plane" "(-864 -2288 136) (-864 -2304 136) (-864 -2304 135)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247031"
+					"plane" "(-672 -2288 135) (-672 -2304 135) (-672 -2304 136)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247030"
+					"plane" "(-672 -2288 136) (-864 -2288 136) (-864 -2288 135)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247029"
+					"plane" "(-672 -2304 135) (-864 -2304 135) (-864 -2304 136)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "565977"
+				side
+				{
+					"id" "247040"
+					"plane" "(-864 -2272 144) (-672 -2272 144) (-672 -2288 144)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -160] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247039"
+					"plane" "(-864 -2288 143) (-672 -2288 143) (-672 -2272 143)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -160] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247038"
+					"plane" "(-864 -2272 144) (-864 -2288 144) (-864 -2288 143)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247037"
+					"plane" "(-672 -2272 143) (-672 -2288 143) (-672 -2288 144)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247036"
+					"plane" "(-672 -2272 144) (-864 -2272 144) (-864 -2272 143)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247035"
+					"plane" "(-672 -2288 143) (-864 -2288 143) (-864 -2288 144)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "565408"
+				side
+				{
+					"id" "247046"
+					"plane" "(-864 -2256 152) (-672 -2256 152) (-672 -2272 152)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -96] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247045"
+					"plane" "(-864 -2272 151) (-672 -2272 151) (-672 -2256 151)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -96] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247044"
+					"plane" "(-864 -2256 152) (-864 -2272 152) (-864 -2272 151)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247043"
+					"plane" "(-672 -2256 151) (-672 -2272 151) (-672 -2272 152)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247042"
+					"plane" "(-672 -2256 152) (-864 -2256 152) (-864 -2256 151)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247041"
+					"plane" "(-672 -2272 151) (-864 -2272 151) (-864 -2272 152)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "565407"
+				side
+				{
+					"id" "247052"
+					"plane" "(-864 -2240 160) (-672 -2240 160) (-672 -2256 160)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247051"
+					"plane" "(-864 -2256 159) (-672 -2256 159) (-672 -2240 159)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247050"
+					"plane" "(-864 -2240 160) (-864 -2256 160) (-864 -2256 159)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247049"
+					"plane" "(-672 -2240 159) (-672 -2256 159) (-672 -2256 160)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247048"
+					"plane" "(-672 -2240 160) (-864 -2240 160) (-864 -2240 159)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247047"
+					"plane" "(-672 -2256 159) (-864 -2256 159) (-864 -2256 160)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "565402"
+				side
+				{
+					"id" "247058"
+					"plane" "(-864 -2224 176) (-672 -2224 176) (-672 -2240 176)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -480] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247057"
+					"plane" "(-864 -2240 175) (-672 -2240 175) (-672 -2224 175)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[1 0 0 256] 0.25"
+					"vaxis" "[0 -1 0 -480] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247056"
+					"plane" "(-864 -2224 176) (-864 -2240 176) (-864 -2240 175)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247055"
+					"plane" "(-672 -2224 175) (-672 -2240 175) (-672 -2240 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247054"
+					"plane" "(-672 -2224 176) (-864 -2224 176) (-864 -2224 175)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247053"
+					"plane" "(-672 -2240 175) (-864 -2240 175) (-864 -2240 176)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		editor
+		{
+			"color" "0 180 0"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[1000 -14768]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "570883"
+		"classname" "func_detail"
+		hidden
+		{
+			solid
+			{
+				"id" "567202"
+				side
+				{
+					"id" "247064"
+					"plane" "(-608 -2544 104) (-608 -2352 104) (-592 -2352 104)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 1 0 320] 0.25"
+					"vaxis" "[1 0 0 96] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247063"
+					"plane" "(-592 -2544 103) (-592 -2352 103) (-608 -2352 103)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 1 0 320] 0.25"
+					"vaxis" "[1 0 0 96] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247062"
+					"plane" "(-608 -2544 104) (-592 -2544 104) (-592 -2544 103)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247061"
+					"plane" "(-608 -2352 103) (-592 -2352 103) (-592 -2352 104)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247060"
+					"plane" "(-608 -2352 104) (-608 -2544 104) (-608 -2544 103)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247059"
+					"plane" "(-592 -2352 103) (-592 -2544 103) (-592 -2544 104)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 -32] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "567198"
+				side
+				{
+					"id" "247070"
+					"plane" "(-624 -2544 112) (-624 -2352 112) (-608 -2352 112)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 1 0 320] 0.25"
+					"vaxis" "[1 0 0 160] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247069"
+					"plane" "(-608 -2544 111) (-608 -2352 111) (-624 -2352 111)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 1 0 320] 0.25"
+					"vaxis" "[1 0 0 160] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247068"
+					"plane" "(-624 -2544 112) (-608 -2544 112) (-608 -2544 111)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247067"
+					"plane" "(-624 -2352 111) (-608 -2352 111) (-608 -2352 112)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247066"
+					"plane" "(-624 -2352 112) (-624 -2544 112) (-624 -2544 111)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247065"
+					"plane" "(-608 -2352 111) (-608 -2544 111) (-608 -2544 112)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		hidden
+		{
+			solid
+			{
+				"id" "567199"
+				side
+				{
+					"id" "247076"
+					"plane" "(-640 -2544 128) (-640 -2352 128) (-624 -2352 128)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 1 0 320] 0.25"
+					"vaxis" "[1 0 0 224] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247075"
+					"plane" "(-624 -2544 127) (-624 -2352 127) (-640 -2352 127)"
+					"material" "GLITCHVID/GLASS/GLASS_MODERN_WINDOW_NOREFRACT"
+					"uaxis" "[0 1 0 320] 0.25"
+					"vaxis" "[1 0 0 224] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247074"
+					"plane" "(-640 -2544 128) (-624 -2544 128) (-624 -2544 127)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247073"
+					"plane" "(-640 -2352 127) (-624 -2352 127) (-624 -2352 128)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[-1 0 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247072"
+					"plane" "(-640 -2352 128) (-640 -2544 128) (-640 -2544 127)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				side
+				{
+					"id" "247071"
+					"plane" "(-624 -2352 127) (-624 -2544 127) (-624 -2544 128)"
+					"material" "TOOLS/TOOLSNODRAW"
+					"uaxis" "[0 1 0 0] 0.25"
+					"vaxis" "[0 0 -1 0] 0.25"
+					"rotation" "0"
+					"lightmapscale" "16"
+					"smoothing_groups" "0"
+				}
+				editor
+				{
+					"color" "0 180 0"
+					"visgroupshown" "0"
+					"visgroupautoshown" "1"
+				}
+			}
+		}
+		editor
+		{
+			"color" "0 180 0"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[1000 -14268]"
+		}
 	}
 }
 entity
@@ -706985,171 +707720,6 @@
 }
 entity
 {
-	"id" "696934"
-	"classname" "func_detail"
-	solid
-	{
-		"id" "696676"
-		side
-		{
-			"id" "290632"
-			"plane" "(1552 -892 -32) (1632 -892 -32) (1632 -896 -32)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 -32] 0.25"
-			"vaxis" "[0 -1 0 16] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290631"
-			"plane" "(1552 -896 -160) (1632 -896 -160) (1632 -892 -160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 -32] 0.25"
-			"vaxis" "[0 -1 0 16] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290630"
-			"plane" "(1552 -892 -32) (1552 -896 -32) (1552 -896 -160)"
-			"material" "WOOD/INFFENCE01"
-			"uaxis" "[0 1 0 16] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290629"
-			"plane" "(1632 -892 -160) (1632 -896 -160) (1632 -896 -32)"
-			"material" "WOOD/INFFENCE01"
-			"uaxis" "[0 -1 0 368] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290628"
-			"plane" "(1632 -892 -32) (1552 -892 -32) (1552 -892 -160)"
-			"material" "WOOD/INFFENCE01"
-			"uaxis" "[1 0 0 -32] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290627"
-			"plane" "(1632 -896 -160) (1552 -896 -160) (1552 -896 -32)"
-			"material" "WOOD/INFFENCE01"
-			"uaxis" "[1 0 0 -32] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	solid
-	{
-		"id" "696926"
-		side
-		{
-			"id" "290638"
-			"plane" "(1408 -892 -32) (1488 -892 -32) (1488 -896 -32)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 16] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290637"
-			"plane" "(1408 -896 -160) (1488 -896 -160) (1488 -892 -160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 -1 0 16] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290636"
-			"plane" "(1408 -892 -32) (1408 -896 -32) (1408 -896 -160)"
-			"material" "TOOLS/TOOLSNODRAW"
-			"uaxis" "[0 1 0 -16] 0.25"
-			"vaxis" "[0 0 -1 0] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290635"
-			"plane" "(1488 -892 -160) (1488 -896 -160) (1488 -896 -32)"
-			"material" "WOOD/INFFENCE01"
-			"uaxis" "[0 -1 0 368] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290634"
-			"plane" "(1488 -892 -32) (1408 -892 -32) (1408 -892 -160)"
-			"material" "WOOD/INFFENCE01"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		side
-		{
-			"id" "290633"
-			"plane" "(1488 -896 -160) (1408 -896 -160) (1408 -896 -32)"
-			"material" "WOOD/INFFENCE01"
-			"uaxis" "[1 0 0 32] 0.25"
-			"vaxis" "[0 0 -1 -128] 0.25"
-			"rotation" "0"
-			"lightmapscale" "16"
-			"smoothing_groups" "0"
-		}
-		editor
-		{
-			"color" "0 180 0"
-			"visgroupshown" "1"
-			"visgroupautoshown" "1"
-		}
-	}
-	editor
-	{
-		"color" "0 180 0"
-		"visgroupid" "69"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[500 -14268]"
-	}
-}
-entity
-{
 	"id" "698355"
 	"classname" "func_areaportal"
 	"PortalVersion" "1"
@@ -760384,52 +760954,64 @@
 		"logicalpos" "[0 0]"
 	}
 }
-entity
-{
-	"id" "1345192"
-	"classname" "ttt_random_weapon"
-	"angles" "0 270 -90"
-	"auto_ammo" "2"
-	"disableshadows" "0"
-	"origin" "-533.781 -2267.2 127.143"
-	editor
-	{
-		"color" "0 0 200"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 0]"
-	}
-}
-entity
-{
-	"id" "1345194"
-	"classname" "ttt_random_weapon"
-	"angles" "0 270 -90"
-	"auto_ammo" "2"
-	"disableshadows" "0"
-	"origin" "-496.294 -2431.93 127.143"
-	editor
-	{
-		"color" "0 0 200"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 0]"
-	}
-}
-entity
-{
-	"id" "1345196"
-	"classname" "ttt_random_weapon"
-	"angles" "0 270 -90"
-	"auto_ammo" "2"
-	"disableshadows" "0"
-	"origin" "-758.951 -2254.53 121.373"
-	editor
-	{
-		"color" "0 0 200"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 0]"
+hidden
+{
+	entity
+	{
+		"id" "1345192"
+		"classname" "ttt_random_weapon"
+		"angles" "0 270 -90"
+		"auto_ammo" "2"
+		"disableshadows" "0"
+		"origin" "-533.781 -2267.2 127.143"
+		editor
+		{
+			"color" "0 0 200"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 0]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "1345194"
+		"classname" "ttt_random_weapon"
+		"angles" "0 270 -90"
+		"auto_ammo" "2"
+		"disableshadows" "0"
+		"origin" "-496.294 -2431.93 127.143"
+		editor
+		{
+			"color" "0 0 200"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 0]"
+		}
+	}
+}
+hidden
+{
+	entity
+	{
+		"id" "1345196"
+		"classname" "ttt_random_weapon"
+		"angles" "0 270 -90"
+		"auto_ammo" "2"
+		"disableshadows" "0"
+		"origin" "-758.951 -2254.53 121.373"
+		editor
+		{
+			"color" "0 0 200"
+			"visgroupid" "78"
+			"visgroupshown" "0"
+			"visgroupautoshown" "1"
+			"logicalpos" "[0 0]"
+		}
 	}
 }
 entity
@@ -769131,8 +769713,8 @@
 	"activecamera" "0"
 	camera
 	{
-		"position" "[-244.305 95.75 -208.293]"
-		"look" "[-242.892 80.187 -214.355]"
+		"position" "[-774.439 -1421.24 -129.358]"
+		"look" "[-773.822 -1413.92 -144.424]"
 	}
 }
 cordon

mercurial