aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetTransactions.cs4
-rw-r--r--bin/OpenSimAssetSet.xml30
-rw-r--r--bin/OpenSimLibrary.xml1080
-rw-r--r--bin/assets/goblin_skin.dat49
-rw-r--r--bin/assets/jim_shape.dat105
-rw-r--r--bin/assets/jim_skin.dat50
-rw-r--r--bin/assets/little_goblin_shape.dat105
7 files changed, 882 insertions, 541 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
index 581e300..f23441d 100644
--- a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
@@ -287,7 +287,9 @@ namespace OpenSim.Framework.Communications.Cache
287 287
288 if (m_dumpAssetToFile) 288 if (m_dumpAssetToFile)
289 { 289 {
290 SaveAssetToFile("testudpupload" + Util.RandomClass.Next(1, 1000) + ".dat", this.Asset.Data); 290 DateTime now = DateTime.Now;
291 string filename = String.Format("{6}_{7}_{0:d2}{1:d2}{2:d2}_{3:d2}{4:d2}{5:d2}", now.Year, now.Month, now.Day, now.Hour, now.Minute, now.Second, Asset.Name, Asset.Type );
292 SaveAssetToFile(filename, this.Asset.Data);
291 } 293 }
292 } 294 }
293 295
diff --git a/bin/OpenSimAssetSet.xml b/bin/OpenSimAssetSet.xml
index 07b8e8b..10f3058 100644
--- a/bin/OpenSimAssetSet.xml
+++ b/bin/OpenSimAssetSet.xml
@@ -423,6 +423,7 @@
423 <Key Name="inventoryType" Value="0" /> 423 <Key Name="inventoryType" Value="0" />
424 <Key Name="fileName" Value="femaleface.jp2"/> 424 <Key Name="fileName" Value="femaleface.jp2"/>
425 </Section> 425 </Section>
426
426 <Section Name="Skin"> 427 <Section Name="Skin">
427 <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb"/> 428 <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbb"/>
428 <Key Name="Name" Value="Skin"/> 429 <Key Name="Name" Value="Skin"/>
@@ -430,6 +431,21 @@
430 <Key Name="inventoryType" Value="0" /> 431 <Key Name="inventoryType" Value="0" />
431 <Key Name="fileName" Value="base_skin.dat"/> 432 <Key Name="fileName" Value="base_skin.dat"/>
432 </Section> 433 </Section>
434 <Section Name="Skin">
435 <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbc"/>
436 <Key Name="Name" Value="Jim Skin"/>
437 <Key Name="assetType" Value="0" />
438 <Key Name="inventoryType" Value="0" />
439 <Key Name="fileName" Value="jim_skin.dat"/>
440 </Section>
441 <Section Name="Skin">
442 <Key Name="assetID" Value="77c41e39-38f9-f75a-024e-585989bbabbd"/>
443 <Key Name="Name" Value="Goblin Skin"/>
444 <Key Name="assetType" Value="0" />
445 <Key Name="inventoryType" Value="0" />
446 <Key Name="fileName" Value="goblin_skin.dat"/>
447 </Section>
448
433 <Section Name="Shape"> 449 <Section Name="Shape">
434 <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73"/> 450 <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab73"/>
435 <Key Name="Name" Value="Shape"/> 451 <Key Name="Name" Value="Shape"/>
@@ -437,6 +453,20 @@
437 <Key Name="inventoryType" Value="0" /> 453 <Key Name="inventoryType" Value="0" />
438 <Key Name="fileName" Value="base_shape.dat"/> 454 <Key Name="fileName" Value="base_shape.dat"/>
439 </Section> 455 </Section>
456 <Section Name="Shape">
457 <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab74"/>
458 <Key Name="Name" Value="Jim Shape"/>
459 <Key Name="assetType" Value="0" />
460 <Key Name="inventoryType" Value="0" />
461 <Key Name="fileName" Value="jim_shape.dat"/>
462 </Section>
463 <Section Name="Shape">
464 <Key Name="assetID" Value="66c41e39-38f9-f75a-024e-585989bfab75"/>
465 <Key Name="Name" Value="Little Goblin Shape"/>
466 <Key Name="assetType" Value="0" />
467 <Key Name="inventoryType" Value="0" />
468 <Key Name="fileName" Value="little_goblin_shape.dat"/>
469 </Section>
440 <Section Name="Shirt"> 470 <Section Name="Shirt">
441 <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/> 471 <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/>
442 <Key Name="Name" Value="Shirt"/> 472 <Key Name="Name" Value="Shirt"/>
diff --git a/bin/OpenSimLibrary.xml b/bin/OpenSimLibrary.xml
index 97b21b0..bfc21ff 100644
--- a/bin/OpenSimLibrary.xml
+++ b/bin/OpenSimLibrary.xml
@@ -1,542 +1,542 @@
1<Nini> 1<Nini>
2 <Section Name="Welcome notecard"> 2 <Section Name="Welcome notecard">
3 <Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" /> 3 <Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
4 <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> 4 <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
5 <Key Name="description" Value="Welcome" /> 5 <Key Name="description" Value="Welcome" />
6 <Key Name="name" Value="Welcome" /> 6 <Key Name="name" Value="Welcome" />
7 <Key Name="assetType" Value="7" /> 7 <Key Name="assetType" Value="7" />
8 <Key Name="inventoryType" Value="7" /> 8 <Key Name="inventoryType" Value="7" />
9 <Key Name="currentPermissions" Value="1000000000000000" /> 9 <Key Name="currentPermissions" Value="1000000000000000" />
10 <Key Name="nextPermissions" Value="1000000000000000" /> 10 <Key Name="nextPermissions" Value="1000000000000000" />
11 <Key Name="everyonePermissions" Value="1000000000000000" /> 11 <Key Name="everyonePermissions" Value="1000000000000000" />
12 <Key Name="basePermissions" Value="1000000000000000" /> 12 <Key Name="basePermissions" Value="1000000000000000" />
13 </Section> 13 </Section>
14 <Section Name="4-tile2 Texture"> 14 <Section Name="4-tile2 Texture">
15 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001000" /> 15 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001000" />
16 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001000" /> 16 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001000" />
17 <Key Name="description" Value="4-tile2 texture" /> 17 <Key Name="description" Value="4-tile2 texture" />
18 <Key Name="name" Value="4-tile2" /> 18 <Key Name="name" Value="4-tile2" />
19 <Key Name="assetType" Value="0" /> 19 <Key Name="assetType" Value="0" />
20 <Key Name="inventoryType" Value="0" /> 20 <Key Name="inventoryType" Value="0" />
21 <Key Name="currentPermissions" Value="2147483647" /> 21 <Key Name="currentPermissions" Value="2147483647" />
22 <Key Name="nextPermissions" Value="2147483647" /> 22 <Key Name="nextPermissions" Value="2147483647" />
23 <Key Name="everyonePermissions" Value="2147483647" /> 23 <Key Name="everyonePermissions" Value="2147483647" />
24 <Key Name="basePermissions" Value="2147483647" /> 24 <Key Name="basePermissions" Value="2147483647" />
25 </Section> 25 </Section>
26 <Section Name="4-tile3 Texture"> 26 <Section Name="4-tile3 Texture">
27 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001001" /> 27 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001001" />
28 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" /> 28 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" />
29 <Key Name="description" Value="4-tile3 texture" /> 29 <Key Name="description" Value="4-tile3 texture" />
30 <Key Name="name" Value="4-tile3" /> 30 <Key Name="name" Value="4-tile3" />
31 <Key Name="assetType" Value="0" /> 31 <Key Name="assetType" Value="0" />
32 <Key Name="inventoryType" Value="0" /> 32 <Key Name="inventoryType" Value="0" />
33 <Key Name="currentPermissions" Value="2147483647" /> 33 <Key Name="currentPermissions" Value="2147483647" />
34 <Key Name="nextPermissions" Value="2147483647" /> 34 <Key Name="nextPermissions" Value="2147483647" />
35 <Key Name="everyonePermissions" Value="2147483647" /> 35 <Key Name="everyonePermissions" Value="2147483647" />
36 <Key Name="basePermissions" Value="2147483647" /> 36 <Key Name="basePermissions" Value="2147483647" />
37 </Section> 37 </Section>
38 <Section Name="brick1_256 Texture"> 38 <Section Name="brick1_256 Texture">
39 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001002" /> 39 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001002" />
40 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" /> 40 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" />
41 <Key Name="description" Value="brick1_256 texture" /> 41 <Key Name="description" Value="brick1_256 texture" />
42 <Key Name="name" Value="brick1_256" /> 42 <Key Name="name" Value="brick1_256" />
43 <Key Name="assetType" Value="0" /> 43 <Key Name="assetType" Value="0" />
44 <Key Name="inventoryType" Value="0" /> 44 <Key Name="inventoryType" Value="0" />
45 <Key Name="currentPermissions" Value="2147483647" /> 45 <Key Name="currentPermissions" Value="2147483647" />
46 <Key Name="nextPermissions" Value="2147483647" /> 46 <Key Name="nextPermissions" Value="2147483647" />
47 <Key Name="everyonePermissions" Value="2147483647" /> 47 <Key Name="everyonePermissions" Value="2147483647" />
48 <Key Name="basePermissions" Value="2147483647" /> 48 <Key Name="basePermissions" Value="2147483647" />
49 </Section> 49 </Section>
50 <Section Name="brick2_256 Texture"> 50 <Section Name="brick2_256 Texture">
51 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001003" /> 51 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001003" />
52 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" /> 52 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" />
53 <Key Name="description" Value="brick2_256 texture" /> 53 <Key Name="description" Value="brick2_256 texture" />
54 <Key Name="name" Value="brick2_256" /> 54 <Key Name="name" Value="brick2_256" />
55 <Key Name="assetType" Value="0" /> 55 <Key Name="assetType" Value="0" />
56 <Key Name="inventoryType" Value="0" /> 56 <Key Name="inventoryType" Value="0" />
57 <Key Name="currentPermissions" Value="2147483647" /> 57 <Key Name="currentPermissions" Value="2147483647" />
58 <Key Name="nextPermissions" Value="2147483647" /> 58 <Key Name="nextPermissions" Value="2147483647" />
59 <Key Name="everyonePermissions" Value="2147483647" /> 59 <Key Name="everyonePermissions" Value="2147483647" />
60 <Key Name="basePermissions" Value="2147483647" /> 60 <Key Name="basePermissions" Value="2147483647" />
61 </Section> 61 </Section>
62 <Section Name="brick_mono Texture"> 62 <Section Name="brick_mono Texture">
63 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001004" /> 63 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001004" />
64 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" /> 64 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" />
65 <Key Name="description" Value="brick_mono texture" /> 65 <Key Name="description" Value="brick_mono texture" />
66 <Key Name="name" Value="brick_mono" /> 66 <Key Name="name" Value="brick_mono" />
67 <Key Name="assetType" Value="0" /> 67 <Key Name="assetType" Value="0" />
68 <Key Name="inventoryType" Value="0" /> 68 <Key Name="inventoryType" Value="0" />
69 <Key Name="currentPermissions" Value="2147483647" /> 69 <Key Name="currentPermissions" Value="2147483647" />
70 <Key Name="nextPermissions" Value="2147483647" /> 70 <Key Name="nextPermissions" Value="2147483647" />
71 <Key Name="everyonePermissions" Value="2147483647" /> 71 <Key Name="everyonePermissions" Value="2147483647" />
72 <Key Name="basePermissions" Value="2147483647" /> 72 <Key Name="basePermissions" Value="2147483647" />
73 </Section> 73 </Section>
74 <Section Name="cedar Texture"> 74 <Section Name="cedar Texture">
75 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001005" /> 75 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001005" />
76 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" /> 76 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" />
77 <Key Name="description" Value="cedar texture" /> 77 <Key Name="description" Value="cedar texture" />
78 <Key Name="name" Value="cedar" /> 78 <Key Name="name" Value="cedar" />
79 <Key Name="assetType" Value="0" /> 79 <Key Name="assetType" Value="0" />
80 <Key Name="inventoryType" Value="0" /> 80 <Key Name="inventoryType" Value="0" />
81 <Key Name="currentPermissions" Value="2147483647" /> 81 <Key Name="currentPermissions" Value="2147483647" />
82 <Key Name="nextPermissions" Value="2147483647" /> 82 <Key Name="nextPermissions" Value="2147483647" />
83 <Key Name="everyonePermissions" Value="2147483647" /> 83 <Key Name="everyonePermissions" Value="2147483647" />
84 <Key Name="basePermissions" Value="2147483647" /> 84 <Key Name="basePermissions" Value="2147483647" />
85 </Section> 85 </Section>
86 <Section Name="cement_block Texture"> 86 <Section Name="cement_block Texture">
87 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001006" /> 87 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001006" />
88 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" /> 88 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" />
89 <Key Name="description" Value="cement_block texture" /> 89 <Key Name="description" Value="cement_block texture" />
90 <Key Name="name" Value="cement_block" /> 90 <Key Name="name" Value="cement_block" />
91 <Key Name="assetType" Value="0" /> 91 <Key Name="assetType" Value="0" />
92 <Key Name="inventoryType" Value="0" /> 92 <Key Name="inventoryType" Value="0" />
93 <Key Name="currentPermissions" Value="2147483647" /> 93 <Key Name="currentPermissions" Value="2147483647" />
94 <Key Name="nextPermissions" Value="2147483647" /> 94 <Key Name="nextPermissions" Value="2147483647" />
95 <Key Name="everyonePermissions" Value="2147483647" /> 95 <Key Name="everyonePermissions" Value="2147483647" />
96 <Key Name="basePermissions" Value="2147483647" /> 96 <Key Name="basePermissions" Value="2147483647" />
97 </Section> 97 </Section>
98 <Section Name="clear Texture"> 98 <Section Name="clear Texture">
99 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001007" /> 99 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001007" />
100 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" /> 100 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" />
101 <Key Name="description" Value="clear texture" /> 101 <Key Name="description" Value="clear texture" />
102 <Key Name="name" Value="clear" /> 102 <Key Name="name" Value="clear" />
103 <Key Name="assetType" Value="0" /> 103 <Key Name="assetType" Value="0" />
104 <Key Name="inventoryType" Value="0" /> 104 <Key Name="inventoryType" Value="0" />
105 <Key Name="currentPermissions" Value="2147483647" /> 105 <Key Name="currentPermissions" Value="2147483647" />
106 <Key Name="nextPermissions" Value="2147483647" /> 106 <Key Name="nextPermissions" Value="2147483647" />
107 <Key Name="everyonePermissions" Value="2147483647" /> 107 <Key Name="everyonePermissions" Value="2147483647" />
108 <Key Name="basePermissions" Value="2147483647" /> 108 <Key Name="basePermissions" Value="2147483647" />
109 </Section> 109 </Section>
110 <Section Name="cobbles Texture"> 110 <Section Name="cobbles Texture">
111 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001008" /> 111 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001008" />
112 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" /> 112 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" />
113 <Key Name="description" Value="cobbles texture" /> 113 <Key Name="description" Value="cobbles texture" />
114 <Key Name="name" Value="cobbles" /> 114 <Key Name="name" Value="cobbles" />
115 <Key Name="assetType" Value="0" /> 115 <Key Name="assetType" Value="0" />
116 <Key Name="inventoryType" Value="0" /> 116 <Key Name="inventoryType" Value="0" />
117 <Key Name="currentPermissions" Value="2147483647" /> 117 <Key Name="currentPermissions" Value="2147483647" />
118 <Key Name="nextPermissions" Value="2147483647" /> 118 <Key Name="nextPermissions" Value="2147483647" />
119 <Key Name="everyonePermissions" Value="2147483647" /> 119 <Key Name="everyonePermissions" Value="2147483647" />
120 <Key Name="basePermissions" Value="2147483647" /> 120 <Key Name="basePermissions" Value="2147483647" />
121 </Section> 121 </Section>
122 <Section Name="creambrick Texture"> 122 <Section Name="creambrick Texture">
123 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001009" /> 123 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001009" />
124 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" /> 124 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" />
125 <Key Name="description" Value="creambrick texture" /> 125 <Key Name="description" Value="creambrick texture" />
126 <Key Name="name" Value="creambrick" /> 126 <Key Name="name" Value="creambrick" />
127 <Key Name="assetType" Value="0" /> 127 <Key Name="assetType" Value="0" />
128 <Key Name="inventoryType" Value="0" /> 128 <Key Name="inventoryType" Value="0" />
129 <Key Name="currentPermissions" Value="2147483647" /> 129 <Key Name="currentPermissions" Value="2147483647" />
130 <Key Name="nextPermissions" Value="2147483647" /> 130 <Key Name="nextPermissions" Value="2147483647" />
131 <Key Name="everyonePermissions" Value="2147483647" /> 131 <Key Name="everyonePermissions" Value="2147483647" />
132 <Key Name="basePermissions" Value="2147483647" /> 132 <Key Name="basePermissions" Value="2147483647" />
133 </Section> 133 </Section>
134 <Section Name="fgrass Texture"> 134 <Section Name="fgrass Texture">
135 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001010" /> 135 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001010" />
136 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" /> 136 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" />
137 <Key Name="description" Value="fgrass texture" /> 137 <Key Name="description" Value="fgrass texture" />
138 <Key Name="name" Value="fgrass" /> 138 <Key Name="name" Value="fgrass" />
139 <Key Name="assetType" Value="0" /> 139 <Key Name="assetType" Value="0" />
140 <Key Name="inventoryType" Value="0" /> 140 <Key Name="inventoryType" Value="0" />
141 <Key Name="currentPermissions" Value="2147483647" /> 141 <Key Name="currentPermissions" Value="2147483647" />
142 <Key Name="nextPermissions" Value="2147483647" /> 142 <Key Name="nextPermissions" Value="2147483647" />
143 <Key Name="everyonePermissions" Value="2147483647" /> 143 <Key Name="everyonePermissions" Value="2147483647" />
144 <Key Name="basePermissions" Value="2147483647" /> 144 <Key Name="basePermissions" Value="2147483647" />
145 </Section> 145 </Section>
146 <Section Name="glasstile2 Texture"> 146 <Section Name="glasstile2 Texture">
147 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001011" /> 147 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001011" />
148 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" /> 148 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" />
149 <Key Name="description" Value="glasstile2 texture" /> 149 <Key Name="description" Value="glasstile2 texture" />
150 <Key Name="name" Value="glasstile2" /> 150 <Key Name="name" Value="glasstile2" />
151 <Key Name="assetType" Value="0" /> 151 <Key Name="assetType" Value="0" />
152 <Key Name="inventoryType" Value="0" /> 152 <Key Name="inventoryType" Value="0" />
153 <Key Name="currentPermissions" Value="2147483647" /> 153 <Key Name="currentPermissions" Value="2147483647" />
154 <Key Name="nextPermissions" Value="2147483647" /> 154 <Key Name="nextPermissions" Value="2147483647" />
155 <Key Name="everyonePermissions" Value="2147483647" /> 155 <Key Name="everyonePermissions" Value="2147483647" />
156 <Key Name="basePermissions" Value="2147483647" /> 156 <Key Name="basePermissions" Value="2147483647" />
157 </Section> 157 </Section>
158 <Section Name="graniteblock Texture"> 158 <Section Name="graniteblock Texture">
159 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001012" /> 159 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001012" />
160 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" /> 160 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" />
161 <Key Name="description" Value="graniteblock texture" /> 161 <Key Name="description" Value="graniteblock texture" />
162 <Key Name="name" Value="graniteblock" /> 162 <Key Name="name" Value="graniteblock" />
163 <Key Name="assetType" Value="0" /> 163 <Key Name="assetType" Value="0" />
164 <Key Name="inventoryType" Value="0" /> 164 <Key Name="inventoryType" Value="0" />
165 <Key Name="currentPermissions" Value="2147483647" /> 165 <Key Name="currentPermissions" Value="2147483647" />
166 <Key Name="nextPermissions" Value="2147483647" /> 166 <Key Name="nextPermissions" Value="2147483647" />
167 <Key Name="everyonePermissions" Value="2147483647" /> 167 <Key Name="everyonePermissions" Value="2147483647" />
168 <Key Name="basePermissions" Value="2147483647" /> 168 <Key Name="basePermissions" Value="2147483647" />
169 </Section> 169 </Section>
170 <Section Name="grass Texture"> 170 <Section Name="grass Texture">
171 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001013" /> 171 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001013" />
172 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" /> 172 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" />
173 <Key Name="description" Value="grass texture" /> 173 <Key Name="description" Value="grass texture" />
174 <Key Name="name" Value="grass" /> 174 <Key Name="name" Value="grass" />
175 <Key Name="assetType" Value="0" /> 175 <Key Name="assetType" Value="0" />
176 <Key Name="inventoryType" Value="0" /> 176 <Key Name="inventoryType" Value="0" />
177 <Key Name="currentPermissions" Value="2147483647" /> 177 <Key Name="currentPermissions" Value="2147483647" />
178 <Key Name="nextPermissions" Value="2147483647" /> 178 <Key Name="nextPermissions" Value="2147483647" />
179 <Key Name="everyonePermissions" Value="2147483647" /> 179 <Key Name="everyonePermissions" Value="2147483647" />
180 <Key Name="basePermissions" Value="2147483647" /> 180 <Key Name="basePermissions" Value="2147483647" />
181 </Section> 181 </Section>
182 <Section Name="gravel Texture"> 182 <Section Name="gravel Texture">
183 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001014" /> 183 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001014" />
184 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" /> 184 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" />
185 <Key Name="description" Value="gravel texture" /> 185 <Key Name="description" Value="gravel texture" />
186 <Key Name="name" Value="gravel" /> 186 <Key Name="name" Value="gravel" />
187 <Key Name="assetType" Value="0" /> 187 <Key Name="assetType" Value="0" />
188 <Key Name="inventoryType" Value="0" /> 188 <Key Name="inventoryType" Value="0" />
189 <Key Name="currentPermissions" Value="2147483647" /> 189 <Key Name="currentPermissions" Value="2147483647" />
190 <Key Name="nextPermissions" Value="2147483647" /> 190 <Key Name="nextPermissions" Value="2147483647" />
191 <Key Name="everyonePermissions" Value="2147483647" /> 191 <Key Name="everyonePermissions" Value="2147483647" />
192 <Key Name="basePermissions" Value="2147483647" /> 192 <Key Name="basePermissions" Value="2147483647" />
193 </Section> 193 </Section>
194 <Section Name="greybrick Texture"> 194 <Section Name="greybrick Texture">
195 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001015" /> 195 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001015" />
196 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" /> 196 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" />
197 <Key Name="description" Value="greybrick texture" /> 197 <Key Name="description" Value="greybrick texture" />
198 <Key Name="name" Value="greybrick" /> 198 <Key Name="name" Value="greybrick" />
199 <Key Name="assetType" Value="0" /> 199 <Key Name="assetType" Value="0" />
200 <Key Name="inventoryType" Value="0" /> 200 <Key Name="inventoryType" Value="0" />
201 <Key Name="currentPermissions" Value="2147483647" /> 201 <Key Name="currentPermissions" Value="2147483647" />
202 <Key Name="nextPermissions" Value="2147483647" /> 202 <Key Name="nextPermissions" Value="2147483647" />
203 <Key Name="everyonePermissions" Value="2147483647" /> 203 <Key Name="everyonePermissions" Value="2147483647" />
204 <Key Name="basePermissions" Value="2147483647" /> 204 <Key Name="basePermissions" Value="2147483647" />
205 </Section> 205 </Section>
206 <Section Name="ivy Texture"> 206 <Section Name="ivy Texture">
207 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001016" /> 207 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001016" />
208 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" /> 208 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" />
209 <Key Name="description" Value="ivy texture" /> 209 <Key Name="description" Value="ivy texture" />
210 <Key Name="name" Value="ivy" /> 210 <Key Name="name" Value="ivy" />
211 <Key Name="assetType" Value="0" /> 211 <Key Name="assetType" Value="0" />
212 <Key Name="inventoryType" Value="0" /> 212 <Key Name="inventoryType" Value="0" />
213 <Key Name="currentPermissions" Value="2147483647" /> 213 <Key Name="currentPermissions" Value="2147483647" />
214 <Key Name="nextPermissions" Value="2147483647" /> 214 <Key Name="nextPermissions" Value="2147483647" />
215 <Key Name="everyonePermissions" Value="2147483647" /> 215 <Key Name="everyonePermissions" Value="2147483647" />
216 <Key Name="basePermissions" Value="2147483647" /> 216 <Key Name="basePermissions" Value="2147483647" />
217 </Section> 217 </Section>
218 <Section Name="mahogany Texture"> 218 <Section Name="mahogany Texture">
219 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001017" /> 219 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001017" />
220 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" /> 220 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" />
221 <Key Name="description" Value="mahogany texture" /> 221 <Key Name="description" Value="mahogany texture" />
222 <Key Name="name" Value="mahogany" /> 222 <Key Name="name" Value="mahogany" />
223 <Key Name="assetType" Value="0" /> 223 <Key Name="assetType" Value="0" />
224 <Key Name="inventoryType" Value="0" /> 224 <Key Name="inventoryType" Value="0" />
225 <Key Name="currentPermissions" Value="2147483647" /> 225 <Key Name="currentPermissions" Value="2147483647" />
226 <Key Name="nextPermissions" Value="2147483647" /> 226 <Key Name="nextPermissions" Value="2147483647" />
227 <Key Name="everyonePermissions" Value="2147483647" /> 227 <Key Name="everyonePermissions" Value="2147483647" />
228 <Key Name="basePermissions" Value="2147483647" /> 228 <Key Name="basePermissions" Value="2147483647" />
229 </Section> 229 </Section>
230 <Section Name="maple Texture"> 230 <Section Name="maple Texture">
231 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001018" /> 231 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001018" />
232 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" /> 232 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" />
233 <Key Name="description" Value="maple texture" /> 233 <Key Name="description" Value="maple texture" />
234 <Key Name="name" Value="maple" /> 234 <Key Name="name" Value="maple" />
235 <Key Name="assetType" Value="0" /> 235 <Key Name="assetType" Value="0" />
236 <Key Name="inventoryType" Value="0" /> 236 <Key Name="inventoryType" Value="0" />
237 <Key Name="currentPermissions" Value="2147483647" /> 237 <Key Name="currentPermissions" Value="2147483647" />
238 <Key Name="nextPermissions" Value="2147483647" /> 238 <Key Name="nextPermissions" Value="2147483647" />
239 <Key Name="everyonePermissions" Value="2147483647" /> 239 <Key Name="everyonePermissions" Value="2147483647" />
240 <Key Name="basePermissions" Value="2147483647" /> 240 <Key Name="basePermissions" Value="2147483647" />
241 </Section> 241 </Section>
242 <Section Name="mosaic02 Texture"> 242 <Section Name="mosaic02 Texture">
243 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001019" /> 243 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001019" />
244 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" /> 244 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" />
245 <Key Name="description" Value="mosaic02 texture" /> 245 <Key Name="description" Value="mosaic02 texture" />
246 <Key Name="name" Value="mosaic02" /> 246 <Key Name="name" Value="mosaic02" />
247 <Key Name="assetType" Value="0" /> 247 <Key Name="assetType" Value="0" />
248 <Key Name="inventoryType" Value="0" /> 248 <Key Name="inventoryType" Value="0" />
249 <Key Name="currentPermissions" Value="2147483647" /> 249 <Key Name="currentPermissions" Value="2147483647" />
250 <Key Name="nextPermissions" Value="2147483647" /> 250 <Key Name="nextPermissions" Value="2147483647" />
251 <Key Name="everyonePermissions" Value="2147483647" /> 251 <Key Name="everyonePermissions" Value="2147483647" />
252 <Key Name="basePermissions" Value="2147483647" /> 252 <Key Name="basePermissions" Value="2147483647" />
253 </Section> 253 </Section>
254 <Section Name="palm1 Texture"> 254 <Section Name="palm1 Texture">
255 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001020" /> 255 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001020" />
256 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" /> 256 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" />
257 <Key Name="description" Value="palm1 texture" /> 257 <Key Name="description" Value="palm1 texture" />
258 <Key Name="name" Value="palm1" /> 258 <Key Name="name" Value="palm1" />
259 <Key Name="assetType" Value="0" /> 259 <Key Name="assetType" Value="0" />
260 <Key Name="inventoryType" Value="0" /> 260 <Key Name="inventoryType" Value="0" />
261 <Key Name="currentPermissions" Value="2147483647" /> 261 <Key Name="currentPermissions" Value="2147483647" />
262 <Key Name="nextPermissions" Value="2147483647" /> 262 <Key Name="nextPermissions" Value="2147483647" />
263 <Key Name="everyonePermissions" Value="2147483647" /> 263 <Key Name="everyonePermissions" Value="2147483647" />
264 <Key Name="basePermissions" Value="2147483647" /> 264 <Key Name="basePermissions" Value="2147483647" />
265 </Section> 265 </Section>
266 <Section Name="papaya Texture"> 266 <Section Name="papaya Texture">
267 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001021" /> 267 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001021" />
268 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" /> 268 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" />
269 <Key Name="description" Value="papaya texture" /> 269 <Key Name="description" Value="papaya texture" />
270 <Key Name="name" Value="papaya" /> 270 <Key Name="name" Value="papaya" />
271 <Key Name="assetType" Value="0" /> 271 <Key Name="assetType" Value="0" />
272 <Key Name="inventoryType" Value="0" /> 272 <Key Name="inventoryType" Value="0" />
273 <Key Name="currentPermissions" Value="2147483647" /> 273 <Key Name="currentPermissions" Value="2147483647" />
274 <Key Name="nextPermissions" Value="2147483647" /> 274 <Key Name="nextPermissions" Value="2147483647" />
275 <Key Name="everyonePermissions" Value="2147483647" /> 275 <Key Name="everyonePermissions" Value="2147483647" />
276 <Key Name="basePermissions" Value="2147483647" /> 276 <Key Name="basePermissions" Value="2147483647" />
277 </Section> 277 </Section>
278 <Section Name="papaya_bark Texture"> 278 <Section Name="papaya_bark Texture">
279 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001022" /> 279 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001022" />
280 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" /> 280 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" />
281 <Key Name="description" Value="papaya_bark texture" /> 281 <Key Name="description" Value="papaya_bark texture" />
282 <Key Name="name" Value="papaya_bark" /> 282 <Key Name="name" Value="papaya_bark" />
283 <Key Name="assetType" Value="0" /> 283 <Key Name="assetType" Value="0" />
284 <Key Name="inventoryType" Value="0" /> 284 <Key Name="inventoryType" Value="0" />
285 <Key Name="currentPermissions" Value="2147483647" /> 285 <Key Name="currentPermissions" Value="2147483647" />
286 <Key Name="nextPermissions" Value="2147483647" /> 286 <Key Name="nextPermissions" Value="2147483647" />
287 <Key Name="everyonePermissions" Value="2147483647" /> 287 <Key Name="everyonePermissions" Value="2147483647" />
288 <Key Name="basePermissions" Value="2147483647" /> 288 <Key Name="basePermissions" Value="2147483647" />
289 </Section> 289 </Section>
290 <Section Name="pastelbrick Texture"> 290 <Section Name="pastelbrick Texture">
291 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001023" /> 291 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001023" />
292 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" /> 292 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" />
293 <Key Name="description" Value="pastelbrick texture" /> 293 <Key Name="description" Value="pastelbrick texture" />
294 <Key Name="name" Value="pastelbrick" /> 294 <Key Name="name" Value="pastelbrick" />
295 <Key Name="assetType" Value="0" /> 295 <Key Name="assetType" Value="0" />
296 <Key Name="inventoryType" Value="0" /> 296 <Key Name="inventoryType" Value="0" />
297 <Key Name="currentPermissions" Value="2147483647" /> 297 <Key Name="currentPermissions" Value="2147483647" />
298 <Key Name="nextPermissions" Value="2147483647" /> 298 <Key Name="nextPermissions" Value="2147483647" />
299 <Key Name="everyonePermissions" Value="2147483647" /> 299 <Key Name="everyonePermissions" Value="2147483647" />
300 <Key Name="basePermissions" Value="2147483647" /> 300 <Key Name="basePermissions" Value="2147483647" />
301 </Section> 301 </Section>
302 <Section Name="pine1_10m Texture"> 302 <Section Name="pine1_10m Texture">
303 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001024" /> 303 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001024" />
304 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" /> 304 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" />
305 <Key Name="description" Value="pine1_10m texture" /> 305 <Key Name="description" Value="pine1_10m texture" />
306 <Key Name="name" Value="pine1_10m" /> 306 <Key Name="name" Value="pine1_10m" />
307 <Key Name="assetType" Value="0" /> 307 <Key Name="assetType" Value="0" />
308 <Key Name="inventoryType" Value="0" /> 308 <Key Name="inventoryType" Value="0" />
309 <Key Name="currentPermissions" Value="2147483647" /> 309 <Key Name="currentPermissions" Value="2147483647" />
310 <Key Name="nextPermissions" Value="2147483647" /> 310 <Key Name="nextPermissions" Value="2147483647" />
311 <Key Name="everyonePermissions" Value="2147483647" /> 311 <Key Name="everyonePermissions" Value="2147483647" />
312 <Key Name="basePermissions" Value="2147483647" /> 312 <Key Name="basePermissions" Value="2147483647" />
313 </Section> 313 </Section>
314 <Section Name="poplar Texture"> 314 <Section Name="poplar Texture">
315 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001025" /> 315 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001025" />
316 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" /> 316 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" />
317 <Key Name="description" Value="poplar texture" /> 317 <Key Name="description" Value="poplar texture" />
318 <Key Name="name" Value="poplar" /> 318 <Key Name="name" Value="poplar" />
319 <Key Name="assetType" Value="0" /> 319 <Key Name="assetType" Value="0" />
320 <Key Name="inventoryType" Value="0" /> 320 <Key Name="inventoryType" Value="0" />
321 <Key Name="currentPermissions" Value="2147483647" /> 321 <Key Name="currentPermissions" Value="2147483647" />
322 <Key Name="nextPermissions" Value="2147483647" /> 322 <Key Name="nextPermissions" Value="2147483647" />
323 <Key Name="everyonePermissions" Value="2147483647" /> 323 <Key Name="everyonePermissions" Value="2147483647" />
324 <Key Name="basePermissions" Value="2147483647" /> 324 <Key Name="basePermissions" Value="2147483647" />
325 </Section> 325 </Section>
326 <Section Name="redtri_tile Texture"> 326 <Section Name="redtri_tile Texture">
327 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001026" /> 327 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001026" />
328 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" /> 328 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" />
329 <Key Name="description" Value="redtri_tile texture" /> 329 <Key Name="description" Value="redtri_tile texture" />
330 <Key Name="name" Value="redtri_tile" /> 330 <Key Name="name" Value="redtri_tile" />
331 <Key Name="assetType" Value="0" /> 331 <Key Name="assetType" Value="0" />
332 <Key Name="inventoryType" Value="0" /> 332 <Key Name="inventoryType" Value="0" />
333 <Key Name="currentPermissions" Value="2147483647" /> 333 <Key Name="currentPermissions" Value="2147483647" />
334 <Key Name="nextPermissions" Value="2147483647" /> 334 <Key Name="nextPermissions" Value="2147483647" />
335 <Key Name="everyonePermissions" Value="2147483647" /> 335 <Key Name="everyonePermissions" Value="2147483647" />
336 <Key Name="basePermissions" Value="2147483647" /> 336 <Key Name="basePermissions" Value="2147483647" />
337 </Section> 337 </Section>
338 <Section Name="rockbuilding Texture"> 338 <Section Name="rockbuilding Texture">
339 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001027" /> 339 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001027" />
340 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" /> 340 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" />
341 <Key Name="description" Value="rockbuilding texture" /> 341 <Key Name="description" Value="rockbuilding texture" />
342 <Key Name="name" Value="rockbuilding" /> 342 <Key Name="name" Value="rockbuilding" />
343 <Key Name="assetType" Value="0" /> 343 <Key Name="assetType" Value="0" />
344 <Key Name="inventoryType" Value="0" /> 344 <Key Name="inventoryType" Value="0" />
345 <Key Name="currentPermissions" Value="2147483647" /> 345 <Key Name="currentPermissions" Value="2147483647" />
346 <Key Name="nextPermissions" Value="2147483647" /> 346 <Key Name="nextPermissions" Value="2147483647" />
347 <Key Name="everyonePermissions" Value="2147483647" /> 347 <Key Name="everyonePermissions" Value="2147483647" />
348 <Key Name="basePermissions" Value="2147483647" /> 348 <Key Name="basePermissions" Value="2147483647" />
349 </Section> 349 </Section>
350 <Section Name="rockwallbig Texture"> 350 <Section Name="rockwallbig Texture">
351 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001028" /> 351 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001028" />
352 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" /> 352 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" />
353 <Key Name="description" Value="rockwallbig texture" /> 353 <Key Name="description" Value="rockwallbig texture" />
354 <Key Name="name" Value="rockwallbig" /> 354 <Key Name="name" Value="rockwallbig" />
355 <Key Name="assetType" Value="0" /> 355 <Key Name="assetType" Value="0" />
356 <Key Name="inventoryType" Value="0" /> 356 <Key Name="inventoryType" Value="0" />
357 <Key Name="currentPermissions" Value="2147483647" /> 357 <Key Name="currentPermissions" Value="2147483647" />
358 <Key Name="nextPermissions" Value="2147483647" /> 358 <Key Name="nextPermissions" Value="2147483647" />
359 <Key Name="everyonePermissions" Value="2147483647" /> 359 <Key Name="everyonePermissions" Value="2147483647" />
360 <Key Name="basePermissions" Value="2147483647" /> 360 <Key Name="basePermissions" Value="2147483647" />
361 </Section> 361 </Section>
362 <Section Name="roof01 Texture"> 362 <Section Name="roof01 Texture">
363 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001029" /> 363 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001029" />
364 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" /> 364 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" />
365 <Key Name="description" Value="roof01 texture" /> 365 <Key Name="description" Value="roof01 texture" />
366 <Key Name="name" Value="roof01" /> 366 <Key Name="name" Value="roof01" />
367 <Key Name="assetType" Value="0" /> 367 <Key Name="assetType" Value="0" />
368 <Key Name="inventoryType" Value="0" /> 368 <Key Name="inventoryType" Value="0" />
369 <Key Name="currentPermissions" Value="2147483647" /> 369 <Key Name="currentPermissions" Value="2147483647" />
370 <Key Name="nextPermissions" Value="2147483647" /> 370 <Key Name="nextPermissions" Value="2147483647" />
371 <Key Name="everyonePermissions" Value="2147483647" /> 371 <Key Name="everyonePermissions" Value="2147483647" />
372 <Key Name="basePermissions" Value="2147483647" /> 372 <Key Name="basePermissions" Value="2147483647" />
373 </Section> 373 </Section>
374 <Section Name="rooftiles1 Texture"> 374 <Section Name="rooftiles1 Texture">
375 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001030" /> 375 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001030" />
376 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" /> 376 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" />
377 <Key Name="description" Value="rooftiles1 texture" /> 377 <Key Name="description" Value="rooftiles1 texture" />
378 <Key Name="name" Value="rooftiles1" /> 378 <Key Name="name" Value="rooftiles1" />
379 <Key Name="assetType" Value="0" /> 379 <Key Name="assetType" Value="0" />
380 <Key Name="inventoryType" Value="0" /> 380 <Key Name="inventoryType" Value="0" />
381 <Key Name="currentPermissions" Value="2147483647" /> 381 <Key Name="currentPermissions" Value="2147483647" />
382 <Key Name="nextPermissions" Value="2147483647" /> 382 <Key Name="nextPermissions" Value="2147483647" />
383 <Key Name="everyonePermissions" Value="2147483647" /> 383 <Key Name="everyonePermissions" Value="2147483647" />
384 <Key Name="basePermissions" Value="2147483647" /> 384 <Key Name="basePermissions" Value="2147483647" />
385 </Section> 385 </Section>
386 <Section Name="rooftiles2_peach Texture"> 386 <Section Name="rooftiles2_peach Texture">
387 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001031" /> 387 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001031" />
388 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" /> 388 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" />
389 <Key Name="description" Value="rooftiles2_peach texture" /> 389 <Key Name="description" Value="rooftiles2_peach texture" />
390 <Key Name="name" Value="rooftiles2_peach" /> 390 <Key Name="name" Value="rooftiles2_peach" />
391 <Key Name="assetType" Value="0" /> 391 <Key Name="assetType" Value="0" />
392 <Key Name="inventoryType" Value="0" /> 392 <Key Name="inventoryType" Value="0" />
393 <Key Name="currentPermissions" Value="2147483647" /> 393 <Key Name="currentPermissions" Value="2147483647" />
394 <Key Name="nextPermissions" Value="2147483647" /> 394 <Key Name="nextPermissions" Value="2147483647" />
395 <Key Name="everyonePermissions" Value="2147483647" /> 395 <Key Name="everyonePermissions" Value="2147483647" />
396 <Key Name="basePermissions" Value="2147483647" /> 396 <Key Name="basePermissions" Value="2147483647" />
397 </Section> 397 </Section>
398 <Section Name="rooftiles2_roy Texture"> 398 <Section Name="rooftiles2_roy Texture">
399 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001032" /> 399 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001032" />
400 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" /> 400 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" />
401 <Key Name="description" Value="rooftiles2_roy texture" /> 401 <Key Name="description" Value="rooftiles2_roy texture" />
402 <Key Name="name" Value="rooftiles2_roy" /> 402 <Key Name="name" Value="rooftiles2_roy" />
403 <Key Name="assetType" Value="0" /> 403 <Key Name="assetType" Value="0" />
404 <Key Name="inventoryType" Value="0" /> 404 <Key Name="inventoryType" Value="0" />
405 <Key Name="currentPermissions" Value="2147483647" /> 405 <Key Name="currentPermissions" Value="2147483647" />
406 <Key Name="nextPermissions" Value="2147483647" /> 406 <Key Name="nextPermissions" Value="2147483647" />
407 <Key Name="everyonePermissions" Value="2147483647" /> 407 <Key Name="everyonePermissions" Value="2147483647" />
408 <Key Name="basePermissions" Value="2147483647" /> 408 <Key Name="basePermissions" Value="2147483647" />
409 </Section> 409 </Section>
410 <Section Name="saguaro_8m Texture"> 410 <Section Name="saguaro_8m Texture">
411 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001033" /> 411 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001033" />
412 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" /> 412 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" />
413 <Key Name="description" Value="saguaro_8m texture" /> 413 <Key Name="description" Value="saguaro_8m texture" />
414 <Key Name="name" Value="saguaro_8m" /> 414 <Key Name="name" Value="saguaro_8m" />
415 <Key Name="assetType" Value="0" /> 415 <Key Name="assetType" Value="0" />
416 <Key Name="inventoryType" Value="0" /> 416 <Key Name="inventoryType" Value="0" />
417 <Key Name="currentPermissions" Value="2147483647" /> 417 <Key Name="currentPermissions" Value="2147483647" />
418 <Key Name="nextPermissions" Value="2147483647" /> 418 <Key Name="nextPermissions" Value="2147483647" />
419 <Key Name="everyonePermissions" Value="2147483647" /> 419 <Key Name="everyonePermissions" Value="2147483647" />
420 <Key Name="basePermissions" Value="2147483647" /> 420 <Key Name="basePermissions" Value="2147483647" />
421 </Section> 421 </Section>
422 <Section Name="seawater Texture"> 422 <Section Name="seawater Texture">
423 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001034" /> 423 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001034" />
424 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" /> 424 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" />
425 <Key Name="description" Value="seawater texture" /> 425 <Key Name="description" Value="seawater texture" />
426 <Key Name="name" Value="seawater" /> 426 <Key Name="name" Value="seawater" />
427 <Key Name="assetType" Value="0" /> 427 <Key Name="assetType" Value="0" />
428 <Key Name="inventoryType" Value="0" /> 428 <Key Name="inventoryType" Value="0" />
429 <Key Name="currentPermissions" Value="2147483647" /> 429 <Key Name="currentPermissions" Value="2147483647" />
430 <Key Name="nextPermissions" Value="2147483647" /> 430 <Key Name="nextPermissions" Value="2147483647" />
431 <Key Name="everyonePermissions" Value="2147483647" /> 431 <Key Name="everyonePermissions" Value="2147483647" />
432 <Key Name="basePermissions" Value="2147483647" /> 432 <Key Name="basePermissions" Value="2147483647" />
433 </Section> 433 </Section>
434 <Section Name="snow1 Texture"> 434 <Section Name="snow1 Texture">
435 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001035" /> 435 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001035" />
436 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" /> 436 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" />
437 <Key Name="description" Value="snow1 texture" /> 437 <Key Name="description" Value="snow1 texture" />
438 <Key Name="name" Value="snow1" /> 438 <Key Name="name" Value="snow1" />
439 <Key Name="assetType" Value="0" /> 439 <Key Name="assetType" Value="0" />
440 <Key Name="inventoryType" Value="0" /> 440 <Key Name="inventoryType" Value="0" />
441 <Key Name="currentPermissions" Value="2147483647" /> 441 <Key Name="currentPermissions" Value="2147483647" />
442 <Key Name="nextPermissions" Value="2147483647" /> 442 <Key Name="nextPermissions" Value="2147483647" />
443 <Key Name="everyonePermissions" Value="2147483647" /> 443 <Key Name="everyonePermissions" Value="2147483647" />
444 <Key Name="basePermissions" Value="2147483647" /> 444 <Key Name="basePermissions" Value="2147483647" />
445 </Section> 445 </Section>
446 <Section Name="steel Texture"> 446 <Section Name="steel Texture">
447 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001036" /> 447 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001036" />
448 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" /> 448 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" />
449 <Key Name="description" Value="steel texture" /> 449 <Key Name="description" Value="steel texture" />
450 <Key Name="name" Value="steel" /> 450 <Key Name="name" Value="steel" />
451 <Key Name="assetType" Value="0" /> 451 <Key Name="assetType" Value="0" />
452 <Key Name="inventoryType" Value="0" /> 452 <Key Name="inventoryType" Value="0" />
453 <Key Name="currentPermissions" Value="2147483647" /> 453 <Key Name="currentPermissions" Value="2147483647" />
454 <Key Name="nextPermissions" Value="2147483647" /> 454 <Key Name="nextPermissions" Value="2147483647" />
455 <Key Name="everyonePermissions" Value="2147483647" /> 455 <Key Name="everyonePermissions" Value="2147483647" />
456 <Key Name="basePermissions" Value="2147483647" /> 456 <Key Name="basePermissions" Value="2147483647" />
457 </Section> 457 </Section>
458 <Section Name="stone1wall Texture"> 458 <Section Name="stone1wall Texture">
459 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001037" /> 459 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001037" />
460 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" /> 460 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" />
461 <Key Name="description" Value="stone1wall texture" /> 461 <Key Name="description" Value="stone1wall texture" />
462 <Key Name="name" Value="stone1wall" /> 462 <Key Name="name" Value="stone1wall" />
463 <Key Name="assetType" Value="0" /> 463 <Key Name="assetType" Value="0" />
464 <Key Name="inventoryType" Value="0" /> 464 <Key Name="inventoryType" Value="0" />
465 <Key Name="currentPermissions" Value="2147483647" /> 465 <Key Name="currentPermissions" Value="2147483647" />
466 <Key Name="nextPermissions" Value="2147483647" /> 466 <Key Name="nextPermissions" Value="2147483647" />
467 <Key Name="everyonePermissions" Value="2147483647" /> 467 <Key Name="everyonePermissions" Value="2147483647" />
468 <Key Name="basePermissions" Value="2147483647" /> 468 <Key Name="basePermissions" Value="2147483647" />
469 </Section> 469 </Section>
470 <Section Name="stonetile Texture"> 470 <Section Name="stonetile Texture">
471 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001038" /> 471 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001038" />
472 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" /> 472 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" />
473 <Key Name="description" Value="stonetile texture" /> 473 <Key Name="description" Value="stonetile texture" />
474 <Key Name="name" Value="stonetile" /> 474 <Key Name="name" Value="stonetile" />
475 <Key Name="assetType" Value="0" /> 475 <Key Name="assetType" Value="0" />
476 <Key Name="inventoryType" Value="0" /> 476 <Key Name="inventoryType" Value="0" />
477 <Key Name="currentPermissions" Value="2147483647" /> 477 <Key Name="currentPermissions" Value="2147483647" />
478 <Key Name="nextPermissions" Value="2147483647" /> 478 <Key Name="nextPermissions" Value="2147483647" />
479 <Key Name="everyonePermissions" Value="2147483647" /> 479 <Key Name="everyonePermissions" Value="2147483647" />
480 <Key Name="basePermissions" Value="2147483647" /> 480 <Key Name="basePermissions" Value="2147483647" />
481 </Section> 481 </Section>
482 <Section Name="street2 Texture"> 482 <Section Name="street2 Texture">
483 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001039" /> 483 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001039" />
484 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" /> 484 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" />
485 <Key Name="description" Value="street2 texture" /> 485 <Key Name="description" Value="street2 texture" />
486 <Key Name="name" Value="street2" /> 486 <Key Name="name" Value="street2" />
487 <Key Name="assetType" Value="0" /> 487 <Key Name="assetType" Value="0" />
488 <Key Name="inventoryType" Value="0" /> 488 <Key Name="inventoryType" Value="0" />
489 <Key Name="currentPermissions" Value="2147483647" /> 489 <Key Name="currentPermissions" Value="2147483647" />
490 <Key Name="nextPermissions" Value="2147483647" /> 490 <Key Name="nextPermissions" Value="2147483647" />
491 <Key Name="everyonePermissions" Value="2147483647" /> 491 <Key Name="everyonePermissions" Value="2147483647" />
492 <Key Name="basePermissions" Value="2147483647" /> 492 <Key Name="basePermissions" Value="2147483647" />
493 </Section> 493 </Section>
494 <Section Name="thatch Texture"> 494 <Section Name="thatch Texture">
495 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001040" /> 495 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001040" />
496 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" /> 496 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" />
497 <Key Name="description" Value="thatch texture" /> 497 <Key Name="description" Value="thatch texture" />
498 <Key Name="name" Value="thatch" /> 498 <Key Name="name" Value="thatch" />
499 <Key Name="assetType" Value="0" /> 499 <Key Name="assetType" Value="0" />
500 <Key Name="inventoryType" Value="0" /> 500 <Key Name="inventoryType" Value="0" />
501 <Key Name="currentPermissions" Value="2147483647" /> 501 <Key Name="currentPermissions" Value="2147483647" />
502 <Key Name="nextPermissions" Value="2147483647" /> 502 <Key Name="nextPermissions" Value="2147483647" />
503 <Key Name="everyonePermissions" Value="2147483647" /> 503 <Key Name="everyonePermissions" Value="2147483647" />
504 <Key Name="basePermissions" Value="2147483647" /> 504 <Key Name="basePermissions" Value="2147483647" />
505 </Section> 505 </Section>
506 <Section Name="water1 Texture"> 506 <Section Name="water1 Texture">
507 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001041" /> 507 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001041" />
508 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" /> 508 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" />
509 <Key Name="description" Value="water1 texture" /> 509 <Key Name="description" Value="water1 texture" />
510 <Key Name="name" Value="water1" /> 510 <Key Name="name" Value="water1" />
511 <Key Name="assetType" Value="0" /> 511 <Key Name="assetType" Value="0" />
512 <Key Name="inventoryType" Value="0" /> 512 <Key Name="inventoryType" Value="0" />
513 <Key Name="currentPermissions" Value="2147483647" /> 513 <Key Name="currentPermissions" Value="2147483647" />
514 <Key Name="nextPermissions" Value="2147483647" /> 514 <Key Name="nextPermissions" Value="2147483647" />
515 <Key Name="everyonePermissions" Value="2147483647" /> 515 <Key Name="everyonePermissions" Value="2147483647" />
516 <Key Name="basePermissions" Value="2147483647" /> 516 <Key Name="basePermissions" Value="2147483647" />
517 </Section> 517 </Section>
518 <Section Name="water3 Texture"> 518 <Section Name="water3 Texture">
519 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001042" /> 519 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001042" />
520 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" /> 520 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" />
521 <Key Name="description" Value="water3 texture" /> 521 <Key Name="description" Value="water3 texture" />
522 <Key Name="name" Value="water3" /> 522 <Key Name="name" Value="water3" />
523 <Key Name="assetType" Value="0" /> 523 <Key Name="assetType" Value="0" />
524 <Key Name="inventoryType" Value="0" /> 524 <Key Name="inventoryType" Value="0" />
525 <Key Name="currentPermissions" Value="2147483647" /> 525 <Key Name="currentPermissions" Value="2147483647" />
526 <Key Name="nextPermissions" Value="2147483647" /> 526 <Key Name="nextPermissions" Value="2147483647" />
527 <Key Name="everyonePermissions" Value="2147483647" /> 527 <Key Name="everyonePermissions" Value="2147483647" />
528 <Key Name="basePermissions" Value="2147483647" /> 528 <Key Name="basePermissions" Value="2147483647" />
529 </Section> 529 </Section>
530 <Section Name="wood1 Texture"> 530 <Section Name="wood1 Texture">
531 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001043" /> 531 <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001043" />
532 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" /> 532 <Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" />
533 <Key Name="description" Value="wood1 texture" /> 533 <Key Name="description" Value="wood1 texture" />
534 <Key Name="name" Value="wood1" /> 534 <Key Name="name" Value="wood1" />
535 <Key Name="assetType" Value="0" /> 535 <Key Name="assetType" Value="0" />
536 <Key Name="inventoryType" Value="0" /> 536 <Key Name="inventoryType" Value="0" />
537 <Key Name="currentPermissions" Value="2147483647" /> 537 <Key Name="currentPermissions" Value="2147483647" />
538 <Key Name="nextPermissions" Value="2147483647" /> 538 <Key Name="nextPermissions" Value="2147483647" />
539 <Key Name="everyonePermissions" Value="2147483647" /> 539 <Key Name="everyonePermissions" Value="2147483647" />
540 <Key Name="basePermissions" Value="2147483647" /> 540 <Key Name="basePermissions" Value="2147483647" />
541 </Section> 541 </Section>
542</Nini> \ No newline at end of file 542</Nini> \ No newline at end of file
diff --git a/bin/assets/goblin_skin.dat b/bin/assets/goblin_skin.dat
new file mode 100644
index 0000000..7a7ad8b
--- /dev/null
+++ b/bin/assets/goblin_skin.dat
@@ -0,0 +1,49 @@
1LLWearable version 22
2Goblin Skin
3
4 permissions 0
5 {
6 base_mask 00080000
7 owner_mask 00080000
8 group_mask 00000000
9 everyone_mask 00000000
10 next_owner_mask 00080000
11 creator_id 15787b54-7833-4238-9c18-80ddd7687bfe
12 owner_id 15787b54-7833-4238-9c18-80ddd7687bfe
13 last_owner_id 15787b54-7833-4238-9c18-80ddd7687bfe
14 group_id 00000000-0000-0000-0000-000000000000
15 }
16 sale_info 0
17 {
18 sale_type not
19 sale_price 10
20 }
21type 1
22parameters 26
23108 .6
24110 .1
25111 1
26116 .68
27117 .28
28150 0
29162 1
30163 .99
31165 .69
32700 .51
33701 .2
34702 0
35703 0
36704 0
37705 .5
38706 .6
39707 0
40708 0
41709 0
42710 0
43711 .5
44712 0
45713 .7
46714 0
47715 0
48775 0
49textures 0
diff --git a/bin/assets/jim_shape.dat b/bin/assets/jim_shape.dat
new file mode 100644
index 0000000..733fc8c
--- /dev/null
+++ b/bin/assets/jim_shape.dat
@@ -0,0 +1,105 @@
1LLWearable version 22
2Jim Shape
3
4 permissions 0
5 {
6 base_mask 00000000
7 owner_mask 00000000
8 group_mask 00000000
9 everyone_mask 00000000
10 next_owner_mask 00000000
11 creator_id 11111111-1111-0000-0000-000100bba000
12 owner_id 11111111-1111-0000-0000-000100bba000
13 last_owner_id 11111111-1111-0000-0000-000100bba000
14 group_id 00000000-0000-0000-0000-000000000000
15 }
16 sale_info 0
17 {
18 sale_type not
19 sale_price 10
20 }
21type 0
22parameters 82
231 0
242 0
254 0
265 0
276 0
287 0
298 0
3010 0
3111 0
3212 0
3313 0
3414 0
3515 0
3617 0
3718 0
3819 0
3920 0
4021 0
4122 0
4223 0
4324 0
4425 0
4527 0
4633 -2.3
4734 0
4835 0
4936 -.5
5037 -1.34
5138 0
5280 1
53105 .5
54155 0
55157 0
56185 0
57193 .5
58196 0
59505 .5
60506 0
61507 0
62515 0
63517 0
64518 0
65629 .5
66637 0
67646 0
68647 0
69649 .5
70650 0
71652 .29
72653 0
73656 0
74659 .5
75662 .5
76663 0
77664 0
78665 0
79675 0
80676 0
81678 .5
82682 .5
83683 -.15
84684 0
85685 0
86690 .5
87692 1
88693 .6
89753 0
90756 0
91758 0
92759 .5
93760 0
94764 0
95765 0
96769 .5
97773 .5
98795 .84
99796 0
100799 .5
101841 0
102842 0
103879 0
104880 0
105textures 0
diff --git a/bin/assets/jim_skin.dat b/bin/assets/jim_skin.dat
new file mode 100644
index 0000000..7d409c9
--- /dev/null
+++ b/bin/assets/jim_skin.dat
@@ -0,0 +1,50 @@
1LLWearable version 22
2Jim skin
3
4 permissions 0
5 {
6 base_mask 00000000
7 owner_mask 00000000
8 group_mask 00000000
9 everyone_mask 00000000
10 next_owner_mask 00000000
11 creator_id 11111111-1111-0000-0000-000100bba000
12 owner_id 11111111-1111-0000-0000-000100bba000
13 last_owner_id 11111111-1111-0000-0000-000100bba000
14 group_id 00000000-0000-0000-0000-000000000000
15 }
16 sale_info 0
17 {
18 sale_type not
19 sale_price 10
20 }
21type 1
22parameters 26
23108 0
24110 0
25111 .5
26116 0
27117 0
28150 0
29162 0
30163 0
31165 0
32700 .25
33701 0
34702 0
35703 0
36704 0
37705 .5
38706 .6
39707 0
40708 0
41709 0
42710 0
43711 .5
44712 0
45713 .7
46714 0
47715 0
48775 0
49textures 0
50
diff --git a/bin/assets/little_goblin_shape.dat b/bin/assets/little_goblin_shape.dat
new file mode 100644
index 0000000..752fb55
--- /dev/null
+++ b/bin/assets/little_goblin_shape.dat
@@ -0,0 +1,105 @@
1LLWearable version 22
2See the little goblin
3
4 permissions 0
5 {
6 base_mask 00000000
7 owner_mask 00000000
8 group_mask 00000000
9 everyone_mask 00000000
10 next_owner_mask 00000000
11 creator_id 11111111-1111-0000-0000-000100bba000
12 owner_id 11111111-1111-0000-0000-000100bba000
13 last_owner_id 11111111-1111-0000-0000-000100bba000
14 group_id 00000000-0000-0000-0000-000000000000
15 }
16 sale_info 0
17 {
18 sale_type not
19 sale_price 10
20 }
21type 0
22parameters 82
231 0
242 0
254 0
265 0
276 0
287 0
298 0
3010 0
3111 0
3212 0
3313 0
3414 0
3515 1.5
3617 0
3718 0
3819 0
3920 0
4021 0
4122 0
4223 0
4324 2
4425 0
4527 0
4633 -2.3
4734 -.7
4835 2
4936 1.4
5037 .16
5138 -1
5280 1
53105 .5
54155 0
55157 .68
56185 0
57193 0
58196 0
59505 .5
60506 0
61507 0
62515 3
63517 .52
64518 0
65629 .5
66637 0
67646 -.4
68647 -.5
69649 .5
70650 0
71652 1
72653 0
73656 0
74659 .5
75662 .5
76663 0
77664 0
78665 0
79675 .3
80676 .95
81678 .74
82682 1
83683 .12
84684 0
85685 -.5
86690 .75
87692 -1
88693 -1
89753 2.34
90756 -1
91758 0
92759 .5
93760 0
94764 0
95765 0
96769 .5
97773 .5
98795 1
99796 3
100799 .5
101841 .66
102842 0
103879 -.5
104880 0
105textures 0