GridHypergrid.ini 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. AgentPreferencesServices= "RemoteAgentPreferencesServicesConnector"
  21. GridUserServices = "RemoteGridUserServicesConnector"
  22. SimulationServices = "RemoteSimulationConnectorModule"
  23. EntityTransferModule = "HGEntityTransferModule"
  24. InventoryAccessModule = "HGInventoryAccessModule"
  25. LandServices = "RemoteLandServicesConnector"
  26. FriendsModule = "HGFriendsModule"
  27. MapImageService = "MapImageServiceModule"
  28. UserManagementModule = "HGUserManagementModule"
  29. SearchModule = "BasicSearchModule"
  30. LandServiceInConnector = true
  31. NeighbourServiceInConnector = true
  32. SimulationServiceInConnector = true
  33. LibraryModule = true
  34. [SimulationService]
  35. ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
  36. ; It is used to control the teleport handoff process.
  37. ; Valid values are
  38. ; "SIMULATION/0.3"
  39. ; - This is the default, and it supports teleports to variable-sized regions
  40. ; - Older versions can teleport to this one, but only if the destination region
  41. ; is 256x256
  42. ; "SIMULATION/0.2"
  43. ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
  44. ; - this protocol is more efficient than "SIMULATION/0.1"
  45. ; "SIMULATION/0.1"
  46. ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
  47. ConnectorProtocolVersion = "SIMULATION/0.3"
  48. [Profile]
  49. Module = "BasicProfileModule"
  50. [SimulationDataStore]
  51. LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"
  52. [EstateDataStore]
  53. LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"
  54. [AssetService]
  55. LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
  56. HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"
  57. [InventoryService]
  58. LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteXInventoryServicesConnector"
  59. [GridService]
  60. ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector,
  61. ; which in turn uses this
  62. LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
  63. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  64. NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
  65. ; Needed to display non-default map tile images for linked regions
  66. AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
  67. HypergridLinker = true
  68. AllowHypergridMapSearch = true
  69. SuppressConsoleCommands = true
  70. [LibraryService]
  71. LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
  72. LibraryName = "OpenSim Library"
  73. DefaultLibrary = "./inventory/Libraries.xml"
  74. [Friends]
  75. Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
  76. [Messaging]
  77. MessageTransferModule = HGMessageTransferModule
  78. LureModule = HGLureModule
  79. [HGInstantMessageService]
  80. LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
  81. GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector"
  82. PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector"
  83. UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector"
  84. [MapImageService]
  85. LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"