aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridHypergrid.ini
blob: 8b47ede833db38f8b0ffc4398836f55216f42866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
;;
;; Please don't change this file.
;; All optional settings are in GridCommon.ini.example,
;; which you can copy and change.
;;

[Includes]
    Include-Common = "config-include/GridCommon.ini"

[Startup]
	WorldMapModule = "HGWorldMap"

[Modules]
    AssetServices			= "HGAssetBroker"
    InventoryServices		= "HGInventoryBroker"
    GridServices			= "RemoteGridServicesConnector"
    AvatarServices			= "RemoteAvatarServicesConnector"
    NeighbourServices		= "RemoteNeighbourServicesConnector"
    AuthenticationServices	= "RemoteAuthenticationServicesConnector"
    AuthorizationServices	= "LocalAuthorizationServicesConnector"
    PresenceServices		= "RemotePresenceServicesConnector"
    UserAccountServices		= "RemoteUserAccountServicesConnector"
    GridUserServices		= "RemoteGridUserServicesConnector"
    SimulationServices		= "RemoteSimulationConnectorModule"
    EntityTransferModule	= "HGEntityTransferModule"
    InventoryAccessModule	= "HGInventoryAccessModule"
    LandServices            = "RemoteLandServicesConnector"
    FriendsModule			= "HGFriendsModule"
    MapImageService			= "MapImageServiceModule"
    UserManagementModule	= "HGUserManagementModule"
    SearchModule			= "BasicSearchModule"
    
    LandServiceInConnector			= true
    NeighbourServiceInConnector		= true
    SimulationServiceInConnector	= true
    LibraryModule					= true

[SimulationService]
    ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
    ; It is used to control the teleport handoff process.
    ; Valid values are 
    ; "SIMULATION/0.3" 
    ;   - This is the default, and it supports teleports to variable-sized regions
    ;   - Older versions can teleport to this one, but only if the destination region
    ;     is 256x256
    ; "SIMULATION/0.2"
    ;   - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
    ;   - this protocol is more efficient than "SIMULATION/0.1"
    ; "SIMULATION/0.1" 
    ;   - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
    ConnectorProtocolVersion = "SIMULATION/0.3"

[Profile]
    Module = "BasicProfileModule"

[SimulationDataStore]
    LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService"

[EstateDataStore]
    LocalServiceModule = "OpenSim.Services.EstateService.dll:EstateDataService"

[AssetService]
    LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
    HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector"

[InventoryService]
    LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteXInventoryServicesConnector"

[GridService]
    ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector,
    ; which in turn uses this
    LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
    StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"

    NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"

    ; Needed to display non-default map tile images for linked regions
    AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"

    HypergridLinker = true
    AllowHypergridMapSearch = true
    SuppressConsoleCommands = true

[LibraryService]
    LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
    LibraryName = "OpenSim Library"
    DefaultLibrary = "./inventory/Libraries.xml"

[Friends]
    Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"

[Messaging]
    MessageTransferModule = HGMessageTransferModule
    LureModule = HGLureModule

[HGInstantMessageService]
    LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
    GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector"
    PresenceService	= "OpenSim.Services.Connectors.dll:PresenceServicesConnector"
    UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector"

[MapImageService]
    LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"