mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-16 20:04:48 +00:00
improved settings
This commit is contained in:
parent
dc9ca2f064
commit
ba1fe91115
@ -7,5 +7,7 @@ m_filter 1
|
|||||||
sensitivity 2
|
sensitivity 2
|
||||||
cl_maxphysicsframesperserverframe 1
|
cl_maxphysicsframesperserverframe 1
|
||||||
alias cl_hook_gamestart_all "echo S; defer 5 \"sv_cmd bot_cmd load x.cfg\"; alias cl_hook_gamestart_all \"\""
|
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
|
map opera
|
||||||
|
@ -8,14 +8,7 @@ cl_capturevideo_fps 25
|
|||||||
r_motionblur 2
|
r_motionblur 2
|
||||||
r_bloom_colorsubtract 0.07
|
r_bloom_colorsubtract 0.07
|
||||||
|
|
||||||
r_coronas 0.125
|
|
||||||
|
|
||||||
bind x "toggle cl_capturevideo"
|
bind x "toggle cl_capturevideo"
|
||||||
exec effects-ultra.cfg
|
exec effects-ultra.cfg
|
||||||
exec tuba-sound.cfg
|
|
||||||
|
|
||||||
// recommended by LordHavoc
|
exec tuba-settings.cfg
|
||||||
r_shadow_lightattenuationlinearscale 0.15
|
|
||||||
r_shadow_lightattenuationdividebias 0.03125
|
|
||||||
r_shadow_lightintensityscale 4
|
|
||||||
r_coronas 0.0625
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// sound
|
||||||
bgmvolume 0 // bgm OFF
|
bgmvolume 0 // bgm OFF
|
||||||
snd_staticvolume 0 // ambient OFF
|
snd_staticvolume 0 // ambient OFF
|
||||||
snd_channel0volume 0 // info OFF
|
snd_channel0volume 0 // info OFF
|
||||||
@ -10,3 +11,9 @@ snd_channel6volume 0 // pain OFF
|
|||||||
snd_channel7volume 2 // jumps +3dB
|
snd_channel7volume 2 // jumps +3dB
|
||||||
snd_channel8volume 0 // bgm OFF
|
snd_channel8volume 0 // bgm OFF
|
||||||
snd_channel9volume 0 // ambient 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
|
||||||
|
Loading…
Reference in New Issue
Block a user