update OpenSimDefaults.ini
parent
109723dc2d
commit
8981cba137
|
@ -161,13 +161,19 @@
|
||||||
; Warning! Don't use this with regions that have existing content!, This will likely break them
|
; Warning! Don't use this with regions that have existing content!, This will likely break them
|
||||||
CombineContiguousRegions = false
|
CombineContiguousRegions = false
|
||||||
|
|
||||||
; Extend the region's draw distance; 255m is the default which includes
|
; the default view range. Viewers override this ( no major effect still )
|
||||||
; 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.
|
|
||||||
DefaultDrawDistance = 255.0
|
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
|
; 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
|
||||||
; true to make the entire instance exit instead of restarting the region.
|
; true to make the entire instance exit instead of restarting the region.
|
||||||
|
|
Loading…
Reference in New Issue