Third part of CharlieO's library rework. We now have library organization! Thanks CharlieO!
parent
ebba112379
commit
19ed64b114
|
@ -66,47 +66,50 @@ namespace OpenSim.Framework.Communications.Cache
|
|||
|
||||
LoadLibraries(Path.Combine(Util.inventoryDir(), "Libraries.xml"));
|
||||
|
||||
CreateLibraryItems();
|
||||
// CreateLibraryItems();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Hardcoded item creation. Please don't add any more items here - future items should be created
|
||||
/// in the xml in the bin/inventory folder.
|
||||
/// </summary>
|
||||
private void CreateLibraryItems()
|
||||
{
|
||||
InventoryItemBase item =
|
||||
CreateItem(new LLUUID("66c41e39-38f9-f75a-024e-585989bfaba9"),
|
||||
new LLUUID("66c41e39-38f9-f75a-024e-585989bfab73"), "Default Shape", "Default Shape",
|
||||
(int) AssetType.Bodypart, (int) InventoryType.Wearable, folderID);
|
||||
item.inventoryCurrentPermissions = 0;
|
||||
item.inventoryNextPermissions = 0;
|
||||
Items.Add(item.inventoryID, item);
|
||||
///
|
||||
/// Commented the following out due to sending it all through xml, remove this section once this is provin to work stable.
|
||||
///
|
||||
//private void CreateLibraryItems()
|
||||
//{
|
||||
// InventoryItemBase item =
|
||||
// CreateItem(new LLUUID("66c41e39-38f9-f75a-024e-585989bfaba9"),
|
||||
// new LLUUID("66c41e39-38f9-f75a-024e-585989bfab73"), "Default Shape", "Default Shape",
|
||||
// (int) AssetType.Bodypart, (int) InventoryType.Wearable, folderID);
|
||||
// item.inventoryCurrentPermissions = 0;
|
||||
// item.inventoryNextPermissions = 0;
|
||||
// Items.Add(item.inventoryID, item);
|
||||
|
||||
item =
|
||||
CreateItem(new LLUUID("77c41e39-38f9-f75a-024e-585989bfabc9"),
|
||||
new LLUUID("77c41e39-38f9-f75a-024e-585989bbabbb"), "Default Skin", "Default Skin",
|
||||
(int) AssetType.Bodypart, (int) InventoryType.Wearable, folderID);
|
||||
item.inventoryCurrentPermissions = 0;
|
||||
item.inventoryNextPermissions = 0;
|
||||
Items.Add(item.inventoryID, item);
|
||||
// item =
|
||||
// CreateItem(new LLUUID("77c41e39-38f9-f75a-024e-585989bfabc9"),
|
||||
// new LLUUID("77c41e39-38f9-f75a-024e-585989bbabbb"), "Default Skin", "Default Skin",
|
||||
// (int) AssetType.Bodypart, (int) InventoryType.Wearable, folderID);
|
||||
// item.inventoryCurrentPermissions = 0;
|
||||
// item.inventoryNextPermissions = 0;
|
||||
// Items.Add(item.inventoryID, item);
|
||||
|
||||
item =
|
||||
CreateItem(new LLUUID("77c41e39-38f9-f75a-0000-585989bf0000"),
|
||||
new LLUUID("00000000-38f9-1111-024e-222222111110"), "Default Shirt", "Default Shirt",
|
||||
(int) AssetType.Clothing, (int) InventoryType.Wearable, folderID);
|
||||
item.inventoryCurrentPermissions = 0;
|
||||
item.inventoryNextPermissions = 0;
|
||||
Items.Add(item.inventoryID, item);
|
||||
// item =
|
||||
// CreateItem(new LLUUID("77c41e39-38f9-f75a-0000-585989bf0000"),
|
||||
// new LLUUID("00000000-38f9-1111-024e-222222111110"), "Default Shirt", "Default Shirt",
|
||||
// (int) AssetType.Clothing, (int) InventoryType.Wearable, folderID);
|
||||
// item.inventoryCurrentPermissions = 0;
|
||||
// item.inventoryNextPermissions = 0;
|
||||
// Items.Add(item.inventoryID, item);
|
||||
|
||||
item =
|
||||
CreateItem(new LLUUID("77c41e39-38f9-f75a-0000-5859892f1111"),
|
||||
new LLUUID("00000000-38f9-1111-024e-222222111120"), "Default Pants", "Default Pants",
|
||||
(int) AssetType.Clothing, (int) InventoryType.Wearable, folderID);
|
||||
item.inventoryCurrentPermissions = 0;
|
||||
item.inventoryNextPermissions = 0;
|
||||
Items.Add(item.inventoryID, item);
|
||||
}
|
||||
// item =
|
||||
// CreateItem(new LLUUID("77c41e39-38f9-f75a-0000-5859892f1111"),
|
||||
// new LLUUID("00000000-38f9-1111-024e-222222111120"), "Default Pants", "Default Pants",
|
||||
// (int) AssetType.Clothing, (int) InventoryType.Wearable, folderID);
|
||||
// item.inventoryCurrentPermissions = 0;
|
||||
// item.inventoryNextPermissions = 0;
|
||||
// Items.Add(item.inventoryID, item);
|
||||
//}
|
||||
|
||||
public InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description,
|
||||
int assetType, int invType, LLUUID parentFolderID)
|
||||
|
|
|
@ -15,4 +15,70 @@
|
|||
<Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/>
|
||||
</Section>
|
||||
-->
|
||||
|
||||
<!---->
|
||||
<Section Name="Animations AssetSet">
|
||||
<Key Name="file" Value="AnimationsAssetSet/AnimationsAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="BodyParts AssetSet">
|
||||
<Key Name="file" Value="BodyPartsAssetSet/BodyPartsAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Clothing AssetSet">
|
||||
<Key Name="file" Value="ClothingAssetSet/ClothingAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Gestures AssetSet">
|
||||
<Key Name="file" Value="GesturesAssetSet/GesturesAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Landmarks AssetSet">
|
||||
<Key Name="file" Value="LandmarksAssetSet/LandmarksAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Notecards AssetSet">
|
||||
<Key Name="file" Value="NotecardsAssetSet/NotecardsAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Objects AssetSet">
|
||||
<Key Name="file" Value="ObjectsAssetSet/ObjectsAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Photos AssetSet">
|
||||
<Key Name="file" Value="PhotosAssetSet/PhotosAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Scripts AssetSet">
|
||||
<Key Name="file" Value="ScriptsAssetSet/ScriptsAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Sounds AssetSet">
|
||||
<Key Name="file" Value="SoundsAssetSet/SoundsAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
|
||||
<!---->
|
||||
<Section Name="Textures AssetSet">
|
||||
<Key Name="file" Value="TexturesAssetSet/TexturesAssetSet.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
</Nini>
|
||||
|
|
|
@ -1,410 +1,5 @@
|
|||
<Nini>
|
||||
<Section Name="Welcome notecard">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="name" Value="WelcomeNote" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="fileName" Value="welcomeNote.dat" />
|
||||
</Section>
|
||||
<Section Name="texture1">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000099" />
|
||||
<Key Name="name" Value="femface" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="femaleface.jp2" />
|
||||
</Section>
|
||||
<Section Name="4-tile2 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001000" />
|
||||
<Key Name="name" Value="4-tile2" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="4-tile2.jp2" />
|
||||
</Section>
|
||||
<Section Name="4-tile3 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" />
|
||||
<Key Name="name" Value="4-tile3" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="4-tile3.jp2" />
|
||||
</Section>
|
||||
<Section Name="brick1_256 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" />
|
||||
<Key Name="name" Value="brick1_256" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="brick1_256.jp2" />
|
||||
</Section>
|
||||
<Section Name="brick2_256 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" />
|
||||
<Key Name="name" Value="brick2_256" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="brick2_256.jp2" />
|
||||
</Section>
|
||||
<Section Name="brick_mono Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" />
|
||||
<Key Name="name" Value="brick_mono" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="brick_mono.jp2" />
|
||||
</Section>
|
||||
<Section Name="cedar Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" />
|
||||
<Key Name="name" Value="cedar" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="cedar.jp2" />
|
||||
</Section>
|
||||
<Section Name="cement_block Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" />
|
||||
<Key Name="name" Value="cement_block" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="cement_block.jp2" />
|
||||
</Section>
|
||||
<Section Name="clear Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" />
|
||||
<Key Name="name" Value="clear" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="clear.jp2" />
|
||||
</Section>
|
||||
<Section Name="cobbles Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" />
|
||||
<Key Name="name" Value="cobbles" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="cobbles.jp2" />
|
||||
</Section>
|
||||
<Section Name="creambrick Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" />
|
||||
<Key Name="name" Value="creambrick" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="creambrick.jp2" />
|
||||
</Section>
|
||||
<Section Name="fgrass Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" />
|
||||
<Key Name="name" Value="fgrass" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="fgrass.jp2" />
|
||||
</Section>
|
||||
<Section Name="glasstile2 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" />
|
||||
<Key Name="name" Value="glasstile2" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="glasstile2.jp2" />
|
||||
</Section>
|
||||
<Section Name="graniteblock Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" />
|
||||
<Key Name="name" Value="graniteblock" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="graniteblock.jp2" />
|
||||
</Section>
|
||||
<Section Name="grass Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" />
|
||||
<Key Name="name" Value="grass" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="grass.jp2" />
|
||||
</Section>
|
||||
<Section Name="gravel Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" />
|
||||
<Key Name="name" Value="gravel" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="gravel.jp2" />
|
||||
</Section>
|
||||
<Section Name="greybrick Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" />
|
||||
<Key Name="name" Value="greybrick" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="greybrick.jp2" />
|
||||
</Section>
|
||||
<Section Name="ivy Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" />
|
||||
<Key Name="name" Value="ivy" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="ivy.jp2" />
|
||||
</Section>
|
||||
<Section Name="mahogany Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" />
|
||||
<Key Name="name" Value="mahogany" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="mahogany.jp2" />
|
||||
</Section>
|
||||
<Section Name="maple Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" />
|
||||
<Key Name="name" Value="maple" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="maple.jp2" />
|
||||
</Section>
|
||||
<Section Name="mosaic02 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" />
|
||||
<Key Name="name" Value="mosaic02" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="mosaic02.jp2" />
|
||||
</Section>
|
||||
<Section Name="palm1 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" />
|
||||
<Key Name="name" Value="palm1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="palm1.jp2" />
|
||||
</Section>
|
||||
<Section Name="papaya Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" />
|
||||
<Key Name="name" Value="papaya" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="papaya.jp2" />
|
||||
</Section>
|
||||
<Section Name="papaya_bark Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" />
|
||||
<Key Name="name" Value="papaya_bark" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="papaya_bark.jp2" />
|
||||
</Section>
|
||||
<Section Name="pastelbrick Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" />
|
||||
<Key Name="name" Value="pastelbrick" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="pastelbrick.jp2" />
|
||||
</Section>
|
||||
<Section Name="pine1_10m Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" />
|
||||
<Key Name="name" Value="pine1_10m" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="pine1_10m.jp2" />
|
||||
</Section>
|
||||
<Section Name="poplar Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" />
|
||||
<Key Name="name" Value="poplar" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="poplar.jp2" />
|
||||
</Section>
|
||||
<Section Name="redtri_tile Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" />
|
||||
<Key Name="name" Value="redtri_tile" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="redtri_tile.jp2" />
|
||||
</Section>
|
||||
<Section Name="rockbuilding Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" />
|
||||
<Key Name="name" Value="rockbuilding" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="rockbuilding.jp2" />
|
||||
</Section>
|
||||
<Section Name="rockwallbig Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" />
|
||||
<Key Name="name" Value="rockwallbig" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="rockwallbig.jp2" />
|
||||
</Section>
|
||||
<Section Name="roof01 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" />
|
||||
<Key Name="name" Value="roof01" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="roof01.jp2" />
|
||||
</Section>
|
||||
<Section Name="rooftiles1 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" />
|
||||
<Key Name="name" Value="rooftiles1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="rooftiles1.jp2" />
|
||||
</Section>
|
||||
<Section Name="rooftiles2_peach Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" />
|
||||
<Key Name="name" Value="rooftiles2_peach" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="rooftiles2_peach.jp2" />
|
||||
</Section>
|
||||
<Section Name="rooftiles2_roy Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" />
|
||||
<Key Name="name" Value="rooftiles2_roy" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="rooftiles2_roy.jp2" />
|
||||
</Section>
|
||||
<Section Name="saguaro_8m Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" />
|
||||
<Key Name="name" Value="saguaro_8m" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="saguaro_8m.jp2" />
|
||||
</Section>
|
||||
<Section Name="seawater Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" />
|
||||
<Key Name="name" Value="seawater" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="seawater.jp2" />
|
||||
</Section>
|
||||
<Section Name="snow1 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" />
|
||||
<Key Name="name" Value="snow1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="snow1.jp2" />
|
||||
</Section>
|
||||
<Section Name="steel Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" />
|
||||
<Key Name="name" Value="steel" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="steel.jp2" />
|
||||
</Section>
|
||||
<Section Name="stone1wall Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" />
|
||||
<Key Name="name" Value="stone1wall" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="stone1wall.jp2" />
|
||||
</Section>
|
||||
<Section Name="stonetile Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" />
|
||||
<Key Name="name" Value="stonetile" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="stonetile.jp2" />
|
||||
</Section>
|
||||
<Section Name="street2 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" />
|
||||
<Key Name="name" Value="street2" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="street2.jp2" />
|
||||
</Section>
|
||||
<Section Name="thatch Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" />
|
||||
<Key Name="name" Value="thatch" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="thatch.jp2" />
|
||||
</Section>
|
||||
<Section Name="water1 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" />
|
||||
<Key Name="name" Value="water1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="water1.jp2" />
|
||||
</Section>
|
||||
<Section Name="water3 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" />
|
||||
<Key Name="name" Value="water3" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="water3.jp2" />
|
||||
</Section>
|
||||
<Section Name="Sea">
|
||||
<Key Name="assetID" Value="2bfd3884-7e27-69b9-ba3a-3e673f680004" />
|
||||
<Key Name="name" Value="Sea" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="water3.jp2" />
|
||||
</Section>
|
||||
<Section Name="wood1 Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" />
|
||||
<Key Name="name" Value="wood1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="wood1.jp2" />
|
||||
</Section>
|
||||
<Section Name="LOLCAT">
|
||||
<Key Name="assetID" Value="13371337-1337-1337-1337-133713371337" />
|
||||
<Key Name="name" Value="lolcat in ur assets" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="peaches.jp2" />
|
||||
</Section>
|
||||
<Section Name="bricks">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000001"/>
|
||||
<Key Name="name" Value="bricks"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="bricks.jp2"/>
|
||||
</Section>
|
||||
<Section Name="plywood">
|
||||
<Key Name="assetID" Value="89556747-24cb-43ed-920b-47caed15465f"/>
|
||||
<Key Name="name" Value="plywood"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="plywood.jp2"/>
|
||||
</Section>
|
||||
<Section Name="rocks">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000003"/>
|
||||
<Key Name="name" Value="rocks"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="rocks.jp2"/>
|
||||
</Section>
|
||||
<Section Name="granite">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000004"/>
|
||||
<Key Name="name" Value="granite"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="granite.jp2"/>
|
||||
</Section>
|
||||
<Section Name="hardwood">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000005"/>
|
||||
<Key Name="name" Value="hardwood"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="hardwood.jp2"/>
|
||||
</Section>
|
||||
<Section Name="Map Base Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000006"/>
|
||||
<Key Name="name" Value="Map Base Texture"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="map_base.jp2"/>
|
||||
</Section>
|
||||
<Section Name="Map Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000007"/>
|
||||
<Key Name="name" Value="Map Texture"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="map1.jp2"/>
|
||||
</Section>
|
||||
<Section Name="Female Body Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000010"/>
|
||||
<Key Name="name" Value="Female Body Texture"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="femalebody.jp2"/>
|
||||
</Section>
|
||||
<Section Name="Female Bottom Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000011"/>
|
||||
<Key Name="name" Value="Female Bottom Texture"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="femalebottom.jp2"/>
|
||||
</Section>
|
||||
<Section Name="Female Face Texture">
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000012"/>
|
||||
<Key Name="name" Value="Female Face Texture"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="femaleface.jp2"/>
|
||||
</Section>
|
||||
<!--
|
||||
<Section Name="Skin">
|
||||
<Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb"/>
|
||||
<Key Name="name" Value="Skin"/>
|
||||
|
@ -447,6 +42,8 @@
|
|||
<Key Name="inventoryType" Value="18" />
|
||||
<Key Name="fileName" Value="little_goblin_shape.dat"/>
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
<Section Name="Shirt">
|
||||
<Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/>
|
||||
<Key Name="name" Value="Shirt"/>
|
||||
|
@ -461,18 +58,5 @@
|
|||
<Key Name="inventoryType" Value="18" />
|
||||
<Key Name="fileName" Value="newpants.dat"/>
|
||||
</Section>
|
||||
<Section Name="Moon">
|
||||
<Key Name="assetID" Value="ec4b9f0b-d008-45c6-96a4-01dd947ac621"/>
|
||||
<Key Name="name" Value="Moon"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="moon.jp2"/>
|
||||
</Section>
|
||||
<Section Name="Cloud">
|
||||
<Key Name="assetID" Value="dc4b9f0b-d008-45c6-96a4-01dd947ac621"/>
|
||||
<Key Name="name" Value="Cloud"/>
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="cloud.jp2"/>
|
||||
</Section>
|
||||
-->
|
||||
</Nini>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<Section Name="Hair">
|
||||
<Key Name="inventoryID" Value="d342e6c1-b9d2-11dc-95ff-0800200c9a66" />
|
||||
<Key Name="assetID" Value="d342e6c0-b9d2-11dc-95ff-0800200c9a66" />
|
||||
|
@ -43,6 +43,7 @@
|
|||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
<Section Name="Jim Skin">
|
||||
<Key Name="inventoryID" Value="5c86b031-b9cc-11dc-95ff-0800200c9a66" />
|
||||
|
@ -72,6 +73,7 @@
|
|||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
<Section Name="Shape">
|
||||
<Key Name="inventoryID" Value="5c86b033-b9cc-11dc-95ff-0800200c9a66" />
|
||||
<Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73" />
|
||||
|
@ -85,6 +87,7 @@
|
|||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
-->
|
||||
<!--
|
||||
<Section Name="Jim Shape">
|
||||
<Key Name="inventoryID" Value="5c86b034-b9cc-11dc-95ff-0800200c9a66" />
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<Section Name="Shirt">
|
||||
<Key Name="inventoryID" Value="d5e46210-b9d1-11dc-95ff-0800200c9a66" />
|
||||
<Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110" />
|
||||
|
@ -42,4 +42,5 @@
|
|||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
-->
|
||||
</Nini>
|
||||
|
|
|
@ -3,15 +3,84 @@
|
|||
<Key Name="foldersFile" Value="OpenSimLibrary/OpenSimLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="OpenSimLibrary/OpenSimLibrary.xml"/>
|
||||
</Section>
|
||||
|
||||
<!-- Additional libraries can be added as shown below. These folders and items can appear underneath
|
||||
the hardcoded root library folder ("OpenSim Library")
|
||||
|
||||
You can also add folders and items to the folders of libraries defined earlier on in this file -->
|
||||
|
||||
You can also add folders and items to the folders of libraries defined in this file -->
|
||||
<!--
|
||||
<Section Name="My Site Library">
|
||||
<Key Name="foldersFile" Value="MySiteLibrary/MySiteLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="MySiteLibrary/MySiteLibraryItems.xml"/>
|
||||
</Section>
|
||||
-->
|
||||
|
||||
<!-- comment the following to stop from loading the subfolders on login -->
|
||||
|
||||
<!---->
|
||||
<Section Name="Animations Library">
|
||||
<Key Name="foldersFile" Value="AnimationsLibrary/AnimationsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="AnimationsLibrary/AnimationsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="BodyParts Library">
|
||||
<Key Name="foldersFile" Value="BodyPartsLibrary/BodyPartsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="BodyPartsLibrary/BodyPartsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Clothing Library">
|
||||
<Key Name="foldersFile" Value="ClothingLibrary/ClothingLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="ClothingLibrary/ClothingLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Gestures Library">
|
||||
<Key Name="foldersFile" Value="GesturesLibrary/GesturesLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="GesturesLibrary/GesturesLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Landmarks Library">
|
||||
<Key Name="foldersFile" Value="LandmarksLibrary/LandmarksLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="LandmarksLibrary/LandmarksLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Notecards Library">
|
||||
<Key Name="foldersFile" Value="NotecardsLibrary/NotecardsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="NotecardsLibrary/NotecardsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Objects Library">
|
||||
<Key Name="foldersFile" Value="ObjectsLibrary/ObjectsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="ObjectsLibrary/ObjectsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Photos Library">
|
||||
<Key Name="foldersFile" Value="PhotosLibrary/PhotosLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="PhotosLibrary/PhotosLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Scripts Library">
|
||||
<Key Name="foldersFile" Value="ScriptsLibrary/ScriptsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="ScriptsLibrary/ScriptsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Sounds Library">
|
||||
<Key Name="foldersFile" Value="SoundsLibrary/SoundsLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="SoundsLibrary/SoundsLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
<!---->
|
||||
<Section Name="Textures Library">
|
||||
<Key Name="foldersFile" Value="TexturesLibrary/TexturesLibraryFolders.xml"/>
|
||||
<Key Name="itemsFile" Value="TexturesLibrary/TexturesLibraryItems.xml"/>
|
||||
</Section>
|
||||
<!---->
|
||||
</Nini>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
<!-- the root Opensim Library folder ID is 00000112-000f-0000-0000-000100bba000 -->
|
||||
|
||||
<!--
|
||||
<Section Name="Fart notecard">
|
||||
<Section Name="Example Library Item">
|
||||
<Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
|
||||
<Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="ha" />
|
||||
<Key Name="name" Value="Fart" />
|
||||
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
|
||||
<Key Name="description" Value="Example Library Item" />
|
||||
<Key Name="name" Value="Example Library Item" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
|
@ -17,655 +17,4 @@
|
|||
</Section>
|
||||
-->
|
||||
|
||||
<Section Name="Welcome notecard">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/>
|
||||
<Key Name="description" Value="Welcome" />
|
||||
<Key Name="name" Value="Welcome" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="4-tile2 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001000" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001000" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="4-tile2 texture" />
|
||||
<Key Name="name" Value="4-tile2" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="4-tile3 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001001" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="4-tile3 texture" />
|
||||
<Key Name="name" Value="4-tile3" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="brick1_256 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001002" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="brick1_256 texture" />
|
||||
<Key Name="name" Value="brick1_256" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="brick2_256 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001003" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="brick2_256 texture" />
|
||||
<Key Name="name" Value="brick2_256" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="brick_mono Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001004" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="brick_mono texture" />
|
||||
<Key Name="name" Value="brick_mono" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="cedar Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001005" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="cedar texture" />
|
||||
<Key Name="name" Value="cedar" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="cement_block Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001006" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="cement_block texture" />
|
||||
<Key Name="name" Value="cement_block" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="clear Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001007" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="clear texture" />
|
||||
<Key Name="name" Value="clear" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="cobbles Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001008" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="cobbles texture" />
|
||||
<Key Name="name" Value="cobbles" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="creambrick Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001009" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="creambrick texture" />
|
||||
<Key Name="name" Value="creambrick" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="fgrass Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001010" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="fgrass texture" />
|
||||
<Key Name="name" Value="fgrass" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="glasstile2 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001011" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="glasstile2 texture" />
|
||||
<Key Name="name" Value="glasstile2" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="graniteblock Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001012" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="graniteblock texture" />
|
||||
<Key Name="name" Value="graniteblock" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="grass Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001013" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="grass texture" />
|
||||
<Key Name="name" Value="grass" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="gravel Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001014" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="gravel texture" />
|
||||
<Key Name="name" Value="gravel" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="greybrick Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001015" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="greybrick texture" />
|
||||
<Key Name="name" Value="greybrick" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="ivy Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001016" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="ivy texture" />
|
||||
<Key Name="name" Value="ivy" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="mahogany Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001017" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="mahogany texture" />
|
||||
<Key Name="name" Value="mahogany" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="maple Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001018" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="maple texture" />
|
||||
<Key Name="name" Value="maple" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="mosaic02 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001019" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="mosaic02 texture" />
|
||||
<Key Name="name" Value="mosaic02" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="palm1 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001020" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="palm1 texture" />
|
||||
<Key Name="name" Value="palm1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="papaya Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001021" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="papaya texture" />
|
||||
<Key Name="name" Value="papaya" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="papaya_bark Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001022" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="papaya_bark texture" />
|
||||
<Key Name="name" Value="papaya_bark" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="pastelbrick Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001023" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="pastelbrick texture" />
|
||||
<Key Name="name" Value="pastelbrick" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="pine1_10m Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001024" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="pine1_10m texture" />
|
||||
<Key Name="name" Value="pine1_10m" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="poplar Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001025" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="poplar texture" />
|
||||
<Key Name="name" Value="poplar" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="redtri_tile Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001026" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="redtri_tile texture" />
|
||||
<Key Name="name" Value="redtri_tile" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="rockbuilding Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001027" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="rockbuilding texture" />
|
||||
<Key Name="name" Value="rockbuilding" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="rockwallbig Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001028" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="rockwallbig texture" />
|
||||
<Key Name="name" Value="rockwallbig" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="roof01 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001029" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="roof01 texture" />
|
||||
<Key Name="name" Value="roof01" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="rooftiles1 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001030" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="rooftiles1 texture" />
|
||||
<Key Name="name" Value="rooftiles1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="rooftiles2_peach Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001031" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="rooftiles2_peach texture" />
|
||||
<Key Name="name" Value="rooftiles2_peach" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="rooftiles2_roy Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001032" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="rooftiles2_roy texture" />
|
||||
<Key Name="name" Value="rooftiles2_roy" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="saguaro_8m Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001033" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="saguaro_8m texture" />
|
||||
<Key Name="name" Value="saguaro_8m" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="seawater Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001034" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="seawater texture" />
|
||||
<Key Name="name" Value="seawater" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="snow1 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001035" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="snow1 texture" />
|
||||
<Key Name="name" Value="snow1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="steel Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001036" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="steel texture" />
|
||||
<Key Name="name" Value="steel" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="stone1wall Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001037" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="stone1wall texture" />
|
||||
<Key Name="name" Value="stone1wall" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="stonetile Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001038" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="stonetile texture" />
|
||||
<Key Name="name" Value="stonetile" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="street2 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001039" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="street2 texture" />
|
||||
<Key Name="name" Value="street2" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="thatch Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001040" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="thatch texture" />
|
||||
<Key Name="name" Value="thatch" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="water1 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001041" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="water1 texture" />
|
||||
<Key Name="name" Value="water1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="water3 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001042" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="water3 texture" />
|
||||
<Key Name="name" Value="water3" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="wood1 Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001043" />
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" />
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="wood1 texture" />
|
||||
<Key Name="name" Value="wood1" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="bricks Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000001"/>
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000001"/>
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="bricks texture" />
|
||||
<Key Name="name" Value="bricks" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="granite Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000004"/>
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000004"/>
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="granite texture" />
|
||||
<Key Name="name" Value="granite" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="hardwood Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000005"/>
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000005"/>
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="hardwood texture" />
|
||||
<Key Name="name" Value="hardwood" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="plywood Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000002"/>
|
||||
<Key Name="assetID" Value="89556747-24cb-43ed-920b-47caed15465f"/>
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="plywood texture" />
|
||||
<Key Name="name" Value="plywood" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
<Section Name="rocks Texture">
|
||||
<Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000003"/>
|
||||
<Key Name="assetID" Value="00000000-0000-1111-9999-000000000003"/>
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="description" Value="rocks texture" />
|
||||
<Key Name="name" Value="rocks" />
|
||||
<Key Name="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="currentPermissions" Value="2147483647" />
|
||||
<Key Name="nextPermissions" Value="2147483647" />
|
||||
<Key Name="everyonePermissions" Value="2147483647" />
|
||||
<Key Name="basePermissions" Value="2147483647" />
|
||||
</Section>
|
||||
|
||||
</Nini>
|
||||
|
|
|
@ -1,18 +1,14 @@
|
|||
<Nini>
|
||||
<!-- The root library inventory folder is hardcoded as 00000112-000f-0000-0000-000100bba000 -->
|
||||
<!-- Refer to the other folders under inventory, prefference is not to add entries here -->
|
||||
|
||||
<Section Name="Texture Library">
|
||||
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
|
||||
<!--
|
||||
<Section Name="Example Library">
|
||||
<Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/>
|
||||
<Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
|
||||
<Key Name="name" Value="Texture Library"/>
|
||||
<Key Name="name" Value="Example Library"/>
|
||||
<Key Name="type" Value="0"/>
|
||||
</Section>
|
||||
<!--
|
||||
<Section Name="Cheese Library">
|
||||
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba001"/>
|
||||
<Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
|
||||
<Key Name="name" Value="Cheese Library"/>
|
||||
<Key Name="type" Value="13"/>
|
||||
</Section>
|
||||
-->
|
||||
|
||||
</Nini>
|
||||
|
|
Loading…
Reference in New Issue