diff options
author | Justin Clark-Casey (justincc) | 2015-02-19 21:45:19 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-02-19 21:47:02 +0000 |
commit | 85133daae05118021dba3b00dc0475142c1de565 (patch) | |
tree | d68dee600770b090cf80fca554bc5c4ee53e5faa | |
parent | Comment out unnecessary "Region Found!" alert message when searching map (diff) | |
download | opensim-SC-85133daae05118021dba3b00dc0475142c1de565.zip opensim-SC-85133daae05118021dba3b00dc0475142c1de565.tar.gz opensim-SC-85133daae05118021dba3b00dc0475142c1de565.tar.bz2 opensim-SC-85133daae05118021dba3b00dc0475142c1de565.tar.xz |
minor: Add explanation that [Startup] CombineContiguousRegions should be false for varregions.
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d352c33..1b5a4af 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -187,12 +187,13 @@ | |||
187 | ;; YOU HAVE BEEN WARNED!!! | 187 | ;; YOU HAVE BEEN WARNED!!! |
188 | ; TrustBinaries = false | 188 | ; TrustBinaries = false |
189 | 189 | ||
190 | ;# {CombineContiguousRegions} {} {Create megaregions where possible? (Do not use with existing content!)} {true false} false | 190 | ;# {CombineContiguousRegions} {} {Create megaregions where possible? (Do not use with existing content or varregions!)} {true false} false |
191 | ;; Combine all contiguous regions into one large megaregion | 191 | ;; Combine all contiguous regions into one large megaregion |
192 | ;; Order your regions from South to North, West to East in your regions.ini | 192 | ;; Order your regions from South to North, West to East in your regions.ini |
193 | ;; and then set this to true | 193 | ;; and then set this to true |
194 | ;; Warning! Don't use this with regions that have existing content!, | 194 | ;; Warning! Don't use this with regions that have existing content!, |
195 | ;; This will likely break them | 195 | ;; This will likely break them |
196 | ;; Also, this setting should be set to false for varregions as they are proper larger single regions rather than combined smaller regions. | ||
196 | ; CombineContiguousRegions = false | 197 | ; CombineContiguousRegions = false |
197 | 198 | ||
198 | ;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false | 199 | ;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false |