diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 2a7e4c3..b9fd163 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -701,7 +701,7 @@ | |||
701 | MaxOutgoingTransferVersion = "SIMULATION/0.3" | 701 | MaxOutgoingTransferVersion = "SIMULATION/0.3" |
702 | 702 | ||
703 | ; The maximum distance in regions that an agent is allowed to teleport | 703 | ; The maximum distance in regions that an agent is allowed to teleport |
704 | ; along the x or y axis. This is set to 16383 because current viewers | 704 | ; along the x or y axis. This is set to 65535 because current viewers |
705 | ; can't handle teleports that are greater than this distance | 705 | ; can't handle teleports that are greater than this distance |
706 | ; Setting to 0 will allow teleports of any distance | 706 | ; Setting to 0 will allow teleports of any distance |
707 | ; | 707 | ; |
@@ -1755,8 +1755,12 @@ | |||
1755 | 1755 | ||
1756 | 1756 | ||
1757 | [Terrain] | 1757 | [Terrain] |
1758 | ; Values can be "pinhead-island" or "flat" | ||
1758 | InitialTerrain = "pinhead-island" | 1759 | InitialTerrain = "pinhead-island" |
1759 | 1760 | ; If 'true' each avatar is only sent terrain patches within their view distance | |
1761 | ; This also changes the region terrain loading from 'lawn mower' to ordered around | ||
1762 | ; the avatar outward. | ||
1763 | SendTerrainUpdatesByViewDistance = False | ||
1760 | 1764 | ||
1761 | ;; | 1765 | ;; |
1762 | ;; If you are using a simian grid frontend you can enable | 1766 | ;; If you are using a simian grid frontend you can enable |