diff options
author | Justin Clark-Casey (justincc) | 2011-09-16 00:30:37 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-16 00:30:37 +0100 |
commit | 37370a8102f066dab1fe3fd9b0b4a7d3541e8b47 (patch) | |
tree | e47abaa770b83e1d877e201e14dbba10abd62265 /bin/config-include/Standalone.ini | |
parent | refactor: move estate owner setup code into separate method (diff) | |
download | opensim-SC_OLD-37370a8102f066dab1fe3fd9b0b4a7d3541e8b47.zip opensim-SC_OLD-37370a8102f066dab1fe3fd9b0b4a7d3541e8b47.tar.gz opensim-SC_OLD-37370a8102f066dab1fe3fd9b0b4a7d3541e8b47.tar.bz2 opensim-SC_OLD-37370a8102f066dab1fe3fd9b0b4a7d3541e8b47.tar.xz |
On standalone, by default create the necessary minimum body parts and clothes necessary to display a viewer 2 avatar, as implemented in c4efb97d
This is controlled by the CreateDefaultAvatarEntries switch in the [UserAccountService] section of config-include/Stnadalone.ini
This is left as false in grid mode
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/Standalone.ini | 7 |
1 files changed, 5 insertions, 2 deletions
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 | ||