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/sonic.omg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'media/Test%20sim/sonic.omg') 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 = { name = "Sonic the bed hog.", description = 'Just a pretend avatar for testing SledjHamr.', --- owner = '12345678-1234-4321-abcd-0123456789ab', + fake = 3, + uuid = '12345678-1234-4321-abcd-0123456sonic', + owner = '12345678-1234-4321-abcd-0123456789ab', details = { Mesh = { fileName = 'sonic.md2', - materials = {'sonic.png'}, + kind = 'mesh', + materials = + { + [0] = {kind = 'face', texture = 'sonic.png'}, + }, }, }, } -- cgit v1.1