From ec18a20714e3999838fc2aac56c2186fe29cec33 Mon Sep 17 00:00:00 2001 From: div0 Date: Sun, 29 Nov 2009 13:48:26 +0000 Subject: [PATCH] define lots of previously undefined cvars git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8334 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index 15df96fae..cc054d3ab 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -504,9 +504,11 @@ seta timelimit_override -1 "Time limit overriding the mapinfo specified one (use 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 @@ seta cl_showacceleration_position 0.6 "Y-axis positioning of the bar" 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_share 1 "1 send weapon accuracy data statistics to spectati 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" -- 2.39.2