mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-21 11:31:38 +00:00
FTE/CFG: Set default volume to 0.05
This commit is contained in:
parent
d52d3d91bb
commit
12b3dceda1
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ s_ambientfade "100"
|
|||
s_ambientlevel "0.3" //This controls the volume levels of automatic area-based sounds (like water or sky), and is quite annoying. If you're playing deathmatch you'll definitely want this OFF.
|
||||
musicvolume "0.3" //Volume level for background music.
|
||||
s_loadas8bit "0" //Downsample sounds on load as lower quality 8-bit sound, to save memory.
|
||||
volume "0.5" //Volume level for game sounds (does not affect music, voice, or cinematics).
|
||||
volume "0.05" //Volume level for game sounds (does not affect music, voice, or cinematics).
|
||||
mastervolume "1" //Additional multiplier for all other sounds.
|
||||
nosound "0" //Disable all sound from the engine. Cannot be overriden by configs or anything if set via the -nosound commandline argument.
|
||||
|
||||
|
@ -510,4 +510,4 @@ msg_filter "1"
|
|||
r_scenecache "0"
|
||||
sv_mintic "0.045"
|
||||
|
||||
exec user_settings.cfg
|
||||
exec user_settings.cfg
|
||||
|
|
Loading…
Reference in a new issue