- Make game text drawing faster

Thu, 06 Jul 2017 15:30:47 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Thu, 06 Jul 2017 15:30:47 -0600
changeset 3
b8884495f9cd
parent 2
c81720c1ad58
child 4
1bf3fac465c8

- Make game text drawing faster

ttt_tr_debug.vmf file | annotate | diff | comparison | revisions
--- a/ttt_tr_debug.vmf	Thu Jul 06 15:28:51 2017 -0600
+++ b/ttt_tr_debug.vmf	Thu Jul 06 15:30:47 2017 -0600
@@ -2,7 +2,7 @@
 {
 	"editorversion" "400"
 	"editorbuild" "6440"
-	"mapversion" "142"
+	"mapversion" "143"
 	"formatversion" "100"
 	"prefab" "0"
 }
@@ -20,7 +20,7 @@
 world
 {
 	"id" "1"
-	"mapversion" "142"
+	"mapversion" "143"
 	"classname" "worldspawn"
 	"detailmaterial" "detail/detailsprites"
 	"detailvbsp" "detail.vbsp"
@@ -41295,10 +41295,10 @@
 	"id" "9906"
 	"classname" "game_text"
 	"channel" "1"
-	"color" "100 100 100"
+	"color" "65 65 65"
 	"color2" "240 110 0"
-	"effect" "0"
-	"fadein" "1.5"
+	"effect" "2"
+	"fadein" "0.01"
 	"fadeout" "0.5"
 	"fxtime" "0.25"
 	"holdtime" "1.2"
@@ -41417,10 +41417,10 @@
 	"id" "9925"
 	"classname" "game_text"
 	"channel" "1"
-	"color" "100 100 100"
+	"color" "65 65 65"
 	"color2" "240 110 0"
-	"effect" "0"
-	"fadein" "1.5"
+	"effect" "2"
+	"fadein" "0.01"
 	"fadeout" "0.5"
 	"fxtime" "0.25"
 	"holdtime" "1.2"
@@ -41539,10 +41539,10 @@
 	"id" "9972"
 	"classname" "game_text"
 	"channel" "1"
-	"color" "100 100 100"
+	"color" "65 65 65"
 	"color2" "240 110 0"
-	"effect" "0"
-	"fadein" "1.5"
+	"effect" "2"
+	"fadein" "0.01"
 	"fadeout" "0.5"
 	"fxtime" "0.25"
 	"holdtime" "1.2"
@@ -41815,8 +41815,8 @@
 	"activecamera" "0"
 	camera
 	{
-		"position" "[1.93953 -101.429 134.369]"
-		"look" "[-307.638 377.28 25.6216]"
+		"position" "[47.767 492.987 130.169]"
+		"look" "[-528.34 520.249 65.4781]"
 	}
 }
 cordon

mercurial