diff options
author | Justin Clark-Casey (justincc) | 2011-07-23 02:05:51 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-23 02:05:51 +0100 |
commit | fcaa4f601231a6feb7fd5ea40e35fba6220c6235 (patch) | |
tree | 003517e08cd61bccc1263ab992d09c576aa25ab4 /bin/inventory/TexturesLibrary/TexturesLibraryItems.xml | |
parent | Don't load current/next/everyone/base permissions from the library item xml f... (diff) | |
download | opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.zip opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.gz opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.bz2 opensim-SC_OLD-fcaa4f601231a6feb7fd5ea40e35fba6220c6235.tar.xz |
Revert "Don't load current/next/everyone/base permissions from the library item xml files - always use PermissionMask.All instead (which was the existing default)."
There actually are uses for this. I will correct the perms instead since some entries appear to be wrong.
This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
Diffstat (limited to '')
-rw-r--r-- | bin/inventory/TexturesLibrary/TexturesLibraryItems.xml | 274 |
1 files changed, 224 insertions, 50 deletions
diff --git a/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml b/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml index a018a0d..adba99a 100644 --- a/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml +++ b/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml | |||
@@ -9,6 +9,10 @@ | |||
9 | <Key Name="name" Value="Example Library Item" /> | 9 | <Key Name="name" Value="Example Library Item" /> |
10 | <Key Name="assetType" Value="7" /> | 10 | <Key Name="assetType" Value="7" /> |
11 | <Key Name="inventoryType" 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" /> | ||
12 | </Section> | 16 | </Section> |
13 | --> | 17 | --> |
14 | 18 | ||
@@ -20,8 +24,11 @@ | |||
20 | <Key Name="name" Value="4-tile2" /> | 24 | <Key Name="name" Value="4-tile2" /> |
21 | <Key Name="assetType" Value="0" /> | 25 | <Key Name="assetType" Value="0" /> |
22 | <Key Name="inventoryType" 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" /> | ||
23 | </Section> | 31 | </Section> |
24 | |||
25 | <Section Name="4-tile3 Texture"> | 32 | <Section Name="4-tile3 Texture"> |
26 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001001" /> | 33 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001001" /> |
27 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" /> | 34 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001001" /> |
@@ -30,8 +37,11 @@ | |||
30 | <Key Name="name" Value="4-tile3" /> | 37 | <Key Name="name" Value="4-tile3" /> |
31 | <Key Name="assetType" Value="0" /> | 38 | <Key Name="assetType" Value="0" /> |
32 | <Key Name="inventoryType" 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" /> | ||
33 | </Section> | 44 | </Section> |
34 | |||
35 | <Section Name="brick1_256 Texture"> | 45 | <Section Name="brick1_256 Texture"> |
36 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001002" /> | 46 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001002" /> |
37 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" /> | 47 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001002" /> |
@@ -40,8 +50,11 @@ | |||
40 | <Key Name="name" Value="brick1_256" /> | 50 | <Key Name="name" Value="brick1_256" /> |
41 | <Key Name="assetType" Value="0" /> | 51 | <Key Name="assetType" Value="0" /> |
42 | <Key Name="inventoryType" 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" /> | ||
43 | </Section> | 57 | </Section> |
44 | |||
45 | <Section Name="brick2_256 Texture"> | 58 | <Section Name="brick2_256 Texture"> |
46 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001003" /> | 59 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001003" /> |
47 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" /> | 60 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001003" /> |
@@ -50,8 +63,11 @@ | |||
50 | <Key Name="name" Value="brick2_256" /> | 63 | <Key Name="name" Value="brick2_256" /> |
51 | <Key Name="assetType" Value="0" /> | 64 | <Key Name="assetType" Value="0" /> |
52 | <Key Name="inventoryType" 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" /> | ||
53 | </Section> | 70 | </Section> |
54 | |||
55 | <Section Name="brick_mono Texture"> | 71 | <Section Name="brick_mono Texture"> |
56 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001004" /> | 72 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001004" /> |
57 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" /> | 73 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001004" /> |
@@ -60,8 +76,11 @@ | |||
60 | <Key Name="name" Value="brick_mono" /> | 76 | <Key Name="name" Value="brick_mono" /> |
61 | <Key Name="assetType" Value="0" /> | 77 | <Key Name="assetType" Value="0" /> |
62 | <Key Name="inventoryType" 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" /> | ||
63 | </Section> | 83 | </Section> |
64 | |||
65 | <Section Name="cedar Texture"> | 84 | <Section Name="cedar Texture"> |
66 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001005" /> | 85 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001005" /> |
67 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" /> | 86 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001005" /> |
@@ -70,8 +89,11 @@ | |||
70 | <Key Name="name" Value="cedar" /> | 89 | <Key Name="name" Value="cedar" /> |
71 | <Key Name="assetType" Value="0" /> | 90 | <Key Name="assetType" Value="0" /> |
72 | <Key Name="inventoryType" 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" /> | ||
73 | </Section> | 96 | </Section> |
74 | |||
75 | <Section Name="cement_block Texture"> | 97 | <Section Name="cement_block Texture"> |
76 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001006" /> | 98 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001006" /> |
77 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" /> | 99 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001006" /> |
@@ -80,8 +102,11 @@ | |||
80 | <Key Name="name" Value="cement_block" /> | 102 | <Key Name="name" Value="cement_block" /> |
81 | <Key Name="assetType" Value="0" /> | 103 | <Key Name="assetType" Value="0" /> |
82 | <Key Name="inventoryType" 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" /> | ||
83 | </Section> | 109 | </Section> |
84 | |||
85 | <Section Name="clear Texture"> | 110 | <Section Name="clear Texture"> |
86 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001007" /> | 111 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001007" /> |
87 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" /> | 112 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001007" /> |
@@ -90,8 +115,11 @@ | |||
90 | <Key Name="name" Value="clear" /> | 115 | <Key Name="name" Value="clear" /> |
91 | <Key Name="assetType" Value="0" /> | 116 | <Key Name="assetType" Value="0" /> |
92 | <Key Name="inventoryType" 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" /> | ||
93 | </Section> | 122 | </Section> |
94 | |||
95 | <Section Name="cobbles Texture"> | 123 | <Section Name="cobbles Texture"> |
96 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001008" /> | 124 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001008" /> |
97 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" /> | 125 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001008" /> |
@@ -100,8 +128,11 @@ | |||
100 | <Key Name="name" Value="cobbles" /> | 128 | <Key Name="name" Value="cobbles" /> |
101 | <Key Name="assetType" Value="0" /> | 129 | <Key Name="assetType" Value="0" /> |
102 | <Key Name="inventoryType" 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" /> | ||
103 | </Section> | 135 | </Section> |
104 | |||
105 | <Section Name="creambrick Texture"> | 136 | <Section Name="creambrick Texture"> |
106 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001009" /> | 137 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001009" /> |
107 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" /> | 138 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001009" /> |
@@ -110,8 +141,11 @@ | |||
110 | <Key Name="name" Value="creambrick" /> | 141 | <Key Name="name" Value="creambrick" /> |
111 | <Key Name="assetType" Value="0" /> | 142 | <Key Name="assetType" Value="0" /> |
112 | <Key Name="inventoryType" 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" /> | ||
113 | </Section> | 148 | </Section> |
114 | |||
115 | <Section Name="fgrass Texture"> | 149 | <Section Name="fgrass Texture"> |
116 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001010" /> | 150 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001010" /> |
117 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" /> | 151 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001010" /> |
@@ -120,8 +154,11 @@ | |||
120 | <Key Name="name" Value="fgrass" /> | 154 | <Key Name="name" Value="fgrass" /> |
121 | <Key Name="assetType" Value="0" /> | 155 | <Key Name="assetType" Value="0" /> |
122 | <Key Name="inventoryType" 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" /> | ||
123 | </Section> | 161 | </Section> |
124 | |||
125 | <Section Name="glasstile2 Texture"> | 162 | <Section Name="glasstile2 Texture"> |
126 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001011" /> | 163 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001011" /> |
127 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" /> | 164 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001011" /> |
@@ -130,8 +167,11 @@ | |||
130 | <Key Name="name" Value="glasstile2" /> | 167 | <Key Name="name" Value="glasstile2" /> |
131 | <Key Name="assetType" Value="0" /> | 168 | <Key Name="assetType" Value="0" /> |
132 | <Key Name="inventoryType" 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" /> | ||
133 | </Section> | 174 | </Section> |
134 | |||
135 | <Section Name="graniteblock Texture"> | 175 | <Section Name="graniteblock Texture"> |
136 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001012" /> | 176 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001012" /> |
137 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" /> | 177 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001012" /> |
@@ -140,8 +180,11 @@ | |||
140 | <Key Name="name" Value="graniteblock" /> | 180 | <Key Name="name" Value="graniteblock" /> |
141 | <Key Name="assetType" Value="0" /> | 181 | <Key Name="assetType" Value="0" /> |
142 | <Key Name="inventoryType" 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" /> | ||
143 | </Section> | 187 | </Section> |
144 | |||
145 | <Section Name="grass Texture"> | 188 | <Section Name="grass Texture"> |
146 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001013" /> | 189 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001013" /> |
147 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" /> | 190 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001013" /> |
@@ -150,8 +193,11 @@ | |||
150 | <Key Name="name" Value="grass" /> | 193 | <Key Name="name" Value="grass" /> |
151 | <Key Name="assetType" Value="0" /> | 194 | <Key Name="assetType" Value="0" /> |
152 | <Key Name="inventoryType" 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" /> | ||
153 | </Section> | 200 | </Section> |
154 | |||
155 | <Section Name="gravel Texture"> | 201 | <Section Name="gravel Texture"> |
156 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001014" /> | 202 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001014" /> |
157 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" /> | 203 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001014" /> |
@@ -160,8 +206,11 @@ | |||
160 | <Key Name="name" Value="gravel" /> | 206 | <Key Name="name" Value="gravel" /> |
161 | <Key Name="assetType" Value="0" /> | 207 | <Key Name="assetType" Value="0" /> |
162 | <Key Name="inventoryType" 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" /> | ||
163 | </Section> | 213 | </Section> |
164 | |||
165 | <Section Name="greybrick Texture"> | 214 | <Section Name="greybrick Texture"> |
166 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001015" /> | 215 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001015" /> |
167 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" /> | 216 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001015" /> |
@@ -170,8 +219,11 @@ | |||
170 | <Key Name="name" Value="greybrick" /> | 219 | <Key Name="name" Value="greybrick" /> |
171 | <Key Name="assetType" Value="0" /> | 220 | <Key Name="assetType" Value="0" /> |
172 | <Key Name="inventoryType" 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" /> | ||
173 | </Section> | 226 | </Section> |
174 | |||
175 | <Section Name="ivy Texture"> | 227 | <Section Name="ivy Texture"> |
176 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001016" /> | 228 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001016" /> |
177 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" /> | 229 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001016" /> |
@@ -180,8 +232,11 @@ | |||
180 | <Key Name="name" Value="ivy" /> | 232 | <Key Name="name" Value="ivy" /> |
181 | <Key Name="assetType" Value="0" /> | 233 | <Key Name="assetType" Value="0" /> |
182 | <Key Name="inventoryType" 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" /> | ||
183 | </Section> | 239 | </Section> |
184 | |||
185 | <Section Name="mahogany Texture"> | 240 | <Section Name="mahogany Texture"> |
186 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001017" /> | 241 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001017" /> |
187 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" /> | 242 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001017" /> |
@@ -190,8 +245,11 @@ | |||
190 | <Key Name="name" Value="mahogany" /> | 245 | <Key Name="name" Value="mahogany" /> |
191 | <Key Name="assetType" Value="0" /> | 246 | <Key Name="assetType" Value="0" /> |
192 | <Key Name="inventoryType" 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" /> | ||
193 | </Section> | 252 | </Section> |
194 | |||
195 | <Section Name="maple Texture"> | 253 | <Section Name="maple Texture"> |
196 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001018" /> | 254 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001018" /> |
197 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" /> | 255 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001018" /> |
@@ -200,8 +258,11 @@ | |||
200 | <Key Name="name" Value="maple" /> | 258 | <Key Name="name" Value="maple" /> |
201 | <Key Name="assetType" Value="0" /> | 259 | <Key Name="assetType" Value="0" /> |
202 | <Key Name="inventoryType" 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" /> | ||
203 | </Section> | 265 | </Section> |
204 | |||
205 | <Section Name="mosaic02 Texture"> | 266 | <Section Name="mosaic02 Texture"> |
206 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001019" /> | 267 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001019" /> |
207 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" /> | 268 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001019" /> |
@@ -210,8 +271,11 @@ | |||
210 | <Key Name="name" Value="mosaic02" /> | 271 | <Key Name="name" Value="mosaic02" /> |
211 | <Key Name="assetType" Value="0" /> | 272 | <Key Name="assetType" Value="0" /> |
212 | <Key Name="inventoryType" 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" /> | ||
213 | </Section> | 278 | </Section> |
214 | |||
215 | <Section Name="palm1 Texture"> | 279 | <Section Name="palm1 Texture"> |
216 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001020" /> | 280 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001020" /> |
217 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" /> | 281 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001020" /> |
@@ -220,8 +284,11 @@ | |||
220 | <Key Name="name" Value="palm1" /> | 284 | <Key Name="name" Value="palm1" /> |
221 | <Key Name="assetType" Value="0" /> | 285 | <Key Name="assetType" Value="0" /> |
222 | <Key Name="inventoryType" 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" /> | ||
223 | </Section> | 291 | </Section> |
224 | |||
225 | <Section Name="papaya Texture"> | 292 | <Section Name="papaya Texture"> |
226 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001021" /> | 293 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001021" /> |
227 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" /> | 294 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001021" /> |
@@ -230,8 +297,11 @@ | |||
230 | <Key Name="name" Value="papaya" /> | 297 | <Key Name="name" Value="papaya" /> |
231 | <Key Name="assetType" Value="0" /> | 298 | <Key Name="assetType" Value="0" /> |
232 | <Key Name="inventoryType" 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" /> | ||
233 | </Section> | 304 | </Section> |
234 | |||
235 | <Section Name="papaya_bark Texture"> | 305 | <Section Name="papaya_bark Texture"> |
236 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001022" /> | 306 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001022" /> |
237 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" /> | 307 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001022" /> |
@@ -240,8 +310,11 @@ | |||
240 | <Key Name="name" Value="papaya_bark" /> | 310 | <Key Name="name" Value="papaya_bark" /> |
241 | <Key Name="assetType" Value="0" /> | 311 | <Key Name="assetType" Value="0" /> |
242 | <Key Name="inventoryType" 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" /> | ||
243 | </Section> | 317 | </Section> |
244 | |||
245 | <Section Name="pastelbrick Texture"> | 318 | <Section Name="pastelbrick Texture"> |
246 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001023" /> | 319 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001023" /> |
247 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" /> | 320 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001023" /> |
@@ -250,8 +323,11 @@ | |||
250 | <Key Name="name" Value="pastelbrick" /> | 323 | <Key Name="name" Value="pastelbrick" /> |
251 | <Key Name="assetType" Value="0" /> | 324 | <Key Name="assetType" Value="0" /> |
252 | <Key Name="inventoryType" 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" /> | ||
253 | </Section> | 330 | </Section> |
254 | |||
255 | <Section Name="pine1_10m Texture"> | 331 | <Section Name="pine1_10m Texture"> |
256 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001024" /> | 332 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001024" /> |
257 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" /> | 333 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001024" /> |
@@ -260,8 +336,11 @@ | |||
260 | <Key Name="name" Value="pine1_10m" /> | 336 | <Key Name="name" Value="pine1_10m" /> |
261 | <Key Name="assetType" Value="0" /> | 337 | <Key Name="assetType" Value="0" /> |
262 | <Key Name="inventoryType" 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" /> | ||
263 | </Section> | 343 | </Section> |
264 | |||
265 | <Section Name="poplar Texture"> | 344 | <Section Name="poplar Texture"> |
266 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001025" /> | 345 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001025" /> |
267 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" /> | 346 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001025" /> |
@@ -270,8 +349,11 @@ | |||
270 | <Key Name="name" Value="poplar" /> | 349 | <Key Name="name" Value="poplar" /> |
271 | <Key Name="assetType" Value="0" /> | 350 | <Key Name="assetType" Value="0" /> |
272 | <Key Name="inventoryType" 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" /> | ||
273 | </Section> | 356 | </Section> |
274 | |||
275 | <Section Name="redtri_tile Texture"> | 357 | <Section Name="redtri_tile Texture"> |
276 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001026" /> | 358 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001026" /> |
277 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" /> | 359 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001026" /> |
@@ -280,8 +362,11 @@ | |||
280 | <Key Name="name" Value="redtri_tile" /> | 362 | <Key Name="name" Value="redtri_tile" /> |
281 | <Key Name="assetType" Value="0" /> | 363 | <Key Name="assetType" Value="0" /> |
282 | <Key Name="inventoryType" 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" /> | ||
283 | </Section> | 369 | </Section> |
284 | |||
285 | <Section Name="rockbuilding Texture"> | 370 | <Section Name="rockbuilding Texture"> |
286 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001027" /> | 371 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001027" /> |
287 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" /> | 372 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001027" /> |
@@ -290,8 +375,11 @@ | |||
290 | <Key Name="name" Value="rockbuilding" /> | 375 | <Key Name="name" Value="rockbuilding" /> |
291 | <Key Name="assetType" Value="0" /> | 376 | <Key Name="assetType" Value="0" /> |
292 | <Key Name="inventoryType" 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" /> | ||
293 | </Section> | 382 | </Section> |
294 | |||
295 | <Section Name="rockwallbig Texture"> | 383 | <Section Name="rockwallbig Texture"> |
296 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001028" /> | 384 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001028" /> |
297 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" /> | 385 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001028" /> |
@@ -300,8 +388,11 @@ | |||
300 | <Key Name="name" Value="rockwallbig" /> | 388 | <Key Name="name" Value="rockwallbig" /> |
301 | <Key Name="assetType" Value="0" /> | 389 | <Key Name="assetType" Value="0" /> |
302 | <Key Name="inventoryType" 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" /> | ||
303 | </Section> | 395 | </Section> |
304 | |||
305 | <Section Name="roof01 Texture"> | 396 | <Section Name="roof01 Texture"> |
306 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001029" /> | 397 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001029" /> |
307 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" /> | 398 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001029" /> |
@@ -310,8 +401,11 @@ | |||
310 | <Key Name="name" Value="roof01" /> | 401 | <Key Name="name" Value="roof01" /> |
311 | <Key Name="assetType" Value="0" /> | 402 | <Key Name="assetType" Value="0" /> |
312 | <Key Name="inventoryType" 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" /> | ||
313 | </Section> | 408 | </Section> |
314 | |||
315 | <Section Name="rooftiles1 Texture"> | 409 | <Section Name="rooftiles1 Texture"> |
316 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001030" /> | 410 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001030" /> |
317 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" /> | 411 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001030" /> |
@@ -320,8 +414,11 @@ | |||
320 | <Key Name="name" Value="rooftiles1" /> | 414 | <Key Name="name" Value="rooftiles1" /> |
321 | <Key Name="assetType" Value="0" /> | 415 | <Key Name="assetType" Value="0" /> |
322 | <Key Name="inventoryType" 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" /> | ||
323 | </Section> | 421 | </Section> |
324 | |||
325 | <Section Name="rooftiles2_peach Texture"> | 422 | <Section Name="rooftiles2_peach Texture"> |
326 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001031" /> | 423 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001031" /> |
327 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" /> | 424 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001031" /> |
@@ -330,8 +427,11 @@ | |||
330 | <Key Name="name" Value="rooftiles2_peach" /> | 427 | <Key Name="name" Value="rooftiles2_peach" /> |
331 | <Key Name="assetType" Value="0" /> | 428 | <Key Name="assetType" Value="0" /> |
332 | <Key Name="inventoryType" 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" /> | ||
333 | </Section> | 434 | </Section> |
334 | |||
335 | <Section Name="rooftiles2_roy Texture"> | 435 | <Section Name="rooftiles2_roy Texture"> |
336 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001032" /> | 436 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001032" /> |
337 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" /> | 437 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001032" /> |
@@ -340,8 +440,11 @@ | |||
340 | <Key Name="name" Value="rooftiles2_roy" /> | 440 | <Key Name="name" Value="rooftiles2_roy" /> |
341 | <Key Name="assetType" Value="0" /> | 441 | <Key Name="assetType" Value="0" /> |
342 | <Key Name="inventoryType" 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" /> | ||
343 | </Section> | 447 | </Section> |
344 | |||
345 | <Section Name="saguaro_8m Texture"> | 448 | <Section Name="saguaro_8m Texture"> |
346 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001033" /> | 449 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001033" /> |
347 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" /> | 450 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001033" /> |
@@ -350,8 +453,11 @@ | |||
350 | <Key Name="name" Value="saguaro_8m" /> | 453 | <Key Name="name" Value="saguaro_8m" /> |
351 | <Key Name="assetType" Value="0" /> | 454 | <Key Name="assetType" Value="0" /> |
352 | <Key Name="inventoryType" 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" /> | ||
353 | </Section> | 460 | </Section> |
354 | |||
355 | <Section Name="seawater Texture"> | 461 | <Section Name="seawater Texture"> |
356 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001034" /> | 462 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001034" /> |
357 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" /> | 463 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001034" /> |
@@ -360,8 +466,11 @@ | |||
360 | <Key Name="name" Value="seawater" /> | 466 | <Key Name="name" Value="seawater" /> |
361 | <Key Name="assetType" Value="0" /> | 467 | <Key Name="assetType" Value="0" /> |
362 | <Key Name="inventoryType" 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" /> | ||
363 | </Section> | 473 | </Section> |
364 | |||
365 | <Section Name="snow1 Texture"> | 474 | <Section Name="snow1 Texture"> |
366 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001035" /> | 475 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001035" /> |
367 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" /> | 476 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001035" /> |
@@ -370,8 +479,11 @@ | |||
370 | <Key Name="name" Value="snow1" /> | 479 | <Key Name="name" Value="snow1" /> |
371 | <Key Name="assetType" Value="0" /> | 480 | <Key Name="assetType" Value="0" /> |
372 | <Key Name="inventoryType" 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" /> | ||
373 | </Section> | 486 | </Section> |
374 | |||
375 | <Section Name="steel Texture"> | 487 | <Section Name="steel Texture"> |
376 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001036" /> | 488 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001036" /> |
377 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" /> | 489 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001036" /> |
@@ -380,8 +492,11 @@ | |||
380 | <Key Name="name" Value="steel" /> | 492 | <Key Name="name" Value="steel" /> |
381 | <Key Name="assetType" Value="0" /> | 493 | <Key Name="assetType" Value="0" /> |
382 | <Key Name="inventoryType" 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" /> | ||
383 | </Section> | 499 | </Section> |
384 | |||
385 | <Section Name="stone1wall Texture"> | 500 | <Section Name="stone1wall Texture"> |
386 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001037" /> | 501 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001037" /> |
387 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" /> | 502 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001037" /> |
@@ -390,8 +505,11 @@ | |||
390 | <Key Name="name" Value="stone1wall" /> | 505 | <Key Name="name" Value="stone1wall" /> |
391 | <Key Name="assetType" Value="0" /> | 506 | <Key Name="assetType" Value="0" /> |
392 | <Key Name="inventoryType" 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" /> | ||
393 | </Section> | 512 | </Section> |
394 | |||
395 | <Section Name="stonetile Texture"> | 513 | <Section Name="stonetile Texture"> |
396 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001038" /> | 514 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001038" /> |
397 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" /> | 515 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001038" /> |
@@ -400,8 +518,11 @@ | |||
400 | <Key Name="name" Value="stonetile" /> | 518 | <Key Name="name" Value="stonetile" /> |
401 | <Key Name="assetType" Value="0" /> | 519 | <Key Name="assetType" Value="0" /> |
402 | <Key Name="inventoryType" 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" /> | ||
403 | </Section> | 525 | </Section> |
404 | |||
405 | <Section Name="street2 Texture"> | 526 | <Section Name="street2 Texture"> |
406 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001039" /> | 527 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001039" /> |
407 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" /> | 528 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001039" /> |
@@ -410,8 +531,11 @@ | |||
410 | <Key Name="name" Value="street2" /> | 531 | <Key Name="name" Value="street2" /> |
411 | <Key Name="assetType" Value="0" /> | 532 | <Key Name="assetType" Value="0" /> |
412 | <Key Name="inventoryType" 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" /> | ||
413 | </Section> | 538 | </Section> |
414 | |||
415 | <Section Name="thatch Texture"> | 539 | <Section Name="thatch Texture"> |
416 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001040" /> | 540 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001040" /> |
417 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" /> | 541 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001040" /> |
@@ -420,8 +544,11 @@ | |||
420 | <Key Name="name" Value="thatch" /> | 544 | <Key Name="name" Value="thatch" /> |
421 | <Key Name="assetType" Value="0" /> | 545 | <Key Name="assetType" Value="0" /> |
422 | <Key Name="inventoryType" 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" /> | ||
423 | </Section> | 551 | </Section> |
424 | |||
425 | <Section Name="water1 Texture"> | 552 | <Section Name="water1 Texture"> |
426 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001041" /> | 553 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001041" /> |
427 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" /> | 554 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001041" /> |
@@ -430,8 +557,11 @@ | |||
430 | <Key Name="name" Value="water1" /> | 557 | <Key Name="name" Value="water1" /> |
431 | <Key Name="assetType" Value="0" /> | 558 | <Key Name="assetType" Value="0" /> |
432 | <Key Name="inventoryType" 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" /> | ||
433 | </Section> | 564 | </Section> |
434 | |||
435 | <Section Name="water3 Texture"> | 565 | <Section Name="water3 Texture"> |
436 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001042" /> | 566 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001042" /> |
437 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" /> | 567 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001042" /> |
@@ -440,8 +570,11 @@ | |||
440 | <Key Name="name" Value="water3" /> | 570 | <Key Name="name" Value="water3" /> |
441 | <Key Name="assetType" Value="0" /> | 571 | <Key Name="assetType" Value="0" /> |
442 | <Key Name="inventoryType" 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" /> | ||
443 | </Section> | 577 | </Section> |
444 | |||
445 | <Section Name="wood1 Texture"> | 578 | <Section Name="wood1 Texture"> |
446 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001043" /> | 579 | <Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001043" /> |
447 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" /> | 580 | <Key Name="assetID" Value="00000000-0000-2222-3333-100000001043" /> |
@@ -450,8 +583,11 @@ | |||
450 | <Key Name="name" Value="wood1" /> | 583 | <Key Name="name" Value="wood1" /> |
451 | <Key Name="assetType" Value="0" /> | 584 | <Key Name="assetType" Value="0" /> |
452 | <Key Name="inventoryType" 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" /> | ||
453 | </Section> | 590 | </Section> |
454 | |||
455 | <Section Name="bricks Texture"> | 591 | <Section Name="bricks Texture"> |
456 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000001"/> | 592 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000001"/> |
457 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000001"/> | 593 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000001"/> |
@@ -460,8 +596,11 @@ | |||
460 | <Key Name="name" Value="bricks" /> | 596 | <Key Name="name" Value="bricks" /> |
461 | <Key Name="assetType" Value="0" /> | 597 | <Key Name="assetType" Value="0" /> |
462 | <Key Name="inventoryType" 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" /> | ||
463 | </Section> | 603 | </Section> |
464 | |||
465 | <Section Name="granite Texture"> | 604 | <Section Name="granite Texture"> |
466 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000004"/> | 605 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000004"/> |
467 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000004"/> | 606 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000004"/> |
@@ -470,8 +609,11 @@ | |||
470 | <Key Name="name" Value="granite" /> | 609 | <Key Name="name" Value="granite" /> |
471 | <Key Name="assetType" Value="0" /> | 610 | <Key Name="assetType" Value="0" /> |
472 | <Key Name="inventoryType" 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" /> | ||
473 | </Section> | 616 | </Section> |
474 | |||
475 | <Section Name="hardwood Texture"> | 617 | <Section Name="hardwood Texture"> |
476 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000005"/> | 618 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000005"/> |
477 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000005"/> | 619 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000005"/> |
@@ -480,8 +622,11 @@ | |||
480 | <Key Name="name" Value="hardwood" /> | 622 | <Key Name="name" Value="hardwood" /> |
481 | <Key Name="assetType" Value="0" /> | 623 | <Key Name="assetType" Value="0" /> |
482 | <Key Name="inventoryType" 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" /> | ||
483 | </Section> | 629 | </Section> |
484 | |||
485 | <Section Name="rocks Texture"> | 630 | <Section Name="rocks Texture"> |
486 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000003"/> | 631 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000003"/> |
487 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000003"/> | 632 | <Key Name="assetID" Value="00000000-0000-1111-9999-000000000003"/> |
@@ -490,6 +635,10 @@ | |||
490 | <Key Name="name" Value="rocks" /> | 635 | <Key Name="name" Value="rocks" /> |
491 | <Key Name="assetType" Value="0" /> | 636 | <Key Name="assetType" Value="0" /> |
492 | <Key Name="inventoryType" 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" /> | ||
493 | </Section> | 642 | </Section> |
494 | 643 | ||
495 | <Section Name="Terrain Dirt"> | 644 | <Section Name="Terrain Dirt"> |
@@ -500,8 +649,11 @@ | |||
500 | <Key Name="name" Value="Terrain Dirt" /> | 649 | <Key Name="name" Value="Terrain Dirt" /> |
501 | <Key Name="assetType" Value="0" /> | 650 | <Key Name="assetType" Value="0" /> |
502 | <Key Name="inventoryType" Value="0" /> | 651 | <Key Name="inventoryType" Value="0" /> |
652 | <Key Name="currentPermissions" Value="2147483647" /> | ||
653 | <Key Name="nextPermissions" Value="2147483647" /> | ||
654 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
655 | <Key Name="basePermissions" Value="2147483647" /> | ||
503 | </Section> | 656 | </Section> |
504 | |||
505 | <Section Name="Terrain Grass"> | 657 | <Section Name="Terrain Grass"> |
506 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000007"/> | 658 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000007"/> |
507 | <Key Name="assetID" Value="abb783e6-3e93-26c0-248a-247666855da3"/> | 659 | <Key Name="assetID" Value="abb783e6-3e93-26c0-248a-247666855da3"/> |
@@ -510,8 +662,11 @@ | |||
510 | <Key Name="name" Value="Terrain Grass" /> | 662 | <Key Name="name" Value="Terrain Grass" /> |
511 | <Key Name="assetType" Value="0" /> | 663 | <Key Name="assetType" Value="0" /> |
512 | <Key Name="inventoryType" Value="0" /> | 664 | <Key Name="inventoryType" Value="0" /> |
665 | <Key Name="currentPermissions" Value="2147483647" /> | ||
666 | <Key Name="nextPermissions" Value="2147483647" /> | ||
667 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
668 | <Key Name="basePermissions" Value="2147483647" /> | ||
513 | </Section> | 669 | </Section> |
514 | |||
515 | <Section Name="Terrain Mountain"> | 670 | <Section Name="Terrain Mountain"> |
516 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000008"/> | 671 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000008"/> |
517 | <Key Name="assetID" Value="179cdabd-398a-9b6b-1391-4dc333ba321f"/> | 672 | <Key Name="assetID" Value="179cdabd-398a-9b6b-1391-4dc333ba321f"/> |
@@ -520,8 +675,11 @@ | |||
520 | <Key Name="name" Value="Terrain Mountain" /> | 675 | <Key Name="name" Value="Terrain Mountain" /> |
521 | <Key Name="assetType" Value="0" /> | 676 | <Key Name="assetType" Value="0" /> |
522 | <Key Name="inventoryType" Value="0" /> | 677 | <Key Name="inventoryType" Value="0" /> |
678 | <Key Name="currentPermissions" Value="2147483647" /> | ||
679 | <Key Name="nextPermissions" Value="2147483647" /> | ||
680 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
681 | <Key Name="basePermissions" Value="2147483647" /> | ||
523 | </Section> | 682 | </Section> |
524 | |||
525 | <Section Name="Terrain Rock"> | 683 | <Section Name="Terrain Rock"> |
526 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000009"/> | 684 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000009"/> |
527 | <Key Name="assetID" Value="beb169c7-11ea-fff2-efe5-0f24dc881df2"/> | 685 | <Key Name="assetID" Value="beb169c7-11ea-fff2-efe5-0f24dc881df2"/> |
@@ -530,6 +688,10 @@ | |||
530 | <Key Name="name" Value="Terrain Rock" /> | 688 | <Key Name="name" Value="Terrain Rock" /> |
531 | <Key Name="assetType" Value="0" /> | 689 | <Key Name="assetType" Value="0" /> |
532 | <Key Name="inventoryType" Value="0" /> | 690 | <Key Name="inventoryType" Value="0" /> |
691 | <Key Name="currentPermissions" Value="2147483647" /> | ||
692 | <Key Name="nextPermissions" Value="2147483647" /> | ||
693 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
694 | <Key Name="basePermissions" Value="2147483647" /> | ||
533 | </Section> | 695 | </Section> |
534 | 696 | ||
535 | <Section Name="Blank Texture"> | 697 | <Section Name="Blank Texture"> |
@@ -540,6 +702,10 @@ | |||
540 | <Key Name="name" Value="Blank Texture" /> | 702 | <Key Name="name" Value="Blank Texture" /> |
541 | <Key Name="assetType" Value="0" /> | 703 | <Key Name="assetType" Value="0" /> |
542 | <Key Name="inventoryType" Value="0" /> | 704 | <Key Name="inventoryType" Value="0" /> |
705 | <Key Name="currentPermissions" Value="2147483647" /> | ||
706 | <Key Name="nextPermissions" Value="2147483647" /> | ||
707 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
708 | <Key Name="basePermissions" Value="2147483647" /> | ||
543 | </Section> | 709 | </Section> |
544 | 710 | ||
545 | <Section Name="Default Media Texture"> | 711 | <Section Name="Default Media Texture"> |
@@ -550,6 +716,10 @@ | |||
550 | <Key Name="name" Value="Default Media Texture" /> | 716 | <Key Name="name" Value="Default Media Texture" /> |
551 | <Key Name="assetType" Value="0" /> | 717 | <Key Name="assetType" Value="0" /> |
552 | <Key Name="inventoryType" Value="0" /> | 718 | <Key Name="inventoryType" Value="0" /> |
719 | <Key Name="currentPermissions" Value="2147483647" /> | ||
720 | <Key Name="nextPermissions" Value="2147483647" /> | ||
721 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
722 | <Key Name="basePermissions" Value="2147483647" /> | ||
553 | </Section> | 723 | </Section> |
554 | 724 | ||
555 | <Section Name="Default Transparent Texture"> | 725 | <Section Name="Default Transparent Texture"> |
@@ -560,5 +730,9 @@ | |||
560 | <Key Name="name" Value="Default Transparent Texture" /> | 730 | <Key Name="name" Value="Default Transparent Texture" /> |
561 | <Key Name="assetType" Value="0" /> | 731 | <Key Name="assetType" Value="0" /> |
562 | <Key Name="inventoryType" Value="0" /> | 732 | <Key Name="inventoryType" Value="0" /> |
733 | <Key Name="currentPermissions" Value="2147483647" /> | ||
734 | <Key Name="nextPermissions" Value="2147483647" /> | ||
735 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
736 | <Key Name="basePermissions" Value="2147483647" /> | ||
563 | </Section> | 737 | </Section> |
564 | </Nini> | 738 | </Nini> |