GridHypergrid.ini 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. ;;
  2. ;; Please don't change this file.
  3. ;; All optional settings are in GridCommon.ini.example,
  4. ;; which you can copy and change.
  5. ;;
  6. [Includes]
  7. Include-Common = "config-include/GridCommon.ini"
  8. [Startup]
  9. WorldMapModule = "HGWorldMap"
  10. [Modules]
  11. AssetServices = "HGAssetBroker"
  12. InventoryServices = "HGInventoryBroker"
  13. GridServices = "RemoteGridServicesConnector"
  14. AvatarServices = "RemoteAvatarServicesConnector"
  15. NeighbourServices = "RemoteNeighbourServicesConnector"
  16. AuthenticationServices = "RemoteAuthenticationServicesConnector"
  17. AuthorizationServices = "LocalAuthorizationServicesConnector"
  18. PresenceServices = "RemotePresenceServicesConnector"
  19. UserAccountServices = "RemoteUserAccountServicesConnector"
  20. GridUserServices = "RemoteGridUserServicesConnector"
  21. SimulationServices = "RemoteSimulationConnectorModule"
  22. EntityTransferModule = "HGEntityTransferModule"
  23. InventoryAccessModule = "HGInventoryAccessModule"
  24. LandServices = "RemoteLandServicesConnector"
  25. FriendsModule = "HGFriendsModule"
  26. MapImageService = "MapImageServiceModule"
  27. UserManagementModule = "HGUserManagementModule"
  28. SearchModule = "BasicSearchModule"
  29. LandServiceInConnector = true
  30. NeighbourServiceInConnector = true
  31. SimulationServiceInConnector = true
  32. LibraryModule = true
  33. [SimulationService]
  34. ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
  35. ; It is used to control the teleport handoff process.
  36. ; Valid values are
  37. ; "SIMULATION/0.3"
  38. ; - This is the default, and it supports teleports to variable-sized regions
  39. ; - Older versions can teleport to this one, but only if the destination region
  40. ; is 256x256
  41. ; "SIMULATION/0.2"
  42. ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
  43. ; - this protocol is more efficient than "SIMULATION/0.1"
  44. ; "SIMULATION/0.1"
  45. ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
  46. ConnectorProtocolVersion = "SIMULATION/0.3"
  47. [Profile]
  48. Module = "BasicProfileModule"
  49. [SimulationDataStore]
  50. LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"
  51. [EstateDataStore]
  52. LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataService"
  53. [AssetService]
  54. LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
  55. HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
  56. [InventoryService]
  57. LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteXInventoryServicesConnector"
  58. [GridService]
  59. ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector,
  60. ; which in turn uses this
  61. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  62. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  63. NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
  64. ; Needed to display non-default map tile images for linked regions
  65. AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
  66. HypergridLinker = true
  67. AllowHypergridMapSearch = true
  68. [LibraryService]
  69. LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
  70. LibraryName = "OpenSim Library"
  71. DefaultLibrary = "./inventory/Libraries.xml"
  72. [Friends]
  73. Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
  74. [Messaging]
  75. MessageTransferModule = HGMessageTransferModule
  76. LureModule = HGLureModule
  77. [HGInstantMessageService]
  78. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
  79. GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector"
  80. PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector"
  81. UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector"
  82. [MapImageService]
  83. LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"