From e742cffe15d3e50841908d7babc2e4c4a7630635 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 30 Sep 2011 01:19:22 +0100 Subject: Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to allow attachments to be temporarily turned off. This is for debugging purposes. Defaults to Attachments Enabled --- bin/OpenSimDefaults.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index a456f4d..245f087 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -515,6 +515,7 @@ ; so it is disabled by default. Cap_WebFetchInventoryDescendents = "" + [Chat] ; Controls whether the chat module is enabled. Default is true. enabled = true; @@ -528,6 +529,7 @@ ; Distance in meters that shouts should travel. Default is 100m shout_distance = 100 + [EntityTransfer] ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance @@ -554,6 +556,12 @@ CoalesceMultipleObjectsToInventory = true +[Attachments] + ; Controls whether avatar attachments are enabled. + ; Defaults to true - only set to false for debugging purposes + Enabled = true + + [Mesh] ; enable / disable Collada mesh support ; default is true -- cgit v1.1