diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 0fbdf4e..8fe6d0c 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -170,7 +170,22 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
170 | ;; The syntax is: Region_<RegionName> = "<flags>" | 170 | ;; The syntax is: Region_<RegionName> = "<flags>" |
171 | ;; or: Region_<RegionID> = "<flags>" | 171 | ;; or: Region_<RegionID> = "<flags>" |
172 | ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate | 172 | ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate |
173 | ;; For example: | 173 | ;; |
174 | ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.) | ||
175 | ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion | ||
176 | ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified | ||
177 | ;; an explicit region. | ||
178 | ;; | ||
179 | ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online | ||
180 | ;; region will be used. | ||
181 | ;; | ||
182 | ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the | ||
183 | ;; order specified. This only applies to local logins at this time, not Hypergrid connections. | ||
184 | ;; | ||
185 | ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins. | ||
186 | ;; | ||
187 | ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid. | ||
188 | ;; | ||
174 | ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" | 189 | ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" |
175 | ; (replace spaces with underscore) | 190 | ; (replace spaces with underscore) |
176 | 191 | ||