aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMelanie2013-10-04 20:03:12 +0100
committerMelanie2013-10-04 20:03:12 +0100
commit75c68fa29e3a2fed81c883e7925bf161e968639f (patch)
tree13ba69e6818f634018a5954d38750cf48128b7f8 /bin/OpenSimDefaults.ini
parentMerge branch 'avination-current' into careminster (diff)
parentminor: Disable logging left active on regression test TestSameSimulatorIsolat... (diff)
downloadopensim-SC_OLD-75c68fa29e3a2fed81c883e7925bf161e968639f.zip
opensim-SC_OLD-75c68fa29e3a2fed81c883e7925bf161e968639f.tar.gz
opensim-SC_OLD-75c68fa29e3a2fed81c883e7925bf161e968639f.tar.bz2
opensim-SC_OLD-75c68fa29e3a2fed81c883e7925bf161e968639f.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini74
1 files changed, 50 insertions, 24 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 67963a5..0cd411e 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -86,8 +86,8 @@
86 ;; from the selected region_info_source. 86 ;; from the selected region_info_source.
87 allow_regionless = false 87 allow_regionless = false
88 88
89 ;; Allow child agents to see into the region even if their root counterpart isn't allowed in here 89 ;; Allow child agents to see into the region even if their root counterpart isn't allowed in here
90 see_into_region = true 90 see_into_region = true
91 91
92 ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos 92 ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos
93 ; Increasing this number will increase memory usage. 93 ; Increasing this number will increase memory usage.
@@ -399,7 +399,6 @@
399 ; ProfileURL = http://127.0.0.1:9000 399 ; ProfileURL = http://127.0.0.1:9000
400 400
401 401
402
403[SMTP] 402[SMTP]
404 enabled = false 403 enabled = false
405 404
@@ -461,6 +460,7 @@
461 ; many simultaneous requests, default is 30 and is currently applied only to assets 460 ; many simultaneous requests, default is 30 and is currently applied only to assets
462 ;MaxRequestConcurrency = 30 461 ;MaxRequestConcurrency = 30
463 462
463
464[ClientStack.LindenUDP] 464[ClientStack.LindenUDP]
465 ; Set this to true to process incoming packets asynchronously. Networking is 465 ; Set this to true to process incoming packets asynchronously. Networking is
466 ; already separated from packet handling with a queue, so this will only 466 ; already separated from packet handling with a queue, so this will only
@@ -560,6 +560,7 @@
560 ; 560 ;
561 ;PausedAckTimeout = 300 561 ;PausedAckTimeout = 300
562 562
563
563[ClientStack.LindenCaps] 564[ClientStack.LindenCaps]
564 ;; Long list of capabilities taken from 565 ;; Long list of capabilities taken from
565 ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities 566 ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities
@@ -632,11 +633,10 @@
632 Cap_FetchInventoryDescendents2 = "localhost" 633 Cap_FetchInventoryDescendents2 = "localhost"
633 Cap_FetchInventory2 = "localhost" 634 Cap_FetchInventory2 = "localhost"
634 635
635 ; Capability for searching for people 636 ; Capability for searching for people
636 Cap_AvatarPickerSearch = "localhost" 637 Cap_AvatarPickerSearch = "localhost"
637 638
638 639
639
640[Chat] 640[Chat]
641 ; Controls whether the chat module is enabled. Default is true. 641 ; Controls whether the chat module is enabled. Default is true.
642 enabled = true; 642 enabled = true;
@@ -652,9 +652,21 @@
652 652
653 653
654[EntityTransfer] 654[EntityTransfer]
655 ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis 655 ; The maximum protocol version that we will use for outgoing transfers
656 ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance 656 ; Valid values are
657 max_distance = 4095 657 ; "SIMULATION/0.2"
658 ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
659 ; - this protocol is more efficient than "SIMULATION/0.1"
660 ; "SIMULATION/0.1"
661 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
662 MaxOutgoingTransferVersion = "SIMULATION/0.2"
663
664 ; The maximum distance in regions that an agent is allowed to teleport
665 ; along the x or y axis. This is set to 16383 because current viewers
666 ; can't handle teleports that are greater than this distance
667 ; Setting to 0 will allow teleports of any distance
668 ;
669 max_distance = 16383
658 670
659 ; Minimum user level required for HyperGrid teleports 671 ; Minimum user level required for HyperGrid teleports
660 LevelHGTeleport = 0 672 LevelHGTeleport = 0
@@ -953,6 +965,7 @@
953 ; Default is false. 965 ; Default is false.
954 ;force_simple_prim_meshing = true 966 ;force_simple_prim_meshing = true
955 967
968
956[BulletSim] 969[BulletSim]
957 ; All the BulletSim parameters can be displayed with the console command 970 ; All the BulletSim parameters can be displayed with the console command
958 ; "physics get all" and all are defined in the source file 971 ; "physics get all" and all are defined in the source file
@@ -1268,6 +1281,7 @@
1268 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL()) 1281 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
1269 max_external_urls_per_simulator = 100 1282 max_external_urls_per_simulator = 100
1270 1283
1284
1271[DataSnapshot] 1285[DataSnapshot]
1272 ; The following set of configs pertains to search. 1286 ; The following set of configs pertains to search.
1273 ; Set index_sims to true to enable search engines to index your searchable data 1287 ; Set index_sims to true to enable search engines to index your searchable data
@@ -1672,31 +1686,36 @@
1672 RootReprioritizationDistance = 10.0 1686 RootReprioritizationDistance = 10.0
1673 ChildReprioritizationDistance = 20.0 1687 ChildReprioritizationDistance = 20.0
1674 1688
1689
1675[Monitoring] 1690[Monitoring]
1676 ; Enable region monitoring 1691 ; Enable region monitoring
1677 ; If true, this will print out an error if more than a minute has passed since the last simulator frame 1692 ; If true, this will print out an error if more than a minute has passed since the last simulator frame
1678 ; Also is another source of region statistics provided via the regionstats URL 1693 ; Also is another source of region statistics provided via the regionstats URL
1679 Enabled = true 1694 Enabled = true
1680 1695
1681; View region statistics via a web page 1696
1682; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
1683; Use a web browser and type in the "Login URI" + "/SStats/"
1684; For example- http://127.0.0.1:9000/SStats/
1685[WebStats] 1697[WebStats]
1686; enabled=false 1698 ; View region statistics via a web page
1699 ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
1700 ; Use a web browser and type in the "Login URI" + "/SStats/"
1701 ; For example- http://127.0.0.1:9000/SStats/
1702 ; enabled=false
1687 1703
1688 1704
1689[MediaOnAPrim] 1705[MediaOnAPrim]
1690 ; Enable media on a prim facilities 1706 ; Enable media on a prim facilities
1691 Enabled = true; 1707 Enabled = true;
1692 1708
1709
1693[NPC] 1710[NPC]
1694 ;; Enable Non Player Character (NPC) facilities 1711 ;; Enable Non Player Character (NPC) facilities
1695 Enabled = false 1712 Enabled = false
1696 1713
1714
1697[Terrain] 1715[Terrain]
1698 InitialTerrain = "pinhead-island" 1716 InitialTerrain = "pinhead-island"
1699 1717
1718
1700;; 1719;;
1701;; If you are using a simian grid frontend you can enable 1720;; If you are using a simian grid frontend you can enable
1702;; this module to upload tile images for the mapping fn 1721;; this module to upload tile images for the mapping fn
@@ -1706,15 +1725,17 @@
1706 MaptileURL = "http://www.mygrid.com/Grid/" 1725 MaptileURL = "http://www.mygrid.com/Grid/"
1707 RefreshTime = 3600 1726 RefreshTime = 3600
1708 1727
1728
1709;; 1729;;
1710;; JsonStore module provides structured store for scripts 1730;; JsonStore module provides structured store for scripts
1711;; 1731;;
1712[JsonStore] 1732[JsonStore]
1713Enabled = False 1733 Enabled = False
1734
1735 ;; Enable direct access to the SOP dynamic attributes
1736 EnableObjectStore = False
1737 MaxStringSpace = 0
1714 1738
1715;; Enable direct access to the SOP dynamic attributes
1716EnableObjectStore = False
1717MaxStringSpace = 0
1718 1739
1719;; 1740;;
1720;; These are defaults that are overwritten below in [Architecture]. 1741;; These are defaults that are overwritten below in [Architecture].
@@ -1729,24 +1750,29 @@ MaxStringSpace = 0
1729 ; asset store each time the region starts 1750 ; asset store each time the region starts
1730 AssetLoaderEnabled = true 1751 AssetLoaderEnabled = true
1731 1752
1753
1732[GridService] 1754[GridService]
1733 ;; default standalone, overridable in StandaloneCommon.ini 1755 ;; default standalone, overridable in StandaloneCommon.ini
1734 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 1756 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
1735 1757
1758
1736[AutoBackupModule] 1759[AutoBackupModule]
1737 ;; default is module is disabled at the top level 1760 ;; default is module is disabled at the top level
1738 AutoBackupModuleEnabled = false 1761 AutoBackupModuleEnabled = false
1762
1739 1763
1740[Sounds] 1764[Sounds]
1741 ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule} 1765 ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule}
1742 Module = OpenSim.Region.CoreModules.dll:SoundModule 1766 Module = OpenSim.Region.CoreModules.dll:SoundModule
1767
1768 ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
1769 MaxDistance = 100.0
1743 1770
1744 ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
1745 MaxDistance = 100.0
1746 1771
1747[ServiceThrottle] 1772[ServiceThrottle]
1748 ;; Default time interval (in ms) for the throttle service thread to wake up 1773 ;; Default time interval (in ms) for the throttle service thread to wake up
1749 Interval = 5000 1774 Interval = 5000
1750 1775
1776
1751[Modules] 1777[Modules]
1752 Include-modules = "addon-modules/*/config/*.ini" 1778 Include-modules = "addon-modules/*/config/*.ini"