diff options
Diffstat (limited to '')
-rw-r--r-- | media/Test%20sim/FemaleTeen.omg | 32 | ||||
-rw-r--r-- | media/Test%20sim/index.omg | 14 | ||||
-rw-r--r-- | media/Test%20sim/onefang.omg | 31 |
3 files changed, 77 insertions, 0 deletions
diff --git a/media/Test%20sim/FemaleTeen.omg b/media/Test%20sim/FemaleTeen.omg new file mode 100644 index 0000000..235916c --- /dev/null +++ b/media/Test%20sim/FemaleTeen.omg | |||
@@ -0,0 +1,32 @@ | |||
1 | Stuffs = | ||
2 | { | ||
3 | name = "Female teen.", | ||
4 | description = 'Just a pretend avatar from MakeHuman for testing SledjHamr.', | ||
5 | fake = 4, | ||
6 | uuid = '12345678-1234-4321-abcd-0123456fteen', | ||
7 | owner = '12345678-1234-4321-abcd-0123456789ab', | ||
8 | details = | ||
9 | { | ||
10 | Mesh = | ||
11 | { | ||
12 | fileName = 'FemaleTeen_741.obj', | ||
13 | kind = 'mesh', | ||
14 | materials = | ||
15 | { | ||
16 | [0] = {kind = 'face', texture = 'textures/blue_eye.png'}, | ||
17 | [1] = {kind = 'face', texture = 'textures/diffuse_blonde.png'}, | ||
18 | [2] = {kind = 'face', texture = 'textures/eyebrow001.png'}, | ||
19 | [3] = {kind = 'face', texture = 'textures/eyelashes03.png'}, | ||
20 | [4] = {kind = 'normal', texture = 'textures/normals.png'}, | ||
21 | [5] = {kind = 'face', texture = 'textures/short01_black_diffuse.png'}, | ||
22 | [6] = {kind = 'normal', texture = 'textures/short01_normals.png'}, | ||
23 | [7] = {kind = 'face', texture = 'textures/teeth.png'}, | ||
24 | [8] = {kind = 'face', texture = 'textures/tongue01_diffuse.png'}, | ||
25 | [9] = {kind = 'face', texture = 'textures/tshirt_displacement.png'}, | ||
26 | [10] = {kind = 'normal', texture = 'textures/tshirt_normal.png'}, | ||
27 | [11] = {kind = 'face', texture = 'textures/tshirt_texture_white.png'}, | ||
28 | [12] = {kind = 'face', texture = 'textures/young_lightskinned_female_diffuse.png'}, | ||
29 | }, | ||
30 | }, | ||
31 | }, | ||
32 | } | ||
diff --git a/media/Test%20sim/index.omg b/media/Test%20sim/index.omg index 36fd3a5..b163115 100644 --- a/media/Test%20sim/index.omg +++ b/media/Test%20sim/index.omg | |||
@@ -7,6 +7,20 @@ Stuffs = | |||
7 | { | 7 | { |
8 | stuffs = | 8 | stuffs = |
9 | { | 9 | { |
10 | ['onefang'] = | ||
11 | { | ||
12 | fileName = 'onefang.omg', | ||
13 | pos = {-1.5, 0.0, 3.0}, | ||
14 | size = {2.0, 2.0, 2.0}, | ||
15 | rot = {0.0, 0.0, 0.0, 0.0}, | ||
16 | }, | ||
17 | ['FemaleTeen'] = | ||
18 | { | ||
19 | fileName = 'FemaleTeen.omg', | ||
20 | pos = {1.5, 0.0, 3.0}, | ||
21 | size = {2.0, 2.0, 2.0}, | ||
22 | rot = {0.0, 0.0, 0.0, 0.0}, | ||
23 | }, | ||
10 | ['onefang%27s%20test%20bed'] = | 24 | ['onefang%27s%20test%20bed'] = |
11 | { | 25 | { |
12 | fileName = 'onefang%27s%20test%20bed.omg', | 26 | fileName = 'onefang%27s%20test%20bed.omg', |
diff --git a/media/Test%20sim/onefang.omg b/media/Test%20sim/onefang.omg new file mode 100644 index 0000000..ee7c9e9 --- /dev/null +++ b/media/Test%20sim/onefang.omg | |||
@@ -0,0 +1,31 @@ | |||
1 | Stuffs = | ||
2 | { | ||
3 | name = "onefang", | ||
4 | description = 'Just a pretend avatar from MakeHuman for testing SledjHamr.', | ||
5 | fake = 4, | ||
6 | uuid = '12345678-1234-4321-abcd-01234onefang', | ||
7 | owner = '12345678-1234-4321-abcd-0123456789ab', | ||
8 | details = | ||
9 | { | ||
10 | Mesh = | ||
11 | { | ||
12 | fileName = 'onefang_741.obj', | ||
13 | kind = 'mesh', | ||
14 | materials = | ||
15 | { | ||
16 | [0] = {kind = 'face', texture = 'map_D textures/Moustache_black_diff.png'}, | ||
17 | [1] = {kind = 'face', texture = 'map_D textures/brown_eye.png'}, | ||
18 | [2] = {kind = 'face', texture = 'map_D textures/eyebrow008.png'}, | ||
19 | [3] = {kind = 'face', texture = 'map_D textures/eyelashes01.png'}, | ||
20 | [4] = {kind = 'face', texture = 'map_D textures/tongue01_diffuse.png'}, | ||
21 | [5] = {kind = 'face', texture = 'map_D textures/toenail_natural_diff.png'}, | ||
22 | [6] = {kind = 'face', texture = 'map_D textures/worksuit_diffuse.png'}, | ||
23 | [7] = {kind = 'face', texture = 'map_D textures/Full_beard_black_diff.png'}, | ||
24 | [8] = {kind = 'face', texture = 'map_D textures/Glasses2.png'}, | ||
25 | }, | ||
26 | }, | ||
27 | }, | ||
28 | } | ||
29 | |||
30 | |||
31 | |||