diff options
author | Brian McBee | 2008-01-07 01:03:46 +0000 |
---|---|---|
committer | Brian McBee | 2008-01-07 01:03:46 +0000 |
commit | 35b0c2e9dfbbf811c12c9e3e7d4359a13b987977 (patch) | |
tree | 42e91b37aa581006dc9defb6780ff15319049d3f /bin/inventory | |
parent | Factor out inventory code in SceneObjectGroup into seperate class. (diff) | |
download | opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.zip opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.gz opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.bz2 opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.xz |
More inventory work for CharlieO. Final patch to make it all work yet to come.
Diffstat (limited to 'bin/inventory')
22 files changed, 1594 insertions, 0 deletions
diff --git a/bin/inventory/AnimationsLibrary/AnimationsLibraryFolders.xml b/bin/inventory/AnimationsLibrary/AnimationsLibraryFolders.xml new file mode 100644 index 0000000..6ba1d4c --- /dev/null +++ b/bin/inventory/AnimationsLibrary/AnimationsLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Animations Library"> | ||
12 | <Key Name="folderID" Value="f0908f10-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Animations Library"/> | ||
15 | <Key Name="type" Value="20"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml b/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml new file mode 100644 index 0000000..187ab3a --- /dev/null +++ b/bin/inventory/AnimationsLibrary/AnimationsLibraryItems.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | </Nini> | ||
diff --git a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryFolders.xml b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryFolders.xml new file mode 100644 index 0000000..173f6d3 --- /dev/null +++ b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="BodyParts Library"> | ||
12 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="BodyParts Library"/> | ||
15 | <Key Name="type" Value="13"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml new file mode 100644 index 0000000..d513803 --- /dev/null +++ b/bin/inventory/BodyPartsLibrary/BodyPartsLibraryItems.xml | |||
@@ -0,0 +1,117 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | <Section Name="Hair"> | ||
20 | <Key Name="inventoryID" Value="d342e6c1-b9d2-11dc-95ff-0800200c9a66" /> | ||
21 | <Key Name="assetID" Value="d342e6c0-b9d2-11dc-95ff-0800200c9a66" /> | ||
22 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
23 | <Key Name="description" Value="Hair" /> | ||
24 | <Key Name="name" Value="Hair" /> | ||
25 | <Key Name="assetType" Value="13" /> | ||
26 | <Key Name="inventoryType" Value="18" /> | ||
27 | <Key Name="currentPermissions" Value="2147483647" /> | ||
28 | <Key Name="nextPermissions" Value="2147483647" /> | ||
29 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
30 | <Key Name="basePermissions" Value="2147483647" /> | ||
31 | </Section> | ||
32 | |||
33 | <Section Name="Skin"> | ||
34 | <Key Name="inventoryID" Value="5c86b030-b9cc-11dc-95ff-0800200c9a66" /> | ||
35 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb" /> | ||
36 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
37 | <Key Name="description" Value="Skin" /> | ||
38 | <Key Name="name" Value="Skin" /> | ||
39 | <Key Name="assetType" Value="13" /> | ||
40 | <Key Name="inventoryType" Value="18" /> | ||
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 | <!-- | ||
47 | <Section Name="Jim Skin"> | ||
48 | <Key Name="inventoryID" Value="5c86b031-b9cc-11dc-95ff-0800200c9a66" /> | ||
49 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbc" /> | ||
50 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
51 | <Key Name="description" Value="Jim Skin" /> | ||
52 | <Key Name="name" Value="Jim Skin" /> | ||
53 | <Key Name="assetType" Value="13" /> | ||
54 | <Key Name="inventoryType" Value="13" /> | ||
55 | <Key Name="currentPermissions" Value="2147483647" /> | ||
56 | <Key Name="nextPermissions" Value="2147483647" /> | ||
57 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
58 | <Key Name="basePermissions" Value="2147483647" /> | ||
59 | </Section> | ||
60 | |||
61 | <Section Name="Little Goblin Skin"> | ||
62 | <Key Name="inventoryID" Value="5c86b032-b9cc-11dc-95ff-0800200c9a66" /> | ||
63 | <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbd" /> | ||
64 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
65 | <Key Name="description" Value="Little Goblin Skin" /> | ||
66 | <Key Name="name" Value="Little Goblin Skin" /> | ||
67 | <Key Name="assetType" Value="13" /> | ||
68 | <Key Name="inventoryType" Value="13" /> | ||
69 | <Key Name="currentPermissions" Value="2147483647" /> | ||
70 | <Key Name="nextPermissions" Value="2147483647" /> | ||
71 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
72 | <Key Name="basePermissions" Value="2147483647" /> | ||
73 | </Section> | ||
74 | --> | ||
75 | <Section Name="Shape"> | ||
76 | <Key Name="inventoryID" Value="5c86b033-b9cc-11dc-95ff-0800200c9a66" /> | ||
77 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73" /> | ||
78 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
79 | <Key Name="description" Value="Shape" /> | ||
80 | <Key Name="name" Value="Shape" /> | ||
81 | <Key Name="assetType" Value="13" /> | ||
82 | <Key Name="inventoryType" Value="18" /> | ||
83 | <Key Name="currentPermissions" Value="2147483647" /> | ||
84 | <Key Name="nextPermissions" Value="2147483647" /> | ||
85 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
86 | <Key Name="basePermissions" Value="2147483647" /> | ||
87 | </Section> | ||
88 | <!-- | ||
89 | <Section Name="Jim Shape"> | ||
90 | <Key Name="inventoryID" Value="5c86b034-b9cc-11dc-95ff-0800200c9a66" /> | ||
91 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab74" /> | ||
92 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
93 | <Key Name="description" Value="Jim Shape" /> | ||
94 | <Key Name="name" Value="Jim Shape" /> | ||
95 | <Key Name="assetType" Value="13" /> | ||
96 | <Key Name="inventoryType" Value="13" /> | ||
97 | <Key Name="currentPermissions" Value="2147483647" /> | ||
98 | <Key Name="nextPermissions" Value="2147483647" /> | ||
99 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
100 | <Key Name="basePermissions" Value="2147483647" /> | ||
101 | </Section> | ||
102 | |||
103 | <Section Name="Little Goblin Shape"> | ||
104 | <Key Name="inventoryID" Value="5c86b035-b9cc-11dc-95ff-0800200c9a66" /> | ||
105 | <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab75" /> | ||
106 | <Key Name="folderID" Value="d499e5e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
107 | <Key Name="description" Value="Little Goblin Shape" /> | ||
108 | <Key Name="name" Value="Little Goblin Shape" /> | ||
109 | <Key Name="assetType" Value="13" /> | ||
110 | <Key Name="inventoryType" Value="13" /> | ||
111 | <Key Name="currentPermissions" Value="2147483647" /> | ||
112 | <Key Name="nextPermissions" Value="2147483647" /> | ||
113 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
114 | <Key Name="basePermissions" Value="2147483647" /> | ||
115 | </Section> | ||
116 | --> | ||
117 | </Nini> | ||
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml b/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml new file mode 100644 index 0000000..2be61d4 --- /dev/null +++ b/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Clothing Library"> | ||
12 | <Key Name="folderID" Value="b75056e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Clothing Library"/> | ||
15 | <Key Name="type" Value="5"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml new file mode 100644 index 0000000..045dac0 --- /dev/null +++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | |||
@@ -0,0 +1,45 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | <Section Name="Shirt"> | ||
20 | <Key Name="inventoryID" Value="d5e46210-b9d1-11dc-95ff-0800200c9a66" /> | ||
21 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110" /> | ||
22 | <Key Name="folderID" Value="b75056e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
23 | <Key Name="description" Value="Shirt" /> | ||
24 | <Key Name="name" Value="Shirt" /> | ||
25 | <Key Name="assetType" Value="5" /> | ||
26 | <Key Name="inventoryType" Value="18" /> | ||
27 | <Key Name="currentPermissions" Value="2147483647" /> | ||
28 | <Key Name="nextPermissions" Value="2147483647" /> | ||
29 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
30 | <Key Name="basePermissions" Value="2147483647" /> | ||
31 | </Section> | ||
32 | <Section Name="Pants"> | ||
33 | <Key Name="inventoryID" Value="d5e46211-b9d1-11dc-95ff-0800200c9a66" /> | ||
34 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120" /> | ||
35 | <Key Name="folderID" Value="b75056e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
36 | <Key Name="description" Value="Pants" /> | ||
37 | <Key Name="name" Value="Pants" /> | ||
38 | <Key Name="assetType" Value="5" /> | ||
39 | <Key Name="inventoryType" Value="18" /> | ||
40 | <Key Name="currentPermissions" Value="2147483647" /> | ||
41 | <Key Name="nextPermissions" Value="2147483647" /> | ||
42 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
43 | <Key Name="basePermissions" Value="2147483647" /> | ||
44 | </Section> | ||
45 | </Nini> | ||
diff --git a/bin/inventory/GesturesLibrary/GesturesLibraryFolders.xml b/bin/inventory/GesturesLibrary/GesturesLibraryFolders.xml new file mode 100644 index 0000000..c644496 --- /dev/null +++ b/bin/inventory/GesturesLibrary/GesturesLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Gestures Library"> | ||
12 | <Key Name="folderID" Value="8e1e3a30-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Gestures Library"/> | ||
15 | <Key Name="type" Value="21"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/GesturesLibrary/GesturesLibraryItems.xml b/bin/inventory/GesturesLibrary/GesturesLibraryItems.xml new file mode 100644 index 0000000..187ab3a --- /dev/null +++ b/bin/inventory/GesturesLibrary/GesturesLibraryItems.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | </Nini> | ||
diff --git a/bin/inventory/LandmarksLibrary/LandmarksLibraryFolders.xml b/bin/inventory/LandmarksLibrary/LandmarksLibraryFolders.xml new file mode 100644 index 0000000..b2c516f --- /dev/null +++ b/bin/inventory/LandmarksLibrary/LandmarksLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Landmarks Library"> | ||
12 | <Key Name="folderID" Value="6bcd48e0-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Landmarks Library"/> | ||
15 | <Key Name="type" Value="3"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/LandmarksLibrary/LandmarksLibraryItems.xml b/bin/inventory/LandmarksLibrary/LandmarksLibraryItems.xml new file mode 100644 index 0000000..187ab3a --- /dev/null +++ b/bin/inventory/LandmarksLibrary/LandmarksLibraryItems.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | </Nini> | ||
diff --git a/bin/inventory/NotecardsLibrary/NotecardsLibraryFolders.xml b/bin/inventory/NotecardsLibrary/NotecardsLibraryFolders.xml new file mode 100644 index 0000000..eb89ece --- /dev/null +++ b/bin/inventory/NotecardsLibrary/NotecardsLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Notecards Library"> | ||
12 | <Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Notecards Library"/> | ||
15 | <Key Name="type" Value="7"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml b/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml new file mode 100644 index 0000000..c1c27c5 --- /dev/null +++ b/bin/inventory/NotecardsLibrary/NotecardsLibraryItems.xml | |||
@@ -0,0 +1,45 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | <Section Name="Welcome notecard"> | ||
20 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" /> | ||
21 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | ||
22 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba000"/> <!-- Yes this is root, but notecards should live here --> | ||
23 | <Key Name="description" Value="Welcome" /> | ||
24 | <Key Name="name" Value="Welcome" /> | ||
25 | <Key Name="assetType" Value="7" /> | ||
26 | <Key Name="inventoryType" Value="7" /> | ||
27 | <Key Name="currentPermissions" Value="2147483647" /> | ||
28 | <Key Name="nextPermissions" Value="2147483647" /> | ||
29 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
30 | <Key Name="basePermissions" Value="2147483647" /> | ||
31 | </Section> | ||
32 | <Section Name="Example notecard"> | ||
33 | <Key Name="inventoryID" Value="a170ffc0-b9c7-11dc-95ff-0800200c9a66" /> | ||
34 | <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> | ||
35 | <Key Name="folderID" Value="33cbd240-b9bf-11dc-95ff-0800200c9a66"/> | ||
36 | <Key Name="description" Value="Example notecard" /> | ||
37 | <Key Name="name" Value="Example notecard" /> | ||
38 | <Key Name="assetType" Value="7" /> | ||
39 | <Key Name="inventoryType" Value="7" /> | ||
40 | <Key Name="currentPermissions" Value="2147483647" /> | ||
41 | <Key Name="nextPermissions" Value="2147483647" /> | ||
42 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
43 | <Key Name="basePermissions" Value="2147483647" /> | ||
44 | </Section> | ||
45 | </Nini> | ||
diff --git a/bin/inventory/ObjectsLibrary/ObjectsLibraryFolders.xml b/bin/inventory/ObjectsLibrary/ObjectsLibraryFolders.xml new file mode 100644 index 0000000..5522477 --- /dev/null +++ b/bin/inventory/ObjectsLibrary/ObjectsLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Objects Library"> | ||
12 | <Key Name="folderID" Value="1576c6b0-b9bf-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Objects Library"/> | ||
15 | <Key Name="type" Value="6"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml b/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml new file mode 100644 index 0000000..187ab3a --- /dev/null +++ b/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | </Nini> | ||
diff --git a/bin/inventory/PhotosLibrary/PhotosLibraryFolders.xml b/bin/inventory/PhotosLibrary/PhotosLibraryFolders.xml new file mode 100644 index 0000000..9b0bad8 --- /dev/null +++ b/bin/inventory/PhotosLibrary/PhotosLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Photos Library"> | ||
12 | <Key Name="folderID" Value="cf7e2db0-b9be-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Photos Library"/> | ||
15 | <Key Name="type" Value="15"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml b/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml new file mode 100644 index 0000000..187ab3a --- /dev/null +++ b/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | </Nini> | ||
diff --git a/bin/inventory/ScriptsLibrary/ScriptsLibraryFolders.xml b/bin/inventory/ScriptsLibrary/ScriptsLibraryFolders.xml new file mode 100644 index 0000000..499e728 --- /dev/null +++ b/bin/inventory/ScriptsLibrary/ScriptsLibraryFolders.xml | |||
@@ -0,0 +1,158 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Scripts Library"> | ||
12 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Scripts Library"/> | ||
15 | <Key Name="type" Value="10"/> | ||
16 | </Section> | ||
17 | |||
18 | <!-- Subfolders under "Scripts Library" --> | ||
19 | |||
20 | <Section Name="A"> | ||
21 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
22 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
23 | <Key Name="name" Value="A"/> | ||
24 | <Key Name="type" Value="10"/> | ||
25 | </Section> | ||
26 | <Section Name="B"> | ||
27 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba004"/> | ||
28 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
29 | <Key Name="name" Value="B"/> | ||
30 | <Key Name="type" Value="10"/> | ||
31 | </Section> | ||
32 | <Section Name="C"> | ||
33 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba005"/> | ||
34 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
35 | <Key Name="name" Value="C"/> | ||
36 | <Key Name="type" Value="10"/> | ||
37 | </Section> | ||
38 | <Section Name="D"> | ||
39 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba006"/> | ||
40 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
41 | <Key Name="name" Value="D"/> | ||
42 | <Key Name="type" Value="10"/> | ||
43 | </Section> | ||
44 | <Section Name="E"> | ||
45 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba007"/> | ||
46 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
47 | <Key Name="name" Value="E"/> | ||
48 | <Key Name="type" Value="10"/> | ||
49 | </Section> | ||
50 | <Section Name="F"> | ||
51 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba008"/> | ||
52 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
53 | <Key Name="name" Value="F"/> | ||
54 | <Key Name="type" Value="10"/> | ||
55 | </Section> | ||
56 | <Section Name="G"> | ||
57 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba009"/> | ||
58 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
59 | <Key Name="name" Value="G"/> | ||
60 | <Key Name="type" Value="10"/> | ||
61 | </Section> | ||
62 | <Section Name="H"> | ||
63 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba010"/> | ||
64 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
65 | <Key Name="name" Value="H"/> | ||
66 | <Key Name="type" Value="10"/> | ||
67 | </Section> | ||
68 | <Section Name="I"> | ||
69 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba011"/> | ||
70 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
71 | <Key Name="name" Value="I"/> | ||
72 | <Key Name="type" Value="10"/> | ||
73 | </Section> | ||
74 | <Section Name="K"> | ||
75 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba012"/> | ||
76 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
77 | <Key Name="name" Value="K"/> | ||
78 | <Key Name="type" Value="10"/> | ||
79 | </Section> | ||
80 | <Section Name="L"> | ||
81 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba013"/> | ||
82 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
83 | <Key Name="name" Value="L"/> | ||
84 | <Key Name="type" Value="10"/> | ||
85 | </Section> | ||
86 | <Section Name="M"> | ||
87 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba014"/> | ||
88 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
89 | <Key Name="name" Value="M"/> | ||
90 | <Key Name="type" Value="10"/> | ||
91 | </Section> | ||
92 | <Section Name="O"> | ||
93 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba015"/> | ||
94 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
95 | <Key Name="name" Value="O"/> | ||
96 | <Key Name="type" Value="10"/> | ||
97 | </Section> | ||
98 | <Section Name="P"> | ||
99 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba016"/> | ||
100 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
101 | <Key Name="name" Value="P"/> | ||
102 | <Key Name="type" Value="10"/> | ||
103 | </Section> | ||
104 | <Section Name="R"> | ||
105 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba017"/> | ||
106 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
107 | <Key Name="name" Value="R"/> | ||
108 | <Key Name="type" Value="10"/> | ||
109 | </Section> | ||
110 | <Section Name="S"> | ||
111 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> | ||
112 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
113 | <Key Name="name" Value="S"/> | ||
114 | <Key Name="type" Value="10"/> | ||
115 | </Section> | ||
116 | <Section Name="T"> | ||
117 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba019"/> | ||
118 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
119 | <Key Name="name" Value="T"/> | ||
120 | <Key Name="type" Value="10"/> | ||
121 | </Section> | ||
122 | <Section Name="U"> | ||
123 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba020"/> | ||
124 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
125 | <Key Name="name" Value="U"/> | ||
126 | <Key Name="type" Value="10"/> | ||
127 | </Section> | ||
128 | <Section Name="V"> | ||
129 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba021"/> | ||
130 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
131 | <Key Name="name" Value="V"/> | ||
132 | <Key Name="type" Value="10"/> | ||
133 | </Section> | ||
134 | <Section Name="W"> | ||
135 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba022"/> | ||
136 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
137 | <Key Name="name" Value="W"/> | ||
138 | <Key Name="type" Value="10"/> | ||
139 | </Section> | ||
140 | <Section Name="X"> | ||
141 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba023"/> | ||
142 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
143 | <Key Name="name" Value="X"/> | ||
144 | <Key Name="type" Value="10"/> | ||
145 | </Section> | ||
146 | <Section Name=".Kan-ED Scripts"> | ||
147 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba024"/> | ||
148 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
149 | <Key Name="name" Value=".Kan-ED Scripts"/> | ||
150 | <Key Name="type" Value="10"/> | ||
151 | </Section> | ||
152 | <Section Name=".Other testing scripts"> | ||
153 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba025"/> | ||
154 | <Key Name="parentFolderID" Value="30000112-000f-0000-0000-000100bba002"/> | ||
155 | <Key Name="name" Value=".Other testing scripts"/> | ||
156 | <Key Name="type" Value="10"/> | ||
157 | </Section> | ||
158 | </Nini> | ||
diff --git a/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml b/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml new file mode 100644 index 0000000..3a40fc2 --- /dev/null +++ b/bin/inventory/ScriptsLibrary/ScriptsLibraryItems.xml | |||
@@ -0,0 +1,289 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | <!-- A == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> --> | ||
20 | <Section Name="llAbs"> | ||
21 | <Key Name="inventoryID" Value="3b055e3e-b19d-11dc-8314-0800200c9a66" /> | ||
22 | <Key Name="assetID" Value="3b055e3f-b19d-11dc-8314-0800200c9a66" /> | ||
23 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
24 | <Key Name="description" Value="llA" /> | ||
25 | <Key Name="name" Value="llAbs" /> | ||
26 | <Key Name="assetType" Value="10" /> | ||
27 | <Key Name="inventoryType" Value="10" /> | ||
28 | <Key Name="currentPermissions" Value="257487132" /> | ||
29 | <Key Name="nextPermissions" Value="257487132" /> | ||
30 | <Key Name="everyonePermissions" Value="257487132" /> | ||
31 | <Key Name="basePermissions" Value="257487132" /> | ||
32 | </Section> | ||
33 | <Section Name="llAcos"> | ||
34 | <Key Name="inventoryID" Value="6519bf38-b19f-11dc-8314-0800200c9a66" /> | ||
35 | <Key Name="assetID" Value="6519bf39-b19f-11dc-8314-0800200c9a66" /> | ||
36 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
37 | <Key Name="description" Value="llA" /> | ||
38 | <Key Name="name" Value="llAcos" /> | ||
39 | <Key Name="assetType" Value="10" /> | ||
40 | <Key Name="inventoryType" Value="10" /> | ||
41 | <Key Name="currentPermissions" Value="257487132" /> | ||
42 | <Key Name="nextPermissions" Value="257487132" /> | ||
43 | <Key Name="everyonePermissions" Value="257487132" /> | ||
44 | <Key Name="basePermissions" Value="257487132" /> | ||
45 | </Section> | ||
46 | <Section Name="llAddToLandBanList"> | ||
47 | <Key Name="inventoryID" Value="7ceba3f0-b1a0-11dc-8314-0800200c9a66" /> | ||
48 | <Key Name="assetID" Value="7ceba3f1-b1a0-11dc-8314-0800200c9a66" /> | ||
49 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
50 | <Key Name="description" Value="llA" /> | ||
51 | <Key Name="name" Value="llAddToLandBanList" /> | ||
52 | <Key Name="assetType" Value="10" /> | ||
53 | <Key Name="inventoryType" Value="10" /> | ||
54 | <Key Name="currentPermissions" Value="257487132" /> | ||
55 | <Key Name="nextPermissions" Value="257487132" /> | ||
56 | <Key Name="everyonePermissions" Value="257487132" /> | ||
57 | <Key Name="basePermissions" Value="257487132" /> | ||
58 | </Section> | ||
59 | <Section Name="llAddToLandPassList"> | ||
60 | <Key Name="inventoryID" Value="609047e6-b390-11dc-8314-0800200c9a66" /> | ||
61 | <Key Name="assetID" Value="609047e7-b390-11dc-8314-0800200c9a66" /> | ||
62 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
63 | <Key Name="description" Value="llA" /> | ||
64 | <Key Name="name" Value="llAddToLandPassList" /> | ||
65 | <Key Name="assetType" Value="10" /> | ||
66 | <Key Name="inventoryType" Value="10" /> | ||
67 | <Key Name="currentPermissions" Value="257487132" /> | ||
68 | <Key Name="nextPermissions" Value="257487132" /> | ||
69 | <Key Name="everyonePermissions" Value="257487132" /> | ||
70 | <Key Name="basePermissions" Value="257487132" /> | ||
71 | </Section> | ||
72 | <Section Name="llAdjustSoundVolume"> | ||
73 | <Key Name="inventoryID" Value="56df4bcc-b393-11dc-8314-0800200c9a66" /> | ||
74 | <Key Name="assetID" Value="56df4bcd-b393-11dc-8314-0800200c9a66" /> | ||
75 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
76 | <Key Name="description" Value="llA" /> | ||
77 | <Key Name="name" Value="llAdjustSoundVolume" /> | ||
78 | <Key Name="assetType" Value="10" /> | ||
79 | <Key Name="inventoryType" Value="10" /> | ||
80 | <Key Name="currentPermissions" Value="257487132" /> | ||
81 | <Key Name="nextPermissions" Value="257487132" /> | ||
82 | <Key Name="everyonePermissions" Value="257487132" /> | ||
83 | <Key Name="basePermissions" Value="257487132" /> | ||
84 | </Section> | ||
85 | <Section Name="llAllowInventoryDrop"> | ||
86 | <Key Name="inventoryID" Value="54d6962c-b394-11dc-8314-0800200c9a66" /> | ||
87 | <Key Name="assetID" Value="54d6962d-b394-11dc-8314-0800200c9a66" /> | ||
88 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
89 | <Key Name="description" Value="llA" /> | ||
90 | <Key Name="name" Value="llAllowInventoryDrop" /> | ||
91 | <Key Name="assetType" Value="10" /> | ||
92 | <Key Name="inventoryType" Value="10" /> | ||
93 | <Key Name="currentPermissions" Value="257487132" /> | ||
94 | <Key Name="nextPermissions" Value="257487132" /> | ||
95 | <Key Name="everyonePermissions" Value="257487132" /> | ||
96 | <Key Name="basePermissions" Value="257487132" /> | ||
97 | </Section> | ||
98 | <Section Name="llAngleBetween"> | ||
99 | <Key Name="inventoryID" Value="6b341608-b34e-11dc-8314-0800200c9a66" /> | ||
100 | <Key Name="assetID" Value="6b341609-b34e-11dc-8314-0800200c9a66" /> | ||
101 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
102 | <Key Name="description" Value="llA" /> | ||
103 | <Key Name="name" Value="llAngleBetween" /> | ||
104 | <Key Name="assetType" Value="10" /> | ||
105 | <Key Name="inventoryType" Value="10" /> | ||
106 | <Key Name="currentPermissions" Value="257487132" /> | ||
107 | <Key Name="nextPermissions" Value="257487132" /> | ||
108 | <Key Name="everyonePermissions" Value="257487132" /> | ||
109 | <Key Name="basePermissions" Value="257487132" /> | ||
110 | </Section> | ||
111 | <Section Name="llAsin"> | ||
112 | <Key Name="inventoryID" Value="7e7422ec-b425-11dc-8314-0800200c9a66" /> | ||
113 | <Key Name="assetID" Value="7e7422ed-b425-11dc-8314-0800200c9a66" /> | ||
114 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
115 | <Key Name="description" Value="llA" /> | ||
116 | <Key Name="name" Value="llAsin" /> | ||
117 | <Key Name="assetType" Value="10" /> | ||
118 | <Key Name="inventoryType" Value="10" /> | ||
119 | <Key Name="currentPermissions" Value="257487132" /> | ||
120 | <Key Name="nextPermissions" Value="257487132" /> | ||
121 | <Key Name="everyonePermissions" Value="257487132" /> | ||
122 | <Key Name="basePermissions" Value="257487132" /> | ||
123 | </Section> | ||
124 | <Section Name="llAtan2"> | ||
125 | <Key Name="inventoryID" Value="7e7422ee-b425-11dc-8314-0800200c9a66" /> | ||
126 | <Key Name="assetID" Value="7e7422ef-b425-11dc-8314-0800200c9a66" /> | ||
127 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
128 | <Key Name="description" Value="llA" /> | ||
129 | <Key Name="name" Value="llAtan2" /> | ||
130 | <Key Name="assetType" Value="10" /> | ||
131 | <Key Name="inventoryType" Value="10" /> | ||
132 | <Key Name="currentPermissions" Value="257487132" /> | ||
133 | <Key Name="nextPermissions" Value="257487132" /> | ||
134 | <Key Name="everyonePermissions" Value="257487132" /> | ||
135 | <Key Name="basePermissions" Value="257487132" /> | ||
136 | </Section> | ||
137 | <Section Name="llApplyImpulse"> | ||
138 | <Key Name="inventoryID" Value="714ec678-b419-11dc-8314-0800200c9a66" /> | ||
139 | <Key Name="assetID" Value="714ec679-b419-11dc-8314-0800200c9a66" /> | ||
140 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
141 | <Key Name="description" Value="llA" /> | ||
142 | <Key Name="name" Value="llApplyImpulse" /> | ||
143 | <Key Name="assetType" Value="10" /> | ||
144 | <Key Name="inventoryType" Value="10" /> | ||
145 | <Key Name="currentPermissions" Value="257487132" /> | ||
146 | <Key Name="nextPermissions" Value="257487132" /> | ||
147 | <Key Name="everyonePermissions" Value="257487132" /> | ||
148 | <Key Name="basePermissions" Value="257487132" /> | ||
149 | </Section> | ||
150 | <Section Name="llAvatarOnSitTarget"> | ||
151 | <Key Name="inventoryID" Value="579fc820-b426-11dc-8314-0800200c9a66" /> | ||
152 | <Key Name="assetID" Value="579fc821-b426-11dc-8314-0800200c9a66" /> | ||
153 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
154 | <Key Name="description" Value="llA" /> | ||
155 | <Key Name="name" Value="llAvatarOnSitTarget" /> | ||
156 | <Key Name="assetType" Value="10" /> | ||
157 | <Key Name="inventoryType" Value="10" /> | ||
158 | <Key Name="currentPermissions" Value="257487132" /> | ||
159 | <Key Name="nextPermissions" Value="257487132" /> | ||
160 | <Key Name="everyonePermissions" Value="257487132" /> | ||
161 | <Key Name="basePermissions" Value="257487132" /> | ||
162 | </Section> | ||
163 | <!-- B == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba004"/> --> | ||
164 | <Section Name="llBase64ToString"> | ||
165 | <Key Name="inventoryID" Value="1d4c71d8-b428-11dc-8314-0800200c9a66" /> | ||
166 | <Key Name="assetID" Value="1d4c71d9-b428-11dc-8314-0800200c9a66" /> | ||
167 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba004"/> | ||
168 | <Key Name="description" Value="llB" /> | ||
169 | <Key Name="name" Value="llBase64ToString" /> | ||
170 | <Key Name="assetType" Value="10" /> | ||
171 | <Key Name="inventoryType" Value="10" /> | ||
172 | <Key Name="currentPermissions" Value="257487132" /> | ||
173 | <Key Name="nextPermissions" Value="257487132" /> | ||
174 | <Key Name="everyonePermissions" Value="257487132" /> | ||
175 | <Key Name="basePermissions" Value="257487132" /> | ||
176 | </Section> | ||
177 | <!-- C == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba005"/> --> | ||
178 | <!-- D == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba006"/> --> | ||
179 | <!-- E == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba007"/> --> | ||
180 | <!-- F == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba008"/> --> | ||
181 | <!-- G == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba009"/> --> | ||
182 | <!-- H == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba010"/> --> | ||
183 | <!-- I == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba011"/> --> | ||
184 | <!-- K == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba012"/> --> | ||
185 | <!-- L == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba013"/> --> | ||
186 | <!-- M == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba014"/> --> | ||
187 | <!-- O == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba015"/> --> | ||
188 | <!-- P == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba016"/> --> | ||
189 | <!-- R == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba017"/> --> | ||
190 | <Section Name="llRemoveFromLandBanList"> | ||
191 | <Key Name="inventoryID" Value="299b2100-b392-11dc-8314-0800200c9a66" /> | ||
192 | <Key Name="assetID" Value="299b2101-b392-11dc-8314-0800200c9a66" /> | ||
193 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba017"/> | ||
194 | <Key Name="description" Value="llR" /> | ||
195 | <Key Name="name" Value="llRemoveFromLandBanList" /> | ||
196 | <Key Name="assetType" Value="10" /> | ||
197 | <Key Name="inventoryType" Value="10" /> | ||
198 | <Key Name="currentPermissions" Value="257487132" /> | ||
199 | <Key Name="nextPermissions" Value="257487132" /> | ||
200 | <Key Name="everyonePermissions" Value="257487132" /> | ||
201 | <Key Name="basePermissions" Value="257487132" /> | ||
202 | </Section> | ||
203 | <Section Name="llRemoveFromLandPassList"> | ||
204 | <Key Name="inventoryID" Value="299b2102-b392-11dc-8314-0800200c9a66" /> | ||
205 | <Key Name="assetID" Value="299b2103-b392-11dc-8314-0800200c9a66" /> | ||
206 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba017"/> | ||
207 | <Key Name="description" Value="llR" /> | ||
208 | <Key Name="name" Value="llRemoveFromLandPassList" /> | ||
209 | <Key Name="assetType" Value="10" /> | ||
210 | <Key Name="inventoryType" Value="10" /> | ||
211 | <Key Name="currentPermissions" Value="257487132" /> | ||
212 | <Key Name="nextPermissions" Value="257487132" /> | ||
213 | <Key Name="everyonePermissions" Value="257487132" /> | ||
214 | <Key Name="basePermissions" Value="257487132" /> | ||
215 | </Section> | ||
216 | <Section Name="llResetLandBanList"> | ||
217 | <Key Name="inventoryID" Value="366ac8e6-b391-11dc-8314-0800200c9a66" /> | ||
218 | <Key Name="assetID" Value="366ac8e7-b391-11dc-8314-0800200c9a66" /> | ||
219 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba017"/> | ||
220 | <Key Name="description" Value="llR" /> | ||
221 | <Key Name="name" Value="llResetLandBanList" /> | ||
222 | <Key Name="assetType" Value="10" /> | ||
223 | <Key Name="inventoryType" Value="10" /> | ||
224 | <Key Name="currentPermissions" Value="257487132" /> | ||
225 | <Key Name="nextPermissions" Value="257487132" /> | ||
226 | <Key Name="everyonePermissions" Value="257487132" /> | ||
227 | <Key Name="basePermissions" Value="257487132" /> | ||
228 | </Section> | ||
229 | <Section Name="llResetLandPassList"> | ||
230 | <Key Name="inventoryID" Value="366ac8e8-b391-11dc-8314-0800200c9a66" /> | ||
231 | <Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" /> | ||
232 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba017"/> | ||
233 | <Key Name="description" Value="llR" /> | ||
234 | <Key Name="name" Value="llResetLandPassList" /> | ||
235 | <Key Name="assetType" Value="10" /> | ||
236 | <Key Name="inventoryType" Value="10" /> | ||
237 | <Key Name="currentPermissions" Value="257487132" /> | ||
238 | <Key Name="nextPermissions" Value="257487132" /> | ||
239 | <Key Name="everyonePermissions" Value="257487132" /> | ||
240 | <Key Name="basePermissions" Value="257487132" /> | ||
241 | </Section> | ||
242 | <!-- S == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> --> | ||
243 | <Section Name="llSay"> | ||
244 | <Key Name="inventoryID" Value="3af51d20-b38f-11dc-8314-0800200c9a66" /> | ||
245 | <Key Name="assetID" Value="3af51d21-b38f-11dc-8314-0800200c9a66" /> | ||
246 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> | ||
247 | <Key Name="description" Value="llS" /> | ||
248 | <Key Name="name" Value="llSay" /> | ||
249 | <Key Name="assetType" Value="10" /> | ||
250 | <Key Name="inventoryType" Value="10" /> | ||
251 | <Key Name="currentPermissions" Value="257487132" /> | ||
252 | <Key Name="nextPermissions" Value="257487132" /> | ||
253 | <Key Name="everyonePermissions" Value="257487132" /> | ||
254 | <Key Name="basePermissions" Value="257487132" /> | ||
255 | </Section> | ||
256 | <Section Name="llSetParcelMusicURL"> | ||
257 | <Key Name="inventoryID" Value="3603a4f9-b360-11dc-8314-0800200c9a66" /> | ||
258 | <Key Name="assetID" Value="3603a4f8-b360-11dc-8314-0800200c9a66" /> | ||
259 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> | ||
260 | <Key Name="description" Value="llS" /> | ||
261 | <Key Name="name" Value="llSetParcelMusicURL" /> | ||
262 | <Key Name="assetType" Value="10" /> | ||
263 | <Key Name="inventoryType" Value="10" /> | ||
264 | <Key Name="currentPermissions" Value="257487132" /> | ||
265 | <Key Name="nextPermissions" Value="257487132" /> | ||
266 | <Key Name="everyonePermissions" Value="257487132" /> | ||
267 | <Key Name="basePermissions" Value="257487132" /> | ||
268 | </Section> | ||
269 | <Section Name="llSetRot"> | ||
270 | <Key Name="inventoryID" Value="220baef8-b376-11dc-8314-0800200c9a66" /> | ||
271 | <Key Name="assetID" Value="220baef9-b376-11dc-8314-0800200c9a66" /> | ||
272 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> | ||
273 | <Key Name="description" Value="llS" /> | ||
274 | <Key Name="name" Value="llSetRot" /> | ||
275 | <Key Name="assetType" Value="10" /> | ||
276 | <Key Name="inventoryType" Value="10" /> | ||
277 | <Key Name="currentPermissions" Value="257487132" /> | ||
278 | <Key Name="nextPermissions" Value="257487132" /> | ||
279 | <Key Name="everyonePermissions" Value="257487132" /> | ||
280 | <Key Name="basePermissions" Value="257487132" /> | ||
281 | </Section> | ||
282 | <!-- T == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba019"/> --> | ||
283 | <!-- U == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba020"/> --> | ||
284 | <!-- V == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba021"/> --> | ||
285 | <!-- W == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba022"/> --> | ||
286 | <!-- X == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba023"/> --> | ||
287 | <!-- .Kan-ED Scripts == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba024"/> --> | ||
288 | <!-- .Other testing scripts == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba025"/> --> | ||
289 | </Nini> | ||
diff --git a/bin/inventory/SoundsLibrary/SoundsLibraryFolders.xml b/bin/inventory/SoundsLibrary/SoundsLibraryFolders.xml new file mode 100644 index 0000000..e2575cf --- /dev/null +++ b/bin/inventory/SoundsLibrary/SoundsLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Sounds Library"> | ||
12 | <Key Name="folderID" Value="c1284980-b9be-11dc-95ff-0800200c9a66"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Sounds Library"/> | ||
15 | <Key Name="type" Value="1"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml b/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml new file mode 100644 index 0000000..187ab3a --- /dev/null +++ b/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | </Nini> | ||
diff --git a/bin/inventory/TexturesLibrary/TexturesLibraryFolders.xml b/bin/inventory/TexturesLibrary/TexturesLibraryFolders.xml new file mode 100644 index 0000000..cef5bb6 --- /dev/null +++ b/bin/inventory/TexturesLibrary/TexturesLibraryFolders.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <Nini> | ||
2 | <!-- | ||
3 | <Section Name="Example Library"> | ||
4 | <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/> | ||
5 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
6 | <Key Name="name" Value="Example Library"/> | ||
7 | <Key Name="type" Value="0"/> | ||
8 | </Section> | ||
9 | --> | ||
10 | |||
11 | <Section Name="Texture Library"> | ||
12 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
13 | <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/> | ||
14 | <Key Name="name" Value="Texture Library"/> | ||
15 | <Key Name="type" Value="0"/> | ||
16 | </Section> | ||
17 | </Nini> | ||
diff --git a/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml b/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml new file mode 100644 index 0000000..021e66d --- /dev/null +++ b/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml | |||
@@ -0,0 +1,656 @@ | |||
1 | <Nini> | ||
2 | |||
3 | <!-- | ||
4 | <Section Name="Example Library Item"> | ||
5 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
6 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
7 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
8 | <Key Name="description" Value="Example Library Item" /> | ||
9 | <Key Name="name" Value="Example Library Item" /> | ||
10 | <Key Name="assetType" Value="7" /> | ||
11 | <Key Name="inventoryType" Value="7" /> | ||
12 | <Key Name="currentPermissions" Value="2147483647" /> | ||
13 | <Key Name="nextPermissions" Value="2147483647" /> | ||
14 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
15 | <Key Name="basePermissions" Value="2147483647" /> | ||
16 | </Section> | ||
17 | --> | ||
18 | |||
19 | <Section Name="4-tile2 Texture"> | ||
20 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001000" /> | ||
21 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001000" /> | ||
22 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
23 | <Key Name="description" Value="4-tile2 texture" /> | ||
24 | <Key Name="name" Value="4-tile2" /> | ||
25 | <Key Name="assetType" Value="0" /> | ||
26 | <Key Name="inventoryType" Value="0" /> | ||
27 | <Key Name="currentPermissions" Value="2147483647" /> | ||
28 | <Key Name="nextPermissions" Value="2147483647" /> | ||
29 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
30 | <Key Name="basePermissions" Value="2147483647" /> | ||
31 | </Section> | ||
32 | <Section Name="4-tile3 Texture"> | ||
33 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001001" /> | ||
34 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" /> | ||
35 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
36 | <Key Name="description" Value="4-tile3 texture" /> | ||
37 | <Key Name="name" Value="4-tile3" /> | ||
38 | <Key Name="assetType" Value="0" /> | ||
39 | <Key Name="inventoryType" Value="0" /> | ||
40 | <Key Name="currentPermissions" Value="2147483647" /> | ||
41 | <Key Name="nextPermissions" Value="2147483647" /> | ||
42 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
43 | <Key Name="basePermissions" Value="2147483647" /> | ||
44 | </Section> | ||
45 | <Section Name="brick1_256 Texture"> | ||
46 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001002" /> | ||
47 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" /> | ||
48 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
49 | <Key Name="description" Value="brick1_256 texture" /> | ||
50 | <Key Name="name" Value="brick1_256" /> | ||
51 | <Key Name="assetType" Value="0" /> | ||
52 | <Key Name="inventoryType" Value="0" /> | ||
53 | <Key Name="currentPermissions" Value="2147483647" /> | ||
54 | <Key Name="nextPermissions" Value="2147483647" /> | ||
55 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
56 | <Key Name="basePermissions" Value="2147483647" /> | ||
57 | </Section> | ||
58 | <Section Name="brick2_256 Texture"> | ||
59 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001003" /> | ||
60 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" /> | ||
61 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
62 | <Key Name="description" Value="brick2_256 texture" /> | ||
63 | <Key Name="name" Value="brick2_256" /> | ||
64 | <Key Name="assetType" Value="0" /> | ||
65 | <Key Name="inventoryType" Value="0" /> | ||
66 | <Key Name="currentPermissions" Value="2147483647" /> | ||
67 | <Key Name="nextPermissions" Value="2147483647" /> | ||
68 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
69 | <Key Name="basePermissions" Value="2147483647" /> | ||
70 | </Section> | ||
71 | <Section Name="brick_mono Texture"> | ||
72 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001004" /> | ||
73 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" /> | ||
74 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
75 | <Key Name="description" Value="brick_mono texture" /> | ||
76 | <Key Name="name" Value="brick_mono" /> | ||
77 | <Key Name="assetType" Value="0" /> | ||
78 | <Key Name="inventoryType" Value="0" /> | ||
79 | <Key Name="currentPermissions" Value="2147483647" /> | ||
80 | <Key Name="nextPermissions" Value="2147483647" /> | ||
81 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
82 | <Key Name="basePermissions" Value="2147483647" /> | ||
83 | </Section> | ||
84 | <Section Name="cedar Texture"> | ||
85 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001005" /> | ||
86 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" /> | ||
87 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
88 | <Key Name="description" Value="cedar texture" /> | ||
89 | <Key Name="name" Value="cedar" /> | ||
90 | <Key Name="assetType" Value="0" /> | ||
91 | <Key Name="inventoryType" Value="0" /> | ||
92 | <Key Name="currentPermissions" Value="2147483647" /> | ||
93 | <Key Name="nextPermissions" Value="2147483647" /> | ||
94 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
95 | <Key Name="basePermissions" Value="2147483647" /> | ||
96 | </Section> | ||
97 | <Section Name="cement_block Texture"> | ||
98 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001006" /> | ||
99 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" /> | ||
100 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
101 | <Key Name="description" Value="cement_block texture" /> | ||
102 | <Key Name="name" Value="cement_block" /> | ||
103 | <Key Name="assetType" Value="0" /> | ||
104 | <Key Name="inventoryType" Value="0" /> | ||
105 | <Key Name="currentPermissions" Value="2147483647" /> | ||
106 | <Key Name="nextPermissions" Value="2147483647" /> | ||
107 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
108 | <Key Name="basePermissions" Value="2147483647" /> | ||
109 | </Section> | ||
110 | <Section Name="clear Texture"> | ||
111 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001007" /> | ||
112 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" /> | ||
113 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
114 | <Key Name="description" Value="clear texture" /> | ||
115 | <Key Name="name" Value="clear" /> | ||
116 | <Key Name="assetType" Value="0" /> | ||
117 | <Key Name="inventoryType" Value="0" /> | ||
118 | <Key Name="currentPermissions" Value="2147483647" /> | ||
119 | <Key Name="nextPermissions" Value="2147483647" /> | ||
120 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
121 | <Key Name="basePermissions" Value="2147483647" /> | ||
122 | </Section> | ||
123 | <Section Name="cobbles Texture"> | ||
124 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001008" /> | ||
125 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" /> | ||
126 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
127 | <Key Name="description" Value="cobbles texture" /> | ||
128 | <Key Name="name" Value="cobbles" /> | ||
129 | <Key Name="assetType" Value="0" /> | ||
130 | <Key Name="inventoryType" Value="0" /> | ||
131 | <Key Name="currentPermissions" Value="2147483647" /> | ||
132 | <Key Name="nextPermissions" Value="2147483647" /> | ||
133 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
134 | <Key Name="basePermissions" Value="2147483647" /> | ||
135 | </Section> | ||
136 | <Section Name="creambrick Texture"> | ||
137 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001009" /> | ||
138 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" /> | ||
139 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
140 | <Key Name="description" Value="creambrick texture" /> | ||
141 | <Key Name="name" Value="creambrick" /> | ||
142 | <Key Name="assetType" Value="0" /> | ||
143 | <Key Name="inventoryType" Value="0" /> | ||
144 | <Key Name="currentPermissions" Value="2147483647" /> | ||
145 | <Key Name="nextPermissions" Value="2147483647" /> | ||
146 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
147 | <Key Name="basePermissions" Value="2147483647" /> | ||
148 | </Section> | ||
149 | <Section Name="fgrass Texture"> | ||
150 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001010" /> | ||
151 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" /> | ||
152 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
153 | <Key Name="description" Value="fgrass texture" /> | ||
154 | <Key Name="name" Value="fgrass" /> | ||
155 | <Key Name="assetType" Value="0" /> | ||
156 | <Key Name="inventoryType" Value="0" /> | ||
157 | <Key Name="currentPermissions" Value="2147483647" /> | ||
158 | <Key Name="nextPermissions" Value="2147483647" /> | ||
159 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
160 | <Key Name="basePermissions" Value="2147483647" /> | ||
161 | </Section> | ||
162 | <Section Name="glasstile2 Texture"> | ||
163 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001011" /> | ||
164 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" /> | ||
165 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
166 | <Key Name="description" Value="glasstile2 texture" /> | ||
167 | <Key Name="name" Value="glasstile2" /> | ||
168 | <Key Name="assetType" Value="0" /> | ||
169 | <Key Name="inventoryType" Value="0" /> | ||
170 | <Key Name="currentPermissions" Value="2147483647" /> | ||
171 | <Key Name="nextPermissions" Value="2147483647" /> | ||
172 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
173 | <Key Name="basePermissions" Value="2147483647" /> | ||
174 | </Section> | ||
175 | <Section Name="graniteblock Texture"> | ||
176 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001012" /> | ||
177 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" /> | ||
178 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
179 | <Key Name="description" Value="graniteblock texture" /> | ||
180 | <Key Name="name" Value="graniteblock" /> | ||
181 | <Key Name="assetType" Value="0" /> | ||
182 | <Key Name="inventoryType" Value="0" /> | ||
183 | <Key Name="currentPermissions" Value="2147483647" /> | ||
184 | <Key Name="nextPermissions" Value="2147483647" /> | ||
185 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
186 | <Key Name="basePermissions" Value="2147483647" /> | ||
187 | </Section> | ||
188 | <Section Name="grass Texture"> | ||
189 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001013" /> | ||
190 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" /> | ||
191 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
192 | <Key Name="description" Value="grass texture" /> | ||
193 | <Key Name="name" Value="grass" /> | ||
194 | <Key Name="assetType" Value="0" /> | ||
195 | <Key Name="inventoryType" Value="0" /> | ||
196 | <Key Name="currentPermissions" Value="2147483647" /> | ||
197 | <Key Name="nextPermissions" Value="2147483647" /> | ||
198 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
199 | <Key Name="basePermissions" Value="2147483647" /> | ||
200 | </Section> | ||
201 | <Section Name="gravel Texture"> | ||
202 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001014" /> | ||
203 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" /> | ||
204 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
205 | <Key Name="description" Value="gravel texture" /> | ||
206 | <Key Name="name" Value="gravel" /> | ||
207 | <Key Name="assetType" Value="0" /> | ||
208 | <Key Name="inventoryType" Value="0" /> | ||
209 | <Key Name="currentPermissions" Value="2147483647" /> | ||
210 | <Key Name="nextPermissions" Value="2147483647" /> | ||
211 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
212 | <Key Name="basePermissions" Value="2147483647" /> | ||
213 | </Section> | ||
214 | <Section Name="greybrick Texture"> | ||
215 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001015" /> | ||
216 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" /> | ||
217 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
218 | <Key Name="description" Value="greybrick texture" /> | ||
219 | <Key Name="name" Value="greybrick" /> | ||
220 | <Key Name="assetType" Value="0" /> | ||
221 | <Key Name="inventoryType" Value="0" /> | ||
222 | <Key Name="currentPermissions" Value="2147483647" /> | ||
223 | <Key Name="nextPermissions" Value="2147483647" /> | ||
224 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
225 | <Key Name="basePermissions" Value="2147483647" /> | ||
226 | </Section> | ||
227 | <Section Name="ivy Texture"> | ||
228 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001016" /> | ||
229 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" /> | ||
230 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
231 | <Key Name="description" Value="ivy texture" /> | ||
232 | <Key Name="name" Value="ivy" /> | ||
233 | <Key Name="assetType" Value="0" /> | ||
234 | <Key Name="inventoryType" Value="0" /> | ||
235 | <Key Name="currentPermissions" Value="2147483647" /> | ||
236 | <Key Name="nextPermissions" Value="2147483647" /> | ||
237 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
238 | <Key Name="basePermissions" Value="2147483647" /> | ||
239 | </Section> | ||
240 | <Section Name="mahogany Texture"> | ||
241 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001017" /> | ||
242 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" /> | ||
243 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
244 | <Key Name="description" Value="mahogany texture" /> | ||
245 | <Key Name="name" Value="mahogany" /> | ||
246 | <Key Name="assetType" Value="0" /> | ||
247 | <Key Name="inventoryType" Value="0" /> | ||
248 | <Key Name="currentPermissions" Value="2147483647" /> | ||
249 | <Key Name="nextPermissions" Value="2147483647" /> | ||
250 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
251 | <Key Name="basePermissions" Value="2147483647" /> | ||
252 | </Section> | ||
253 | <Section Name="maple Texture"> | ||
254 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001018" /> | ||
255 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" /> | ||
256 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
257 | <Key Name="description" Value="maple texture" /> | ||
258 | <Key Name="name" Value="maple" /> | ||
259 | <Key Name="assetType" Value="0" /> | ||
260 | <Key Name="inventoryType" Value="0" /> | ||
261 | <Key Name="currentPermissions" Value="2147483647" /> | ||
262 | <Key Name="nextPermissions" Value="2147483647" /> | ||
263 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
264 | <Key Name="basePermissions" Value="2147483647" /> | ||
265 | </Section> | ||
266 | <Section Name="mosaic02 Texture"> | ||
267 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001019" /> | ||
268 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" /> | ||
269 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
270 | <Key Name="description" Value="mosaic02 texture" /> | ||
271 | <Key Name="name" Value="mosaic02" /> | ||
272 | <Key Name="assetType" Value="0" /> | ||
273 | <Key Name="inventoryType" Value="0" /> | ||
274 | <Key Name="currentPermissions" Value="2147483647" /> | ||
275 | <Key Name="nextPermissions" Value="2147483647" /> | ||
276 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
277 | <Key Name="basePermissions" Value="2147483647" /> | ||
278 | </Section> | ||
279 | <Section Name="palm1 Texture"> | ||
280 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001020" /> | ||
281 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" /> | ||
282 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
283 | <Key Name="description" Value="palm1 texture" /> | ||
284 | <Key Name="name" Value="palm1" /> | ||
285 | <Key Name="assetType" Value="0" /> | ||
286 | <Key Name="inventoryType" Value="0" /> | ||
287 | <Key Name="currentPermissions" Value="2147483647" /> | ||
288 | <Key Name="nextPermissions" Value="2147483647" /> | ||
289 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
290 | <Key Name="basePermissions" Value="2147483647" /> | ||
291 | </Section> | ||
292 | <Section Name="papaya Texture"> | ||
293 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001021" /> | ||
294 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" /> | ||
295 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
296 | <Key Name="description" Value="papaya texture" /> | ||
297 | <Key Name="name" Value="papaya" /> | ||
298 | <Key Name="assetType" Value="0" /> | ||
299 | <Key Name="inventoryType" Value="0" /> | ||
300 | <Key Name="currentPermissions" Value="2147483647" /> | ||
301 | <Key Name="nextPermissions" Value="2147483647" /> | ||
302 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
303 | <Key Name="basePermissions" Value="2147483647" /> | ||
304 | </Section> | ||
305 | <Section Name="papaya_bark Texture"> | ||
306 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001022" /> | ||
307 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" /> | ||
308 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
309 | <Key Name="description" Value="papaya_bark texture" /> | ||
310 | <Key Name="name" Value="papaya_bark" /> | ||
311 | <Key Name="assetType" Value="0" /> | ||
312 | <Key Name="inventoryType" Value="0" /> | ||
313 | <Key Name="currentPermissions" Value="2147483647" /> | ||
314 | <Key Name="nextPermissions" Value="2147483647" /> | ||
315 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
316 | <Key Name="basePermissions" Value="2147483647" /> | ||
317 | </Section> | ||
318 | <Section Name="pastelbrick Texture"> | ||
319 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001023" /> | ||
320 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" /> | ||
321 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
322 | <Key Name="description" Value="pastelbrick texture" /> | ||
323 | <Key Name="name" Value="pastelbrick" /> | ||
324 | <Key Name="assetType" Value="0" /> | ||
325 | <Key Name="inventoryType" Value="0" /> | ||
326 | <Key Name="currentPermissions" Value="2147483647" /> | ||
327 | <Key Name="nextPermissions" Value="2147483647" /> | ||
328 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
329 | <Key Name="basePermissions" Value="2147483647" /> | ||
330 | </Section> | ||
331 | <Section Name="pine1_10m Texture"> | ||
332 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001024" /> | ||
333 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" /> | ||
334 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
335 | <Key Name="description" Value="pine1_10m texture" /> | ||
336 | <Key Name="name" Value="pine1_10m" /> | ||
337 | <Key Name="assetType" Value="0" /> | ||
338 | <Key Name="inventoryType" Value="0" /> | ||
339 | <Key Name="currentPermissions" Value="2147483647" /> | ||
340 | <Key Name="nextPermissions" Value="2147483647" /> | ||
341 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
342 | <Key Name="basePermissions" Value="2147483647" /> | ||
343 | </Section> | ||
344 | <Section Name="poplar Texture"> | ||
345 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001025" /> | ||
346 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" /> | ||
347 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
348 | <Key Name="description" Value="poplar texture" /> | ||
349 | <Key Name="name" Value="poplar" /> | ||
350 | <Key Name="assetType" Value="0" /> | ||
351 | <Key Name="inventoryType" Value="0" /> | ||
352 | <Key Name="currentPermissions" Value="2147483647" /> | ||
353 | <Key Name="nextPermissions" Value="2147483647" /> | ||
354 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
355 | <Key Name="basePermissions" Value="2147483647" /> | ||
356 | </Section> | ||
357 | <Section Name="redtri_tile Texture"> | ||
358 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001026" /> | ||
359 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" /> | ||
360 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
361 | <Key Name="description" Value="redtri_tile texture" /> | ||
362 | <Key Name="name" Value="redtri_tile" /> | ||
363 | <Key Name="assetType" Value="0" /> | ||
364 | <Key Name="inventoryType" Value="0" /> | ||
365 | <Key Name="currentPermissions" Value="2147483647" /> | ||
366 | <Key Name="nextPermissions" Value="2147483647" /> | ||
367 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
368 | <Key Name="basePermissions" Value="2147483647" /> | ||
369 | </Section> | ||
370 | <Section Name="rockbuilding Texture"> | ||
371 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001027" /> | ||
372 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" /> | ||
373 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
374 | <Key Name="description" Value="rockbuilding texture" /> | ||
375 | <Key Name="name" Value="rockbuilding" /> | ||
376 | <Key Name="assetType" Value="0" /> | ||
377 | <Key Name="inventoryType" Value="0" /> | ||
378 | <Key Name="currentPermissions" Value="2147483647" /> | ||
379 | <Key Name="nextPermissions" Value="2147483647" /> | ||
380 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
381 | <Key Name="basePermissions" Value="2147483647" /> | ||
382 | </Section> | ||
383 | <Section Name="rockwallbig Texture"> | ||
384 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001028" /> | ||
385 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" /> | ||
386 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
387 | <Key Name="description" Value="rockwallbig texture" /> | ||
388 | <Key Name="name" Value="rockwallbig" /> | ||
389 | <Key Name="assetType" Value="0" /> | ||
390 | <Key Name="inventoryType" Value="0" /> | ||
391 | <Key Name="currentPermissions" Value="2147483647" /> | ||
392 | <Key Name="nextPermissions" Value="2147483647" /> | ||
393 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
394 | <Key Name="basePermissions" Value="2147483647" /> | ||
395 | </Section> | ||
396 | <Section Name="roof01 Texture"> | ||
397 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001029" /> | ||
398 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" /> | ||
399 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
400 | <Key Name="description" Value="roof01 texture" /> | ||
401 | <Key Name="name" Value="roof01" /> | ||
402 | <Key Name="assetType" Value="0" /> | ||
403 | <Key Name="inventoryType" Value="0" /> | ||
404 | <Key Name="currentPermissions" Value="2147483647" /> | ||
405 | <Key Name="nextPermissions" Value="2147483647" /> | ||
406 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
407 | <Key Name="basePermissions" Value="2147483647" /> | ||
408 | </Section> | ||
409 | <Section Name="rooftiles1 Texture"> | ||
410 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001030" /> | ||
411 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" /> | ||
412 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
413 | <Key Name="description" Value="rooftiles1 texture" /> | ||
414 | <Key Name="name" Value="rooftiles1" /> | ||
415 | <Key Name="assetType" Value="0" /> | ||
416 | <Key Name="inventoryType" Value="0" /> | ||
417 | <Key Name="currentPermissions" Value="2147483647" /> | ||
418 | <Key Name="nextPermissions" Value="2147483647" /> | ||
419 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
420 | <Key Name="basePermissions" Value="2147483647" /> | ||
421 | </Section> | ||
422 | <Section Name="rooftiles2_peach Texture"> | ||
423 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001031" /> | ||
424 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" /> | ||
425 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
426 | <Key Name="description" Value="rooftiles2_peach texture" /> | ||
427 | <Key Name="name" Value="rooftiles2_peach" /> | ||
428 | <Key Name="assetType" Value="0" /> | ||
429 | <Key Name="inventoryType" Value="0" /> | ||
430 | <Key Name="currentPermissions" Value="2147483647" /> | ||
431 | <Key Name="nextPermissions" Value="2147483647" /> | ||
432 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
433 | <Key Name="basePermissions" Value="2147483647" /> | ||
434 | </Section> | ||
435 | <Section Name="rooftiles2_roy Texture"> | ||
436 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001032" /> | ||
437 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" /> | ||
438 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
439 | <Key Name="description" Value="rooftiles2_roy texture" /> | ||
440 | <Key Name="name" Value="rooftiles2_roy" /> | ||
441 | <Key Name="assetType" Value="0" /> | ||
442 | <Key Name="inventoryType" Value="0" /> | ||
443 | <Key Name="currentPermissions" Value="2147483647" /> | ||
444 | <Key Name="nextPermissions" Value="2147483647" /> | ||
445 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
446 | <Key Name="basePermissions" Value="2147483647" /> | ||
447 | </Section> | ||
448 | <Section Name="saguaro_8m Texture"> | ||
449 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001033" /> | ||
450 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" /> | ||
451 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
452 | <Key Name="description" Value="saguaro_8m texture" /> | ||
453 | <Key Name="name" Value="saguaro_8m" /> | ||
454 | <Key Name="assetType" Value="0" /> | ||
455 | <Key Name="inventoryType" Value="0" /> | ||
456 | <Key Name="currentPermissions" Value="2147483647" /> | ||
457 | <Key Name="nextPermissions" Value="2147483647" /> | ||
458 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
459 | <Key Name="basePermissions" Value="2147483647" /> | ||
460 | </Section> | ||
461 | <Section Name="seawater Texture"> | ||
462 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001034" /> | ||
463 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" /> | ||
464 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
465 | <Key Name="description" Value="seawater texture" /> | ||
466 | <Key Name="name" Value="seawater" /> | ||
467 | <Key Name="assetType" Value="0" /> | ||
468 | <Key Name="inventoryType" Value="0" /> | ||
469 | <Key Name="currentPermissions" Value="2147483647" /> | ||
470 | <Key Name="nextPermissions" Value="2147483647" /> | ||
471 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
472 | <Key Name="basePermissions" Value="2147483647" /> | ||
473 | </Section> | ||
474 | <Section Name="snow1 Texture"> | ||
475 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001035" /> | ||
476 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" /> | ||
477 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
478 | <Key Name="description" Value="snow1 texture" /> | ||
479 | <Key Name="name" Value="snow1" /> | ||
480 | <Key Name="assetType" Value="0" /> | ||
481 | <Key Name="inventoryType" Value="0" /> | ||
482 | <Key Name="currentPermissions" Value="2147483647" /> | ||
483 | <Key Name="nextPermissions" Value="2147483647" /> | ||
484 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
485 | <Key Name="basePermissions" Value="2147483647" /> | ||
486 | </Section> | ||
487 | <Section Name="steel Texture"> | ||
488 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001036" /> | ||
489 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" /> | ||
490 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
491 | <Key Name="description" Value="steel texture" /> | ||
492 | <Key Name="name" Value="steel" /> | ||
493 | <Key Name="assetType" Value="0" /> | ||
494 | <Key Name="inventoryType" Value="0" /> | ||
495 | <Key Name="currentPermissions" Value="2147483647" /> | ||
496 | <Key Name="nextPermissions" Value="2147483647" /> | ||
497 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
498 | <Key Name="basePermissions" Value="2147483647" /> | ||
499 | </Section> | ||
500 | <Section Name="stone1wall Texture"> | ||
501 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001037" /> | ||
502 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" /> | ||
503 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
504 | <Key Name="description" Value="stone1wall texture" /> | ||
505 | <Key Name="name" Value="stone1wall" /> | ||
506 | <Key Name="assetType" Value="0" /> | ||
507 | <Key Name="inventoryType" Value="0" /> | ||
508 | <Key Name="currentPermissions" Value="2147483647" /> | ||
509 | <Key Name="nextPermissions" Value="2147483647" /> | ||
510 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
511 | <Key Name="basePermissions" Value="2147483647" /> | ||
512 | </Section> | ||
513 | <Section Name="stonetile Texture"> | ||
514 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001038" /> | ||
515 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" /> | ||
516 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
517 | <Key Name="description" Value="stonetile texture" /> | ||
518 | <Key Name="name" Value="stonetile" /> | ||
519 | <Key Name="assetType" Value="0" /> | ||
520 | <Key Name="inventoryType" Value="0" /> | ||
521 | <Key Name="currentPermissions" Value="2147483647" /> | ||
522 | <Key Name="nextPermissions" Value="2147483647" /> | ||
523 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
524 | <Key Name="basePermissions" Value="2147483647" /> | ||
525 | </Section> | ||
526 | <Section Name="street2 Texture"> | ||
527 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001039" /> | ||
528 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" /> | ||
529 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
530 | <Key Name="description" Value="street2 texture" /> | ||
531 | <Key Name="name" Value="street2" /> | ||
532 | <Key Name="assetType" Value="0" /> | ||
533 | <Key Name="inventoryType" Value="0" /> | ||
534 | <Key Name="currentPermissions" Value="2147483647" /> | ||
535 | <Key Name="nextPermissions" Value="2147483647" /> | ||
536 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
537 | <Key Name="basePermissions" Value="2147483647" /> | ||
538 | </Section> | ||
539 | <Section Name="thatch Texture"> | ||
540 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001040" /> | ||
541 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" /> | ||
542 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
543 | <Key Name="description" Value="thatch texture" /> | ||
544 | <Key Name="name" Value="thatch" /> | ||
545 | <Key Name="assetType" Value="0" /> | ||
546 | <Key Name="inventoryType" Value="0" /> | ||
547 | <Key Name="currentPermissions" Value="2147483647" /> | ||
548 | <Key Name="nextPermissions" Value="2147483647" /> | ||
549 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
550 | <Key Name="basePermissions" Value="2147483647" /> | ||
551 | </Section> | ||
552 | <Section Name="water1 Texture"> | ||
553 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001041" /> | ||
554 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" /> | ||
555 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
556 | <Key Name="description" Value="water1 texture" /> | ||
557 | <Key Name="name" Value="water1" /> | ||
558 | <Key Name="assetType" Value="0" /> | ||
559 | <Key Name="inventoryType" Value="0" /> | ||
560 | <Key Name="currentPermissions" Value="2147483647" /> | ||
561 | <Key Name="nextPermissions" Value="2147483647" /> | ||
562 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
563 | <Key Name="basePermissions" Value="2147483647" /> | ||
564 | </Section> | ||
565 | <Section Name="water3 Texture"> | ||
566 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001042" /> | ||
567 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" /> | ||
568 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
569 | <Key Name="description" Value="water3 texture" /> | ||
570 | <Key Name="name" Value="water3" /> | ||
571 | <Key Name="assetType" Value="0" /> | ||
572 | <Key Name="inventoryType" Value="0" /> | ||
573 | <Key Name="currentPermissions" Value="2147483647" /> | ||
574 | <Key Name="nextPermissions" Value="2147483647" /> | ||
575 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
576 | <Key Name="basePermissions" Value="2147483647" /> | ||
577 | </Section> | ||
578 | <Section Name="wood1 Texture"> | ||
579 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001043" /> | ||
580 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" /> | ||
581 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
582 | <Key Name="description" Value="wood1 texture" /> | ||
583 | <Key Name="name" Value="wood1" /> | ||
584 | <Key Name="assetType" Value="0" /> | ||
585 | <Key Name="inventoryType" Value="0" /> | ||
586 | <Key Name="currentPermissions" Value="2147483647" /> | ||
587 | <Key Name="nextPermissions" Value="2147483647" /> | ||
588 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
589 | <Key Name="basePermissions" Value="2147483647" /> | ||
590 | </Section> | ||
591 | <Section Name="bricks Texture"> | ||
592 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000001"/> | ||
593 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000001"/> | ||
594 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
595 | <Key Name="description" Value="bricks texture" /> | ||
596 | <Key Name="name" Value="bricks" /> | ||
597 | <Key Name="assetType" Value="0" /> | ||
598 | <Key Name="inventoryType" Value="0" /> | ||
599 | <Key Name="currentPermissions" Value="2147483647" /> | ||
600 | <Key Name="nextPermissions" Value="2147483647" /> | ||
601 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
602 | <Key Name="basePermissions" Value="2147483647" /> | ||
603 | </Section> | ||
604 | <Section Name="granite Texture"> | ||
605 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000004"/> | ||
606 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000004"/> | ||
607 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
608 | <Key Name="description" Value="granite texture" /> | ||
609 | <Key Name="name" Value="granite" /> | ||
610 | <Key Name="assetType" Value="0" /> | ||
611 | <Key Name="inventoryType" Value="0" /> | ||
612 | <Key Name="currentPermissions" Value="2147483647" /> | ||
613 | <Key Name="nextPermissions" Value="2147483647" /> | ||
614 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
615 | <Key Name="basePermissions" Value="2147483647" /> | ||
616 | </Section> | ||
617 | <Section Name="hardwood Texture"> | ||
618 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000005"/> | ||
619 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000005"/> | ||
620 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
621 | <Key Name="description" Value="hardwood texture" /> | ||
622 | <Key Name="name" Value="hardwood" /> | ||
623 | <Key Name="assetType" Value="0" /> | ||
624 | <Key Name="inventoryType" Value="0" /> | ||
625 | <Key Name="currentPermissions" Value="2147483647" /> | ||
626 | <Key Name="nextPermissions" Value="2147483647" /> | ||
627 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
628 | <Key Name="basePermissions" Value="2147483647" /> | ||
629 | </Section> | ||
630 | <Section Name="plywood Texture"> | ||
631 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000002"/> | ||
632 | <Key Name="assetID" Value="89556747-24cb-43ed-920b-47caed15465f"/> | ||
633 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
634 | <Key Name="description" Value="plywood texture" /> | ||
635 | <Key Name="name" Value="plywood" /> | ||
636 | <Key Name="assetType" Value="0" /> | ||
637 | <Key Name="inventoryType" Value="0" /> | ||
638 | <Key Name="currentPermissions" Value="2147483647" /> | ||
639 | <Key Name="nextPermissions" Value="2147483647" /> | ||
640 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
641 | <Key Name="basePermissions" Value="2147483647" /> | ||
642 | </Section> | ||
643 | <Section Name="rocks Texture"> | ||
644 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000003"/> | ||
645 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000003"/> | ||
646 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
647 | <Key Name="description" Value="rocks texture" /> | ||
648 | <Key Name="name" Value="rocks" /> | ||
649 | <Key Name="assetType" Value="0" /> | ||
650 | <Key Name="inventoryType" Value="0" /> | ||
651 | <Key Name="currentPermissions" Value="2147483647" /> | ||
652 | <Key Name="nextPermissions" Value="2147483647" /> | ||
653 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
654 | <Key Name="basePermissions" Value="2147483647" /> | ||
655 | </Section> | ||
656 | </Nini> | ||