mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
The startup set of assets in the local asset server can now be set from a xml file (OpenSimAssetSet.xml). (remember to make changes to the set, you will also need to delete the old asset .yap file, so that it is recreated).
Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml).
This commit is contained in:
14
bin/OpenSimLibrary.xml
Normal file
14
bin/OpenSimLibrary.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<Nini>
|
||||
<Section Name="Welcome notecard">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="description" Value="Welcome" />
|
||||
<Key Name="name" Value="Welcome" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="currentPermissions" Value="1000000000000000" />
|
||||
<Key Name="nextPermissions" Value="1000000000000000" />
|
||||
<Key Name="everyonePermissions" Value="1000000000000000" />
|
||||
<Key Name="basePermissions" Value="1000000000000000" />
|
||||
</Section>
|
||||
</Nini>
|
||||
Reference in New Issue
Block a user