diff options
author | AliciaRaven | 2016-11-22 15:31:45 +0000 |
---|---|---|
committer | AliciaRaven | 2016-11-22 15:31:45 +0000 |
commit | 94e48838d5b1f0bf0c5b0e40b7bc9a6f1be156e9 (patch) | |
tree | 384a7f929cbc59bf4b45d9daaae976471427219a /bin | |
parent | Coding standards: A local variable may not use the prefix m_ (diff) | |
download | opensim-SC-94e48838d5b1f0bf0c5b0e40b7bc9a6f1be156e9.zip opensim-SC-94e48838d5b1f0bf0c5b0e40b7bc9a6f1be156e9.tar.gz opensim-SC-94e48838d5b1f0bf0c5b0e40b7bc9a6f1be156e9.tar.bz2 opensim-SC-94e48838d5b1f0bf0c5b0e40b7bc9a6f1be156e9.tar.xz |
Include new Region.ini option for DefaultLandingPoint for teleports with no coords specified.
This is useful when using a Telehub would be to restrictive as it would block landmarks and map teleports. This location is only ever used when no coordinates are provided. If config value not set, the previous default of 128,128 is used.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Regions/Regions.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
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 |