From e2982fbadc2079cdd32d4c9ef4896ea4275072f5 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 27 Jul 2020 18:05:38 +0100 Subject: [PATCH] make clear that MaxRegionsViewDistance can be set to zero, disabling nearby regions visibility and crossings --- bin/OpenSimDefaults.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 9b73e18474..dc5f126922 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -161,13 +161,14 @@ ; 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 +....; limit the maximum view range ( no effect still (does limit MaxRegionsViewDistance) ) +....;MaxDrawDistance = 512 - ; Other regions visibility depends on avatar position and view range - ; the view range considered is limited the maximum and minimum distances: - ;MaxRegionsViewDistance = 255 - ;MinRegionsViewDistance = 96 +....; Other regions visibility depends on avatar position and view range +....; the view range considered is limited the maximum and minimum distances +....; if you set MaxRegionsViewDistance to zero, other regions will not be seen, and crossing to them is disabled +....;MaxRegionsViewDistance = 255 +....;MinRegionsViewDistance = 96 ; 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