diff options
author | Melanie | 2013-09-07 13:54:19 +0100 |
---|---|---|
committer | Melanie | 2013-09-07 13:54:19 +0100 |
commit | 2f365ea80be0df545a74da03afceb964da1546d1 (patch) | |
tree | a54202b1cdabaa201c0566232bde69cecdcfef6a /bin/Robust.ini.example | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-2f365ea80be0df545a74da03afceb964da1546d1.zip opensim-SC_OLD-2f365ea80be0df545a74da03afceb964da1546d1.tar.gz opensim-SC_OLD-2f365ea80be0df545a74da03afceb964da1546d1.tar.bz2 opensim-SC_OLD-2f365ea80be0df545a74da03afceb964da1546d1.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
OpenSim/Region/Framework/Scenes/Scene.cs
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.ini.example | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index da1b43a..de6fc28 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -132,8 +132,24 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
132 | ;; Next, we can specify properties of regions, including default and fallback regions | 132 | ;; Next, we can specify properties of regions, including default and fallback regions |
133 | ;; The syntax is: Region_<RegionName> = "<flags>" | 133 | ;; The syntax is: Region_<RegionName> = "<flags>" |
134 | ;; or: Region_<RegionID> = "<flags>" | 134 | ;; or: Region_<RegionID> = "<flags>" |
135 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate | 135 | ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate |
136 | ;; For example: | 136 | ;; |
137 | ;; 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.) | ||
138 | ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion | ||
139 | ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified | ||
140 | ;; an explicit region. | ||
141 | ;; | ||
142 | ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online | ||
143 | ;; region will be used. | ||
144 | ;; | ||
145 | ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the | ||
146 | ;; order specified. This only applies to local logins at this time, not Hypergrid connections. | ||
147 | ;; | ||
148 | ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins. | ||
149 | ;; | ||
150 | ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid. | ||
151 | ;; | ||
152 | ;; Example specification: | ||
137 | ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" | 153 | ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" |
138 | ; (replace spaces with underscore) | 154 | ; (replace spaces with underscore) |
139 | 155 | ||