OpenSimMirror/bin/assets
Justin Clark-Casey (justincc) c4efb97d49 Write code to create minimum necessary body parts/clothing and avatar entries to make a newly created user appear as a non-cloud on viewer 2
Viewer 2 no longer contains the default avatar assets (i.e. "Ruth") that would appear if the user had insufficient body part/clothing entries.
Instead, avatars always appear as a cloud, which is a very bad experience for out-of-the-box OpenSim.
Default is currently off.  My intention is to switch it on for standalone shortly.
This is not particularly flexible as "Ruth" is hardcoded, but this can change in the future, in co-ordination with the existing RemoteAdmin capabilities.
Need to fix creation of suitable entries for users created as estate owners on standalone.
Avatars still appear with spooky empty eyes, need to see if we can address this.
This commit adds a "Default Iris" to the library (thanks to Eirynne Sieyes from http://opensimulator.org/mantis/view.php?id=1461) which can be used.
2011-09-15 22:59:29 +01:00
..
AnimationsAssetSet
Avatar/Newruth
BodyPartsAssetSet Write code to create minimum necessary body parts/clothing and avatar entries to make a newly created user appear as a non-cloud on viewer 2 2011-09-15 22:59:29 +01:00
ClothingAssetSet
GesturesAssetSet
LandmarksAssetSet
MyAssetSet
NotecardsAssetSet
ObjectsAssetSet
PhotosAssetSet
ScriptsAssetSet * Apply http://opensimulator.org/mantis/view.php?id=2913 2009-01-12 18:00:46 +00:00
SoundsAssetSet
TexturesAssetSet Write code to create minimum necessary body parts/clothing and avatar entries to make a newly created user appear as a non-cloud on viewer 2 2011-09-15 22:59:29 +01:00
AssetSets.xml Deleted assets/OpenSimAssetSet, because it had 6M of data that was not being used anywhere. 2009-09-06 18:29:37 -07:00
README.txt

README.txt

README

OpenSim comes with a default asset set contained in the OpenSimAssetSet
directory.  You can also load up your own asset set to OpenSim on startup by
making a file entry in AssetSets.xml.  This file should point towards an XML
file which details the assets in your asset set.  The 
OpenSimAssetSet/OpenSimAssetSet.xml is a good template for the information 
required.

If you want your assets to show up in the standard inventory library for an
avatar, you will also need to add separate entries to the xml files in the
bin/inventory configuration directory.