AssetSets.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Nini>
  2. <!-- You probably don't want to remove the OpenSim asset set
  3. since it contains various default assets which are currently hardcoded
  4. However, you can remove the corresponding inventory library in bin/inventory if you wish
  5. -->
  6. <Section Name="OpenSim Asset Set">
  7. <Key Name="file" Value="OpenSimAssetSet/OpenSimAssetSet.xml"/>
  8. </Section>
  9. <!-- New asset sets can be added as shown below -->
  10. <!--
  11. <Section Name="My Asset Set">
  12. <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/>
  13. </Section>
  14. -->
  15. <!---->
  16. <Section Name="Animations AssetSet">
  17. <Key Name="file" Value="AnimationsAssetSet/AnimationsAssetSet.xml"/>
  18. </Section>
  19. <!---->
  20. <!---->
  21. <Section Name="BodyParts AssetSet">
  22. <Key Name="file" Value="BodyPartsAssetSet/BodyPartsAssetSet.xml"/>
  23. </Section>
  24. <!---->
  25. <!---->
  26. <Section Name="Clothing AssetSet">
  27. <Key Name="file" Value="ClothingAssetSet/ClothingAssetSet.xml"/>
  28. </Section>
  29. <!---->
  30. <!---->
  31. <Section Name="Gestures AssetSet">
  32. <Key Name="file" Value="GesturesAssetSet/GesturesAssetSet.xml"/>
  33. </Section>
  34. <!---->
  35. <!---->
  36. <Section Name="Landmarks AssetSet">
  37. <Key Name="file" Value="LandmarksAssetSet/LandmarksAssetSet.xml"/>
  38. </Section>
  39. <!---->
  40. <!---->
  41. <Section Name="Notecards AssetSet">
  42. <Key Name="file" Value="NotecardsAssetSet/NotecardsAssetSet.xml"/>
  43. </Section>
  44. <!---->
  45. <!---->
  46. <Section Name="Objects AssetSet">
  47. <Key Name="file" Value="ObjectsAssetSet/ObjectsAssetSet.xml"/>
  48. </Section>
  49. <!---->
  50. <!---->
  51. <Section Name="Photos AssetSet">
  52. <Key Name="file" Value="PhotosAssetSet/PhotosAssetSet.xml"/>
  53. </Section>
  54. <!---->
  55. <!---->
  56. <Section Name="Scripts AssetSet">
  57. <Key Name="file" Value="ScriptsAssetSet/ScriptsAssetSet.xml"/>
  58. </Section>
  59. <!---->
  60. <!---->
  61. <Section Name="Sounds AssetSet">
  62. <Key Name="file" Value="SoundsAssetSet/SoundsAssetSet.xml"/>
  63. </Section>
  64. <!---->
  65. <!---->
  66. <Section Name="Textures AssetSet">
  67. <Key Name="file" Value="TexturesAssetSet/TexturesAssetSet.xml"/>
  68. </Section>
  69. <!---->
  70. </Nini>