main/configuration

Configuration

As new features get implemented, the config can sometimes change between different versions.

The current config version is: v1.2


The v1.2 config

#  --- SoundCommands Config --- 
CONFIG_VERSION: '1.2'
DefaultVolume: 0.95
Update:
  CheckOnStart: true
Mute:
  Enabled: true
  Seconds: 900
Receive:
  Limit: 16
  Timespan: 3600
Send:
  Limit: 12
  Timespan: 1200
Behind:
  DistanceMin: 3.0
  DistanceMax: 13.0

The Timespans are in seconds, the Distances are in meters, and the Limits are how many sounds can be sent / received during a Timespan time period. Setting either the Timespan or the Limit value to 0 will disable that limit. (There are by the way internal limits for the ranges of Timespans and Limits - refer to the change-log.)


The v1.1 config

DefaultVolume: 0.95
BehindDistMin: 3.0
BehindDistMax: 13.0

Pretty self explanatory.


Comments

Posts Quoted:
Reply
Clear All Quotes