From 8981cba137e6eea28f7a1e8f60e21ae8cad1b67b Mon Sep 17 00:00:00 2001
From: UbitUmarov
Date: Tue, 26 Jan 2016 20:52:09 +0000
Subject:  update OpenSimDefaults.ini

---
 bin/OpenSimDefaults.ini | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

(limited to 'bin')

diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 84e029b..725ce57 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -161,13 +161,19 @@
     ; Warning!  Don't use this with regions that have existing content!, This will likely break them
     CombineContiguousRegions = false
 
-    ; Extend the region's draw distance; 255m is the default which includes
-    ; one neighbor on each side of the current region, 767m would go three
-    ; neighbors on each side for a total of 49 regions in view. Warning, unless
-    ; all the regions have the same drawdistance, you will end up with strange
-    ; effects because the agents that get closed may be inconsistent.
+    ; the default view range. Viewers override this ( no major effect still )
     DefaultDrawDistance = 255.0
 
+	; limit the maximum view range ( no effect still (does limit MaxRegionsViewDistance) )
+	MaxDrawDistance = 512
+	
+	; the maximum distance to tell a viewer to connect to a neighbour region, so it can be seen
+	; (it is limited by MaxDrawDistance above)
+	; less than 256 shows imediate neighbours; 512 also second imediate neighbours etc
+	; more than 512m can cause viewers problems specially in case of dense regions.
+	; curretly this distance is from current region borders.
+	MaxRegionsViewDistance = 255
+	
     ; If you have only one region in an instance, or to avoid the many bugs
     ; that you can trigger in modules by restarting a region, set this to
     ; true to make the entire instance exit instead of restarting the region.
-- 
cgit v1.1