mirror of
https://github.com/weyne85/MIST.git
synced 2025-10-29 16:56:32 +00:00
Build 101. Bug fixes mostly
Changed mist.marker.list to mist.DBs.markList Added markType and type as valid in mist.marker.add for the type Id Added mist.groupIsDead function Removed a log entry I left in. Updated DB examples.
This commit is contained in:
@@ -60,8 +60,8 @@ MEunits =
|
||||
["alt"] = 500,
|
||||
["point"] =
|
||||
{
|
||||
["y"] = 405888.85058741,
|
||||
["x"] = -155967.80633993,
|
||||
["y"] = 404406.46136648,
|
||||
["x"] = -158700.87914814,
|
||||
}, -- end of ["point"]
|
||||
["alt_type"] = "BARO",
|
||||
["livery_id"] = "Australia RAAF",
|
||||
@@ -70,15 +70,15 @@ MEunits =
|
||||
["speed"] = 44.444444444444,
|
||||
["type"] = "CH-47D",
|
||||
["country"] = "australia",
|
||||
["psi"] = -2.6461357622286,
|
||||
["psi"] = -2.6021711998766,
|
||||
["unitName"] = "Rotary-1-1",
|
||||
["groupName"] = "nH",
|
||||
["coalition"] = "neutral",
|
||||
["countryId"] = 21,
|
||||
["x"] = -155967.80633993,
|
||||
["y"] = 405888.85058741,
|
||||
["x"] = -158700.87914814,
|
||||
["y"] = 404406.46136648,
|
||||
["unitId"] = 68,
|
||||
["heading"] = 2.6461357622286,
|
||||
["heading"] = 2.6021711998766,
|
||||
["skill"] = "High",
|
||||
["callsign"] =
|
||||
{
|
||||
@@ -829,6 +829,43 @@ MEunits =
|
||||
["task"] = "Ground Nothing",
|
||||
["hidden"] = false,
|
||||
}, -- end of [4]
|
||||
[5] =
|
||||
{
|
||||
["country"] = "usa",
|
||||
["groupName"] = "poly",
|
||||
["units"] =
|
||||
{
|
||||
[1] =
|
||||
{
|
||||
["heading"] = 2.3261877017598,
|
||||
["point"] =
|
||||
{
|
||||
["y"] = 185783.38833846,
|
||||
["x"] = -244729.2581753,
|
||||
}, -- end of ["point"]
|
||||
["groupId"] = 47,
|
||||
["y"] = 185783.38833846,
|
||||
["coalition"] = "blue",
|
||||
["groupName"] = "poly",
|
||||
["type"] = "AAV7",
|
||||
["countryId"] = 2,
|
||||
["x"] = -244729.2581753,
|
||||
["unitId"] = 70,
|
||||
["category"] = "vehicle",
|
||||
["unitName"] = "Ground-2-1",
|
||||
["playerCanDrive"] = true,
|
||||
["country"] = "usa",
|
||||
["skill"] = "Average",
|
||||
}, -- end of [1]
|
||||
}, -- end of ["units"]
|
||||
["coalition"] = "blue",
|
||||
["groupId"] = 47,
|
||||
["category"] = "vehicle",
|
||||
["countryId"] = 2,
|
||||
["startTime"] = 0,
|
||||
["task"] = "Ground Nothing",
|
||||
["hidden"] = false,
|
||||
}, -- end of [5]
|
||||
}, -- end of ["vehicle"]
|
||||
["plane"] =
|
||||
{
|
||||
@@ -960,6 +997,9 @@ MEunits =
|
||||
["onboard_num"] = "52",
|
||||
["category"] = "plane",
|
||||
["speed"] = 138.88888888889,
|
||||
["AddPropAircraft"] =
|
||||
{
|
||||
}, -- end of ["AddPropAircraft"]
|
||||
["type"] = "A-10C",
|
||||
["country"] = "usa",
|
||||
["psi"] = 0.67060113146646,
|
||||
@@ -971,7 +1011,6 @@ MEunits =
|
||||
["y"] = 636428.57142857,
|
||||
["unitId"] = 11,
|
||||
["heading"] = -0.67060113146646,
|
||||
["skill"] = "Client",
|
||||
["callsign"] =
|
||||
{
|
||||
[1] = 3,
|
||||
@@ -979,6 +1018,7 @@ MEunits =
|
||||
[3] = 1,
|
||||
["name"] = "Uzi11",
|
||||
}, -- end of ["callsign"]
|
||||
["skill"] = "Client",
|
||||
["groupId"] = 6,
|
||||
}, -- end of [1]
|
||||
}, -- end of ["units"]
|
||||
@@ -1013,6 +1053,9 @@ MEunits =
|
||||
["onboard_num"] = "52",
|
||||
["category"] = "plane",
|
||||
["speed"] = 138.88888888889,
|
||||
["AddPropAircraft"] =
|
||||
{
|
||||
}, -- end of ["AddPropAircraft"]
|
||||
["type"] = "A-10C",
|
||||
["country"] = "usa",
|
||||
["psi"] = 0.66079849060746,
|
||||
@@ -1024,7 +1067,6 @@ MEunits =
|
||||
["y"] = 644428.57142857,
|
||||
["unitId"] = 12,
|
||||
["heading"] = -0.66079849060746,
|
||||
["skill"] = "Client",
|
||||
["callsign"] =
|
||||
{
|
||||
[1] = 3,
|
||||
@@ -1032,6 +1074,7 @@ MEunits =
|
||||
[3] = 1,
|
||||
["name"] = "Uzi11",
|
||||
}, -- end of ["callsign"]
|
||||
["skill"] = "Client",
|
||||
["groupId"] = 7,
|
||||
}, -- end of [1]
|
||||
}, -- end of ["units"]
|
||||
|
||||
Reference in New Issue
Block a user