aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini15
1 files changed, 10 insertions, 5 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 860e758..fd39fe6 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -504,6 +504,10 @@
504 ; Distance in meters that shouts should travel. Default is 100m 504 ; Distance in meters that shouts should travel. Default is 100m
505 shout_distance = 100 505 shout_distance = 100
506 506
507[EntityTransfer]
508 ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis
509 ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance
510 max_distance = 4095
507 511
508[Messaging] 512[Messaging]
509 ; Control which region module is used for instant messaging. 513 ; Control which region module is used for instant messaging.
@@ -855,11 +859,6 @@
855 ;exclude_list=User 1,User 2,User 3 859 ;exclude_list=User 1,User 2,User 3
856 860
857 861
858[CMS]
859 enabled = false
860 ;channel = 345
861
862
863; The following settings control the progression of daytime 862; The following settings control the progression of daytime
864; in the Sim. The defaults are the same as the commented out settings 863; in the Sim. The defaults are the same as the commented out settings
865[Sun] 864[Sun]
@@ -1120,6 +1119,12 @@
1120 ;; Path to script assemblies 1119 ;; Path to script assemblies
1121 ; ScriptEnginesPath = "ScriptEngines" 1120 ; ScriptEnginesPath = "ScriptEngines"
1122 1121
1122 ; Whether to delete previously compiled scripts when the sim starts. If you disable this
1123 ; then startup will be faster. However, then it becomes your responsibility to delete the
1124 ; compiled scripts if OpenSim has changed enough that previously compiled scripts are no
1125 ; longer compatible.
1126 DeleteScriptsOnStartup = true
1127
1123 1128
1124[OpenGridProtocol] 1129[OpenGridProtocol]
1125 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. 1130 ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..