minor: add doc about DefaultHGRegion and some of the other GridService region settings (though not all as of yet)
parent
dc74a50225
commit
b858be345a
|
@ -170,7 +170,22 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
|
||||||
;; The syntax is: Region_<RegionName> = "<flags>"
|
;; The syntax is: Region_<RegionName> = "<flags>"
|
||||||
;; or: Region_<RegionID> = "<flags>"
|
;; or: Region_<RegionID> = "<flags>"
|
||||||
;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
|
;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
|
||||||
;; For example:
|
;;
|
||||||
|
;; 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.)
|
||||||
|
;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
|
||||||
|
;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
|
||||||
|
;; an explicit region.
|
||||||
|
;;
|
||||||
|
;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
|
||||||
|
;; region will be used.
|
||||||
|
;;
|
||||||
|
;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
|
||||||
|
;; order specified. This only applies to local logins at this time, not Hypergrid connections.
|
||||||
|
;;
|
||||||
|
;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
|
||||||
|
;;
|
||||||
|
;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
|
||||||
|
;;
|
||||||
; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
|
; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
|
||||||
; (replace spaces with underscore)
|
; (replace spaces with underscore)
|
||||||
|
|
||||||
|
|
|
@ -132,8 +132,24 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
|
||||||
;; Next, we can specify properties of regions, including default and fallback regions
|
;; Next, we can specify properties of regions, including default and fallback regions
|
||||||
;; The syntax is: Region_<RegionName> = "<flags>"
|
;; The syntax is: Region_<RegionName> = "<flags>"
|
||||||
;; or: Region_<RegionID> = "<flags>"
|
;; or: Region_<RegionID> = "<flags>"
|
||||||
;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate
|
;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
|
||||||
;; For example:
|
;;
|
||||||
|
;; 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.)
|
||||||
|
;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
|
||||||
|
;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
|
||||||
|
;; an explicit region.
|
||||||
|
;;
|
||||||
|
;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
|
||||||
|
;; region will be used.
|
||||||
|
;;
|
||||||
|
;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
|
||||||
|
;; order specified. This only applies to local logins at this time, not Hypergrid connections.
|
||||||
|
;;
|
||||||
|
;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
|
||||||
|
;;
|
||||||
|
;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
|
||||||
|
;;
|
||||||
|
;; Example specification:
|
||||||
; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
|
; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
|
||||||
; (replace spaces with underscore)
|
; (replace spaces with underscore)
|
||||||
|
|
||||||
|
|
|
@ -81,6 +81,22 @@
|
||||||
;; Next, we can specify properties of regions, including default and fallback regions
|
;; Next, we can specify properties of regions, including default and fallback regions
|
||||||
;; The syntax is: Region_<RegioName> = "<flags>"
|
;; The syntax is: Region_<RegioName> = "<flags>"
|
||||||
;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
|
;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
|
||||||
|
;;
|
||||||
|
;; 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.)
|
||||||
|
;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
|
||||||
|
;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
|
||||||
|
;; an explicit region.
|
||||||
|
;;
|
||||||
|
;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
|
||||||
|
;; region will be used.
|
||||||
|
;;
|
||||||
|
;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
|
||||||
|
;; order specified. This only applies to local logins at this time, not Hypergrid connections.
|
||||||
|
;;
|
||||||
|
;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
|
||||||
|
;;
|
||||||
|
;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
|
||||||
|
;;
|
||||||
;; For example:
|
;; For example:
|
||||||
Region_Welcome_Area = "DefaultRegion, FallbackRegion"
|
Region_Welcome_Area = "DefaultRegion, FallbackRegion"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue