diff options
author | Diva Canto | 2012-09-06 12:42:14 -0700 |
---|---|---|
committer | Diva Canto | 2012-09-06 12:42:14 -0700 |
commit | 9f914327c6059e7ea63c0af64cc82b9049790d04 (patch) | |
tree | 7de9ba2c0b0bba646ca46d9c68a9bd54e8639bcf | |
parent | adding utility method for getting SceneObjectGroup from scene (diff) | |
download | opensim-SC_OLD-9f914327c6059e7ea63c0af64cc82b9049790d04.zip opensim-SC_OLD-9f914327c6059e7ea63c0af64cc82b9049790d04.tar.gz opensim-SC_OLD-9f914327c6059e7ea63c0af64cc82b9049790d04.tar.bz2 opensim-SC_OLD-9f914327c6059e7ea63c0af64cc82b9049790d04.tar.xz |
Added missing configs, and deleted the [Profile] part on the Hypergrind config.
-rw-r--r-- | bin/Robust.HG.ini.example | 5 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 3eecdd9..f5e6bc6 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -182,6 +182,11 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
182 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 182 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
183 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 183 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
184 | 184 | ||
185 | ;; Allow Hyperlinks to be created at the console | ||
186 | HypergridLinker = true | ||
187 | |||
188 | Gatekeeper = "http://127.0.0.1:8002" | ||
189 | |||
185 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 190 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
186 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 191 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
187 | ;; Default is false | 192 | ;; Default is false |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 75c4788..cc6c587 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -36,8 +36,6 @@ | |||
36 | SimulationServiceInConnector = true | 36 | SimulationServiceInConnector = true |
37 | MapImageServiceInConnector = true | 37 | MapImageServiceInConnector = true |
38 | 38 | ||
39 | [Profile] | ||
40 | Module = "BasicProfileModule" | ||
41 | 39 | ||
42 | [Messaging] | 40 | [Messaging] |
43 | MessageTransferModule = HGMessageTransferModule | 41 | MessageTransferModule = HGMessageTransferModule |
@@ -97,6 +95,10 @@ | |||
97 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 95 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
98 | GridService = "OpenSim.Services.GridService.dll:GridService" | 96 | GridService = "OpenSim.Services.GridService.dll:GridService" |
99 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 97 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
98 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | ||
99 | |||
100 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 to show a default "Ruth" avatar rather than a cloud. | ||
101 | CreateDefaultAvatarEntries = true | ||
100 | 102 | ||
101 | [GridUserService] | 103 | [GridUserService] |
102 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService" | 104 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService" |