diff options
Diffstat (limited to 'config/config-include/GridHypergrid.ini')
-rw-r--r-- | config/config-include/GridHypergrid.ini | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/config/config-include/GridHypergrid.ini b/config/config-include/GridHypergrid.ini new file mode 100644 index 0000000..602d673 --- /dev/null +++ b/config/config-include/GridHypergrid.ini | |||
@@ -0,0 +1,108 @@ | |||
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 | |||
7 | [Includes] | ||
8 | Include-Common = "config-include/GridCommon.ini" | ||
9 | |||
10 | [Startup] | ||
11 | WorldMapModule = "HGWorldMap" | ||
12 | |||
13 | [Modules] | ||
14 | AssetServices = "HGAssetBroker" | ||
15 | InventoryServices = "HGInventoryBroker" | ||
16 | GridServices = "RemoteGridServicesConnector" | ||
17 | AvatarServices = "RemoteAvatarServicesConnector" | ||
18 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
19 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | ||
20 | AuthorizationServices = "LocalAuthorizationServicesConnector" | ||
21 | PresenceServices = "RemotePresenceServicesConnector" | ||
22 | UserAccountServices = "RemoteUserAccountServicesConnector" | ||
23 | AgentPreferencesServices= "RemoteAgentPreferencesServicesConnector" | ||
24 | GridUserServices = "RemoteGridUserServicesConnector" | ||
25 | SimulationServices = "RemoteSimulationConnectorModule" | ||
26 | EntityTransferModule = "HGEntityTransferModule" | ||
27 | InventoryAccessModule = "HGInventoryAccessModule" | ||
28 | LandServices = "RemoteLandServicesConnector" | ||
29 | FriendsModule = "HGFriendsModule" | ||
30 | MapImageService = "MapImageServiceModule" | ||
31 | UserManagementModule = "HGUserManagementModule" | ||
32 | SearchModule = "BasicSearchModule" | ||
33 | |||
34 | LandServiceInConnector = true | ||
35 | NeighbourServiceInConnector = true | ||
36 | SimulationServiceInConnector = true | ||
37 | LibraryModule = true | ||
38 | |||
39 | [SimulationService] | ||
40 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | ||
41 | ; It is used to control the teleport handoff process. | ||
42 | ; Valid values are | ||
43 | ; "SIMULATION/0.3" | ||
44 | ; - This is the default, and it supports teleports to variable-sized regions | ||
45 | ; - Older versions can teleport to this one, but only if the destination region | ||
46 | ; is 256x256 | ||
47 | ; "SIMULATION/0.2" | ||
48 | ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | ||
49 | ; - this protocol is more efficient than "SIMULATION/0.1" | ||
50 | ; "SIMULATION/0.1" | ||
51 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | ||
52 | ConnectorProtocolVersion = "SIMULATION/0.3" | ||
53 | |||
54 | [Profile] | ||
55 | Module = "BasicProfileModule" | ||
56 | |||
57 | [SimulationDataStore] | ||
58 | LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService" | ||
59 | |||
60 | [EstateDataStore] | ||
61 | LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService" | ||
62 | |||
63 | [AssetService] | ||
64 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" | ||
65 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" | ||
66 | |||
67 | [InventoryService] | ||
68 | LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteXInventoryServicesConnector" | ||
69 | |||
70 | [GridService] | ||
71 | ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector, | ||
72 | ; which in turn uses this | ||
73 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
74 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | ||
75 | |||
76 | NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector" | ||
77 | |||
78 | ; Needed to display non-default map tile images for linked regions | ||
79 | AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" | ||
80 | |||
81 | HypergridLinker = true | ||
82 | AllowHypergridMapSearch = true | ||
83 | SuppressConsoleCommands = true | ||
84 | |||
85 | [LibraryService] | ||
86 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
87 | LibraryName = "OpenSim Library" | ||
88 | DefaultLibrary = "./inventory/Libraries.xml" | ||
89 | |||
90 | [Friends] | ||
91 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" | ||
92 | |||
93 | [Messaging] | ||
94 | MessageTransferModule = HGMessageTransferModule | ||
95 | ; HG lures break normal in grid lures, so don't use them. | ||
96 | ; TODO - double check this is still the case. | ||
97 | ; LureModule = HGLureModule | ||
98 | LureModule = LureModule | ||
99 | |||
100 | |||
101 | [HGInstantMessageService] | ||
102 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | ||
103 | GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector" | ||
104 | PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector" | ||
105 | UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector" | ||
106 | |||
107 | [MapImageService] | ||
108 | LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector" | ||