mantis 8585 change assets README
parent
7cdce3e276
commit
38dbc03288
|
@ -1,12 +1,11 @@
|
||||||
README
|
README
|
||||||
|
|
||||||
OpenSim comes with a default asset set contained in the OpenSimAssetSet
|
This folder contains a collection of asset sets that should be loaded to assets server at startup
|
||||||
directory. You can also load up your own asset set to OpenSim on startup by
|
Each set has own folder, that contains a xml file, that defines all its assets, and the data files needed.
|
||||||
making a file entry in AssetSets.xml. This file should point towards an XML
|
File AssetSets.xml lists all the sets to include
|
||||||
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
|
You can add more assets or sets. Use the provided ones as example
|
||||||
avatar, you will also need to add separate entries to the xml files in the
|
|
||||||
bin/inventory configuration directory.
|
|
||||||
|
To add items with your assets to OpenSim Inventory library, you need to define them in folder
|
||||||
|
bin/inventory. See that folder README file
|
||||||
|
|
Loading…
Reference in New Issue