diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 5fe1352..972efe4 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -507,8 +507,7 @@ | |||
507 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps | 507 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps |
508 | ; will also be affected. | 508 | ; will also be affected. |
509 | ; | 509 | ; |
510 | ;DisableFacelights = "false" | 510 | ;DisableFacelights = "false(1815) |
511 | |||
512 | 511 | ||
513 | [ClientStack.LindenCaps] | 512 | [ClientStack.LindenCaps] |
514 | ;; Long list of capabilities taken from | 513 | ;; Long list of capabilities taken from |
@@ -574,11 +573,14 @@ | |||
574 | Cap_UploadObjectAsset = "localhost" | 573 | Cap_UploadObjectAsset = "localhost" |
575 | Cap_ViewerStartAuction = "" | 574 | Cap_ViewerStartAuction = "" |
576 | Cap_ViewerStats = "" | 575 | Cap_ViewerStats = "" |
577 | ; This last one is supported by OpenSim, but may | ||
578 | ; lead to poor sim performance if served by the simulators, | ||
579 | ; so it is disabled by default. | ||
580 | Cap_WebFetchInventoryDescendents = "" | ||
581 | 576 | ||
577 | ; The fetch inventory descendents caps are supported by OpenSim, but may | ||
578 | ; lead to poor sim performance if served by the simulators, | ||
579 | ; so they are disabled by default. | ||
580 | ; FetchInventoryDescendents2 is the one used in the latest Linden Lab viewers (from some point in the v2 series and above) | ||
581 | Cap_WebFetchInventoryDescendents = "" | ||
582 | Cap_FetchInventoryDescendents2 = "" | ||
583 | |||
582 | 584 | ||
583 | [Chat] | 585 | [Chat] |
584 | ; Controls whether the chat module is enabled. Default is true. | 586 | ; Controls whether the chat module is enabled. Default is true. |
@@ -722,7 +724,8 @@ | |||
722 | av_density = 80 | 724 | av_density = 80 |
723 | 725 | ||
724 | ; use this value to cut 52% of the height the sim gives us | 726 | ; use this value to cut 52% of the height the sim gives us |
725 | av_height_fudge_factor = 0.52 | 727 | ; Currently unused |
728 | ; av_height_fudge_factor = 0.52 | ||
726 | 729 | ||
727 | ; Movement. Smaller is faster. | 730 | ; Movement. Smaller is faster. |
728 | 731 | ||