添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions
@@ -0,0 +1,36 @@
-- 地图配置
scene_config = {
begin_pos = { x = -250.0, z = -250.0 },
size = { x = 500.0, z = 500.0 },
born_pos = { x = -80.955, y = 1.796, z = -42.649 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
die_y = -30,
room_safe_pos = {
scene_id = 3,
safe_pos = {
x = 2246.000,
y = 236.000,
z = -786.000
},
safe_rot = {
x = 0.000,
y = 0.000,
z = 0.000
}
},
vision_anchor = { x = -250.0, z = -250.0 }
}
-- 所有的区块
blocks = { 1023 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -250.0, z = -250.0 }, max = { x = 250.0, z = 250.0 } }
}
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { }
@@ -0,0 +1,3 @@
-- 所有的group
groups = {
}
@@ -0,0 +1,21 @@
dummy_points = {
["Avatar_born"] = { pos = { x = -87.222, y = 2.781, z = -47.774 }, rot = { x = 0.000, y = 41.991, z = 0.000 } },
["Guard01"] = { pos = { x = -68.887, y = 1.338, z = -29.448 }, rot = { x = 0.000, y = 43.996, z = 0.000 } },
["Guard0101"] = { pos = { x = -57.683, y = 1.922, z = -18.110 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Guard02"] = { pos = { x = -82.348, y = 1.472, z = -18.378 }, rot = { x = 0.000, y = 125.659, z = 0.000 } },
["Guard0201"] = { pos = { x = -80.312, y = 2.831, z = -5.716 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Guard03"] = { pos = { x = -59.789, y = -0.593, z = -7.653 }, rot = { x = 0.000, y = 233.883, z = 0.000 } },
["Guard04"] = { pos = { x = -51.106, y = 0.903, z = 3.908 }, rot = { x = 0.000, y = 158.789, z = 0.000 } },
["Guard0401"] = { pos = { x = -44.718, y = -0.057, z = -11.391 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Guard0402"] = { pos = { x = -58.668, y = 1.081, z = 0.840 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Guard05"] = { pos = { x = -30.970, y = -0.021, z = 10.604 }, rot = { x = 0.000, y = 192.169, z = 0.000 } },
["Guard06"] = { pos = { x = -45.390, y = -0.061, z = -16.017 }, rot = { x = 0.000, y = 197.944, z = 0.000 } },
["Guard0601"] = { pos = { x = -32.389, y = 2.130, z = -2.927 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Guard07"] = { pos = { x = -79.839, y = 2.831, z = -2.792 }, rot = { x = 0.000, y = 126.169, z = 0.000 } },
["Guard08"] = { pos = { x = -64.586, y = 1.148, z = -22.080 }, rot = { x = 0.000, y = 270.321, z = 0.000 } },
["Guard0801"] = { pos = { x = -68.076, y = 1.148, z = -25.853 }, rot = { x = 0.000, y = 317.290, z = 0.000 } },
["Guard09"] = { pos = { x = -23.669, y = -0.007, z = 7.011 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Guard0901"] = { pos = { x = -21.606, y = 0.223, z = 20.981 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Guard0902"] = { pos = { x = -30.382, y = 0.206, z = 21.894 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Guard10"] = { pos = { x = -65.427, y = -0.020, z = -38.496 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}
@@ -0,0 +1,8 @@
{
"areas": {},
"doors": {},
"entities": {},
"forces": {},
"points": {},
"transRadius": 0.0
}