change MaxRegionsViewDistance description a bit
parent
83029042d3
commit
3b2786d27e
|
@ -164,17 +164,20 @@
|
|||
TrustBinaries = false
|
||||
|
||||
; 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) )
|
||||
MaxDrawDistance = 512
|
||||
;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.
|
||||
; less than 256 shows imediate neighbours; 256 to 511 also second imediate neighbours etc
|
||||
; more than 511m can cause viewers problems specially in case of dense regions.
|
||||
; curretly this distance is from current region borders.
|
||||
MaxRegionsViewDistance = 255
|
||||
; Warning: if relevant regions have diferent setting you may notice strange
|
||||
; effects due to that assimetry
|
||||
; *****
|
||||
;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
|
||||
|
|
Loading…
Reference in New Issue