r5643 - trunk/data

esteel at icculus.org esteel at icculus.org
Fri Jan 23 07:57:21 EST 2009


Author: esteel
Date: 2009-01-23 07:57:21 -0500 (Fri, 23 Jan 2009)
New Revision: 5643

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
put the descriptions from the old cvars.txt to good use


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-01-23 12:55:53 UTC (rev 5642)
+++ trunk/data/defaultNexuiz.cfg	2009-01-23 12:57:21 UTC (rev 5643)
@@ -290,7 +290,7 @@
 net_messagetimeout 300
 net_connecttimeout 30
 sv_jumpstep 1 // step up stairs while jumping, makes it easier to reach ledges
-set ekg 0
+set ekg 0 "Throw huge amounts of gibs"
 
 cl_movement 1
 cl_stairsmoothspeed 200
@@ -319,11 +319,11 @@
 
 seta cl_playerdetailreduction 0 // the higher, the less detailed
 
-set bot_number 0 // number of bots in server
-seta bot_usemodelnames 0 // whether bots should be named after the models
-set bot_nofire 0 // makes bots not attack at all, mainly for testing in g_waypointeditor mode
-seta bot_prefix [BOT]
-seta bot_suffix ""
+set bot_number 0 "Minimum number of bots"
+seta bot_usemodelnames 0 "Use player model names for bot names"
+set bot_nofire 0 "When set, bots never fire. Mainly for testing in g_waypointeditor mode"
+seta bot_prefix [BOT] "Prefix in front of the bot names"
+seta bot_suffix "" "Suffix behind the bot names"
 seta skill_auto 0 // when 1, "skill" gets adjusted to match the best player on the map
 // general bot AI cvars
 set bot_ai_thinkinterval 0.05
@@ -364,9 +364,9 @@
 
 // waypoint editor enable
 set g_waypointeditor 0
-set bot_ignore_bots 0
-set bot_join_empty 0
-set bot_vs_human 0 // set to positive value to make an all-bot blue team, set to negative value to make an all-bot red team, the absolute value is the ratio bots vs humans (1 for equal count)
+set bot_ignore_bots 0  "When set, bots don't shoot at other bots"
+set bot_join_empty 0 "When set, bots also play if no player has joined the server"
+set bot_vs_human 0 "Bots and humans play in different teams when set. positive values to make an all-bot blue team, set to negative values to make an all-bot red team, the absolute value is the ratio bots vs humans (1 for equal count)"
 
 alias g_waypointeditor_spawn "impulse 103"
 alias g_waypointeditor_remove "impulse 104"
@@ -375,7 +375,7 @@
 
 locs_enable 0
 pausable 0
-set g_antilag 2 // 1: re-aim to enemy that was aimed at in the past, 2: shoot completely in the past, 3: client-side hitscan
+set g_antilag 2 "AntiLag (0 = no AntiLag, 1 = verified client side hit scan, 2 = server side hit scan in the past, 3 = unverified client side hit scan)"
 set g_shootfromeye 0
 set g_shootfromcenter 0
 set g_weapon_stay 0
@@ -431,14 +431,14 @@
 exec newhook.cfg
 
 // this means that timelimit can be overidden globally and fraglimit can be overidden for each game mode: DM/TDM, Domination, CTF, and Runematch.
-seta timelimit_override -1
-seta fraglimit_override -1
-seta capturelimit_override -1 // actual captures, if g_ctf_win_mode 0 or 1
-seta g_ctf_capture_limit -1   // points, if g_ctf_win_mode 2
-seta g_domination_point_limit -1
-seta g_runematch_point_limit -1
-seta g_keyhunt_point_limit -1
-seta g_race_laps_limit -1
+seta timelimit_override -1 "Time limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
+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 capturelimit_override -1 "Capture limit limit 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_domination_point_limit -1 "Domination point limit 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 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 limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
+seta g_race_laps_limit -1 "Race laps limit limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)"
 
 seta g_ctf_win_mode 0 // 0: captures only, 1: captures, then points, 2: points only
 seta g_ctf_ignore_frags 0 // 1: regular frags give no points
@@ -481,7 +481,7 @@
 seta g_teamdamage_threshold  50      // for teamplay 4: threshold over which to apply mirror damage
 seta g_teamdamage_resetspeed 30      // for teamplay 4: how fast player's teamdamage count decreases
 
-set deathmatch_force_teamplay		0	// always play TDM on dm maps
+set deathmatch_force_teamplay		0	"Always play TDM instead of DM"
 seta g_balance_teams			0	// automatically balance out players entering instead of asking them for their preferred team
 seta g_balance_teams_force		0	// automatically balance out teams when players move or disconnect
 seta g_balance_teams_prevent_imbalance	0	// prevent players from changing to larger teams




More information about the nexuiz-commits mailing list