diff options
author | SignpostMarv | 2012-10-16 15:15:03 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-29 23:39:01 +0000 |
commit | e0b5a3cd900d8ad29cdb7d43415b069d5484a424 (patch) | |
tree | e2911886b9e9f9b7bb3e7afa0eafe1d52b8601c7 /bin/OpenSimDefaults.ini | |
parent | documenting some params on ISoundModule methods (diff) | |
download | opensim-SC_OLD-e0b5a3cd900d8ad29cdb7d43415b069d5484a424.zip opensim-SC_OLD-e0b5a3cd900d8ad29cdb7d43415b069d5484a424.tar.gz opensim-SC_OLD-e0b5a3cd900d8ad29cdb7d43415b069d5484a424.tar.bz2 opensim-SC_OLD-e0b5a3cd900d8ad29cdb7d43415b069d5484a424.tar.xz |
tweaking configuration logic so that the INonSharedRegionModule will load by default
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index dffc0ac..afb6fed 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1687,5 +1687,13 @@ Enabled = False | |||
1687 | ;; default is module is disabled at the top level | 1687 | ;; default is module is disabled at the top level |
1688 | AutoBackupModuleEnabled = false | 1688 | AutoBackupModuleEnabled = false |
1689 | 1689 | ||
1690 | [Sounds] | ||
1691 | ;; {Module} {} {Implementation of ISoundModule to use.} {SoundModuleNonShared} | ||
1692 | ;; Currently only INonSharedRegionModule module is implemented. | ||
1693 | Module = SoundModuleNonShared | ||
1694 | |||
1695 | ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0} | ||
1696 | MaxDistance = 100.0 | ||
1697 | |||
1690 | [Modules] | 1698 | [Modules] |
1691 | Include-modules = "addon-modules/*/config/*.ini" | 1699 | Include-modules = "addon-modules/*/config/*.ini" |