aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini57
1 files changed, 39 insertions, 18 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6fb9787..a38a3d0 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -337,6 +337,13 @@
337 ; OpenJPEG if false 337 ; OpenJPEG if false
338 ; UseCSJ2K = true 338 ; UseCSJ2K = true
339 339
340
341 ; Use "Trash" folder for items deleted from the scene
342 ; When set to True (the default) items deleted from the scene will be
343 ; stored in the user's trash or lost and found folder. When set to
344 ; False items will be removed from the scene permanently
345 UseTrashOnDelete = True
346
340 ; Persist avatar baked textures 347 ; Persist avatar baked textures
341 ; Persisting baked textures can speed up login and region border 348 ; Persisting baked textures can speed up login and region border
342 ; crossings especially with large numbers of users, though it 349 ; crossings especially with large numbers of users, though it
@@ -527,7 +534,7 @@
527 ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps 534 ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps
528 ; will also be affected. 535 ; will also be affected.
529 ; 536 ;
530 ;DisableFacelights = "false(1815) 537 ;DisableFacelights = false
531 538
532[ClientStack.LindenCaps] 539[ClientStack.LindenCaps]
533 ;; Long list of capabilities taken from 540 ;; Long list of capabilities taken from
@@ -542,6 +549,7 @@
542 Cap_CopyInventoryFromNotecard = "localhost" 549 Cap_CopyInventoryFromNotecard = "localhost"
543 Cap_DispatchRegionInfo = "" 550 Cap_DispatchRegionInfo = ""
544 Cap_EstateChangeInfo = "" 551 Cap_EstateChangeInfo = ""
552 Cap_EnvironmentSettings = "localhost"
545 Cap_EventQueueGet = "localhost" 553 Cap_EventQueueGet = "localhost"
546 Cap_FetchInventory = "" 554 Cap_FetchInventory = ""
547 Cap_ObjectMedia = "localhost" 555 Cap_ObjectMedia = "localhost"
@@ -594,13 +602,12 @@
594 Cap_ViewerStartAuction = "" 602 Cap_ViewerStartAuction = ""
595 Cap_ViewerStats = "" 603 Cap_ViewerStats = ""
596 604
597 ; The various fetch inventory caps are supported by OpenSim, but may 605 ; Capabilities for fetching inventory over HTTP rather than UDP
598 ; lead to poor sim performance if served by the simulators,
599 ; so they are currently disabled by default.
600 ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) 606 ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above)
607 ; It appears that Linden Lab viewer 3.3.1 onwards will not work properly if FetchInventoryDescendents2 and FetchInventory2 are not enabled
601 Cap_WebFetchInventoryDescendents = "" 608 Cap_WebFetchInventoryDescendents = ""
602 Cap_FetchInventoryDescendents2 = "" 609 Cap_FetchInventoryDescendents2 = "localhost"
603 Cap_FetchInventory2 = "" 610 Cap_FetchInventory2 = "localhost"
604 611
605 612
606[Chat] 613[Chat]
@@ -668,6 +675,25 @@
668 675
669 676
670[ODEPhysicsSettings] 677[ODEPhysicsSettings]
678 ; ##
679 ; ## Physics stats settings
680 ;
681
682 ; If collect_stats is enabled, then extra stat information is collected which is accessible via the MonitorModule
683 ; (see http://opensimulator.org/wiki/Monitoring_Module for more details).
684 collect_stats = false
685
686 ; ##
687 ; ## Physics logging settings - logfiles are saved to *.DIF files
688 ; ##
689
690 ; default is false
691 ;physics_logging = true
692 ;; every n simulation iterations, the physics snapshot file is updated
693 ;physics_logging_interval = 50
694 ;; append to existing physics logfile, or overwrite existing logfiles?
695 ;physics_logging_append_existing_logfile = true
696
671 ;## 697 ;##
672 ;## World Settings 698 ;## World Settings
673 ;## 699 ;##
@@ -817,17 +843,6 @@
817 mesh_physical_lod = 16 843 mesh_physical_lod = 16
818 844
819 ; ## 845 ; ##
820 ; ## Physics logging settings - logfiles are saved to *.DIF files
821 ; ##
822
823 ; default is false
824 ;physics_logging = true
825 ;; every n simulation iterations, the physics snapshot file is updated
826 ;physics_logging_interval = 50
827 ;; append to existing physics logfile, or overwrite existing logfiles?
828 ;physics_logging_append_existing_logfile = true
829
830 ; ##
831 ; ## Joint support 846 ; ## Joint support
832 ; ## 847 ; ##
833 848
@@ -1129,7 +1144,7 @@
1129 1144
1130 ; Maximum number of llListen events we allow over the entire region. 1145 ; Maximum number of llListen events we allow over the entire region.
1131 ; Set this to 0 to have no limit imposed 1146 ; Set this to 0 to have no limit imposed
1132 max_listeners_per_region = 1000 1147 max_listens_per_region = 1000
1133 1148
1134 ; Maximum number of llListen events we allow per script 1149 ; Maximum number of llListen events we allow per script
1135 ; Set this to 0 to have no limit imposed. 1150 ; Set this to 0 to have no limit imposed.
@@ -1561,6 +1576,12 @@
1561 RefreshTime = 3600 1576 RefreshTime = 3600
1562 1577
1563;; 1578;;
1579;; JsonStore module provides structured store for scripts
1580;;
1581[JsonStore]
1582Enabled = False
1583
1584;;
1564;; These are defaults that are overwritten below in [Architecture]. 1585;; These are defaults that are overwritten below in [Architecture].
1565;; These defaults allow OpenSim to work out of the box with 1586;; These defaults allow OpenSim to work out of the box with
1566;; zero configuration 1587;; zero configuration