FTE/CFG: Set default volume to 0.05

This commit is contained in:
cypress 2024-07-09 22:16:03 -07:00 committed by GitHub
parent d52d3d91bb
commit 12b3dceda1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.