diff options
author | MW | 2007-07-26 17:41:31 +0000 |
---|---|---|
committer | MW | 2007-07-26 17:41:31 +0000 |
commit | f0dd115a8c5c44ebde4631df3469c6e39510325f (patch) | |
tree | 86d7557112d9e72d9084fc6b5d05cb6da86133a3 /bin/assets | |
parent | * Started renaming world to Scene (diff) | |
download | opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.zip opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.gz opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.bz2 opensim-SC_OLD-f0dd115a8c5c44ebde4631df3469c6e39510325f.tar.xz |
More work on inventory and opensim library.
Fixed a number of bugs in the AssetCache related to asset downloading.
Diffstat (limited to 'bin/assets')
-rw-r--r-- | bin/assets/base_skin.dat | 52 | ||||
-rw-r--r-- | bin/assets/welcomeNote.dat | 9 |
2 files changed, 61 insertions, 0 deletions
diff --git a/bin/assets/base_skin.dat b/bin/assets/base_skin.dat new file mode 100644 index 0000000..2ebaed9 --- /dev/null +++ b/bin/assets/base_skin.dat | |||
@@ -0,0 +1,52 @@ | |||
1 | LLWearable version 22 | ||
2 | Sexy - Female 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 | } | ||
21 | type 1 | ||
22 | parameters 26 | ||
23 | 108 0 | ||
24 | 110 0 | ||
25 | 111 0 | ||
26 | 116 0 | ||
27 | 117 1 | ||
28 | 150 0 | ||
29 | 162 0 | ||
30 | 163 0 | ||
31 | 165 0 | ||
32 | 700 .01 | ||
33 | 701 .5 | ||
34 | 702 .26 | ||
35 | 703 0 | ||
36 | 704 0 | ||
37 | 705 .5 | ||
38 | 706 .6 | ||
39 | 707 0 | ||
40 | 708 0 | ||
41 | 709 0 | ||
42 | 710 0 | ||
43 | 711 .5 | ||
44 | 712 0 | ||
45 | 713 .7 | ||
46 | 714 0 | ||
47 | 715 0 | ||
48 | 775 0 | ||
49 | textures 3 | ||
50 | 0 00000000-0000-0000-9999-000000000003 | ||
51 | 5 00000000-0000-0000-9999-000000000004 | ||
52 | 6 00000000-0000-0000-9999-000000000005 | ||
diff --git a/bin/assets/welcomeNote.dat b/bin/assets/welcomeNote.dat new file mode 100644 index 0000000..ed6358d --- /dev/null +++ b/bin/assets/welcomeNote.dat | |||
@@ -0,0 +1,9 @@ | |||
1 | Linden text version 2 | ||
2 | { | ||
3 | LLEmbeddedItems version 1 | ||
4 | { | ||
5 | count 0 | ||
6 | } | ||
7 | Text length 95 | ||
8 | Hello and thank you for using opensim. For more infomation visit http://openmv.org/wiki/OpenSim} | ||
9 | \ No newline at end of file | ||