From: Rudolf Polzer Date: Tue, 11 Jan 2011 11:03:14 +0000 (+0100) Subject: 128 is huge, try 48 for trueaim min range by default X-Git-Tag: xonotic-v0.5.0~318^2~144 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=17b69f3609a690df376c3f83a0f6ec7c9294c877;p=xonotic%2Fxonotic-data.pk3dir.git 128 is huge, try 48 for trueaim min range by default --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index cac55e472..6ae4d0c16 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -461,7 +461,7 @@ locs_enable 0 pausable 0 seta g_spawnshieldtime 1.000000 "number of seconds you are invincible after you spawned, this shield is lost after you fire" seta 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_trueaim_minrange 128 "TrueAim minimum range (TrueAim adjusts shots so they hit the crosshair point even though the gun is not at the screen center)" +set g_trueaim_minrange 48 "TrueAim minimum range (TrueAim adjusts shots so they hit the crosshair point even though the gun is not at the screen center)" set g_antilag_nudge 0 "don't touch" set g_antilag_bullets 1 "Bullets AntiLag (0 = no AntiLag, 1 = server side hit scan in the past) - DO NOT TOUCH (severely changes weapon balance)" set g_shootfromclient 1 "let client decide if it has the gun left or right; if set to 2, center handedness is allowed, and defaulted to, too; see also cl_gunalign"