From: Erik Schilling Date: Mon, 10 Sep 2012 17:51:25 +0000 (+0200) Subject: Fixed comments in default cfg X-Git-Tag: xonotic-v0.7.0~241^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a7d54bacff68ca2ba6e86e11604b7647968245a5;p=xonotic%2Fxonotic-data.pk3dir.git Fixed comments in default cfg --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 41585cdbb..57448790d 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -483,12 +483,12 @@ seta g_keyhunt_point_leadlimit -1 "Keyhunt point lead limit overriding the mapin seta g_race_laps_limit -1 "Race laps limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" seta g_nexball_goallimit -1 "Nexball goal limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" seta g_nexball_goalleadlimit -1 "Nexball goal lead limit overriding the mapinfo specified one (use 0 to play without limit, and -1 to use the mapinfo's limit)" -seta g_nexball_safepass_maxdist 5000 // Max distance to allow save fassping (0 to turn off safe passing) -seta g_nexball_safepass_turnrate 0.1 // How fast the safe-pass ball can habge direction -seta g_nexball_safepass_holdtime 0.75 // How long to remeber last teammate you pointed at -seta g_nexball_viewmodel_scale 0.25 // How large the ball for the carrier -seta g_nexball_viewmodel_offset "8 8 0" // Where the ball is located on carrier "forward right up" -seta g_nexball_tackling 1 // Allow ball theft? +seta g_nexball_safepass_maxdist 5000 "Max distance to allow save fassping (0 to turn off safe passing)" +seta g_nexball_safepass_turnrate 0.1 "How fast the safe-pass ball can habge direction" +seta g_nexball_safepass_holdtime 0.75 "How long to remeber last teammate you pointed at" +seta g_nexball_viewmodel_scale 0.25 "How large the ball for the carrier" +seta g_nexball_viewmodel_offset "8 8 0" "Where the ball is located on carrier forward right up" +seta g_nexball_tackling 1 "Allow ball theft?" seta g_ctf_ignore_frags 0 "1: regular frags give no points"