From c3096e146a625879ee53c035725b5fb922d101ea Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sat, 26 Mar 2011 19:26:16 +0200 Subject: [PATCH] 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. --- defaultXonotic.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2