[nexuiz-commits] r8334 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 29 08:48:26 EST 2009


Author: div0
Date: 2009-11-29 08:48:26 -0500 (Sun, 29 Nov 2009)
New Revision: 8334

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
define lots of previously undefined cvars


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-11-29 13:47:56 UTC (rev 8333)
+++ trunk/data/defaultNexuiz.cfg	2009-11-29 13:48:26 UTC (rev 8334)
@@ -504,9 +504,11 @@
 seta fraglimit_override -1	"Frag limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 seta leadlimit_override -1	"Lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 seta capturelimit_override -1	"Capture limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
+seta captureleadlimit_override -1	"Capture llead imit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 seta g_ctf_capture_limit -1	"CTF capture limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
+seta g_ctf_capture_leadlimit -1	"CTF capture lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 seta g_domination_point_limit -1	"Domination point limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
-seta g_domination_point lead_leadlimit -1	"Domination point lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
+seta g_domination_point_leadlimit -1	"Domination point lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 seta g_runematch_point_limit -1	"Runematch point limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 seta g_runematch_point_leadlimit -1	"Runematch point lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 seta g_keyhunt_point_limit -1	"Keyhunt point limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
@@ -1572,6 +1574,8 @@
 
 set g_jetpack 0 "Jetpack mutator (uses the hook's button, can't coexist with the offhand hook, but only with the onhand one)"
 
+set g_running_guns 0 "... or wonder, till it drives you mad, what would have followed if you had."
+
 set cl_effects_lightningarc_simple 0
 set cl_effects_lightningarc_segmentlength 64
 set cl_effects_lightningarc_drift_start 0.45
@@ -1692,3 +1696,11 @@
 set sv_accuracy_data_send 1 "1 send weapon accuracy data statistics and improved score info to all the clients at the end of the match, depends on cl_accuracy_data_receive, 0 send the current 'player has won' to all the clients"
 set cl_accuracy_data_share 0 "1 share my weapon accuracy data statistics with other players, 0 keep my weapon accuracy data statistics hidden"
 set cl_accuracy_data_receive 0 "1 receive weapon accuracy data statistics at the end of the match"
+
+set developer_fteqccbugs 0 "check fteqcc bugs on startup"
+set spawn_debug 0 "use all spawns one by one, then abort, to verify all spawnpoints"
+set loddebug 0 "force this LOD level"
+set spawn_debugview 0 "display spawnpoints and their rating on spawn to debug spawnpoint rating calculation"
+set g_mutatormsg "" "mutator message"
+set speedmeter 0 "print landing speeds"
+set developer_shtest 0 "experimental speedhack detection"



More information about the nexuiz-commits mailing list