- Replace info_player_start with info_player_deathmatch wip

Thu, 21 Apr 2016 12:17:49 -0600

author
glitchvid
date
Thu, 21 Apr 2016 12:17:49 -0600
branch
wip
changeset 36
f352c4bda43f
parent 35
c89889ddfdc1
child 37
370afddc38b0

- Replace info_player_start with info_player_deathmatch

.hgtags file | annotate | diff | comparison | revisions
ttt_foreguard.vmf file | annotate | diff | comparison | revisions
--- a/.hgtags	Thu Apr 21 12:16:08 2016 -0600
+++ b/.hgtags	Thu Apr 21 12:17:49 2016 -0600
@@ -13,3 +13,5 @@
 5a05e7f58cdfec5a776ce8177271b6989673102f Compile 4
 ff87624ca16fee69445c70b8e112275bdb5c0d0d Compile 3
 b99b03d5b863768b03b1d2a2bbc3104194e8b639 Compile 27
+0000000000000000000000000000000000000000 Compile 33
+c89889ddfdc1712bb9fdc9e205e19d1b1f0ab038 Compile 33
--- a/ttt_foreguard.vmf	Thu Apr 21 12:16:08 2016 -0600
+++ b/ttt_foreguard.vmf	Thu Apr 21 12:17:49 2016 -0600
@@ -2,7 +2,7 @@
 {
 	"editorversion" "400"
 	"editorbuild" "6440"
-	"mapversion" "8051"
+	"mapversion" "8052"
 	"formatversion" "100"
 	"prefab" "0"
 }
@@ -296,7 +296,7 @@
 world
 {
 	"id" "1"
-	"mapversion" "8051"
+	"mapversion" "8052"
 	"classname" "worldspawn"
 	"detailmaterial" "detail/detailsprites"
 	"detailvbsp" "detail.vbsp"
@@ -465696,7 +465696,7 @@
 entity
 {
 	"id" "107525"
-	"classname" "info_player_start"
+	"classname" "info_player_deathmatch"
 	"angles" "0 0 0"
 	"origin" "1100.96 -1770.44 177"
 	editor
@@ -530849,20 +530849,6 @@
 }
 entity
 {
-	"id" "284446"
-	"classname" "info_player_start"
-	"angles" "0 0 0"
-	"origin" "-1582.65 587.633 353"
-	editor
-	{
-		"color" "0 255 0"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 9500]"
-	}
-}
-entity
-{
 	"id" "292721"
 	"classname" "func_detail"
 	solid
@@ -670925,20 +670911,6 @@
 }
 entity
 {
-	"id" "928621"
-	"classname" "info_player_start"
-	"angles" "0 0 0"
-	"origin" "1173.59 -1549.42 177"
-	editor
-	{
-		"color" "0 255 0"
-		"visgroupshown" "1"
-		"visgroupautoshown" "1"
-		"logicalpos" "[0 500]"
-	}
-}
-entity
-{
 	"id" "935001"
 	"classname" "prop_static"
 	"angles" "0 270 0"
@@ -696900,13 +696872,55 @@
 		"logicalpos" "[0 1500]"
 	}
 }
+entity
+{
+	"id" "1272202"
+	"classname" "info_player_deathmatch"
+	"angles" "0 0 0"
+	"origin" "-1619.4 -2221.68 368"
+	editor
+	{
+		"color" "0 255 0"
+		"visgroupshown" "1"
+		"visgroupautoshown" "1"
+		"logicalpos" "[0 8000]"
+	}
+}
+entity
+{
+	"id" "1272204"
+	"classname" "info_player_deathmatch"
+	"angles" "0 0 0"
+	"origin" "-1576 604 352"
+	editor
+	{
+		"color" "0 255 0"
+		"visgroupshown" "1"
+		"visgroupautoshown" "1"
+		"logicalpos" "[0 8000]"
+	}
+}
+entity
+{
+	"id" "1272208"
+	"classname" "info_player_deathmatch"
+	"angles" "0 0 0"
+	"origin" "-172 396 32"
+	editor
+	{
+		"color" "0 255 0"
+		"visgroupshown" "1"
+		"visgroupautoshown" "1"
+		"logicalpos" "[0 8000]"
+	}
+}
 cameras
 {
 	"activecamera" "0"
 	camera
 	{
-		"position" "[579.058 -110.711 -128.408]"
-		"look" "[575.817 -94.4103 -130.744]"
+		"position" "[-106.741 438.496 191.358]"
+		"look" "[-105.825 422.357 186.845]"
 	}
 }
 cordon

mercurial