diff options
author | UbitUmarov | 2012-03-28 17:51:56 +0100 |
---|---|---|
committer | UbitUmarov | 2012-03-28 17:51:56 +0100 |
commit | 1888e174cd9407003d544a8a3fad21ae53e8dcb4 (patch) | |
tree | 80df2ea53b4824e196ddbba835dc8b420f5e99bf /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC_OLD-1888e174cd9407003d544a8a3fad21ae53e8dcb4.zip opensim-SC_OLD-1888e174cd9407003d544a8a3fad21ae53e8dcb4.tar.gz opensim-SC_OLD-1888e174cd9407003d544a8a3fad21ae53e8dcb4.tar.bz2 opensim-SC_OLD-1888e174cd9407003d544a8a3fad21ae53e8dcb4.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3401a71..6fb9787 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -272,6 +272,8 @@ | |||
272 | ; Disabled by default | 272 | ; Disabled by default |
273 | ; simple_build_permissions = False | 273 | ; simple_build_permissions = False |
274 | 274 | ||
275 | ; Minimum user level required to upload assets | ||
276 | ;LevelUpload = 0 | ||
275 | 277 | ||
276 | ; ## | 278 | ; ## |
277 | ; ## SCRIPT ENGINE | 279 | ; ## SCRIPT ENGINE |
@@ -620,6 +622,10 @@ | |||
620 | ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance | 622 | ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance |
621 | max_distance = 4095 | 623 | max_distance = 4095 |
622 | 624 | ||
625 | ; Minimum user level required for HyperGrid teleports | ||
626 | LevelHGTeleport = 0 | ||
627 | |||
628 | |||
623 | [Messaging] | 629 | [Messaging] |
624 | ; Control which region module is used for instant messaging. | 630 | ; Control which region module is used for instant messaging. |
625 | ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting) | 631 | ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting) |
@@ -657,6 +663,9 @@ | |||
657 | ; mesh, and use it for collisions. | 663 | ; mesh, and use it for collisions. |
658 | UseMeshiesPhysicsMesh = true | 664 | UseMeshiesPhysicsMesh = true |
659 | 665 | ||
666 | ; Minimum user level required to upload meshes | ||
667 | ;LevelUpload = 0 | ||
668 | |||
660 | 669 | ||
661 | [ODEPhysicsSettings] | 670 | [ODEPhysicsSettings] |
662 | ;## | 671 | ;## |
@@ -1497,6 +1506,9 @@ | |||
1497 | ; System.Net.WebException: The request was aborted: The request was canceled. | 1506 | ; System.Net.WebException: The request was aborted: The request was canceled. |
1498 | ; XmlRpcDisableKeepAlive = false | 1507 | ; XmlRpcDisableKeepAlive = false |
1499 | 1508 | ||
1509 | ; Minimum user level required to create groups | ||
1510 | ;LevelGroupCreate = 0 | ||
1511 | |||
1500 | 1512 | ||
1501 | [PacketPool] | 1513 | [PacketPool] |
1502 | ; Enables the experimental packet pool. Yes, we've been here before. | 1514 | ; Enables the experimental packet pool. Yes, we've been here before. |