diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 | ||||
-rw-r--r-- | bin/Regions/Regions.ini.example | 3 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 3 | ||||
-rw-r--r-- | bin/Robust.ini.example | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index b9e3351..4df6584 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -397,10 +397,6 @@ | |||
397 | ;; Allow region managers to assume god powers in regions they manage | 397 | ;; Allow region managers to assume god powers in regions they manage |
398 | ; region_manager_is_god = false | 398 | ; region_manager_is_god = false |
399 | 399 | ||
400 | ;# {parcel_owner_is_god} {} {Allow parcel owner gods} {true false} false | ||
401 | ;; Allow parcel owners to assume god powers in their parcels | ||
402 | ; parcel_owner_is_god = false | ||
403 | |||
404 | ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false | 400 | ;# {simple_build_permissions} {} {Allow building in parcel by access list (no groups)} {true false} false |
405 | ;; More control over permissions | 401 | ;; More control over permissions |
406 | ;; This is definitely not SL! | 402 | ;; This is definitely not SL! |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index c525a6e..6539f6e 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -473,7 +473,7 @@ | |||
473 | ;region_manager_is_god = false | 473 | ;region_manager_is_god = false |
474 | 474 | ||
475 | ; Allow parcel owners to assume god powers in their parcels | 475 | ; Allow parcel owners to assume god powers in their parcels |
476 | ; you really may not want this... | 476 | ; you really do not want this... |
477 | ;parcel_owner_is_god = false | 477 | ;parcel_owner_is_god = false |
478 | 478 | ||
479 | ; Control user types that are allowed to create new scripts | 479 | ; Control user types that are allowed to create new scripts |
diff --git a/bin/Regions/Regions.ini.example b/bin/Regions/Regions.ini.example index e20fee6..97d1c4f 100644 --- a/bin/Regions/Regions.ini.example +++ b/bin/Regions/Regions.ini.example | |||
@@ -31,6 +31,9 @@ ExternalHostName = SYSTEMIP | |||
31 | ; SizeX = 512 | 31 | ; SizeX = 512 |
32 | ; SizeY = 512 | 32 | ; SizeY = 512 |
33 | 33 | ||
34 | ; * Default region landing point used when no teleport coords are specified | ||
35 | ; DefaultLanding = <128,128,30> | ||
36 | |||
34 | ; * | 37 | ; * |
35 | ; * Prim data | 38 | ; * Prim data |
36 | ; * This allows limiting the sizes of prims and the region prim count | 39 | ; * This allows limiting the sizes of prims and the region prim count |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index ad07674..c231a8a 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -242,6 +242,9 @@ | |||
242 | ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time | 242 | ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time |
243 | ;DaysBetweenAccessTimeUpdates = 30 | 243 | ;DaysBetweenAccessTimeUpdates = 30 |
244 | 244 | ||
245 | ;; Should FSAssets print read/write stats to the robust console, default is true | ||
246 | ;ShowConsoleStats = true | ||
247 | |||
245 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) | 248 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) |
246 | ;StorageProvider = "" | 249 | ;StorageProvider = "" |
247 | ;ConnectionString = "" | 250 | ;ConnectionString = "" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 099d4da..743b23d 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -204,6 +204,9 @@ | |||
204 | ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time | 204 | ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time |
205 | ;DaysBetweenAccessTimeUpdates = 30 | 205 | ;DaysBetweenAccessTimeUpdates = 30 |
206 | 206 | ||
207 | ;; Should FSAssets print read/write stats to the robust console, default is true | ||
208 | ;ShowConsoleStats = true | ||
209 | |||
207 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) | 210 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) |
208 | ;StorageProvider = "" | 211 | ;StorageProvider = "" |
209 | ;ConnectionString = "" | 212 | ;ConnectionString = "" |