diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-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 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 |