1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
Stuffs =
{
name = "onefang's test bed",
description = 'Just a pretend bed with MLP scripts for testing SledjHamr.',
fake = 1,
uuid = '12345678-1234-4321-abcd-01234567cube',
owner = '12345678-1234-4321-abcd-0123456789ab',
details =
{
Mesh =
{
kind = 'cube',
materials =
{
[0] = {kind = 'normal', texture = 'normal_lego.png'},
},
--[[
parts =
{
['sonic'] =
{
fileName = 'sonic.md2',
pos = {1.23, 4.56, 789.0},
rot = { , , , ,},
materials =
{
[0] = {kind = 'face', texture = 'sonic.png'},
},
},
['earth'] =
{
kind = 'earth',
pos = {1.23, 4.56, 789.0},
rot = { , , , ,},
materials =
{
[0] = {kind = 'face', texture = 'EarthDiffuse.png'},
},
},
},
]]
},
},
}
|