Topic settings
Sounds Settings
Settings
| sounds.disabled_groups | Disables individual built-in sound groups categories. | 
| sounds.enable_biome_sounds | Enables/Disables ambiance sounds for biomes. | 
| sounds.biome_interval | Interval between playing biome sounds. | 
| sounds.biome_chance | Chance that sound will be played at interval. | 
| sounds.enable_tests | Enables sounds testing with sounds_tests chat command. | 
Settings
- sounds.disabled_groups
 - 
Disables individual built-in sound groups categories.
Category names that can be disabled are the filenames in the "groups" directory without the ".lua" suffix. Use "all" to disable all built-in groups.
Definition:
type:string (comma-separated list)default:Empty string.
Usage:
# disable animal & weather sound groups sounds.disabled_groups = animal,weather
 - sounds.enable_biome_sounds
 - 
Enables/Disables ambiance sounds for biomes.
Definition:
type:booldefault:false
 - sounds.biome_interval
 - 
Interval between playing biome sounds.
Definition:
type:intdefault:30
 - sounds.biome_chance
 - 
Chance that sound will be played at interval.
Definition:
type:intdefault:20
 - sounds.enable_tests
 - 
Enables sounds testing with sounds_tests chat command.
Definition:
type:booldefault:false