improved settings

This commit is contained in:
Rudolf Polzer 2011-11-05 17:54:05 +01:00
parent dc9ca2f064
commit ba1fe91115
3 changed files with 11 additions and 9 deletions

View 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

View 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

View 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