diff options
-rw-r--r-- | OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 67 | ||||
-rw-r--r-- | bin/assets/AssetSets.xml | 66 | ||||
-rw-r--r-- | bin/assets/BodyPartsAssetSet/BodyPartsAssetSet.xml | 6 | ||||
-rw-r--r-- | bin/assets/OpenSimAssetSet/OpenSimAssetSet.xml | 424 | ||||
-rw-r--r-- | bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | 5 | ||||
-rw-r--r-- | bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 3 | ||||
-rw-r--r-- | bin/inventory/Libraries.xml | 75 | ||||
-rw-r--r-- | bin/inventory/OpenSimLibrary/OpenSimLibrary.xml | 661 | ||||
-rw-r--r-- | bin/inventory/OpenSimLibrary/OpenSimLibraryFolders.xml | 18 |
9 files changed, 198 insertions, 1127 deletions
diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index 38cffeb..46ae9ce 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | |||
@@ -66,47 +66,50 @@ namespace OpenSim.Framework.Communications.Cache | |||
66 | 66 | ||
67 | LoadLibraries(Path.Combine(Util.inventoryDir(), "Libraries.xml")); | 67 | LoadLibraries(Path.Combine(Util.inventoryDir(), "Libraries.xml")); |
68 | 68 | ||
69 | CreateLibraryItems(); | 69 | // CreateLibraryItems(); |
70 | } | 70 | } |
71 | 71 | ||
72 | /// <summary> | 72 | /// <summary> |
73 | /// Hardcoded item creation. Please don't add any more items here - future items should be created | 73 | /// Hardcoded item creation. Please don't add any more items here - future items should be created |
74 | /// in the xml in the bin/inventory folder. | 74 | /// in the xml in the bin/inventory folder. |
75 | /// </summary> | 75 | /// </summary> |
76 | private void CreateLibraryItems() | 76 | /// |
77 | { | 77 | /// Commented the following out due to sending it all through xml, remove this section once this is provin to work stable. |
78 | InventoryItemBase item = | 78 | /// |
79 | CreateItem(new LLUUID("66c41e39-38f9-f75a-024e-585989bfaba9"), | 79 | //private void CreateLibraryItems() |
80 | new LLUUID("66c41e39-38f9-f75a-024e-585989bfab73"), "Default Shape", "Default Shape", | 80 | //{ |
81 | (int) AssetType.Bodypart, (int) InventoryType.Wearable, folderID); | 81 | // InventoryItemBase item = |
82 | item.inventoryCurrentPermissions = 0; | 82 | // CreateItem(new LLUUID("66c41e39-38f9-f75a-024e-585989bfaba9"), |
83 | item.inventoryNextPermissions = 0; | 83 | // new LLUUID("66c41e39-38f9-f75a-024e-585989bfab73"), "Default Shape", "Default Shape", |
84 | Items.Add(item.inventoryID, item); | 84 | // (int) AssetType.Bodypart, (int) InventoryType.Wearable, folderID); |
85 | // item.inventoryCurrentPermissions = 0; | ||
86 | // item.inventoryNextPermissions = 0; | ||
87 | // Items.Add(item.inventoryID, item); | ||
85 | 88 | ||
86 | item = | 89 | // item = |
87 | CreateItem(new LLUUID("77c41e39-38f9-f75a-024e-585989bfabc9"), | 90 | // CreateItem(new LLUUID("77c41e39-38f9-f75a-024e-585989bfabc9"), |
88 | new LLUUID("77c41e39-38f9-f75a-024e-585989bbabbb"), "Default Skin", "Default Skin", | 91 | // new LLUUID("77c41e39-38f9-f75a-024e-585989bbabbb"), "Default Skin", "Default Skin", |
89 | (int) AssetType.Bodypart, (int) InventoryType.Wearable, folderID); | 92 | // (int) AssetType.Bodypart, (int) InventoryType.Wearable, folderID); |
90 | item.inventoryCurrentPermissions = 0; | 93 | // item.inventoryCurrentPermissions = 0; |
91 | item.inventoryNextPermissions = 0; | 94 | // item.inventoryNextPermissions = 0; |
92 | Items.Add(item.inventoryID, item); | 95 | // Items.Add(item.inventoryID, item); |
93 | 96 | ||
94 | item = | 97 | // item = |
95 | CreateItem(new LLUUID("77c41e39-38f9-f75a-0000-585989bf0000"), | 98 | // CreateItem(new LLUUID("77c41e39-38f9-f75a-0000-585989bf0000"), |
96 | new LLUUID("00000000-38f9-1111-024e-222222111110"), "Default Shirt", "Default Shirt", | 99 | // new LLUUID("00000000-38f9-1111-024e-222222111110"), "Default Shirt", "Default Shirt", |
97 | (int) AssetType.Clothing, (int) InventoryType.Wearable, folderID); | 100 | // (int) AssetType.Clothing, (int) InventoryType.Wearable, folderID); |
98 | item.inventoryCurrentPermissions = 0; | 101 | // item.inventoryCurrentPermissions = 0; |
99 | item.inventoryNextPermissions = 0; | 102 | // item.inventoryNextPermissions = 0; |
100 | Items.Add(item.inventoryID, item); | 103 | // Items.Add(item.inventoryID, item); |
101 | 104 | ||
102 | item = | 105 | // item = |
103 | CreateItem(new LLUUID("77c41e39-38f9-f75a-0000-5859892f1111"), | 106 | // CreateItem(new LLUUID("77c41e39-38f9-f75a-0000-5859892f1111"), |
104 | new LLUUID("00000000-38f9-1111-024e-222222111120"), "Default Pants", "Default Pants", | 107 | // new LLUUID("00000000-38f9-1111-024e-222222111120"), "Default Pants", "Default Pants", |
105 | (int) AssetType.Clothing, (int) InventoryType.Wearable, folderID); | 108 | // (int) AssetType.Clothing, (int) InventoryType.Wearable, folderID); |
106 | item.inventoryCurrentPermissions = 0; | 109 | // item.inventoryCurrentPermissions = 0; |
107 | item.inventoryNextPermissions = 0; | 110 | // item.inventoryNextPermissions = 0; |
108 | Items.Add(item.inventoryID, item); | 111 | // Items.Add(item.inventoryID, item); |
109 | } | 112 | //} |
110 | 113 | ||
111 | public InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, | 114 | public InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, |
112 | int assetType, int invType, LLUUID parentFolderID) | 115 | int assetType, int invType, LLUUID parentFolderID) |
diff --git a/bin/assets/AssetSets.xml b/bin/assets/AssetSets.xml index c94cd59..a8f1500 100644 --- a/bin/assets/AssetSets.xml +++ b/bin/assets/AssetSets.xml | |||
@@ -15,4 +15,70 @@ | |||
15 | <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/> | 15 | <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/> |
16 | </Section> | 16 | </Section> |
17 | --> | 17 | --> |
18 | |||
19 | <!----> | ||
20 | <Section Name="Animations AssetSet"> | ||
21 | <Key Name="file" Value="AnimationsAssetSet/AnimationsAssetSet.xml"/> | ||
22 | </Section> | ||
23 | <!----> | ||
24 | |||
25 | <!----> | ||
26 | <Section Name="BodyParts AssetSet"> | ||
27 | <Key Name="file" Value="BodyPartsAssetSet/BodyPartsAssetSet.xml"/> | ||
28 | </Section> | ||
29 | <!----> | ||
30 | |||
31 | <!----> | ||
32 | <Section Name="Clothing AssetSet"> | ||
33 | <Key Name="file" Value="ClothingAssetSet/ClothingAssetSet.xml"/> | ||
34 | </Section> | ||
35 | <!----> | ||
36 | |||
37 | <!----> | ||
38 | <Section Name="Gestures AssetSet"> | ||
39 | <Key Name="file" Value="GesturesAssetSet/GesturesAssetSet.xml"/> | ||
40 | </Section> | ||
41 | <!----> | ||
42 | |||
43 | <!----> | ||
44 | <Section Name="Landmarks AssetSet"> | ||
45 | <Key Name="file" Value="LandmarksAssetSet/LandmarksAssetSet.xml"/> | ||
46 | </Section> | ||
47 | <!----> | ||
48 | |||
49 | <!----> | ||
50 | <Section Name="Notecards AssetSet"> | ||
51 | <Key Name="file" Value="NotecardsAssetSet/NotecardsAssetSet.xml"/> | ||
52 | </Section> | ||
53 | <!----> | ||
54 | |||
55 | <!----> | ||
56 | <Section Name="Objects AssetSet"> | ||
57 | <Key Name="file" Value="ObjectsAssetSet/ObjectsAssetSet.xml"/> | ||
58 | </Section> | ||
59 | <!----> | ||
60 | |||
61 | <!----> | ||
62 | <Section Name="Photos AssetSet"> | ||
63 | <Key Name="file" Value="PhotosAssetSet/PhotosAssetSet.xml"/> | ||
64 | </Section> | ||
65 | <!----> | ||
66 | |||
67 | <!----> | ||
68 | <Section Name="Scripts AssetSet"> | ||
69 | <Key Name="file" Value="ScriptsAssetSet/ScriptsAssetSet.xml"/> | ||
70 | </Section> | ||
71 | <!----> | ||
72 | |||
73 | <!----> | ||
74 | <Section Name="Sounds AssetSet"> | ||
75 | <Key Name="file" Value="SoundsAssetSet/SoundsAssetSet.xml"/> | ||
76 | </Section> | ||
77 | <!----> | ||
78 | |||
79 | <!----> | ||
80 | <Section Name="Textures AssetSet"> | ||
81 | <Key Name="file" Value="TexturesAssetSet/TexturesAssetSet.xml"/> | ||
82 | </Section> | ||
83 | <!----> | ||
18 | </Nini> | 84 | </Nini> |
diff --git a/bin/assets/BodyPartsAssetSet/BodyPartsAssetSet.xml b/bin/assets/BodyPartsAssetSet/BodyPartsAssetSet.xml index 1451590..ebae8ed 100644 --- a/bin/assets/BodyPartsAssetSet/BodyPartsAssetSet.xml +++ b/bin/assets/BodyPartsAssetSet/BodyPartsAssetSet.xml | |||
@@ -15,7 +15,7 @@ | |||
15 | <Key Name="inventoryType" Value="18" /> | 15 | <Key Name="inventoryType" Value="18" /> |
16 | <Key Name="fileName" Value="base_skin.dat"/> | 16 | <Key Name="fileName" Value="base_skin.dat"/> |
17 | </Section> | 17 | </Section> |
18 | <!-- | 18 | <!-- |
19 | <Section Name="Jim Skin"> | 19 | <Section Name="Jim Skin"> |
20 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbc"/> | 20 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbc"/> |
21 | <Key Name="name" Value="Jim Skin"/> | 21 | <Key Name="name" Value="Jim Skin"/> |
@@ -31,7 +31,7 @@ | |||
31 | <Key Name="inventoryType" Value="13" /> | 31 | <Key Name="inventoryType" Value="13" /> |
32 | <Key Name="fileName" Value="goblin_skin.dat"/> | 32 | <Key Name="fileName" Value="goblin_skin.dat"/> |
33 | </Section> | 33 | </Section> |
34 | --> | 34 | --> |
35 | <Section Name="Shape"> | 35 | <Section Name="Shape"> |
36 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73"/> | 36 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73"/> |
37 | <Key Name="name" Value="Shape"/> | 37 | <Key Name="name" Value="Shape"/> |
@@ -39,7 +39,7 @@ | |||
39 | <Key Name="inventoryType" Value="18" /> | 39 | <Key Name="inventoryType" Value="18" /> |
40 | <Key Name="fileName" Value="base_shape.dat"/> | 40 | <Key Name="fileName" Value="base_shape.dat"/> |
41 | </Section> | 41 | </Section> |
42 | <!-- | 42 | <!-- |
43 | <Section Name="Jim Shape"> | 43 | <Section Name="Jim Shape"> |
44 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab74"/> | 44 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab74"/> |
45 | <Key Name="name" Value="Jim Shape"/> | 45 | <Key Name="name" Value="Jim Shape"/> |
diff --git a/bin/assets/OpenSimAssetSet/OpenSimAssetSet.xml b/bin/assets/OpenSimAssetSet/OpenSimAssetSet.xml index 21e298a..8dd2b28 100644 --- a/bin/assets/OpenSimAssetSet/OpenSimAssetSet.xml +++ b/bin/assets/OpenSimAssetSet/OpenSimAssetSet.xml | |||
@@ -1,410 +1,5 @@ | |||
1 | <Nini> | 1 | <Nini> |
2 | <Section Name="Welcome notecard"> | 2 | <!-- |
3 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | ||
4 | <Key Name="name" Value="WelcomeNote" /> | ||
5 | <Key Name="assetType" Value="7" /> | ||
6 | <Key Name="inventoryType" Value="7" /> | ||
7 | <Key Name="fileName" Value="welcomeNote.dat" /> | ||
8 | </Section> | ||
9 | <Section Name="texture1"> | ||
10 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000099" /> | ||
11 | <Key Name="name" Value="femface" /> | ||
12 | <Key Name="assetType" Value="0" /> | ||
13 | <Key Name="inventoryType" Value="0" /> | ||
14 | <Key Name="fileName" Value="femaleface.jp2" /> | ||
15 | </Section> | ||
16 | <Section Name="4-tile2 Texture"> | ||
17 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001000" /> | ||
18 | <Key Name="name" Value="4-tile2" /> | ||
19 | <Key Name="assetType" Value="0" /> | ||
20 | <Key Name="inventoryType" Value="0" /> | ||
21 | <Key Name="fileName" Value="4-tile2.jp2" /> | ||
22 | </Section> | ||
23 | <Section Name="4-tile3 Texture"> | ||
24 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" /> | ||
25 | <Key Name="name" Value="4-tile3" /> | ||
26 | <Key Name="assetType" Value="0" /> | ||
27 | <Key Name="inventoryType" Value="0" /> | ||
28 | <Key Name="fileName" Value="4-tile3.jp2" /> | ||
29 | </Section> | ||
30 | <Section Name="brick1_256 Texture"> | ||
31 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" /> | ||
32 | <Key Name="name" Value="brick1_256" /> | ||
33 | <Key Name="assetType" Value="0" /> | ||
34 | <Key Name="inventoryType" Value="0" /> | ||
35 | <Key Name="fileName" Value="brick1_256.jp2" /> | ||
36 | </Section> | ||
37 | <Section Name="brick2_256 Texture"> | ||
38 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" /> | ||
39 | <Key Name="name" Value="brick2_256" /> | ||
40 | <Key Name="assetType" Value="0" /> | ||
41 | <Key Name="inventoryType" Value="0" /> | ||
42 | <Key Name="fileName" Value="brick2_256.jp2" /> | ||
43 | </Section> | ||
44 | <Section Name="brick_mono Texture"> | ||
45 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" /> | ||
46 | <Key Name="name" Value="brick_mono" /> | ||
47 | <Key Name="assetType" Value="0" /> | ||
48 | <Key Name="inventoryType" Value="0" /> | ||
49 | <Key Name="fileName" Value="brick_mono.jp2" /> | ||
50 | </Section> | ||
51 | <Section Name="cedar Texture"> | ||
52 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" /> | ||
53 | <Key Name="name" Value="cedar" /> | ||
54 | <Key Name="assetType" Value="0" /> | ||
55 | <Key Name="inventoryType" Value="0" /> | ||
56 | <Key Name="fileName" Value="cedar.jp2" /> | ||
57 | </Section> | ||
58 | <Section Name="cement_block Texture"> | ||
59 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" /> | ||
60 | <Key Name="name" Value="cement_block" /> | ||
61 | <Key Name="assetType" Value="0" /> | ||
62 | <Key Name="inventoryType" Value="0" /> | ||
63 | <Key Name="fileName" Value="cement_block.jp2" /> | ||
64 | </Section> | ||
65 | <Section Name="clear Texture"> | ||
66 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" /> | ||
67 | <Key Name="name" Value="clear" /> | ||
68 | <Key Name="assetType" Value="0" /> | ||
69 | <Key Name="inventoryType" Value="0" /> | ||
70 | <Key Name="fileName" Value="clear.jp2" /> | ||
71 | </Section> | ||
72 | <Section Name="cobbles Texture"> | ||
73 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" /> | ||
74 | <Key Name="name" Value="cobbles" /> | ||
75 | <Key Name="assetType" Value="0" /> | ||
76 | <Key Name="inventoryType" Value="0" /> | ||
77 | <Key Name="fileName" Value="cobbles.jp2" /> | ||
78 | </Section> | ||
79 | <Section Name="creambrick Texture"> | ||
80 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" /> | ||
81 | <Key Name="name" Value="creambrick" /> | ||
82 | <Key Name="assetType" Value="0" /> | ||
83 | <Key Name="inventoryType" Value="0" /> | ||
84 | <Key Name="fileName" Value="creambrick.jp2" /> | ||
85 | </Section> | ||
86 | <Section Name="fgrass Texture"> | ||
87 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" /> | ||
88 | <Key Name="name" Value="fgrass" /> | ||
89 | <Key Name="assetType" Value="0" /> | ||
90 | <Key Name="inventoryType" Value="0" /> | ||
91 | <Key Name="fileName" Value="fgrass.jp2" /> | ||
92 | </Section> | ||
93 | <Section Name="glasstile2 Texture"> | ||
94 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" /> | ||
95 | <Key Name="name" Value="glasstile2" /> | ||
96 | <Key Name="assetType" Value="0" /> | ||
97 | <Key Name="inventoryType" Value="0" /> | ||
98 | <Key Name="fileName" Value="glasstile2.jp2" /> | ||
99 | </Section> | ||
100 | <Section Name="graniteblock Texture"> | ||
101 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" /> | ||
102 | <Key Name="name" Value="graniteblock" /> | ||
103 | <Key Name="assetType" Value="0" /> | ||
104 | <Key Name="inventoryType" Value="0" /> | ||
105 | <Key Name="fileName" Value="graniteblock.jp2" /> | ||
106 | </Section> | ||
107 | <Section Name="grass Texture"> | ||
108 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" /> | ||
109 | <Key Name="name" Value="grass" /> | ||
110 | <Key Name="assetType" Value="0" /> | ||
111 | <Key Name="inventoryType" Value="0" /> | ||
112 | <Key Name="fileName" Value="grass.jp2" /> | ||
113 | </Section> | ||
114 | <Section Name="gravel Texture"> | ||
115 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" /> | ||
116 | <Key Name="name" Value="gravel" /> | ||
117 | <Key Name="assetType" Value="0" /> | ||
118 | <Key Name="inventoryType" Value="0" /> | ||
119 | <Key Name="fileName" Value="gravel.jp2" /> | ||
120 | </Section> | ||
121 | <Section Name="greybrick Texture"> | ||
122 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" /> | ||
123 | <Key Name="name" Value="greybrick" /> | ||
124 | <Key Name="assetType" Value="0" /> | ||
125 | <Key Name="inventoryType" Value="0" /> | ||
126 | <Key Name="fileName" Value="greybrick.jp2" /> | ||
127 | </Section> | ||
128 | <Section Name="ivy Texture"> | ||
129 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" /> | ||
130 | <Key Name="name" Value="ivy" /> | ||
131 | <Key Name="assetType" Value="0" /> | ||
132 | <Key Name="inventoryType" Value="0" /> | ||
133 | <Key Name="fileName" Value="ivy.jp2" /> | ||
134 | </Section> | ||
135 | <Section Name="mahogany Texture"> | ||
136 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" /> | ||
137 | <Key Name="name" Value="mahogany" /> | ||
138 | <Key Name="assetType" Value="0" /> | ||
139 | <Key Name="inventoryType" Value="0" /> | ||
140 | <Key Name="fileName" Value="mahogany.jp2" /> | ||
141 | </Section> | ||
142 | <Section Name="maple Texture"> | ||
143 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" /> | ||
144 | <Key Name="name" Value="maple" /> | ||
145 | <Key Name="assetType" Value="0" /> | ||
146 | <Key Name="inventoryType" Value="0" /> | ||
147 | <Key Name="fileName" Value="maple.jp2" /> | ||
148 | </Section> | ||
149 | <Section Name="mosaic02 Texture"> | ||
150 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" /> | ||
151 | <Key Name="name" Value="mosaic02" /> | ||
152 | <Key Name="assetType" Value="0" /> | ||
153 | <Key Name="inventoryType" Value="0" /> | ||
154 | <Key Name="fileName" Value="mosaic02.jp2" /> | ||
155 | </Section> | ||
156 | <Section Name="palm1 Texture"> | ||
157 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" /> | ||
158 | <Key Name="name" Value="palm1" /> | ||
159 | <Key Name="assetType" Value="0" /> | ||
160 | <Key Name="inventoryType" Value="0" /> | ||
161 | <Key Name="fileName" Value="palm1.jp2" /> | ||
162 | </Section> | ||
163 | <Section Name="papaya Texture"> | ||
164 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" /> | ||
165 | <Key Name="name" Value="papaya" /> | ||
166 | <Key Name="assetType" Value="0" /> | ||
167 | <Key Name="inventoryType" Value="0" /> | ||
168 | <Key Name="fileName" Value="papaya.jp2" /> | ||
169 | </Section> | ||
170 | <Section Name="papaya_bark Texture"> | ||
171 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" /> | ||
172 | <Key Name="name" Value="papaya_bark" /> | ||
173 | <Key Name="assetType" Value="0" /> | ||
174 | <Key Name="inventoryType" Value="0" /> | ||
175 | <Key Name="fileName" Value="papaya_bark.jp2" /> | ||
176 | </Section> | ||
177 | <Section Name="pastelbrick Texture"> | ||
178 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" /> | ||
179 | <Key Name="name" Value="pastelbrick" /> | ||
180 | <Key Name="assetType" Value="0" /> | ||
181 | <Key Name="inventoryType" Value="0" /> | ||
182 | <Key Name="fileName" Value="pastelbrick.jp2" /> | ||
183 | </Section> | ||
184 | <Section Name="pine1_10m Texture"> | ||
185 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" /> | ||
186 | <Key Name="name" Value="pine1_10m" /> | ||
187 | <Key Name="assetType" Value="0" /> | ||
188 | <Key Name="inventoryType" Value="0" /> | ||
189 | <Key Name="fileName" Value="pine1_10m.jp2" /> | ||
190 | </Section> | ||
191 | <Section Name="poplar Texture"> | ||
192 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" /> | ||
193 | <Key Name="name" Value="poplar" /> | ||
194 | <Key Name="assetType" Value="0" /> | ||
195 | <Key Name="inventoryType" Value="0" /> | ||
196 | <Key Name="fileName" Value="poplar.jp2" /> | ||
197 | </Section> | ||
198 | <Section Name="redtri_tile Texture"> | ||
199 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" /> | ||
200 | <Key Name="name" Value="redtri_tile" /> | ||
201 | <Key Name="assetType" Value="0" /> | ||
202 | <Key Name="inventoryType" Value="0" /> | ||
203 | <Key Name="fileName" Value="redtri_tile.jp2" /> | ||
204 | </Section> | ||
205 | <Section Name="rockbuilding Texture"> | ||
206 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" /> | ||
207 | <Key Name="name" Value="rockbuilding" /> | ||
208 | <Key Name="assetType" Value="0" /> | ||
209 | <Key Name="inventoryType" Value="0" /> | ||
210 | <Key Name="fileName" Value="rockbuilding.jp2" /> | ||
211 | </Section> | ||
212 | <Section Name="rockwallbig Texture"> | ||
213 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" /> | ||
214 | <Key Name="name" Value="rockwallbig" /> | ||
215 | <Key Name="assetType" Value="0" /> | ||
216 | <Key Name="inventoryType" Value="0" /> | ||
217 | <Key Name="fileName" Value="rockwallbig.jp2" /> | ||
218 | </Section> | ||
219 | <Section Name="roof01 Texture"> | ||
220 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" /> | ||
221 | <Key Name="name" Value="roof01" /> | ||
222 | <Key Name="assetType" Value="0" /> | ||
223 | <Key Name="inventoryType" Value="0" /> | ||
224 | <Key Name="fileName" Value="roof01.jp2" /> | ||
225 | </Section> | ||
226 | <Section Name="rooftiles1 Texture"> | ||
227 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" /> | ||
228 | <Key Name="name" Value="rooftiles1" /> | ||
229 | <Key Name="assetType" Value="0" /> | ||
230 | <Key Name="inventoryType" Value="0" /> | ||
231 | <Key Name="fileName" Value="rooftiles1.jp2" /> | ||
232 | </Section> | ||
233 | <Section Name="rooftiles2_peach Texture"> | ||
234 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" /> | ||
235 | <Key Name="name" Value="rooftiles2_peach" /> | ||
236 | <Key Name="assetType" Value="0" /> | ||
237 | <Key Name="inventoryType" Value="0" /> | ||
238 | <Key Name="fileName" Value="rooftiles2_peach.jp2" /> | ||
239 | </Section> | ||
240 | <Section Name="rooftiles2_roy Texture"> | ||
241 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" /> | ||
242 | <Key Name="name" Value="rooftiles2_roy" /> | ||
243 | <Key Name="assetType" Value="0" /> | ||
244 | <Key Name="inventoryType" Value="0" /> | ||
245 | <Key Name="fileName" Value="rooftiles2_roy.jp2" /> | ||
246 | </Section> | ||
247 | <Section Name="saguaro_8m Texture"> | ||
248 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" /> | ||
249 | <Key Name="name" Value="saguaro_8m" /> | ||
250 | <Key Name="assetType" Value="0" /> | ||
251 | <Key Name="inventoryType" Value="0" /> | ||
252 | <Key Name="fileName" Value="saguaro_8m.jp2" /> | ||
253 | </Section> | ||
254 | <Section Name="seawater Texture"> | ||
255 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" /> | ||
256 | <Key Name="name" Value="seawater" /> | ||
257 | <Key Name="assetType" Value="0" /> | ||
258 | <Key Name="inventoryType" Value="0" /> | ||
259 | <Key Name="fileName" Value="seawater.jp2" /> | ||
260 | </Section> | ||
261 | <Section Name="snow1 Texture"> | ||
262 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" /> | ||
263 | <Key Name="name" Value="snow1" /> | ||
264 | <Key Name="assetType" Value="0" /> | ||
265 | <Key Name="inventoryType" Value="0" /> | ||
266 | <Key Name="fileName" Value="snow1.jp2" /> | ||
267 | </Section> | ||
268 | <Section Name="steel Texture"> | ||
269 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" /> | ||
270 | <Key Name="name" Value="steel" /> | ||
271 | <Key Name="assetType" Value="0" /> | ||
272 | <Key Name="inventoryType" Value="0" /> | ||
273 | <Key Name="fileName" Value="steel.jp2" /> | ||
274 | </Section> | ||
275 | <Section Name="stone1wall Texture"> | ||
276 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" /> | ||
277 | <Key Name="name" Value="stone1wall" /> | ||
278 | <Key Name="assetType" Value="0" /> | ||
279 | <Key Name="inventoryType" Value="0" /> | ||
280 | <Key Name="fileName" Value="stone1wall.jp2" /> | ||
281 | </Section> | ||
282 | <Section Name="stonetile Texture"> | ||
283 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" /> | ||
284 | <Key Name="name" Value="stonetile" /> | ||
285 | <Key Name="assetType" Value="0" /> | ||
286 | <Key Name="inventoryType" Value="0" /> | ||
287 | <Key Name="fileName" Value="stonetile.jp2" /> | ||
288 | </Section> | ||
289 | <Section Name="street2 Texture"> | ||
290 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" /> | ||
291 | <Key Name="name" Value="street2" /> | ||
292 | <Key Name="assetType" Value="0" /> | ||
293 | <Key Name="inventoryType" Value="0" /> | ||
294 | <Key Name="fileName" Value="street2.jp2" /> | ||
295 | </Section> | ||
296 | <Section Name="thatch Texture"> | ||
297 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" /> | ||
298 | <Key Name="name" Value="thatch" /> | ||
299 | <Key Name="assetType" Value="0" /> | ||
300 | <Key Name="inventoryType" Value="0" /> | ||
301 | <Key Name="fileName" Value="thatch.jp2" /> | ||
302 | </Section> | ||
303 | <Section Name="water1 Texture"> | ||
304 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" /> | ||
305 | <Key Name="name" Value="water1" /> | ||
306 | <Key Name="assetType" Value="0" /> | ||
307 | <Key Name="inventoryType" Value="0" /> | ||
308 | <Key Name="fileName" Value="water1.jp2" /> | ||
309 | </Section> | ||
310 | <Section Name="water3 Texture"> | ||
311 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" /> | ||
312 | <Key Name="name" Value="water3" /> | ||
313 | <Key Name="assetType" Value="0" /> | ||
314 | <Key Name="inventoryType" Value="0" /> | ||
315 | <Key Name="fileName" Value="water3.jp2" /> | ||
316 | </Section> | ||
317 | <Section Name="Sea"> | ||
318 | <Key Name="assetID" Value="2bfd3884-7e27-69b9-ba3a-3e673f680004" /> | ||
319 | <Key Name="name" Value="Sea" /> | ||
320 | <Key Name="assetType" Value="0" /> | ||
321 | <Key Name="inventoryType" Value="0" /> | ||
322 | <Key Name="fileName" Value="water3.jp2" /> | ||
323 | </Section> | ||
324 | <Section Name="wood1 Texture"> | ||
325 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" /> | ||
326 | <Key Name="name" Value="wood1" /> | ||
327 | <Key Name="assetType" Value="0" /> | ||
328 | <Key Name="inventoryType" Value="0" /> | ||
329 | <Key Name="fileName" Value="wood1.jp2" /> | ||
330 | </Section> | ||
331 | <Section Name="LOLCAT"> | ||
332 | <Key Name="assetID" Value="13371337-1337-1337-1337-133713371337" /> | ||
333 | <Key Name="name" Value="lolcat in ur assets" /> | ||
334 | <Key Name="assetType" Value="0" /> | ||
335 | <Key Name="inventoryType" Value="0" /> | ||
336 | <Key Name="fileName" Value="peaches.jp2" /> | ||
337 | </Section> | ||
338 | <Section Name="bricks"> | ||
339 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000001"/> | ||
340 | <Key Name="name" Value="bricks"/> | ||
341 | <Key Name="assetType" Value="0" /> | ||
342 | <Key Name="inventoryType" Value="0" /> | ||
343 | <Key Name="fileName" Value="bricks.jp2"/> | ||
344 | </Section> | ||
345 | <Section Name="plywood"> | ||
346 | <Key Name="assetID" Value="89556747-24cb-43ed-920b-47caed15465f"/> | ||
347 | <Key Name="name" Value="plywood"/> | ||
348 | <Key Name="assetType" Value="0" /> | ||
349 | <Key Name="inventoryType" Value="0" /> | ||
350 | <Key Name="fileName" Value="plywood.jp2"/> | ||
351 | </Section> | ||
352 | <Section Name="rocks"> | ||
353 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000003"/> | ||
354 | <Key Name="name" Value="rocks"/> | ||
355 | <Key Name="assetType" Value="0" /> | ||
356 | <Key Name="inventoryType" Value="0" /> | ||
357 | <Key Name="fileName" Value="rocks.jp2"/> | ||
358 | </Section> | ||
359 | <Section Name="granite"> | ||
360 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000004"/> | ||
361 | <Key Name="name" Value="granite"/> | ||
362 | <Key Name="assetType" Value="0" /> | ||
363 | <Key Name="inventoryType" Value="0" /> | ||
364 | <Key Name="fileName" Value="granite.jp2"/> | ||
365 | </Section> | ||
366 | <Section Name="hardwood"> | ||
367 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000005"/> | ||
368 | <Key Name="name" Value="hardwood"/> | ||
369 | <Key Name="assetType" Value="0" /> | ||
370 | <Key Name="inventoryType" Value="0" /> | ||
371 | <Key Name="fileName" Value="hardwood.jp2"/> | ||
372 | </Section> | ||
373 | <Section Name="Map Base Texture"> | ||
374 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000006"/> | ||
375 | <Key Name="name" Value="Map Base Texture"/> | ||
376 | <Key Name="assetType" Value="0" /> | ||
377 | <Key Name="inventoryType" Value="0" /> | ||
378 | <Key Name="fileName" Value="map_base.jp2"/> | ||
379 | </Section> | ||
380 | <Section Name="Map Texture"> | ||
381 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000007"/> | ||
382 | <Key Name="name" Value="Map Texture"/> | ||
383 | <Key Name="assetType" Value="0" /> | ||
384 | <Key Name="inventoryType" Value="0" /> | ||
385 | <Key Name="fileName" Value="map1.jp2"/> | ||
386 | </Section> | ||
387 | <Section Name="Female Body Texture"> | ||
388 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000010"/> | ||
389 | <Key Name="name" Value="Female Body Texture"/> | ||
390 | <Key Name="assetType" Value="0" /> | ||
391 | <Key Name="inventoryType" Value="0" /> | ||
392 | <Key Name="fileName" Value="femalebody.jp2"/> | ||
393 | </Section> | ||
394 | <Section Name="Female Bottom Texture"> | ||
395 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000011"/> | ||
396 | <Key Name="name" Value="Female Bottom Texture"/> | ||
397 | <Key Name="assetType" Value="0" /> | ||
398 | <Key Name="inventoryType" Value="0" /> | ||
399 | <Key Name="fileName" Value="femalebottom.jp2"/> | ||
400 | </Section> | ||
401 | <Section Name="Female Face Texture"> | ||
402 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000012"/> | ||
403 | <Key Name="name" Value="Female Face Texture"/> | ||
404 | <Key Name="assetType" Value="0" /> | ||
405 | <Key Name="inventoryType" Value="0" /> | ||
406 | <Key Name="fileName" Value="femaleface.jp2"/> | ||
407 | </Section> | ||
408 | <Section Name="Skin"> | 3 | <Section Name="Skin"> |
409 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb"/> | 4 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb"/> |
410 | <Key Name="name" Value="Skin"/> | 5 | <Key Name="name" Value="Skin"/> |
@@ -447,6 +42,8 @@ | |||
447 | <Key Name="inventoryType" Value="18" /> | 42 | <Key Name="inventoryType" Value="18" /> |
448 | <Key Name="fileName" Value="little_goblin_shape.dat"/> | 43 | <Key Name="fileName" Value="little_goblin_shape.dat"/> |
449 | </Section> | 44 | </Section> |
45 | --> | ||
46 | <!-- | ||
450 | <Section Name="Shirt"> | 47 | <Section Name="Shirt"> |
451 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/> | 48 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/> |
452 | <Key Name="name" Value="Shirt"/> | 49 | <Key Name="name" Value="Shirt"/> |
@@ -461,18 +58,5 @@ | |||
461 | <Key Name="inventoryType" Value="18" /> | 58 | <Key Name="inventoryType" Value="18" /> |
462 | <Key Name="fileName" Value="newpants.dat"/> | 59 | <Key Name="fileName" Value="newpants.dat"/> |
463 | </Section> | 60 | </Section> |
464 | <Section Name="Moon"> | 61 | --> |
465 | <Key Name="assetID" Value="ec4b9f0b-d008-45c6-96a4-01dd947ac621"/> | ||
466 | <Key Name="name" Value="Moon"/> | ||
467 | <Key Name="assetType" Value="0" /> | ||
468 | <Key Name="inventoryType" Value="0" /> | ||
469 | <Key Name="fileName" Value="moon.jp2"/> | ||
470 | </Section> | ||
471 | <Section Name="Cloud"> | ||
472 | <Key Name="assetID" Value="dc4b9f0b-d008-45c6-96a4-01dd947ac621"/> | ||
473 | <Key Name="name" Value="Cloud"/> | ||
474 | <Key Name="assetType" Value="0" /> | ||
475 | <Key Name="inventoryType" Value="0" /> | ||
476 | <Key Name="fileName" Value="cloud.jp2"/> | ||
477 | </Section> | ||
478 | </Nini> | 62 | </Nini> |
diff --git a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml index d513803..99c8eaf 100644 --- a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml +++ b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | |||
@@ -15,7 +15,7 @@ | |||
15 | <Key Name="basePermissions" Value="2147483647" /> | 15 | <Key Name="basePermissions" Value="2147483647" /> |
16 | </Section> | 16 | </Section> |
17 | --> | 17 | --> |
18 | 18 | <!-- | |
19 | <Section Name="Hair"> | 19 | <Section Name="Hair"> |
20 | <Key Name="inventoryID" Value="d342e6c1-b9d2-11dc-95ff-0800200c9a66" /> | 20 | <Key Name="inventoryID" Value="d342e6c1-b9d2-11dc-95ff-0800200c9a66" /> |
21 | <Key Name="assetID" Value="d342e6c0-b9d2-11dc-95ff-0800200c9a66" /> | 21 | <Key Name="assetID" Value="d342e6c0-b9d2-11dc-95ff-0800200c9a66" /> |
@@ -43,6 +43,7 @@ | |||
43 | <Key Name="everyonePermissions" Value="2147483647" /> | 43 | <Key Name="everyonePermissions" Value="2147483647" /> |
44 | <Key Name="basePermissions" Value="2147483647" /> | 44 | <Key Name="basePermissions" Value="2147483647" /> |
45 | </Section> | 45 | </Section> |
46 | --> | ||
46 | <!-- | 47 | <!-- |
47 | <Section Name="Jim Skin"> | 48 | <Section Name="Jim Skin"> |
48 | <Key Name="inventoryID" Value="5c86b031-b9cc-11dc-95ff-0800200c9a66" /> | 49 | <Key Name="inventoryID" Value="5c86b031-b9cc-11dc-95ff-0800200c9a66" /> |
@@ -72,6 +73,7 @@ | |||
72 | <Key Name="basePermissions" Value="2147483647" /> | 73 | <Key Name="basePermissions" Value="2147483647" /> |
73 | </Section> | 74 | </Section> |
74 | --> | 75 | --> |
76 | <!-- | ||
75 | <Section Name="Shape"> | 77 | <Section Name="Shape"> |
76 | <Key Name="inventoryID" Value="5c86b033-b9cc-11dc-95ff-0800200c9a66" /> | 78 | <Key Name="inventoryID" Value="5c86b033-b9cc-11dc-95ff-0800200c9a66" /> |
77 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73" /> | 79 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73" /> |
@@ -85,6 +87,7 @@ | |||
85 | <Key Name="everyonePermissions" Value="2147483647" /> | 87 | <Key Name="everyonePermissions" Value="2147483647" /> |
86 | <Key Name="basePermissions" Value="2147483647" /> | 88 | <Key Name="basePermissions" Value="2147483647" /> |
87 | </Section> | 89 | </Section> |
90 | --> | ||
88 | <!-- | 91 | <!-- |
89 | <Section Name="Jim Shape"> | 92 | <Section Name="Jim Shape"> |
90 | <Key Name="inventoryID" Value="5c86b034-b9cc-11dc-95ff-0800200c9a66" /> | 93 | <Key Name="inventoryID" Value="5c86b034-b9cc-11dc-95ff-0800200c9a66" /> |
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml index 045dac0..977c24f 100644 --- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml +++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | |||
@@ -15,7 +15,7 @@ | |||
15 | <Key Name="basePermissions" Value="2147483647" /> | 15 | <Key Name="basePermissions" Value="2147483647" /> |
16 | </Section> | 16 | </Section> |
17 | --> | 17 | --> |
18 | 18 | <!-- | |
19 | <Section Name="Shirt"> | 19 | <Section Name="Shirt"> |
20 | <Key Name="inventoryID" Value="d5e46210-b9d1-11dc-95ff-0800200c9a66" /> | 20 | <Key Name="inventoryID" Value="d5e46210-b9d1-11dc-95ff-0800200c9a66" /> |
21 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110" /> | 21 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110" /> |
@@ -42,4 +42,5 @@ | |||
42 | <Key Name="everyonePermissions" Value="2147483647" /> | 42 | <Key Name="everyonePermissions" Value="2147483647" /> |
43 | <Key Name="basePermissions" Value="2147483647" /> | 43 | <Key Name="basePermissions" Value="2147483647" /> |
44 | </Section> | 44 | </Section> |
45 | --> | ||
45 | </Nini> | 46 | </Nini> |
diff --git a/bin/inventory/Libraries.xml b/bin/inventory/Libraries.xml index eb3660d..e1c19fc 100644 --- a/bin/inventory/Libraries.xml +++ b/bin/inventory/Libraries.xml | |||
@@ -3,15 +3,84 @@ | |||
3 | <Key Name="foldersFile" Value="OpenSimLibrary/OpenSimLibraryFolders.xml"/> | 3 | <Key Name="foldersFile" Value="OpenSimLibrary/OpenSimLibraryFolders.xml"/> |
4 | <Key Name="itemsFile" Value="OpenSimLibrary/OpenSimLibrary.xml"/> | 4 | <Key Name="itemsFile" Value="OpenSimLibrary/OpenSimLibrary.xml"/> |
5 | </Section> | 5 | </Section> |
6 | <!-- Additional libraries can be added as shown below. These folders and items can appear underneath | 6 | |
7 | <!-- Additional libraries can be added as shown below. These folders and items can appear underneath | ||
7 | the hardcoded root library folder ("OpenSim Library") | 8 | the hardcoded root library folder ("OpenSim Library") |
8 | 9 | ||
9 | You can also add folders and items to the folders of libraries defined earlier on in this file --> | 10 | You can also add folders and items to the folders of libraries defined in this file --> |
10 | |||
11 | <!-- | 11 | <!-- |
12 | <Section Name="My Site Library"> | 12 | <Section Name="My Site Library"> |
13 | <Key Name="foldersFile" Value="MySiteLibrary/MySiteLibraryFolders.xml"/> | 13 | <Key Name="foldersFile" Value="MySiteLibrary/MySiteLibraryFolders.xml"/> |
14 | <Key Name="itemsFile" Value="MySiteLibrary/MySiteLibraryItems.xml"/> | 14 | <Key Name="itemsFile" Value="MySiteLibrary/MySiteLibraryItems.xml"/> |
15 | </Section> | 15 | </Section> |
16 | --> | 16 | --> |
17 | |||
18 | <!-- comment the following to stop from loading the subfolders on login --> | ||
19 | |||
20 | <!----> | ||
21 | <Section Name="Animations Library"> | ||
22 | <Key Name="foldersFile" Value="AnimationsLibrary/AnimationsLibraryFolders.xml"/> | ||
23 | <Key Name="itemsFile" Value="AnimationsLibrary/AnimationsLibraryItems.xml"/> | ||
24 | </Section> | ||
25 | <!----> | ||
26 | <!----> | ||
27 | <Section Name="BodyParts Library"> | ||
28 | <Key Name="foldersFile" Value="BodyPartsLibrary/BodyPartsLibraryFolders.xml"/> | ||
29 | <Key Name="itemsFile" Value="BodyPartsLibrary/BodyPartsLibraryItems.xml"/> | ||
30 | </Section> | ||
31 | <!----> | ||
32 | <!----> | ||
33 | <Section Name="Clothing Library"> | ||
34 | <Key Name="foldersFile" Value="ClothingLibrary/ClothingLibraryFolders.xml"/> | ||
35 | <Key Name="itemsFile" Value="ClothingLibrary/ClothingLibraryItems.xml"/> | ||
36 | </Section> | ||
37 | <!----> | ||
38 | <!----> | ||
39 | <Section Name="Gestures Library"> | ||
40 | <Key Name="foldersFile" Value="GesturesLibrary/GesturesLibraryFolders.xml"/> | ||
41 | <Key Name="itemsFile" Value="GesturesLibrary/GesturesLibraryItems.xml"/> | ||
42 | </Section> | ||
43 | <!----> | ||
44 | <!----> | ||
45 | <Section Name="Landmarks Library"> | ||
46 | <Key Name="foldersFile" Value="LandmarksLibrary/LandmarksLibraryFolders.xml"/> | ||
47 | <Key Name="itemsFile" Value="LandmarksLibrary/LandmarksLibraryItems.xml"/> | ||
48 | </Section> | ||
49 | <!----> | ||
50 | <!----> | ||
51 | <Section Name="Notecards Library"> | ||
52 | <Key Name="foldersFile" Value="NotecardsLibrary/NotecardsLibraryFolders.xml"/> | ||
53 | <Key Name="itemsFile" Value="NotecardsLibrary/NotecardsLibraryItems.xml"/> | ||
54 | </Section> | ||
55 | <!----> | ||
56 | <!----> | ||
57 | <Section Name="Objects Library"> | ||
58 | <Key Name="foldersFile" Value="ObjectsLibrary/ObjectsLibraryFolders.xml"/> | ||
59 | <Key Name="itemsFile" Value="ObjectsLibrary/ObjectsLibraryItems.xml"/> | ||
60 | </Section> | ||
61 | <!----> | ||
62 | <!----> | ||
63 | <Section Name="Photos Library"> | ||
64 | <Key Name="foldersFile" Value="PhotosLibrary/PhotosLibraryFolders.xml"/> | ||
65 | <Key Name="itemsFile" Value="PhotosLibrary/PhotosLibraryItems.xml"/> | ||
66 | </Section> | ||
67 | <!----> | ||
68 | <!----> | ||
69 | <Section Name="Scripts Library"> | ||
70 | <Key Name="foldersFile" Value="ScriptsLibrary/ScriptsLibraryFolders.xml"/> | ||
71 | <Key Name="itemsFile" Value="ScriptsLibrary/ScriptsLibraryItems.xml"/> | ||
72 | </Section> | ||
73 | <!----> | ||
74 | <!----> | ||
75 | <Section Name="Sounds Library"> | ||
76 | <Key Name="foldersFile" Value="SoundsLibrary/SoundsLibraryFolders.xml"/> | ||
77 | <Key Name="itemsFile" Value="SoundsLibrary/SoundsLibraryItems.xml"/> | ||
78 | </Section> | ||
79 | <!----> | ||
80 | <!----> | ||
81 | <Section Name="Textures Library"> | ||
82 | <Key Name="foldersFile" Value="TexturesLibrary/TexturesLibraryFolders.xml"/> | ||
83 | <Key Name="itemsFile" Value="TexturesLibrary/TexturesLibraryItems.xml"/> | ||
84 | </Section> | ||
85 | <!----> | ||
17 | </Nini> | 86 | </Nini> |
diff --git a/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml b/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml index 7f5baa9..7eb8de3 100644 --- a/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml +++ b/bin/inventory/OpenSimLibrary/OpenSimLibrary.xml | |||
@@ -2,12 +2,12 @@ | |||
2 | <!-- the root Opensim Library folder ID is 00000112-000f-0000-0000-000100bba000 --> | 2 | <!-- the root Opensim Library folder ID is 00000112-000f-0000-0000-000100bba000 --> |
3 | 3 | ||
4 | <!-- | 4 | <!-- |
5 | <Section Name="Fart notecard"> | 5 | <Section Name="Example Library Item"> |
6 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | 6 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> |
7 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | 7 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> |
8 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba001"/> | 8 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> |
9 | <Key Name="description" Value="ha" /> | 9 | <Key Name="description" Value="Example Library Item" /> |
10 | <Key Name="name" Value="Fart" /> | 10 | <Key Name="name" Value="Example Library Item" /> |
11 | <Key Name="assetType" Value="7" /> | 11 | <Key Name="assetType" Value="7" /> |
12 | <Key Name="inventoryType" Value="7" /> | 12 | <Key Name="inventoryType" Value="7" /> |
13 | <Key Name="currentPermissions" Value="2147483647" /> | 13 | <Key Name="currentPermissions" Value="2147483647" /> |
@@ -15,657 +15,6 @@ | |||
15 | <Key Name="everyonePermissions" Value="2147483647" /> | 15 | <Key Name="everyonePermissions" Value="2147483647" /> |
16 | <Key Name="basePermissions" Value="2147483647" /> | 16 | <Key Name="basePermissions" Value="2147483647" /> |
17 | </Section> | 17 | </Section> |
18 | --> | 18 | --> |
19 | |||
20 | <Section Name="Welcome notecard"> | ||
21 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" /> | ||
22 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | ||
23 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
24 | <Key Name="description" Value="Welcome" /> | ||
25 | <Key Name="name" Value="Welcome" /> | ||
26 | <Key Name="assetType" Value="7" /> | ||
27 | <Key Name="inventoryType" Value="7" /> | ||
28 | <Key Name="currentPermissions" Value="2147483647" /> | ||
29 | <Key Name="nextPermissions" Value="2147483647" /> | ||
30 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
31 | <Key Name="basePermissions" Value="2147483647" /> | ||
32 | </Section> | ||
33 | <Section Name="4-tile2 Texture"> | ||
34 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001000" /> | ||
35 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001000" /> | ||
36 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
37 | <Key Name="description" Value="4-tile2 texture" /> | ||
38 | <Key Name="name" Value="4-tile2" /> | ||
39 | <Key Name="assetType" Value="0" /> | ||
40 | <Key Name="inventoryType" Value="0" /> | ||
41 | <Key Name="currentPermissions" Value="2147483647" /> | ||
42 | <Key Name="nextPermissions" Value="2147483647" /> | ||
43 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
44 | <Key Name="basePermissions" Value="2147483647" /> | ||
45 | </Section> | ||
46 | <Section Name="4-tile3 Texture"> | ||
47 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001001" /> | ||
48 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" /> | ||
49 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
50 | <Key Name="description" Value="4-tile3 texture" /> | ||
51 | <Key Name="name" Value="4-tile3" /> | ||
52 | <Key Name="assetType" Value="0" /> | ||
53 | <Key Name="inventoryType" Value="0" /> | ||
54 | <Key Name="currentPermissions" Value="2147483647" /> | ||
55 | <Key Name="nextPermissions" Value="2147483647" /> | ||
56 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
57 | <Key Name="basePermissions" Value="2147483647" /> | ||
58 | </Section> | ||
59 | <Section Name="brick1_256 Texture"> | ||
60 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001002" /> | ||
61 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" /> | ||
62 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
63 | <Key Name="description" Value="brick1_256 texture" /> | ||
64 | <Key Name="name" Value="brick1_256" /> | ||
65 | <Key Name="assetType" Value="0" /> | ||
66 | <Key Name="inventoryType" Value="0" /> | ||
67 | <Key Name="currentPermissions" Value="2147483647" /> | ||
68 | <Key Name="nextPermissions" Value="2147483647" /> | ||
69 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
70 | <Key Name="basePermissions" Value="2147483647" /> | ||
71 | </Section> | ||
72 | <Section Name="brick2_256 Texture"> | ||
73 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001003" /> | ||
74 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" /> | ||
75 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
76 | <Key Name="description" Value="brick2_256 texture" /> | ||
77 | <Key Name="name" Value="brick2_256" /> | ||
78 | <Key Name="assetType" Value="0" /> | ||
79 | <Key Name="inventoryType" Value="0" /> | ||
80 | <Key Name="currentPermissions" Value="2147483647" /> | ||
81 | <Key Name="nextPermissions" Value="2147483647" /> | ||
82 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
83 | <Key Name="basePermissions" Value="2147483647" /> | ||
84 | </Section> | ||
85 | <Section Name="brick_mono Texture"> | ||
86 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001004" /> | ||
87 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" /> | ||
88 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
89 | <Key Name="description" Value="brick_mono texture" /> | ||
90 | <Key Name="name" Value="brick_mono" /> | ||
91 | <Key Name="assetType" Value="0" /> | ||
92 | <Key Name="inventoryType" Value="0" /> | ||
93 | <Key Name="currentPermissions" Value="2147483647" /> | ||
94 | <Key Name="nextPermissions" Value="2147483647" /> | ||
95 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
96 | <Key Name="basePermissions" Value="2147483647" /> | ||
97 | </Section> | ||
98 | <Section Name="cedar Texture"> | ||
99 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001005" /> | ||
100 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" /> | ||
101 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
102 | <Key Name="description" Value="cedar texture" /> | ||
103 | <Key Name="name" Value="cedar" /> | ||
104 | <Key Name="assetType" Value="0" /> | ||
105 | <Key Name="inventoryType" Value="0" /> | ||
106 | <Key Name="currentPermissions" Value="2147483647" /> | ||
107 | <Key Name="nextPermissions" Value="2147483647" /> | ||
108 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
109 | <Key Name="basePermissions" Value="2147483647" /> | ||
110 | </Section> | ||
111 | <Section Name="cement_block Texture"> | ||
112 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001006" /> | ||
113 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" /> | ||
114 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
115 | <Key Name="description" Value="cement_block texture" /> | ||
116 | <Key Name="name" Value="cement_block" /> | ||
117 | <Key Name="assetType" Value="0" /> | ||
118 | <Key Name="inventoryType" Value="0" /> | ||
119 | <Key Name="currentPermissions" Value="2147483647" /> | ||
120 | <Key Name="nextPermissions" Value="2147483647" /> | ||
121 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
122 | <Key Name="basePermissions" Value="2147483647" /> | ||
123 | </Section> | ||
124 | <Section Name="clear Texture"> | ||
125 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001007" /> | ||
126 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" /> | ||
127 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
128 | <Key Name="description" Value="clear texture" /> | ||
129 | <Key Name="name" Value="clear" /> | ||
130 | <Key Name="assetType" Value="0" /> | ||
131 | <Key Name="inventoryType" Value="0" /> | ||
132 | <Key Name="currentPermissions" Value="2147483647" /> | ||
133 | <Key Name="nextPermissions" Value="2147483647" /> | ||
134 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
135 | <Key Name="basePermissions" Value="2147483647" /> | ||
136 | </Section> | ||
137 | <Section Name="cobbles Texture"> | ||
138 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001008" /> | ||
139 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" /> | ||
140 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
141 | <Key Name="description" Value="cobbles texture" /> | ||
142 | <Key Name="name" Value="cobbles" /> | ||
143 | <Key Name="assetType" Value="0" /> | ||
144 | <Key Name="inventoryType" Value="0" /> | ||
145 | <Key Name="currentPermissions" Value="2147483647" /> | ||
146 | <Key Name="nextPermissions" Value="2147483647" /> | ||
147 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
148 | <Key Name="basePermissions" Value="2147483647" /> | ||
149 | </Section> | ||
150 | <Section Name="creambrick Texture"> | ||
151 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001009" /> | ||
152 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" /> | ||
153 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
154 | <Key Name="description" Value="creambrick texture" /> | ||
155 | <Key Name="name" Value="creambrick" /> | ||
156 | <Key Name="assetType" Value="0" /> | ||
157 | <Key Name="inventoryType" Value="0" /> | ||
158 | <Key Name="currentPermissions" Value="2147483647" /> | ||
159 | <Key Name="nextPermissions" Value="2147483647" /> | ||
160 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
161 | <Key Name="basePermissions" Value="2147483647" /> | ||
162 | </Section> | ||
163 | <Section Name="fgrass Texture"> | ||
164 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001010" /> | ||
165 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" /> | ||
166 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
167 | <Key Name="description" Value="fgrass texture" /> | ||
168 | <Key Name="name" Value="fgrass" /> | ||
169 | <Key Name="assetType" Value="0" /> | ||
170 | <Key Name="inventoryType" Value="0" /> | ||
171 | <Key Name="currentPermissions" Value="2147483647" /> | ||
172 | <Key Name="nextPermissions" Value="2147483647" /> | ||
173 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
174 | <Key Name="basePermissions" Value="2147483647" /> | ||
175 | </Section> | ||
176 | <Section Name="glasstile2 Texture"> | ||
177 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001011" /> | ||
178 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" /> | ||
179 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
180 | <Key Name="description" Value="glasstile2 texture" /> | ||
181 | <Key Name="name" Value="glasstile2" /> | ||
182 | <Key Name="assetType" Value="0" /> | ||
183 | <Key Name="inventoryType" Value="0" /> | ||
184 | <Key Name="currentPermissions" Value="2147483647" /> | ||
185 | <Key Name="nextPermissions" Value="2147483647" /> | ||
186 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
187 | <Key Name="basePermissions" Value="2147483647" /> | ||
188 | </Section> | ||
189 | <Section Name="graniteblock Texture"> | ||
190 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001012" /> | ||
191 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" /> | ||
192 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
193 | <Key Name="description" Value="graniteblock texture" /> | ||
194 | <Key Name="name" Value="graniteblock" /> | ||
195 | <Key Name="assetType" Value="0" /> | ||
196 | <Key Name="inventoryType" Value="0" /> | ||
197 | <Key Name="currentPermissions" Value="2147483647" /> | ||
198 | <Key Name="nextPermissions" Value="2147483647" /> | ||
199 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
200 | <Key Name="basePermissions" Value="2147483647" /> | ||
201 | </Section> | ||
202 | <Section Name="grass Texture"> | ||
203 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001013" /> | ||
204 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" /> | ||
205 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
206 | <Key Name="description" Value="grass texture" /> | ||
207 | <Key Name="name" Value="grass" /> | ||
208 | <Key Name="assetType" Value="0" /> | ||
209 | <Key Name="inventoryType" Value="0" /> | ||
210 | <Key Name="currentPermissions" Value="2147483647" /> | ||
211 | <Key Name="nextPermissions" Value="2147483647" /> | ||
212 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
213 | <Key Name="basePermissions" Value="2147483647" /> | ||
214 | </Section> | ||
215 | <Section Name="gravel Texture"> | ||
216 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001014" /> | ||
217 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" /> | ||
218 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
219 | <Key Name="description" Value="gravel texture" /> | ||
220 | <Key Name="name" Value="gravel" /> | ||
221 | <Key Name="assetType" Value="0" /> | ||
222 | <Key Name="inventoryType" Value="0" /> | ||
223 | <Key Name="currentPermissions" Value="2147483647" /> | ||
224 | <Key Name="nextPermissions" Value="2147483647" /> | ||
225 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
226 | <Key Name="basePermissions" Value="2147483647" /> | ||
227 | </Section> | ||
228 | <Section Name="greybrick Texture"> | ||
229 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001015" /> | ||
230 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" /> | ||
231 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
232 | <Key Name="description" Value="greybrick texture" /> | ||
233 | <Key Name="name" Value="greybrick" /> | ||
234 | <Key Name="assetType" Value="0" /> | ||
235 | <Key Name="inventoryType" Value="0" /> | ||
236 | <Key Name="currentPermissions" Value="2147483647" /> | ||
237 | <Key Name="nextPermissions" Value="2147483647" /> | ||
238 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
239 | <Key Name="basePermissions" Value="2147483647" /> | ||
240 | </Section> | ||
241 | <Section Name="ivy Texture"> | ||
242 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001016" /> | ||
243 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" /> | ||
244 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
245 | <Key Name="description" Value="ivy texture" /> | ||
246 | <Key Name="name" Value="ivy" /> | ||
247 | <Key Name="assetType" Value="0" /> | ||
248 | <Key Name="inventoryType" Value="0" /> | ||
249 | <Key Name="currentPermissions" Value="2147483647" /> | ||
250 | <Key Name="nextPermissions" Value="2147483647" /> | ||
251 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
252 | <Key Name="basePermissions" Value="2147483647" /> | ||
253 | </Section> | ||
254 | <Section Name="mahogany Texture"> | ||
255 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001017" /> | ||
256 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" /> | ||
257 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
258 | <Key Name="description" Value="mahogany texture" /> | ||
259 | <Key Name="name" Value="mahogany" /> | ||
260 | <Key Name="assetType" Value="0" /> | ||
261 | <Key Name="inventoryType" Value="0" /> | ||
262 | <Key Name="currentPermissions" Value="2147483647" /> | ||
263 | <Key Name="nextPermissions" Value="2147483647" /> | ||
264 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
265 | <Key Name="basePermissions" Value="2147483647" /> | ||
266 | </Section> | ||
267 | <Section Name="maple Texture"> | ||
268 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001018" /> | ||
269 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" /> | ||
270 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
271 | <Key Name="description" Value="maple texture" /> | ||
272 | <Key Name="name" Value="maple" /> | ||
273 | <Key Name="assetType" Value="0" /> | ||
274 | <Key Name="inventoryType" Value="0" /> | ||
275 | <Key Name="currentPermissions" Value="2147483647" /> | ||
276 | <Key Name="nextPermissions" Value="2147483647" /> | ||
277 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
278 | <Key Name="basePermissions" Value="2147483647" /> | ||
279 | </Section> | ||
280 | <Section Name="mosaic02 Texture"> | ||
281 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001019" /> | ||
282 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" /> | ||
283 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
284 | <Key Name="description" Value="mosaic02 texture" /> | ||
285 | <Key Name="name" Value="mosaic02" /> | ||
286 | <Key Name="assetType" Value="0" /> | ||
287 | <Key Name="inventoryType" Value="0" /> | ||
288 | <Key Name="currentPermissions" Value="2147483647" /> | ||
289 | <Key Name="nextPermissions" Value="2147483647" /> | ||
290 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
291 | <Key Name="basePermissions" Value="2147483647" /> | ||
292 | </Section> | ||
293 | <Section Name="palm1 Texture"> | ||
294 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001020" /> | ||
295 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" /> | ||
296 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
297 | <Key Name="description" Value="palm1 texture" /> | ||
298 | <Key Name="name" Value="palm1" /> | ||
299 | <Key Name="assetType" Value="0" /> | ||
300 | <Key Name="inventoryType" Value="0" /> | ||
301 | <Key Name="currentPermissions" Value="2147483647" /> | ||
302 | <Key Name="nextPermissions" Value="2147483647" /> | ||
303 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
304 | <Key Name="basePermissions" Value="2147483647" /> | ||
305 | </Section> | ||
306 | <Section Name="papaya Texture"> | ||
307 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001021" /> | ||
308 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" /> | ||
309 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
310 | <Key Name="description" Value="papaya texture" /> | ||
311 | <Key Name="name" Value="papaya" /> | ||
312 | <Key Name="assetType" Value="0" /> | ||
313 | <Key Name="inventoryType" Value="0" /> | ||
314 | <Key Name="currentPermissions" Value="2147483647" /> | ||
315 | <Key Name="nextPermissions" Value="2147483647" /> | ||
316 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
317 | <Key Name="basePermissions" Value="2147483647" /> | ||
318 | </Section> | ||
319 | <Section Name="papaya_bark Texture"> | ||
320 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001022" /> | ||
321 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" /> | ||
322 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
323 | <Key Name="description" Value="papaya_bark texture" /> | ||
324 | <Key Name="name" Value="papaya_bark" /> | ||
325 | <Key Name="assetType" Value="0" /> | ||
326 | <Key Name="inventoryType" Value="0" /> | ||
327 | <Key Name="currentPermissions" Value="2147483647" /> | ||
328 | <Key Name="nextPermissions" Value="2147483647" /> | ||
329 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
330 | <Key Name="basePermissions" Value="2147483647" /> | ||
331 | </Section> | ||
332 | <Section Name="pastelbrick Texture"> | ||
333 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001023" /> | ||
334 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" /> | ||
335 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
336 | <Key Name="description" Value="pastelbrick texture" /> | ||
337 | <Key Name="name" Value="pastelbrick" /> | ||
338 | <Key Name="assetType" Value="0" /> | ||
339 | <Key Name="inventoryType" Value="0" /> | ||
340 | <Key Name="currentPermissions" Value="2147483647" /> | ||
341 | <Key Name="nextPermissions" Value="2147483647" /> | ||
342 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
343 | <Key Name="basePermissions" Value="2147483647" /> | ||
344 | </Section> | ||
345 | <Section Name="pine1_10m Texture"> | ||
346 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001024" /> | ||
347 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" /> | ||
348 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
349 | <Key Name="description" Value="pine1_10m texture" /> | ||
350 | <Key Name="name" Value="pine1_10m" /> | ||
351 | <Key Name="assetType" Value="0" /> | ||
352 | <Key Name="inventoryType" Value="0" /> | ||
353 | <Key Name="currentPermissions" Value="2147483647" /> | ||
354 | <Key Name="nextPermissions" Value="2147483647" /> | ||
355 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
356 | <Key Name="basePermissions" Value="2147483647" /> | ||
357 | </Section> | ||
358 | <Section Name="poplar Texture"> | ||
359 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001025" /> | ||
360 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" /> | ||
361 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
362 | <Key Name="description" Value="poplar texture" /> | ||
363 | <Key Name="name" Value="poplar" /> | ||
364 | <Key Name="assetType" Value="0" /> | ||
365 | <Key Name="inventoryType" Value="0" /> | ||
366 | <Key Name="currentPermissions" Value="2147483647" /> | ||
367 | <Key Name="nextPermissions" Value="2147483647" /> | ||
368 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
369 | <Key Name="basePermissions" Value="2147483647" /> | ||
370 | </Section> | ||
371 | <Section Name="redtri_tile Texture"> | ||
372 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001026" /> | ||
373 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" /> | ||
374 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
375 | <Key Name="description" Value="redtri_tile texture" /> | ||
376 | <Key Name="name" Value="redtri_tile" /> | ||
377 | <Key Name="assetType" Value="0" /> | ||
378 | <Key Name="inventoryType" Value="0" /> | ||
379 | <Key Name="currentPermissions" Value="2147483647" /> | ||
380 | <Key Name="nextPermissions" Value="2147483647" /> | ||
381 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
382 | <Key Name="basePermissions" Value="2147483647" /> | ||
383 | </Section> | ||
384 | <Section Name="rockbuilding Texture"> | ||
385 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001027" /> | ||
386 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" /> | ||
387 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
388 | <Key Name="description" Value="rockbuilding texture" /> | ||
389 | <Key Name="name" Value="rockbuilding" /> | ||
390 | <Key Name="assetType" Value="0" /> | ||
391 | <Key Name="inventoryType" Value="0" /> | ||
392 | <Key Name="currentPermissions" Value="2147483647" /> | ||
393 | <Key Name="nextPermissions" Value="2147483647" /> | ||
394 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
395 | <Key Name="basePermissions" Value="2147483647" /> | ||
396 | </Section> | ||
397 | <Section Name="rockwallbig Texture"> | ||
398 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001028" /> | ||
399 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" /> | ||
400 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
401 | <Key Name="description" Value="rockwallbig texture" /> | ||
402 | <Key Name="name" Value="rockwallbig" /> | ||
403 | <Key Name="assetType" Value="0" /> | ||
404 | <Key Name="inventoryType" Value="0" /> | ||
405 | <Key Name="currentPermissions" Value="2147483647" /> | ||
406 | <Key Name="nextPermissions" Value="2147483647" /> | ||
407 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
408 | <Key Name="basePermissions" Value="2147483647" /> | ||
409 | </Section> | ||
410 | <Section Name="roof01 Texture"> | ||
411 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001029" /> | ||
412 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" /> | ||
413 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
414 | <Key Name="description" Value="roof01 texture" /> | ||
415 | <Key Name="name" Value="roof01" /> | ||
416 | <Key Name="assetType" Value="0" /> | ||
417 | <Key Name="inventoryType" Value="0" /> | ||
418 | <Key Name="currentPermissions" Value="2147483647" /> | ||
419 | <Key Name="nextPermissions" Value="2147483647" /> | ||
420 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
421 | <Key Name="basePermissions" Value="2147483647" /> | ||
422 | </Section> | ||
423 | <Section Name="rooftiles1 Texture"> | ||
424 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001030" /> | ||
425 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" /> | ||
426 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
427 | <Key Name="description" Value="rooftiles1 texture" /> | ||
428 | <Key Name="name" Value="rooftiles1" /> | ||
429 | <Key Name="assetType" Value="0" /> | ||
430 | <Key Name="inventoryType" Value="0" /> | ||
431 | <Key Name="currentPermissions" Value="2147483647" /> | ||
432 | <Key Name="nextPermissions" Value="2147483647" /> | ||
433 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
434 | <Key Name="basePermissions" Value="2147483647" /> | ||
435 | </Section> | ||
436 | <Section Name="rooftiles2_peach Texture"> | ||
437 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001031" /> | ||
438 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" /> | ||
439 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
440 | <Key Name="description" Value="rooftiles2_peach texture" /> | ||
441 | <Key Name="name" Value="rooftiles2_peach" /> | ||
442 | <Key Name="assetType" Value="0" /> | ||
443 | <Key Name="inventoryType" Value="0" /> | ||
444 | <Key Name="currentPermissions" Value="2147483647" /> | ||
445 | <Key Name="nextPermissions" Value="2147483647" /> | ||
446 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
447 | <Key Name="basePermissions" Value="2147483647" /> | ||
448 | </Section> | ||
449 | <Section Name="rooftiles2_roy Texture"> | ||
450 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001032" /> | ||
451 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" /> | ||
452 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
453 | <Key Name="description" Value="rooftiles2_roy texture" /> | ||
454 | <Key Name="name" Value="rooftiles2_roy" /> | ||
455 | <Key Name="assetType" Value="0" /> | ||
456 | <Key Name="inventoryType" Value="0" /> | ||
457 | <Key Name="currentPermissions" Value="2147483647" /> | ||
458 | <Key Name="nextPermissions" Value="2147483647" /> | ||
459 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
460 | <Key Name="basePermissions" Value="2147483647" /> | ||
461 | </Section> | ||
462 | <Section Name="saguaro_8m Texture"> | ||
463 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001033" /> | ||
464 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" /> | ||
465 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
466 | <Key Name="description" Value="saguaro_8m texture" /> | ||
467 | <Key Name="name" Value="saguaro_8m" /> | ||
468 | <Key Name="assetType" Value="0" /> | ||
469 | <Key Name="inventoryType" Value="0" /> | ||
470 | <Key Name="currentPermissions" Value="2147483647" /> | ||
471 | <Key Name="nextPermissions" Value="2147483647" /> | ||
472 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
473 | <Key Name="basePermissions" Value="2147483647" /> | ||
474 | </Section> | ||
475 | <Section Name="seawater Texture"> | ||
476 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001034" /> | ||
477 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" /> | ||
478 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
479 | <Key Name="description" Value="seawater texture" /> | ||
480 | <Key Name="name" Value="seawater" /> | ||
481 | <Key Name="assetType" Value="0" /> | ||
482 | <Key Name="inventoryType" Value="0" /> | ||
483 | <Key Name="currentPermissions" Value="2147483647" /> | ||
484 | <Key Name="nextPermissions" Value="2147483647" /> | ||
485 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
486 | <Key Name="basePermissions" Value="2147483647" /> | ||
487 | </Section> | ||
488 | <Section Name="snow1 Texture"> | ||
489 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001035" /> | ||
490 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" /> | ||
491 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
492 | <Key Name="description" Value="snow1 texture" /> | ||
493 | <Key Name="name" Value="snow1" /> | ||
494 | <Key Name="assetType" Value="0" /> | ||
495 | <Key Name="inventoryType" Value="0" /> | ||
496 | <Key Name="currentPermissions" Value="2147483647" /> | ||
497 | <Key Name="nextPermissions" Value="2147483647" /> | ||
498 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
499 | <Key Name="basePermissions" Value="2147483647" /> | ||
500 | </Section> | ||
501 | <Section Name="steel Texture"> | ||
502 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001036" /> | ||
503 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" /> | ||
504 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
505 | <Key Name="description" Value="steel texture" /> | ||
506 | <Key Name="name" Value="steel" /> | ||
507 | <Key Name="assetType" Value="0" /> | ||
508 | <Key Name="inventoryType" Value="0" /> | ||
509 | <Key Name="currentPermissions" Value="2147483647" /> | ||
510 | <Key Name="nextPermissions" Value="2147483647" /> | ||
511 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
512 | <Key Name="basePermissions" Value="2147483647" /> | ||
513 | </Section> | ||
514 | <Section Name="stone1wall Texture"> | ||
515 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001037" /> | ||
516 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" /> | ||
517 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
518 | <Key Name="description" Value="stone1wall texture" /> | ||
519 | <Key Name="name" Value="stone1wall" /> | ||
520 | <Key Name="assetType" Value="0" /> | ||
521 | <Key Name="inventoryType" Value="0" /> | ||
522 | <Key Name="currentPermissions" Value="2147483647" /> | ||
523 | <Key Name="nextPermissions" Value="2147483647" /> | ||
524 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
525 | <Key Name="basePermissions" Value="2147483647" /> | ||
526 | </Section> | ||
527 | <Section Name="stonetile Texture"> | ||
528 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001038" /> | ||
529 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" /> | ||
530 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
531 | <Key Name="description" Value="stonetile texture" /> | ||
532 | <Key Name="name" Value="stonetile" /> | ||
533 | <Key Name="assetType" Value="0" /> | ||
534 | <Key Name="inventoryType" Value="0" /> | ||
535 | <Key Name="currentPermissions" Value="2147483647" /> | ||
536 | <Key Name="nextPermissions" Value="2147483647" /> | ||
537 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
538 | <Key Name="basePermissions" Value="2147483647" /> | ||
539 | </Section> | ||
540 | <Section Name="street2 Texture"> | ||
541 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001039" /> | ||
542 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" /> | ||
543 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
544 | <Key Name="description" Value="street2 texture" /> | ||
545 | <Key Name="name" Value="street2" /> | ||
546 | <Key Name="assetType" Value="0" /> | ||
547 | <Key Name="inventoryType" Value="0" /> | ||
548 | <Key Name="currentPermissions" Value="2147483647" /> | ||
549 | <Key Name="nextPermissions" Value="2147483647" /> | ||
550 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
551 | <Key Name="basePermissions" Value="2147483647" /> | ||
552 | </Section> | ||
553 | <Section Name="thatch Texture"> | ||
554 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001040" /> | ||
555 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" /> | ||
556 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
557 | <Key Name="description" Value="thatch texture" /> | ||
558 | <Key Name="name" Value="thatch" /> | ||
559 | <Key Name="assetType" Value="0" /> | ||
560 | <Key Name="inventoryType" Value="0" /> | ||
561 | <Key Name="currentPermissions" Value="2147483647" /> | ||
562 | <Key Name="nextPermissions" Value="2147483647" /> | ||
563 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
564 | <Key Name="basePermissions" Value="2147483647" /> | ||
565 | </Section> | ||
566 | <Section Name="water1 Texture"> | ||
567 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001041" /> | ||
568 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" /> | ||
569 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
570 | <Key Name="description" Value="water1 texture" /> | ||
571 | <Key Name="name" Value="water1" /> | ||
572 | <Key Name="assetType" Value="0" /> | ||
573 | <Key Name="inventoryType" Value="0" /> | ||
574 | <Key Name="currentPermissions" Value="2147483647" /> | ||
575 | <Key Name="nextPermissions" Value="2147483647" /> | ||
576 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
577 | <Key Name="basePermissions" Value="2147483647" /> | ||
578 | </Section> | ||
579 | <Section Name="water3 Texture"> | ||
580 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001042" /> | ||
581 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" /> | ||
582 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
583 | <Key Name="description" Value="water3 texture" /> | ||
584 | <Key Name="name" Value="water3" /> | ||
585 | <Key Name="assetType" Value="0" /> | ||
586 | <Key Name="inventoryType" Value="0" /> | ||
587 | <Key Name="currentPermissions" Value="2147483647" /> | ||
588 | <Key Name="nextPermissions" Value="2147483647" /> | ||
589 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
590 | <Key Name="basePermissions" Value="2147483647" /> | ||
591 | </Section> | ||
592 | <Section Name="wood1 Texture"> | ||
593 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001043" /> | ||
594 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" /> | ||
595 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
596 | <Key Name="description" Value="wood1 texture" /> | ||
597 | <Key Name="name" Value="wood1" /> | ||
598 | <Key Name="assetType" Value="0" /> | ||
599 | <Key Name="inventoryType" Value="0" /> | ||
600 | <Key Name="currentPermissions" Value="2147483647" /> | ||
601 | <Key Name="nextPermissions" Value="2147483647" /> | ||
602 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
603 | <Key Name="basePermissions" Value="2147483647" /> | ||
604 | </Section> | ||
605 | <Section Name="bricks Texture"> | ||
606 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000001"/> | ||
607 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000001"/> | ||
608 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
609 | <Key Name="description" Value="bricks texture" /> | ||
610 | <Key Name="name" Value="bricks" /> | ||
611 | <Key Name="assetType" Value="0" /> | ||
612 | <Key Name="inventoryType" Value="0" /> | ||
613 | <Key Name="currentPermissions" Value="2147483647" /> | ||
614 | <Key Name="nextPermissions" Value="2147483647" /> | ||
615 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
616 | <Key Name="basePermissions" Value="2147483647" /> | ||
617 | </Section> | ||
618 | <Section Name="granite Texture"> | ||
619 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000004"/> | ||
620 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000004"/> | ||
621 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
622 | <Key Name="description" Value="granite texture" /> | ||
623 | <Key Name="name" Value="granite" /> | ||
624 | <Key Name="assetType" Value="0" /> | ||
625 | <Key Name="inventoryType" Value="0" /> | ||
626 | <Key Name="currentPermissions" Value="2147483647" /> | ||
627 | <Key Name="nextPermissions" Value="2147483647" /> | ||
628 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
629 | <Key Name="basePermissions" Value="2147483647" /> | ||
630 | </Section> | ||
631 | <Section Name="hardwood Texture"> | ||
632 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000005"/> | ||
633 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000005"/> | ||
634 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
635 | <Key Name="description" Value="hardwood texture" /> | ||
636 | <Key Name="name" Value="hardwood" /> | ||
637 | <Key Name="assetType" Value="0" /> | ||
638 | <Key Name="inventoryType" Value="0" /> | ||
639 | <Key Name="currentPermissions" Value="2147483647" /> | ||
640 | <Key Name="nextPermissions" Value="2147483647" /> | ||
641 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
642 | <Key Name="basePermissions" Value="2147483647" /> | ||
643 | </Section> | ||
644 | <Section Name="plywood Texture"> | ||
645 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000002"/> | ||
646 | <Key Name="assetID" Value="89556747-24cb-43ed-920b-47caed15465f"/> | ||
647 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
648 | <Key Name="description" Value="plywood texture" /> | ||
649 | <Key Name="name" Value="plywood" /> | ||
650 | <Key Name="assetType" Value="0" /> | ||
651 | <Key Name="inventoryType" Value="0" /> | ||
652 | <Key Name="currentPermissions" Value="2147483647" /> | ||
653 | <Key Name="nextPermissions" Value="2147483647" /> | ||
654 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
655 | <Key Name="basePermissions" Value="2147483647" /> | ||
656 | </Section> | ||
657 | <Section Name="rocks Texture"> | ||
658 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000003"/> | ||
659 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000003"/> | ||
660 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
661 | <Key Name="description" Value="rocks texture" /> | ||
662 | <Key Name="name" Value="rocks" /> | ||
663 | <Key Name="assetType" Value="0" /> | ||
664 | <Key Name="inventoryType" Value="0" /> | ||
665 | <Key Name="currentPermissions" Value="2147483647" /> | ||
666 | <Key Name="nextPermissions" Value="2147483647" /> | ||
667 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
668 | <Key Name="basePermissions" Value="2147483647" /> | ||
669 | </Section> | ||
670 | 19 | ||
671 | </Nini> | 20 | </Nini> |
diff --git a/bin/inventory/OpenSimLibrary/OpenSimLibraryFolders.xml b/bin/inventory/OpenSimLibrary/OpenSimLibraryFolders.xml index 2f37716..41fce01 100644 --- a/bin/inventory/OpenSimLibrary/OpenSimLibraryFolders.xml +++ b/bin/inventory/OpenSimLibrary/OpenSimLibraryFolders.xml | |||
@@ -1,18 +1,14 @@ | |||
1 | <Nini> | 1 | <Nini> |
2 | <!-- The root library inventory folder is hardcoded as 00000112-000f-0000-0000-000100bba000 --> | 2 | <!-- The root library inventory folder is hardcoded as 00000112-000f-0000-0000-000100bba000 --> |
3 | <!-- Refer to the other folders under inventory, prefference is not to add entries here --> | ||
3 | 4 | ||
4 | <Section Name="Texture Library"> | ||
5 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
6 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
7 | <Key Name="name" Value="Texture Library"/> | ||
8 | <Key Name="type" Value="0"/> | ||
9 | </Section> | ||
10 | <!-- | 5 | <!-- |
11 | <Section Name="Cheese Library"> | 6 | <Section Name="Example Library"> |
12 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba001"/> | 7 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> |
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | 8 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> |
14 | <Key Name="name" Value="Cheese Library"/> | 9 | <Key Name="name" Value="Example Library"/> |
15 | <Key Name="type" Value="13"/> | 10 | <Key Name="type" Value="0"/> |
16 | </Section> | 11 | </Section> |
17 | --> | 12 | --> |
13 | |||
18 | </Nini> | 14 | </Nini> |