reporter1

Untitled

Nov 16th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. [GridService]
  2. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  3. ; Realm = "regions"
  4. ; AllowDuplicateNames = "True"
  5.  
  6. ;; Next, we can specify properties of regions, including default and fallback regions
  7. ;; The syntax is: Region_<RegionName> = "<flags>"
  8. ;; or: Region_<RegionID> = "<flags>"
  9. ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
  10. ;;
  11. ;; 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.)
  12. ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
  13. ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
  14. ;; an explicit region.
  15. ;;
  16. ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
  17. ;; region will be used.
  18. ;;
  19. ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
  20. ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
  21. ;;
  22. ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
  23. ;;
  24. ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
  25. ;;
  26. ;; Example specification:
  27. ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
  28. ; (replace spaces with underscore)
Advertisement
Add Comment
Please, Sign In to add comment