make clear that MaxRegionsViewDistance can be set to zero, disabling nearby regions visibility and crossings
parent
c4a0b8fa3f
commit
e2982fbadc
|
@ -161,13 +161,14 @@
|
||||||
; the default view range. Viewers override this ( no major effect still )
|
; the default view range. Viewers override this ( no major effect still )
|
||||||
;DefaultDrawDistance = 255.0
|
;DefaultDrawDistance = 255.0
|
||||||
|
|
||||||
; limit the maximum view range ( no effect still (does limit MaxRegionsViewDistance) )
|
....; limit the maximum view range ( no effect still (does limit MaxRegionsViewDistance) )
|
||||||
;MaxDrawDistance = 512
|
....;MaxDrawDistance = 512
|
||||||
|
|
||||||
; Other regions visibility depends on avatar position and view range
|
....; Other regions visibility depends on avatar position and view range
|
||||||
; the view range considered is limited the maximum and minimum distances:
|
....; the view range considered is limited the maximum and minimum distances
|
||||||
;MaxRegionsViewDistance = 255
|
....; if you set MaxRegionsViewDistance to zero, other regions will not be seen, and crossing to them is disabled
|
||||||
;MinRegionsViewDistance = 96
|
....;MaxRegionsViewDistance = 255
|
||||||
|
....;MinRegionsViewDistance = 96
|
||||||
|
|
||||||
; If you have only one region in an instance, or to avoid the many bugs
|
; 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
|
; that you can trigger in modules by restarting a region, set this to
|
||||||
|
|
Loading…
Reference in New Issue