From 0dc14b5f35c520eae8653cd6add78d648cade8e0 Mon Sep 17 00:00:00 2001 From: Michael Cerquoni Date: Fri, 6 Jun 2014 22:29:04 -0400 Subject: fix the comment section of max_distance setting to reflect default value --- bin/OpenSimDefaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 2a7e4c3..7f6d0e6 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -701,7 +701,7 @@ MaxOutgoingTransferVersion = "SIMULATION/0.3" ; The maximum distance in regions that an agent is allowed to teleport - ; along the x or y axis. This is set to 16383 because current viewers + ; along the x or y axis. This is set to 65535 because current viewers ; can't handle teleports that are greater than this distance ; Setting to 0 will allow teleports of any distance ; -- cgit v1.1 From 8956cdc55f2115ae6216c67a6e287c851e4291a1 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 8 Jun 2014 09:50:31 -0700 Subject: Add [Terrain]SendTerrainUpdatesByViewDistance=false to OpenSimDefaults.ini so people can find the setting. --- bin/OpenSimDefaults.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 7f6d0e6..b9fd163 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1755,8 +1755,12 @@ [Terrain] + ; Values can be "pinhead-island" or "flat" InitialTerrain = "pinhead-island" - + ; If 'true' each avatar is only sent terrain patches within their view distance + ; This also changes the region terrain loading from 'lawn mower' to ordered around + ; the avatar outward. + SendTerrainUpdatesByViewDistance = False ;; ;; If you are using a simian grid frontend you can enable -- cgit v1.1