aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-09-30 01:19:22 +0100
committerJustin Clark-Casey (justincc)2011-09-30 01:19:22 +0100
commite742cffe15d3e50841908d7babc2e4c4a7630635 (patch)
tree9284d6ba2f750b29c965b15f215f77abb34414b1 /bin/OpenSimDefaults.ini
parentllAvatarOnLinkSitTarget Implementation (diff)
downloadopensim-SC_OLD-e742cffe15d3e50841908d7babc2e4c4a7630635.zip
opensim-SC_OLD-e742cffe15d3e50841908d7babc2e4c4a7630635.tar.gz
opensim-SC_OLD-e742cffe15d3e50841908d7babc2e4c4a7630635.tar.bz2
opensim-SC_OLD-e742cffe15d3e50841908d7babc2e4c4a7630635.tar.xz
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
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini8
1 files changed, 8 insertions, 0 deletions
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 @@
515 ; so it is disabled by default. 515 ; so it is disabled by default.
516 Cap_WebFetchInventoryDescendents = "" 516 Cap_WebFetchInventoryDescendents = ""
517 517
518
518[Chat] 519[Chat]
519 ; Controls whether the chat module is enabled. Default is true. 520 ; Controls whether the chat module is enabled. Default is true.
520 enabled = true; 521 enabled = true;
@@ -528,6 +529,7 @@
528 ; Distance in meters that shouts should travel. Default is 100m 529 ; Distance in meters that shouts should travel. Default is 100m
529 shout_distance = 100 530 shout_distance = 100
530 531
532
531[EntityTransfer] 533[EntityTransfer]
532 ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis 534 ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis
533 ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance 535 ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance
@@ -554,6 +556,12 @@
554 CoalesceMultipleObjectsToInventory = true 556 CoalesceMultipleObjectsToInventory = true
555 557
556 558
559[Attachments]
560 ; Controls whether avatar attachments are enabled.
561 ; Defaults to true - only set to false for debugging purposes
562 Enabled = true
563
564
557[Mesh] 565[Mesh]
558 ; enable / disable Collada mesh support 566 ; enable / disable Collada mesh support
559 ; default is true 567 ; default is true