diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 84e029b6d0..725ce5789e 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.