]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
trigger refresh
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 025ceeef212ec6de76699ba9f9f954cf50ae2de1..61053459417f55f75e0477372c14ebda10d50e24 100644 (file)
@@ -54,6 +54,7 @@ alias +hook +button6
 alias -hook -button6
 alias use "impulse 21"
 alias +use use // always send that impulse AND press the key (+use is engine internal command and executes anyway)
+set cl_newusekeysupported 1 // indicates that we always send the use impulse too, so they do not need to be synthesized
 alias ready "cmd ready"
 alias lockteams "sv_cmd lockteams"
 alias unlockteams "sv_cmd unlockteams"
@@ -2164,6 +2165,10 @@ set snd_soundradius 1200
 seta snd_channel8volume 1 "QuakeC controlled background music volume"
 seta snd_channel9volume 1 "QuakeC controlled ambient sound volume"
 
+// sound randomization
+snd_identicalsoundrandomization_time -0.1
+snd_identicalsoundrandomization_tics    1
+
 // loading screen
 scr_loadingscreen_background 0
 scr_loadingscreen_barcolor "0 0.5 1"