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/Robust.HG.ini.example | |
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 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 8 |
1 files changed, 8 insertions, 0 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 |