]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disabling the effect by default. The community has to decide on this
authormand1nga <mand1nga@xonotic.org>
Sat, 30 Apr 2011 13:53:58 +0000 (10:53 -0300)
committermand1nga <mand1nga@xonotic.org>
Sat, 30 Apr 2011 13:53:58 +0000 (10:53 -0300)
defaultXonotic.cfg

index 546bbf4d064c1be624a935ebc6148030414a587c..65a6554e0a282854f0bc839930a4023077d375c5 100644 (file)
@@ -316,8 +316,8 @@ set sv_ready_restart_repeatable 0   "allows the players to restart the game as oft
 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_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_eventchase_death 1 "camera goes into 3rd person mode when the player is dead"
-seta cl_eventchase_intermission 1 "camera goes into 3rd person mode when the match ends"
+seta cl_eventchase_death 0 "camera goes into 3rd person mode when the player is dead"
+seta cl_eventchase_intermission 0 "camera goes into 3rd person mode when the match ends"
 seta cl_eventchase_distance 140 "final camera distance"
 seta cl_eventchase_speed 1.3 "how fast the camera slides back, 0 is instant"
 
 seta cl_eventchase_distance 140 "final camera distance"
 seta cl_eventchase_speed 1.3 "how fast the camera slides back, 0 is instant"