From c4efb97d49dec736151dfa3fa102efe6a5f6fbab Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 15 Sep 2011 22:59:29 +0100 Subject: Write code to create minimum necessary body parts/clothing and avatar entries to make a newly created user appear as a non-cloud on viewer 2 Viewer 2 no longer contains the default avatar assets (i.e. "Ruth") that would appear if the user had insufficient body part/clothing entries. Instead, avatars always appear as a cloud, which is a very bad experience for out-of-the-box OpenSim. Default is currently off. My intention is to switch it on for standalone shortly. This is not particularly flexible as "Ruth" is hardcoded, but this can change in the future, in co-ordination with the existing RemoteAdmin capabilities. Need to fix creation of suitable entries for users created as estate owners on standalone. Avatars still appear with spooky empty eyes, need to see if we can address this. This commit adds a "Default Iris" to the library (thanks to Eirynne Sieyes from http://opensimulator.org/mantis/view.php?id=1461) which can be used. --- bin/assets/BodyPartsAssetSet/base_shape.dat | 212 ++++++++++++++++++---------- 1 file changed, 136 insertions(+), 76 deletions(-) (limited to 'bin/assets/BodyPartsAssetSet/base_shape.dat') diff --git a/bin/assets/BodyPartsAssetSet/base_shape.dat b/bin/assets/BodyPartsAssetSet/base_shape.dat index d9a361f..bf719c9 100644 --- a/bin/assets/BodyPartsAssetSet/base_shape.dat +++ b/bin/assets/BodyPartsAssetSet/base_shape.dat @@ -1,105 +1,165 @@ LLWearable version 22 -Female Shape and Outfit 3 Shape -Created by system from avatar's appearance. +New Shape + permissions 0 { - base_mask 00000000 - owner_mask 00000000 + base_mask 7fffffff + owner_mask 7fffffff group_mask 00000000 everyone_mask 00000000 - next_owner_mask 00000000 + next_owner_mask 00082000 creator_id 11111111-1111-0000-0000-000100bba000 owner_id 11111111-1111-0000-0000-000100bba000 - last_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 0 + sale_price 10 } type 0 -parameters 82 -1 .21 -2 -.5 -4 -.11 -5 -.1 -6 -.3 -7 -.4 -8 -.5 -10 .7 -11 .34 -12 -.5 +parameters 142 +1 0 +2 0 +4 0 +5 0 +6 0 +7 0 +8 0 +10 0 +11 0 +12 0 13 0 -14 .04 -15 .58 -17 .56 -18 -.26 -19 -.73 -20 -.34 -21 -.01 -22 1 -23 -.5 -24 -.63 -25 .44 -27 .05 -33 -.24 -34 -.7 -35 -.16 -36 -.2 -37 -.98 -38 -.5 +14 0 +15 0 +17 0 +18 0 +19 0 +20 0 +21 0 +22 0 +23 0 +24 0 +25 0 +26 0 +27 0 +28 0 +29 .12 +30 .12 +32 0 +33 0 +34 0 +35 0 +36 -.5 +37 0 +38 0 +40 0 80 0 -105 .07 -155 -.22 +100 0 +104 0 +105 .5 +106 0 +151 0 +152 0 +153 0 +155 0 +156 0 157 0 -185 -1 -193 .86 -196 -.74 -505 .65 -506 .12 -507 -1.5 +185 0 +186 0 +187 0 +188 0 +189 0 +193 .5 +194 .67 +195 .33 +196 0 +505 .5 +506 0 +507 0 515 0 -517 .16 -518 .8 -629 0 +517 0 +518 0 +626 0 +627 0 +629 .5 +630 0 +631 0 +633 0 +634 0 +635 0 637 0 -646 .4 -647 1 -649 .36 -650 .85 -652 .49 -653 -1 +646 0 +647 0 +648 0 +649 .5 +650 0 +651 0 +652 .5 +653 0 +655 -.08 656 0 -659 .65 +657 0 +658 0 +659 .5 +660 0 +661 0 662 .5 663 0 664 0 665 0 -675 -.15 -676 .26 -678 .28 -682 .27 -683 -.19 -684 -.09 +675 0 +676 0 +677 0 +678 .5 +679 -.08 +680 -.08 +681 -.08 +682 .5 +683 -.15 +684 0 685 0 -690 .45 -692 .4 -693 -0 -753 -.5 -756 -.08 -758 .24 -759 .6 -760 .11 -764 -.38 -765 -.3 -769 .42 -773 .51 -795 .16 -796 .11 -799 .36 +686 0 +687 0 +688 0 +689 0 +690 .5 +691 0 +692 0 +693 .6 +694 -.08 +695 0 +753 0 +756 0 +758 0 +759 .5 +760 0 +764 0 +765 0 +767 0 +768 0 +769 .5 +770 0 +772 0 +773 .5 +794 .17 +795 .25 +796 0 +797 0 +798 0 +799 .5 841 0 -842 -.82 +842 0 +843 0 +853 0 +854 0 +855 0 879 0 880 0 +1103 0 +1104 0 +1105 0 +1200 0 +1201 0 textures 0 -- cgit v1.1