From f0cce6bd0e7bfafcaf91df0dccd16f43cba1ea4b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 1 Jun 2014 18:42:37 +1000 Subject: Get the from disk sim loading to work. Still an odd problem with sonic that doesn't make sense. --- media/Test%20sim/onefang%27s%20test%20bed.omg | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'media/Test%20sim/onefang%27s%20test%20bed.omg') 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 = { name = "onefang's test bed", description = 'Just a pretend bed with MLP scripts for testing SledjHamr.', --- owner = '12345678-1234-4321-abcd-0123456789ab', + fake = 1, + uuid = '12345678-1234-4321-abcd-01234567cube', + owner = '12345678-1234-4321-abcd-0123456789ab', details = { Mesh = { kind = 'cube', - materials = {'normal_lego.png'}, + materials = + { + [0] = {kind = 'normal', texture = 'normal_lego.png'}, + }, --[[ parts = { - Mesh = + ['sonic'] = { fileName = 'sonic.md2', pos = {1.23, 4.56, 789.0}, rot = { , , , ,}, - materials = {'sonic.png'}, + materials = + { + [0] = {kind = 'face', texture = 'sonic.png'}, + }, }, - Mesh = + ['earth'] = { kind = 'earth', pos = {1.23, 4.56, 789.0}, rot = { , , , ,}, - materials = {'EarthDiffuse.png'}, + materials = + { + [0] = {kind = 'face', texture = 'EarthDiffuse.png'}, + }, }, }, ]] -- cgit v1.1