diff options
author | Melanie | 2011-10-11 21:29:38 +0100 |
---|---|---|
committer | Melanie | 2011-10-11 21:29:38 +0100 |
commit | 288f5bd7277b5eaf4095872fd453bc445eab6acb (patch) | |
tree | 2ae3b87e7d9103738051fd1890bebe42ea3f1f2f /bin | |
parent | Merge commit '4ae4b14b5da9b828bbb7c4e5b05693ad8528556a' into bigmerge (diff) | |
parent | On standalone, by default create the necessary minimum body parts and clothes... (diff) | |
download | opensim-SC_OLD-288f5bd7277b5eaf4095872fd453bc445eab6acb.zip opensim-SC_OLD-288f5bd7277b5eaf4095872fd453bc445eab6acb.tar.gz opensim-SC_OLD-288f5bd7277b5eaf4095872fd453bc445eab6acb.tar.bz2 opensim-SC_OLD-288f5bd7277b5eaf4095872fd453bc445eab6acb.tar.xz |
Merge commit '37370a8102f066dab1fe3fd9b0b4a7d3541e8b47' into bigmerge
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.HG.ini.example | 8 | ||||
-rw-r--r-- | bin/Robust.ini.example | 8 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 7 |
3 files changed, 21 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 910ba02..7f2636c 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -166,6 +166,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
166 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 166 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
167 | GridService = "OpenSim.Services.GridService.dll:GridService" | 167 | GridService = "OpenSim.Services.GridService.dll:GridService" |
168 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 168 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
169 | ; AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | ||
170 | |||
171 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | ||
172 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | ||
173 | ;; Default is false | ||
174 | ;; If you enable this you will also need to uncomment the AvatarService line above | ||
175 | ; CreateDefaultAvatarEntries = false | ||
176 | |||
169 | 177 | ||
170 | [GridUserService] | 178 | [GridUserService] |
171 | ; for the server connector | 179 | ; for the server connector |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index f7781ab..a299a73 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -149,6 +149,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
149 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 149 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
150 | GridService = "OpenSim.Services.GridService.dll:GridService" | 150 | GridService = "OpenSim.Services.GridService.dll:GridService" |
151 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 151 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
152 | ; AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | ||
153 | |||
154 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | ||
155 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | ||
156 | ;; Default is false | ||
157 | ;; If you enable this you will also need to uncomment the AvatarService line above | ||
158 | ; CreateDefaultAvatarEntries = false | ||
159 | |||
152 | 160 | ||
153 | [GridUserService] | 161 | [GridUserService] |
154 | ; for the server connector | 162 | ; for the server connector |
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 8aaa154..6ad4ac9 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -17,12 +17,12 @@ | |||
17 | AvatarServices = "LocalAvatarServicesConnector" | 17 | AvatarServices = "LocalAvatarServicesConnector" |
18 | EntityTransferModule = "BasicEntityTransferModule" | 18 | EntityTransferModule = "BasicEntityTransferModule" |
19 | InventoryAccessModule = "BasicInventoryAccessModule" | 19 | InventoryAccessModule = "BasicInventoryAccessModule" |
20 | MapImageService = "MapImageServiceModule" | 20 | MapImageService = "MapImageServiceModule" |
21 | 21 | ||
22 | LibraryModule = true | 22 | LibraryModule = true |
23 | LLLoginServiceInConnector = true | 23 | LLLoginServiceInConnector = true |
24 | GridInfoServiceInConnector = true | 24 | GridInfoServiceInConnector = true |
25 | MapImageServiceInConnector = true | 25 | MapImageServiceInConnector = true |
26 | 26 | ||
27 | [Profile] | 27 | [Profile] |
28 | Module = "BasicProfileModule" | 28 | Module = "BasicProfileModule" |
@@ -72,6 +72,9 @@ | |||
72 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 72 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
73 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 73 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
74 | 74 | ||
75 | ;; 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. | ||
76 | CreateDefaultAvatarEntries = true | ||
77 | |||
75 | [GridUserService] | 78 | [GridUserService] |
76 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService" | 79 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService" |
77 | 80 | ||