diff options
author | David Walter Seikel | 2014-06-01 18:42:37 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-06-01 18:42:37 +1000 |
commit | f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b (patch) | |
tree | fcb1688da21eca15a7334e04dfd1cb029450d2db /media/Test%20sim | |
parent | TODO++ (diff) | |
download | SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.zip SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.gz SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.bz2 SledjHamr-f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b.tar.xz |
Get the from disk sim loading to work.
Still an odd problem with sonic that doesn't make sense.
Diffstat (limited to 'media/Test%20sim')
-rw-r--r-- | media/Test%20sim/earth.omg | 9 | ||||
-rw-r--r-- | media/Test%20sim/index.omg | 8 | ||||
-rw-r--r-- | media/Test%20sim/onefang%27s%20test%20bed.omg | 23 | ||||
-rw-r--r-- | media/Test%20sim/sonic.omg | 10 |
4 files changed, 36 insertions, 14 deletions
diff --git a/media/Test%20sim/earth.omg b/media/Test%20sim/earth.omg index 94d2672..88b8430 100644 --- a/media/Test%20sim/earth.omg +++ b/media/Test%20sim/earth.omg | |||
@@ -2,14 +2,19 @@ Stuffs = | |||
2 | { | 2 | { |
3 | name = "onefang's left testicle", | 3 | name = "onefang's left testicle", |
4 | description = 'Just a pretend world for testing SledjHamr.', | 4 | description = 'Just a pretend world for testing SledjHamr.', |
5 | -- owner = '12345678-1234-4321-abcd-0123456789ab', | 5 | fake = 2, |
6 | uuid = '12345678-1234-4321-abcd-012345sphere', | ||
7 | owner = '12345678-1234-4321-abcd-0123456789ab', | ||
6 | details = | 8 | details = |
7 | { | 9 | { |
8 | Mesh = | 10 | Mesh = |
9 | { | 11 | { |
10 | kind = 'sphere', | 12 | kind = 'sphere', |
11 | -- insert prim parameters here | 13 | -- insert prim parameters here |
12 | materials = {'EarthDiffuse.png'}, | 14 | materials = |
15 | { | ||
16 | [0] = {kind = 'face', texture = 'EarthDiffuse.png'}, | ||
17 | }, | ||
13 | }, | 18 | }, |
14 | }, | 19 | }, |
15 | } | 20 | } |
diff --git a/media/Test%20sim/index.omg b/media/Test%20sim/index.omg index 78148a1..c9d3b71 100644 --- a/media/Test%20sim/index.omg +++ b/media/Test%20sim/index.omg | |||
@@ -2,26 +2,26 @@ Stuffs = | |||
2 | { | 2 | { |
3 | name = "Test sim", | 3 | name = "Test sim", |
4 | description = 'onefangs test SledjHamr sim.', | 4 | description = 'onefangs test SledjHamr sim.', |
5 | -- owner = '12345678-1234-4321-abcd-0123456789ab', | 5 | owner = '12345678-1234-4321-abcd-0123456789ab', |
6 | details = | 6 | details = |
7 | { | 7 | { |
8 | stuffs = | 8 | stuffs = |
9 | { | 9 | { |
10 | Mesh = | 10 | ['onefang%27s%20test%20bed'] = |
11 | { | 11 | { |
12 | fileName = 'onefang%27s%20test%20bed.omg', | 12 | fileName = 'onefang%27s%20test%20bed.omg', |
13 | pos = {0.0, 4.0, 10.0}, | 13 | pos = {0.0, 4.0, 10.0}, |
14 | size = {1.0, 1.0, 1.0}, | 14 | size = {1.0, 1.0, 1.0}, |
15 | rot = {1.0, 0.0, 0.0, 0.0}, | 15 | rot = {1.0, 0.0, 0.0, 0.0}, |
16 | }, | 16 | }, |
17 | Mesh = | 17 | ['sonic'] = |
18 | { | 18 | { |
19 | fileName = 'sonic.omg', | 19 | fileName = 'sonic.omg', |
20 | pos = {0.0, 0.0, 0.0}, | 20 | pos = {0.0, 0.0, 0.0}, |
21 | size = {1.0, 1.0, 1.0}, | 21 | size = {1.0, 1.0, 1.0}, |
22 | rot = {-0.7071067811865475, 0.0, 0.0, 0.7071067811865475}, | 22 | rot = {-0.7071067811865475, 0.0, 0.0, 0.7071067811865475}, |
23 | }, | 23 | }, |
24 | Mesh = | 24 | ['earth'] = |
25 | { | 25 | { |
26 | fileName = 'earth.omg', | 26 | fileName = 'earth.omg', |
27 | pos = {0.0, 0.0, 0.0}, | 27 | pos = {0.0, 0.0, 0.0}, |
diff --git a/media/Test%20sim/onefang%27s%20test%20bed.omg b/media/Test%20sim/onefang%27s%20test%20bed.omg index d1dcca0..1e86837 100644 --- a/media/Test%20sim/onefang%27s%20test%20bed.omg +++ b/media/Test%20sim/onefang%27s%20test%20bed.omg | |||
@@ -2,29 +2,40 @@ Stuffs = | |||
2 | { | 2 | { |
3 | name = "onefang's test bed", | 3 | name = "onefang's test bed", |
4 | description = 'Just a pretend bed with MLP scripts for testing SledjHamr.', | 4 | description = 'Just a pretend bed with MLP scripts for testing SledjHamr.', |
5 | -- owner = '12345678-1234-4321-abcd-0123456789ab', | 5 | fake = 1, |
6 | uuid = '12345678-1234-4321-abcd-01234567cube', | ||
7 | owner = '12345678-1234-4321-abcd-0123456789ab', | ||
6 | details = | 8 | details = |
7 | { | 9 | { |
8 | Mesh = | 10 | Mesh = |
9 | { | 11 | { |
10 | kind = 'cube', | 12 | kind = 'cube', |
11 | materials = {'normal_lego.png'}, | 13 | materials = |
14 | { | ||
15 | [0] = {kind = 'normal', texture = 'normal_lego.png'}, | ||
16 | }, | ||
12 | --[[ | 17 | --[[ |
13 | parts = | 18 | parts = |
14 | { | 19 | { |
15 | Mesh = | 20 | ['sonic'] = |
16 | { | 21 | { |
17 | fileName = 'sonic.md2', | 22 | fileName = 'sonic.md2', |
18 | pos = {1.23, 4.56, 789.0}, | 23 | pos = {1.23, 4.56, 789.0}, |
19 | rot = { , , , ,}, | 24 | rot = { , , , ,}, |
20 | materials = {'sonic.png'}, | 25 | materials = |
26 | { | ||
27 | [0] = {kind = 'face', texture = 'sonic.png'}, | ||
28 | }, | ||
21 | }, | 29 | }, |
22 | Mesh = | 30 | ['earth'] = |
23 | { | 31 | { |
24 | kind = 'earth', | 32 | kind = 'earth', |
25 | pos = {1.23, 4.56, 789.0}, | 33 | pos = {1.23, 4.56, 789.0}, |
26 | rot = { , , , ,}, | 34 | rot = { , , , ,}, |
27 | materials = {'EarthDiffuse.png'}, | 35 | materials = |
36 | { | ||
37 | [0] = {kind = 'face', texture = 'EarthDiffuse.png'}, | ||
38 | }, | ||
28 | }, | 39 | }, |
29 | }, | 40 | }, |
30 | ]] | 41 | ]] |
diff --git a/media/Test%20sim/sonic.omg b/media/Test%20sim/sonic.omg index fad5b11..1b33e4f 100644 --- a/media/Test%20sim/sonic.omg +++ b/media/Test%20sim/sonic.omg | |||
@@ -2,13 +2,19 @@ Stuffs = | |||
2 | { | 2 | { |
3 | name = "Sonic the bed hog.", | 3 | name = "Sonic the bed hog.", |
4 | description = 'Just a pretend avatar for testing SledjHamr.', | 4 | description = 'Just a pretend avatar for testing SledjHamr.', |
5 | -- owner = '12345678-1234-4321-abcd-0123456789ab', | 5 | fake = 3, |
6 | uuid = '12345678-1234-4321-abcd-0123456sonic', | ||
7 | owner = '12345678-1234-4321-abcd-0123456789ab', | ||
6 | details = | 8 | details = |
7 | { | 9 | { |
8 | Mesh = | 10 | Mesh = |
9 | { | 11 | { |
10 | fileName = 'sonic.md2', | 12 | fileName = 'sonic.md2', |
11 | materials = {'sonic.png'}, | 13 | kind = 'mesh', |
14 | materials = | ||
15 | { | ||
16 | [0] = {kind = 'face', texture = 'sonic.png'}, | ||
17 | }, | ||
12 | }, | 18 | }, |
13 | }, | 19 | }, |
14 | } | 20 | } |