]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
improved settings
authorRudolf Polzer <divverent@xonotic.org>
Sat, 5 Nov 2011 16:54:05 +0000 (17:54 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 5 Nov 2011 16:54:05 +0000 (17:54 +0100)
misc/tools/midi2cfg/tuba-play.cfg
misc/tools/midi2cfg/tuba-record.cfg
misc/tools/midi2cfg/tuba-sound.cfg

index 7ee5688482746e5c9378f201b972149b41f9cdd1..50ae276886286e25c8e16f7e591ff8d576d46024 100644 (file)
@@ -7,5 +7,7 @@ m_filter 1
 sensitivity 2
 cl_maxphysicsframesperserverframe 1
 alias cl_hook_gamestart_all "echo S; defer 5 \"sv_cmd bot_cmd load x.cfg\"; alias cl_hook_gamestart_all \"\""
-exec tuba-sound.cfg
+
+exec tuba-settings.cfg
+
 map opera
index 4b48291d6e65a9400468d13a5d4fdaa2bb86c80e..418eec91e828150b1f076bc99d84fcaa5398619c 100644 (file)
@@ -8,14 +8,7 @@ cl_capturevideo_fps 25
 r_motionblur 2
 r_bloom_colorsubtract 0.07
 
-r_coronas 0.125
-
 bind x "toggle cl_capturevideo"
 exec effects-ultra.cfg
-exec tuba-sound.cfg
 
-// recommended by LordHavoc
-r_shadow_lightattenuationlinearscale 0.15
-r_shadow_lightattenuationdividebias 0.03125
-r_shadow_lightintensityscale 4
-r_coronas 0.0625
+exec tuba-settings.cfg
index 5085ce335a7cf57f8db5771fe93d6df67a146fef..f7062cbaea0c4745ae7b46f9d63f99baa318d5a5 100644 (file)
@@ -1,3 +1,4 @@
+// sound
 bgmvolume 0 // bgm OFF
 snd_staticvolume 0 // ambient OFF
 snd_channel0volume 0 // info OFF
@@ -10,3 +11,9 @@ snd_channel6volume 0 // pain OFF
 snd_channel7volume 2 // jumps +3dB
 snd_channel8volume 0 // bgm OFF
 snd_channel9volume 0 // ambient OFF
+
+// graphics
+r_shadow_lightattenuationlinearscale 0.15
+r_shadow_lightattenuationdividebias 0.03125
+r_shadow_lightintensityscale 4
+r_coronas 0.0625