diff options
author | UbitUmarov | 2016-08-21 06:49:16 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-21 06:49:16 +0100 |
commit | c631ffb9436dfd00f4a6a7c94337d823359af8d0 (patch) | |
tree | 9a68829013048e4db1f8bfed3b0ab996563779cb /bin | |
parent | in HGAssetBroker do cache all if asset id changed (diff) | |
download | opensim-SC-c631ffb9436dfd00f4a6a7c94337d823359af8d0.zip opensim-SC-c631ffb9436dfd00f4a6a7c94337d823359af8d0.tar.gz opensim-SC-c631ffb9436dfd00f4a6a7c94337d823359af8d0.tar.bz2 opensim-SC-c631ffb9436dfd00f4a6a7c94337d823359af8d0.tar.xz |
remove region combine option (mega region) for config ini files
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 9 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9d868a1..3fe3992 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -192,15 +192,6 @@ | |||
192 | ;; YOU HAVE BEEN WARNED!!! | 192 | ;; YOU HAVE BEEN WARNED!!! |
193 | ; TrustBinaries = false | 193 | ; TrustBinaries = false |
194 | 194 | ||
195 | ;# {CombineContiguousRegions} {} {Create megaregions where possible? (Do not use with existing content or varregions!)} {true false} false | ||
196 | ;; Combine all contiguous regions into one large megaregion | ||
197 | ;; Order your regions from South to North, West to East in your regions.ini | ||
198 | ;; and then set this to true | ||
199 | ;; Warning! Don't use this with regions that have existing content!, | ||
200 | ;; This will likely break them | ||
201 | ;; Also, this setting should be set to false for varregions as they are proper larger single regions rather than combined smaller regions. | ||
202 | ; CombineContiguousRegions = false | ||
203 | |||
204 | ;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false | 195 | ;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false |
205 | ;; If you have only one region in an instance, or to avoid the many bugs | 196 | ;; If you have only one region in an instance, or to avoid the many bugs |
206 | ;; that you can trigger in modules by restarting a region, set this to | 197 | ;; that you can trigger in modules by restarting a region, set this to |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6ccea99..47257b2 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -156,11 +156,6 @@ | |||
156 | ; YOU HAVE BEEN WARNED!!! | 156 | ; YOU HAVE BEEN WARNED!!! |
157 | TrustBinaries = false | 157 | TrustBinaries = false |
158 | 158 | ||
159 | ; Combine all contiguous regions into one large megaregion | ||
160 | ; Order your regions from South to North, West to East in your regions.ini and then set this to true | ||
161 | ; Warning! Don't use this with regions that have existing content!, This will likely break them | ||
162 | CombineContiguousRegions = false | ||
163 | |||
164 | ; the default view range. Viewers override this ( no major effect still ) | 159 | ; the default view range. Viewers override this ( no major effect still ) |
165 | DefaultDrawDistance = 255.0 | 160 | DefaultDrawDistance = 255.0 |
166 | 161 | ||