diff options
author | Brian McBee | 2008-01-07 01:03:46 +0000 |
---|---|---|
committer | Brian McBee | 2008-01-07 01:03:46 +0000 |
commit | 35b0c2e9dfbbf811c12c9e3e7d4359a13b987977 (patch) | |
tree | 42e91b37aa581006dc9defb6780ff15319049d3f /bin/assets/ClothingAssetSet | |
parent | Factor out inventory code in SceneObjectGroup into seperate class. (diff) | |
download | opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.zip opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.gz opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.bz2 opensim-SC_OLD-35b0c2e9dfbbf811c12c9e3e7d4359a13b987977.tar.xz |
More inventory work for CharlieO. Final patch to make it all work yet to come.
Diffstat (limited to 'bin/assets/ClothingAssetSet')
-rw-r--r-- | bin/assets/ClothingAssetSet/ClothingAssetSet.xml | 16 | ||||
-rw-r--r-- | bin/assets/ClothingAssetSet/newpants.dat | 33 | ||||
-rw-r--r-- | bin/assets/ClothingAssetSet/newshirt.dat | 34 |
3 files changed, 83 insertions, 0 deletions
diff --git a/bin/assets/ClothingAssetSet/ClothingAssetSet.xml b/bin/assets/ClothingAssetSet/ClothingAssetSet.xml new file mode 100644 index 0000000..f3f3b39 --- /dev/null +++ b/bin/assets/ClothingAssetSet/ClothingAssetSet.xml | |||
@@ -0,0 +1,16 @@ | |||
1 | <Nini> | ||
2 | <Section Name="Shirt"> | ||
3 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/> | ||
4 | <Key Name="name" Value="Shirt"/> | ||
5 | <Key Name="assetType" Value="5" /> | ||
6 | <Key Name="inventoryType" Value="18" /> | ||
7 | <Key Name="fileName" Value="newshirt.dat"/> | ||
8 | </Section> | ||
9 | <Section Name="Pants"> | ||
10 | <Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120"/> | ||
11 | <Key Name="name" Value="Pants"/> | ||
12 | <Key Name="assetType" Value="5" /> | ||
13 | <Key Name="inventoryType" Value="18" /> | ||
14 | <Key Name="fileName" Value="newpants.dat"/> | ||
15 | </Section> | ||
16 | </Nini> | ||
diff --git a/bin/assets/ClothingAssetSet/newpants.dat b/bin/assets/ClothingAssetSet/newpants.dat new file mode 100644 index 0000000..96be614 --- /dev/null +++ b/bin/assets/ClothingAssetSet/newpants.dat | |||
@@ -0,0 +1,33 @@ | |||
1 | LLWearable version 22 | ||
2 | New Pants | ||
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 00000000-0000-0000-0000-000000000000 | ||
14 | group_id 00000000-0000-0000-0000-000000000000 | ||
15 | } | ||
16 | sale_info 0 | ||
17 | { | ||
18 | sale_type not | ||
19 | sale_price 10 | ||
20 | } | ||
21 | type 5 | ||
22 | parameters 9 | ||
23 | 625 0 | ||
24 | 638 0 | ||
25 | 806 .8 | ||
26 | 807 .2 | ||
27 | 808 .2 | ||
28 | 814 1 | ||
29 | 815 .8 | ||
30 | 816 0 | ||
31 | 869 0 | ||
32 | textures 1 | ||
33 | 2 5748decc-f629-461c-9a36-a35a221fe21f | ||
diff --git a/bin/assets/ClothingAssetSet/newshirt.dat b/bin/assets/ClothingAssetSet/newshirt.dat new file mode 100644 index 0000000..bce62bc --- /dev/null +++ b/bin/assets/ClothingAssetSet/newshirt.dat | |||
@@ -0,0 +1,34 @@ | |||
1 | LLWearable version 22 | ||
2 | New Shirt | ||
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 00000000-0000-0000-0000-000000000000 | ||
14 | group_id 00000000-0000-0000-0000-000000000000 | ||
15 | } | ||
16 | sale_info 0 | ||
17 | { | ||
18 | sale_type not | ||
19 | sale_price 10 | ||
20 | } | ||
21 | type 4 | ||
22 | parameters 10 | ||
23 | 781 .78 | ||
24 | 800 .65 | ||
25 | 801 .82 | ||
26 | 802 .78 | ||
27 | 803 .5 | ||
28 | 804 .5 | ||
29 | 805 .6 | ||
30 | 828 0 | ||
31 | 840 0 | ||
32 | 868 0 | ||
33 | textures 1 | ||
34 | 1 5748decc-f629-461c-9a36-a35a221fe21f | ||