remove region combine option (mega region) for config ini files
parent
963b296f93
commit
c631ffb943
|
@ -192,15 +192,6 @@
|
||||||
;; YOU HAVE BEEN WARNED!!!
|
;; YOU HAVE BEEN WARNED!!!
|
||||||
; TrustBinaries = false
|
; TrustBinaries = false
|
||||||
|
|
||||||
;# {CombineContiguousRegions} {} {Create megaregions where possible? (Do not use with existing content or varregions!)} {true false} false
|
|
||||||
;; Combine all contiguous regions into one large megaregion
|
|
||||||
;; Order your regions from South to North, West to East in your regions.ini
|
|
||||||
;; and then set this to true
|
|
||||||
;; Warning! Don't use this with regions that have existing content!,
|
|
||||||
;; This will likely break them
|
|
||||||
;; Also, this setting should be set to false for varregions as they are proper larger single regions rather than combined smaller regions.
|
|
||||||
; CombineContiguousRegions = false
|
|
||||||
|
|
||||||
;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false
|
;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false
|
||||||
;; 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
|
||||||
|
|
|
@ -156,11 +156,6 @@
|
||||||
; YOU HAVE BEEN WARNED!!!
|
; YOU HAVE BEEN WARNED!!!
|
||||||
TrustBinaries = false
|
TrustBinaries = false
|
||||||
|
|
||||||
; Combine all contiguous regions into one large megaregion
|
|
||||||
; Order your regions from South to North, West to East in your regions.ini and then set this to true
|
|
||||||
; Warning! Don't use this with regions that have existing content!, This will likely break them
|
|
||||||
CombineContiguousRegions = false
|
|
||||||
|
|
||||||
; 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue