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: bool
  • default: false
sounds.biome_interval

Interval between playing biome sounds.

Definition:

  • type: int
  • default: 30
sounds.biome_chance

Chance that sound will be played at interval.

Definition:

  • type: int
  • default: 20
sounds.enable_tests

Enables sounds testing with sounds_tests chat command.

Definition:

  • type: bool
  • default: false
generated by LDoc 1.4.6-antum-dev Last updated 2022-09-09 18:30:15