From: Rudolf Polzer Date: Tue, 11 Jan 2011 11:06:40 +0000 (+0100) Subject: trueaim minrange is now 44, to make laserjumps work as before (44 = height of eye... X-Git-Tag: xonotic-v0.5.0~318^2~143 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c1477e39646465de56ca4e7727a9ebcd88d7328a;p=xonotic%2Fxonotic-data.pk3dir.git trueaim minrange is now 44, to make laserjumps work as before (44 = height of eye above floor) --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 6ae4d0c16..0b8b58c64 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 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_trueaim_minrange 44 "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"