aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini46
1 files changed, 16 insertions, 30 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index dffc0ac..8a451ec 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -57,9 +57,6 @@
57 ; ## CLIENTS 57 ; ## CLIENTS
58 ; ## 58 ; ##
59 59
60 ; Enables EventQueueGet Service.
61 EventQueue = true
62
63 ; Set this to the DLL containing the client stack to use. 60 ; Set this to the DLL containing the client stack to use.
64 clientstack_plugin="OpenSim.Region.ClientStack.LindenUDP.dll" 61 clientstack_plugin="OpenSim.Region.ClientStack.LindenUDP.dll"
65 62
@@ -371,6 +368,12 @@
371 ; alert_uri = "http://myappserver.net/my_handler/" 368 ; alert_uri = "http://myappserver.net/my_handler/"
372 369
373 370
371[EstateManagement]
372 ; If false, then block any region restart requests from the client even if they are otherwise valid.
373 ; Default is true
374 AllowRegionRestartFromClient = true
375
376
374[SMTP] 377[SMTP]
375 enabled = false 378 enabled = false
376 379
@@ -432,20 +435,6 @@
432 ; many simultaneous requests, default is 30 and is currently applied only to assets 435 ; many simultaneous requests, default is 30 and is currently applied only to assets
433 ;MaxRequestConcurrency = 30 436 ;MaxRequestConcurrency = 30
434 437
435[XMLRPC]
436 ; ##
437 ; ## Scripting XMLRPC mapper
438 ; ##
439
440 ; If enabled, this will post an event, "xmlrpc_uri(string)" to the
441 ; script concurrently with the first remote_data event.
442 ; This will contain the fully qualified URI an external site needs
443 ; to use to send XMLRPC requests to that script
444
445 ;XmlRpcRouterModule = "XmlRpcRouterModule"
446 ;XmlRpcPort = 20800
447
448
449[ClientStack.LindenUDP] 438[ClientStack.LindenUDP]
450 ; Set this to true to process incoming packets asynchronously. Networking is 439 ; Set this to true to process incoming packets asynchronously. Networking is
451 ; already separated from packet handling with a queue, so this will only 440 ; already separated from packet handling with a queue, so this will only
@@ -930,7 +919,8 @@
930 AvatarFriction = 0.2 919 AvatarFriction = 0.2
931 AvatarRestitution = 0.0 920 AvatarRestitution = 0.0
932 AvatarDensity = 60.0 921 AvatarDensity = 60.0
933 AvatarCapsuleRadius = 0.37 922 AvatarCapsuleWidth = 0.6
923 AvatarCapsuleDepth = 0.45
934 AvatarCapsuleHeight = 1.5 924 AvatarCapsuleHeight = 1.5
935 AvatarContactProcessingThreshold = 0.1 925 AvatarContactProcessingThreshold = 0.1
936 926
@@ -1421,16 +1411,6 @@
1421 ; DeleteScriptsOnStartup = false 1411 ; DeleteScriptsOnStartup = false
1422 1412
1423 1413
1424[OpenGridProtocol]
1425 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..
1426 ;On/true or Off/false
1427 ogp_enabled=false
1428
1429 ;Name Prefix/suffix when using OGP
1430 ogp_firstname_prefix=""
1431 ogp_lastname_suffix="_EXTERNAL"
1432
1433
1434[Concierge] 1414[Concierge]
1435 ; Enable concierge module 1415 ; Enable concierge module
1436 ; Default is false 1416 ; Default is false
@@ -1612,8 +1592,7 @@
1612 1592
1613 ; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets. 1593 ; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets.
1614 ; This reduces data churn 1594 ; This reduces data churn
1615 ; This setting is currently experimental and defaults to false. 1595 RecycleBaseUDPPackets = true
1616 RecycleBaseUDPPackets = false;
1617 1596
1618 1597
1619[InterestManagement] 1598[InterestManagement]
@@ -1687,5 +1666,12 @@ Enabled = False
1687 ;; default is module is disabled at the top level 1666 ;; default is module is disabled at the top level
1688 AutoBackupModuleEnabled = false 1667 AutoBackupModuleEnabled = false
1689 1668
1669[Sounds]
1670 ;; {Module} {} {Implementation of ISoundModule to use.} {OpenSim.Region.CoreModules.dll:SoundModule}
1671 Module = OpenSim.Region.CoreModules.dll:SoundModule
1672
1673 ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0}
1674 MaxDistance = 100.0
1675
1690[Modules] 1676[Modules]
1691 Include-modules = "addon-modules/*/config/*.ini" 1677 Include-modules = "addon-modules/*/config/*.ini"