From: Mircea Kitsune Date: Sat, 26 Mar 2011 17:26:16 +0000 (+0200) Subject: Disable intermission chase by default. The camera stays very close to the player... X-Git-Tag: xonotic-v0.5.0~268^2^2~37 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c3096e146a625879ee53c035725b5fb922d101ea;p=xonotic%2Fxonotic-data.pk3dir.git Disable intermission chase by default. The camera stays very close to the player for some unknown reason, and doesn't go all the way to the required distance. --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 50b195ee9..df4b355fe 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -317,7 +317,7 @@ seta cl_hitsound 1 "play a hit notifier sound when you have hit an enemy" set cl_hitsound_antispam_time 0.05 "don't play the hitsound more often than this" seta cl_chase_death 1 "camera goes into 3rd person mode when dead" -seta cl_chase_intermission 1 "camera goes into 3rd person mode at match end" +seta cl_chase_intermission 0 "camera goes into 3rd person mode at match end" seta cl_chase_distance 100 "final distance of the chase camera" seta cl_chase_speed 1.5 "how fast the chase camera slides back, 0 is instant"