From 35b0c2e9dfbbf811c12c9e3e7d4359a13b987977 Mon Sep 17 00:00:00 2001 From: Brian McBee Date: Mon, 7 Jan 2008 01:03:46 +0000 Subject: More inventory work for CharlieO. Final patch to make it all work yet to come. --- bin/assets/ClothingAssetSet/ClothingAssetSet.xml | 16 +++++++++++ bin/assets/ClothingAssetSet/newpants.dat | 33 +++++++++++++++++++++++ bin/assets/ClothingAssetSet/newshirt.dat | 34 ++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 bin/assets/ClothingAssetSet/ClothingAssetSet.xml create mode 100644 bin/assets/ClothingAssetSet/newpants.dat create mode 100644 bin/assets/ClothingAssetSet/newshirt.dat (limited to 'bin/assets/ClothingAssetSet') 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 @@ + +
+ + + + + +
+
+ + + + + +
+
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 @@ +LLWearable version 22 +New Pants + + permissions 0 + { + base_mask 00000000 + owner_mask 00000000 + group_mask 00000000 + everyone_mask 00000000 + next_owner_mask 00000000 + creator_id 11111111-1111-0000-0000-000100bba000 + owner_id 11111111-1111-0000-0000-000100bba000 + last_owner_id 00000000-0000-0000-0000-000000000000 + group_id 00000000-0000-0000-0000-000000000000 + } + sale_info 0 + { + sale_type not + sale_price 10 + } +type 5 +parameters 9 +625 0 +638 0 +806 .8 +807 .2 +808 .2 +814 1 +815 .8 +816 0 +869 0 +textures 1 +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 @@ +LLWearable version 22 +New Shirt + + permissions 0 + { + base_mask 00000000 + owner_mask 00000000 + group_mask 00000000 + everyone_mask 00000000 + next_owner_mask 00000000 + creator_id 11111111-1111-0000-0000-000100bba000 + owner_id 11111111-1111-0000-0000-000100bba000 + last_owner_id 00000000-0000-0000-0000-000000000000 + group_id 00000000-0000-0000-0000-000000000000 + } + sale_info 0 + { + sale_type not + sale_price 10 + } +type 4 +parameters 10 +781 .78 +800 .65 +801 .82 +802 .78 +803 .5 +804 .5 +805 .6 +828 0 +840 0 +868 0 +textures 1 +1 5748decc-f629-461c-9a36-a35a221fe21f -- cgit v1.1