Compare commits

...

24 Commits

Author SHA1 Message Date
mrSkortch
da53d53087
Merge pull request #94 from mrSkortch/development
Development
2024-04-03 16:54:51 -06:00
mrSkortch
c6b7b957d1 groupIsDead fix
FIXED: mist.groupIsDead to account for instances where isExist() still returns true.
2024-04-03 16:53:09 -06:00
mrSkortch
8985ba9a7e minor change to getCurrentGroupData
FIXED: mist.getCurrentGroupData to inherit all values that are saved in DB.
2024-03-26 15:38:19 -06:00
mrSkortch
730e5d37ab markid fix
FIXED: returning markId rather than id
2024-02-23 19:04:39 -07:00
mrSkortch
e01bfd25d5 marker fixes and other things
FIXED: error occurring when oil well and gas platform are destroyed. Will investigate further and report the bug to ED.
FIXED: mist.getUnitsLOS to verify each unit being checked is alive
MODIFIED: validateColor to verify the passed table is 4 digits, if digit is missing it will default a value to 0.8
FIXED: typo in S_EVENT_MARK_ADDED event
MODIFIED: removeMark to check if the passed table has a markId value, if so then use that to remove the mark
FIXED: error check if getMarkId is nil
FIXED: draw using markScope value when drawing a maker panel
FIXED: passing markScope to the draw function
2024-02-23 18:56:36 -07:00
mrSkortch
ab11c65512 getUnitsLOS fix.
FIXED: error message inside of scheduledFunctions
FIXED: typo in getUnitsLOS that caused an error
2023-12-12 04:56:11 -07:00
mrSkortch
a6e14558a2
Merge pull request #88 from mrSkortch/development
linkUnit fix
2023-11-22 18:11:58 -07:00
mrSkortch
1ed42de92a linkUnit fix
FIXED: error if a zone is linked to a unit.
2023-11-21 22:37:21 -07:00
mrSkortch
b5d905fd6e
Merge pull request #86 from mrSkortch/development
updatedDBs
2023-11-19 14:01:34 -07:00
mrSkortch
2569b19b40 updatedDBs
Re exported example DB files.
2023-11-19 14:01:03 -07:00
mrSkortch
94629d2cfd
Merge pull request #85 from mrSkortch/development
Hotfix for dbInit

FIXED: error checking if table entry doesn't exist when populating mist.DBS.spawnsByBase
FIXED: double check for any missing helipads not returned by world.getAirbases
2023-11-18 22:18:38 -07:00
mrSkortch
d57b8c5a03 Hotfix for dbInit
FIXED: error checking if table entry doesn't exist when populating mist.DBS.spawnsByBase
FIXED: double check for any missing helipads not returned by world.getAirbases
2023-11-18 22:17:56 -07:00
mrSkortch
4922d756d5
Merge pull request #84 from mrSkortch/development
All of the fixes from dev branch to main.
2023-11-17 02:39:09 -07:00
mrSkortch
e6bdd50e16 Fixed getCategory checks
Fixed getCategory calls for Object.getCategory()
2023-11-17 02:35:09 -07:00
mrSkortch
ab55753487 spawnsByBase and other fixes
ADDED: mist.DBs.spawnsByBase table that lists each airbase or unit that has an aircraft set to spawn on it.
MODIFIED: DB to contain the starting helipadId or airdromeId for each unit
MODIFIED: mist.getCurrentGroupData to use an empty table so it doesn't error if nothing is found
MODIFIED: mist.getCurrentGroupData to only call getPosition once.
MODIFIED: mist.getGroupTable to add country and category values to the table returned so it can be directly used in mist.dynAdd without having to dd those vlaue sback.
2023-11-07 17:20:18 -07:00
mrSkortch
2e6f77452c moar updates
MODIFIED: zones DB point.y entry for to be set to ground level at the center of the zone
MODIFIED: zones DB properties to be saved as a string
ADDED: zone.linkUnit info if present
MODIFIED: mist.DBs.missionData to have a countries list indexed by country name and their coalition
FIXED: mist.dynAddStatic heading if not present to convert 360 degress to radians
MODIFIED: mist.tostringBR to return altitude in feet to be 1000s of feet
ADDED: mist.utils.tableShowSorted function that attempts to sort the entries alphanumerically. This is mostly to more easily compare written tables in np++ like with...
MODIFIED: mist.debug.dump_G to use mist.utils.tableShowSorted instead of the older tableShow
FIXED: typo in eventHandler
FIXED: getRandomPointInPoly to use a radius value rather than a fixed value.
2023-06-28 23:55:41 -06:00
mrSkortch
b9f6e11d97 Typo of 116 version name
Whoops
2023-01-12 18:13:58 -07:00
mrSkortch
be5023e2fd Database Update Changes
ADDED: dbNum entry to unit table to define which index the the unit is at in the unitsByNum DB table
OPTIMIZED: multiple calls of getPosition to just be a single getPoint call
MODIFIED: process for updating and writing DB files. Moved the editing of DB into its own function
ADDED: error messages and handling if a DB entry fails to be updated
ADDED: mist.forceAddToDB function which accepts a groupName or a static objects name to force add it to the databases.
2023-01-12 18:12:41 -07:00
mrSkortch
0c37aaaa09 v115
CHANGED: default unitId and groupId values to start at 70000 instead of 7000
ADDED: linkUnit to database entries
ADDED: linkOffset to database entries
ADDED: mist.DBs.const.nato table for phonetic conversion of letters
CHANGED: mist.getUnitPlayload to return an empty table if nothing found
CHANGE: mist.getGroupPayload to return an empty table if nothing found
FIXED: mist.getLeadPos to check if leader object is accessible and will iterate whole table to find the first one that is accessible
FIXED: mist.groupIsDead to only call Group.getByName once
FIXED: mist.Logger:setLevel to default to warning level.
FIXED: mist.Logger:setLevel to use string.lower in case where one forgets that the formatting.
2023-01-12 01:54:02 -07:00
mrSkortch
2c54802861 Assorted Fixes
ADDED: coalitionId to databases for everything placed in the editor.
FIXED: Bug in getUnitesByAttribute not working when passed a type value
FIXED: Bug in getGroupsByAttribute not working when passed a type value
ADDED: getDeadMapObjectsFromPoint function
MODIFIED: getDeadObjsInZones to call getDeadMapObjectsFromPoint
FIXED: getPointOnSegment doing math on the wrong value
FIXED: getWindBearingAndVel using the wrong math function
ADDED: mist.pointInZone function. Is passed a point and a zone or a zone name.
ADDED: echo to logger class. When called this will print a message to the DCS.log file and display a message via trigger.action.outText for 30 seconds.
2022-07-04 16:39:23 -06:00
mrSkortch
a13abdd0e6 Build 4.5.110: Bug fixes
FIXED: Error in databases caused by respawning static objects via mist.dynAddStatic. DB updater was adding a new groupName entry for the static object instead of inheriting it from the missing editor. If the groupName didn't match the unitName then the problem occurred.
FIXED: Loading mistSetting value for dbLog
FIXED: Error in segmentIntersect function. Correctly to return vec2 table rather than entries 2 and 3 being the x, y values
FIXED: Typo in getWindBearingAndVel function
FIXED: locality bug in mist.marker.add where the passed coordinates were still referenced and converted to vec3
2022-04-15 21:26:31 -06:00
mrSkortch
3654aa9a88 Added isExist() to a number of functions
Added isExist() to a number of scripting functions to counteract a bug in DCS due to objects returning when they shouldn't.
2022-03-19 18:05:47 -06:00
mrSkortch
9e38ae5087 Revert display to v4
Reverting message display to v4 of function.
2022-03-07 02:54:50 -07:00
mrSkortch
eb0d16b556 Messages hotfix 2
FIXED: But related to sound files not playing if there was no text message updates.
FIXED: typo in getUnitsByAttribute
FIXED: typo in getGroupsByAttribute
2022-03-07 02:16:51 -07:00
31 changed files with 30058 additions and 19465 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,34 @@
const = const =
{ {
["nato"] =
{
["a"] = "alpha",
["c"] = "charlie",
["b"] = "bravo",
["e"] = "echo",
["d"] = "delta",
["g"] = "golf",
["f"] = "foxtrot",
["i"] = "india",
["h"] = "hotel",
["k"] = "kilo",
["j"] = "juliett",
["m"] = "mike",
["l"] = "lima",
["o"] = "oscar",
["n"] = "november",
["q"] = "quebec",
["p"] = "papa",
["s"] = "sierra",
["r"] = "romeo",
["u"] = "uniform",
["t"] = "tango",
["w"] = "whiskey",
["v"] = "victor",
["y"] = "yankee",
["x"] = "xray",
["z"] = "zulu",
}, -- end of ["nato"]
["shapeNames"] = ["shapeNames"] =
{ {
["Landmine"] = "landmine", ["Landmine"] = "landmine",

View File

@ -1,150 +1,12 @@
deadObjects = deadObjects =
{ {
[16782592] = [16784128] =
{ {
["objectPos"] = ["objectPos"] =
{ {
["y"] = 11.75361563721, ["y"] = 12.058506043836,
["x"] = -292856.39553252, ["x"] = -293009.56073812,
["z"] = 654542.61205442, ["z"] = 654701.4937709,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654545.71428571,
["x"] = -292842.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16782592,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs1",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292842.85714286,
["y"] = 654545.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 27,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 11.754341371009,
["x"] = -292856.19491841,
["z"] = 654542.5822736,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16782592,
}, -- end of ["object"]
}, -- end of [16782592]
[16782848] =
{
["objectPos"] =
{
["y"] = 11.829393615855,
["x"] = -292900.70531913,
["z"] = 654582.31756955,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654585.71428571,
["x"] = -292882.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16782848,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs2",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292882.85714286,
["y"] = 654585.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 28,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 11.835539878247,
["x"] = -292898.99755273,
["z"] = 654582.04906262,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16782848,
}, -- end of ["object"]
}, -- end of [16782848]
[16783104] =
{
["objectPos"] =
{
["y"] = 11.923311694265,
["x"] = -292943.35378497,
["z"] = 654623.45115955,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654625.71428571,
["x"] = -292922.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16783104,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs3",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292922.85714286,
["y"] = 654625.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 29,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 11.931074299111,
["x"] = -292941.20047403,
["z"] = 654623.11353253,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16783104,
}, -- end of ["object"]
}, -- end of [16783104]
[16783616] =
{
["objectPos"] =
{
["y"] = 12.057971873824,
["x"] = -293013.37808746,
["z"] = 654700.95592945,
}, -- end of ["objectPos"] }, -- end of ["objectPos"]
["objectType"] = "vehicle", ["objectType"] = "vehicle",
["objectData"] = ["objectData"] =
@ -154,29 +16,175 @@ deadObjects =
["y"] = 654705.71428571, ["y"] = 654705.71428571,
["x"] = -293002.85714286, ["x"] = -293002.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16784128,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs5",
["heading"] = -1.7994767003775,
["dbNum"] = 66,
["groupId"] = 13,
["groupName"] = "RuBTRs",
["coalition"] = "red",
["countryId"] = 0,
["x"] = -293002.85714286,
["unitId"] = 31,
["country"] = "russia",
["type"] = "BTR-80",
["playerCanDrive"] = true,
["y"] = 654705.71428571,
["pos"] =
{
["y"] = 12.058476713064,
["x"] = -293009.35827146,
["z"] = 654701.52232138,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16784128,
}, -- end of ["object"]
}, -- end of [16784128]
[16783360] =
{
["objectPos"] =
{
["y"] = 11.939120905071,
["x"] = -292882.84549677,
["z"] = 654585.68481828,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654585.71428571,
["x"] = -292882.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16783360,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs2",
["heading"] = -1.7994767003775,
["dbNum"] = 63,
["groupId"] = 13,
["groupName"] = "RuBTRs",
["coalition"] = "red",
["countryId"] = 0,
["x"] = -292882.85714286,
["unitId"] = 28,
["country"] = "russia",
["type"] = "BTR-80",
["playerCanDrive"] = true,
["y"] = 654585.71428571,
["pos"] =
{
["y"] = 11.939120905071,
["x"] = -292882.84549201,
["z"] = 654585.68482559,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16783360,
}, -- end of ["object"]
}, -- end of [16783360]
[16784384] =
{
["objectPos"] =
{
["y"] = 12.101372694857,
["x"] = -293042.84375775,
["z"] = 654745.68635983,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654745.71428571,
["x"] = -293042.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16784384,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs6",
["heading"] = -1.7994767003775,
["dbNum"] = 67,
["groupId"] = 13,
["groupName"] = "RuBTRs",
["coalition"] = "red",
["countryId"] = 0,
["x"] = -293042.85714286,
["unitId"] = 32,
["country"] = "russia",
["type"] = "BTR-80",
["playerCanDrive"] = true,
["y"] = 654745.71428571,
["pos"] =
{
["y"] = 12.101372694741,
["x"] = -293042.84375943,
["z"] = 654745.68637548,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16784384,
}, -- end of ["object"]
}, -- end of [16784384]
[16783616] =
{
["objectPos"] =
{
["y"] = 11.767033484092,
["x"] = -292961.34212805,
["z"] = 654613.416917,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654625.71428571,
["x"] = -292922.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average", ["skill"] = "Average",
["unit"] = ["unit"] =
{ {
["id_"] = 16783616, ["id_"] = 16783616,
}, -- end of ["unit"] }, -- end of ["unit"]
["category"] = "vehicle", ["category"] = "vehicle",
["unitName"] = "RuBTRs5", ["unitName"] = "RuBTRs3",
["type"] = "BTR-80", ["heading"] = -1.7994767003775,
["dbNum"] = 64,
["groupId"] = 13, ["groupId"] = 13,
["groupName"] = "RuBTRs", ["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red", ["coalition"] = "red",
["x"] = -293002.85714286, ["countryId"] = 0,
["y"] = 654705.71428571, ["x"] = -292922.85714286,
["heading"] = -1.7994767003775, ["unitId"] = 29,
["unitId"] = 31,
["playerCanDrive"] = true,
["country"] = "russia", ["country"] = "russia",
["type"] = "BTR-80",
["playerCanDrive"] = true,
["y"] = 654625.71428571,
["pos"] = ["pos"] =
{ {
["y"] = 12.057955079325, ["y"] = 11.77412405724,
["x"] = -293012.83464525, ["x"] = -292960.22570373,
["z"] = 654701.02104299, ["z"] = 654613.66784073,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of ["objectData"] }, -- end of ["objectData"]
["object"] = ["object"] =
@ -184,4 +192,100 @@ deadObjects =
["id_"] = 16783616, ["id_"] = 16783616,
}, -- end of ["object"] }, -- end of ["object"]
}, -- end of [16783616] }, -- end of [16783616]
[16783872] =
{
["objectPos"] =
{
["y"] = 11.907341947375,
["x"] = -292992.45904644,
["z"] = 654653.41174751,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654665.71428571,
["x"] = -292962.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16783872,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs4",
["heading"] = -1.7994767003775,
["dbNum"] = 65,
["groupId"] = 13,
["groupName"] = "RuBTRs",
["coalition"] = "red",
["countryId"] = 0,
["x"] = -292962.85714286,
["unitId"] = 30,
["country"] = "russia",
["type"] = "BTR-80",
["playerCanDrive"] = true,
["y"] = 654665.71428571,
["pos"] =
{
["y"] = 11.924408832715,
["x"] = -292990.14129259,
["z"] = 654654.2600714,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16783872,
}, -- end of ["object"]
}, -- end of [16783872]
[16783104] =
{
["objectPos"] =
{
["y"] = 11.778865118947,
["x"] = -292849.6344168,
["z"] = 654541.5369535,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654545.71428571,
["x"] = -292842.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16783104,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs1",
["heading"] = -1.7994767003775,
["dbNum"] = 62,
["groupId"] = 13,
["groupName"] = "RuBTRs",
["coalition"] = "red",
["countryId"] = 0,
["x"] = -292842.85714286,
["unitId"] = 27,
["country"] = "russia",
["type"] = "BTR-80",
["playerCanDrive"] = true,
["y"] = 654545.71428571,
["pos"] =
{
["y"] = 11.786822795431,
["x"] = -292848.27535545,
["z"] = 654541.74244488,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16783104,
}, -- end of ["object"]
}, -- end of [16783104]
} -- end of deadObjects } -- end of deadObjects

View File

@ -8,85 +8,91 @@ drawingByName =
["layer"] = "Author", ["layer"] = "Author",
["closed"] = false, ["closed"] = false,
["thickness"] = 8, ["thickness"] = 8,
["lineMode"] = "segments", ["colorString"] = "0x0000ffff",
["style"] = "solid", ["style"] = "solid",
["layerName"] = "Author", ["lineMode"] = "segments",
["name"] = "Blue Line", ["mapX"] = -91302.340018104,
["points"] = ["points"] =
{ {
[1] = [1] =
{ {
["y"] = 653204.31828899, ["y"] = 653204.32,
["x"] = -91302.340018104, ["x"] = -91302.34,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 723491.4290735, ["y"] = 723491.43,
["x"] = -90143.761268909, ["x"] = -90143.76,
}, -- end of [2] }, -- end of [2]
[3] = [3] =
{ {
["y"] = 725036.2007391, ["y"] = 725036.2,
["x"] = -129921.63165795, ["x"] = -129921.63,
}, -- end of [3] }, -- end of [3]
[4] = [4] =
{ {
["y"] = 669810.61369412, ["y"] = 669810.61,
["x"] = -127604.47415956, ["x"] = -127604.47,
}, -- end of [4] }, -- end of [4]
[5] = [5] =
{ {
["y"] = 707271.32658477, ["y"] = 707271.33,
["x"] = -161203.25788622, ["x"] = -161203.26,
}, -- end of [5] }, -- end of [5]
}, -- end of ["points"] }, -- end of ["points"]
["mapX"] = -91302.340018104, ["name"] = "Blue Line",
["colorString"] = "0x0000ffff", ["layerName"] = "Author",
}, -- end of ["Blue Line"] }, -- end of ["Blue Line"]
["Text Box 1"] = ["Text Box 1"] =
{ {
["visible"] = true, ["visible"] = true,
["fontSize"] = 24, ["borderThickness"] = 4,
["mapY"] = 821584.42983871, ["mapY"] = 821584.42983871,
["primitiveType"] = "TextBox", ["layerName"] = "Author",
["layer"] = "Author", ["layer"] = "Author",
["font"] = "DejaVuLGCSansCondensed.ttf", ["fontSize"] = 24,
["mapX"] = -217973.61659679, ["primitiveType"] = "TextBox",
["colorString"] = "0x004040ff", ["colorString"] = "0x004040ff",
["name"] = "Text Box 1", ["name"] = "Text Box 1",
["angle"] = 0,
["text"] = "Objective HERE",
["fillColorString"] = "0x00000080", ["fillColorString"] = "0x00000080",
["borderThickness"] = 4, ["text"] = "Objective HERE",
["layerName"] = "Author", ["angle"] = 0,
["mapX"] = -217973.61659679,
["font"] = "DejaVuLGCSansCondensed.ttf",
}, -- end of ["Text Box 1"] }, -- end of ["Text Box 1"]
["Red Line"] = ["Red Line"] =
{ {
["visible"] = true, ["visible"] = true,
["mapY"] = 624626.04247551, ["hiddenOnPlanner"] = false,
["mapY"] = 687961.68076485,
["primitiveType"] = "Line", ["primitiveType"] = "Line",
["layer"] = "Author", ["layer"] = "Author",
["closed"] = false, ["closed"] = false,
["thickness"] = 8, ["thickness"] = 8,
["lineMode"] = "segment", ["colorString"] = "0xff0000ff",
["style"] = "solid", ["style"] = "solid",
["layerName"] = "Author", ["lineMode"] = "segments",
["name"] = "Red Line", ["mapX"] = -129535.43874155,
["points"] = ["points"] =
{ {
[1] = [1] =
{ {
["y"] = 624626.04247551, ["y"] = 687961.68,
["x"] = -35304.367140331, ["x"] = -129535.44,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 650887.1607906, ["y"] = 687961.68,
["x"] = -87440.410854119, ["x"] = -129535.44,
}, -- end of [2] }, -- end of [2]
[3] =
{
["y"] = 686803.1,
["x"] = -126832.09,
}, -- end of [3]
}, -- end of ["points"] }, -- end of ["points"]
["mapX"] = -35304.367140331, ["name"] = "Red Line",
["colorString"] = "0xff0000ff", ["layerName"] = "Author",
}, -- end of ["Red Line"] }, -- end of ["Red Line"]
["ellipse"] = ["ellipse"] =
{ {
@ -95,138 +101,138 @@ drawingByName =
{ {
[1] = [1] =
{ {
["y"] = 830250.78116076, ["y"] = 830250.78,
["x"] = 11345.221862616, ["x"] = 11345.22,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 830744.08029641, ["y"] = 830744.08,
["x"] = 5911.6635979767, ["x"] = 5911.66,
}, -- end of [2] }, -- end of [2]
[3] = [3] =
{ {
["y"] = 829981.52257348, ["y"] = 829981.52,
["x"] = -2199.1070035738, ["x"] = -2199.11,
}, -- end of [3] }, -- end of [3]
[4] = [4] =
{ {
["y"] = 828015.0750406, ["y"] = 828015.08,
["x"] = -12434.354329222, ["x"] = -12434.35,
}, -- end of [4] }, -- end of [4]
[5] = [5] =
{ {
["y"] = 824978.74784743, ["y"] = 824978.75,
["x"] = -24096.563188272, ["x"] = -24096.56,
}, -- end of [5] }, -- end of [5]
[6] = [6] =
{ {
["y"] = 821079.46167442, ["y"] = 821079.46,
["x"] = -36390.973319689, ["x"] = -36390.97,
}, -- end of [6] }, -- end of [6]
[7] = [7] =
{ {
["y"] = 816582.94643038, ["y"] = 816582.95,
["x"] = -48479.740990492, ["x"] = -48479.74,
}, -- end of [7] }, -- end of [7]
[8] = [8] =
{ {
["y"] = 811795.63219835, ["y"] = 811795.63,
["x"] = -59539.036661549, ["x"] = -59539.04,
}, -- end of [8] }, -- end of [8]
[9] = [9] =
{ {
["y"] = 807043.76653182, ["y"] = 807043.77,
["x"] = -68815.187609226, ["x"] = -68815.19,
}, -- end of [9] }, -- end of [9]
[10] = [10] =
{ {
["y"] = 802651.18122316, ["y"] = 802651.18,
["x"] = -75676.039476005, ["x"] = -75676.04,
}, -- end of [10] }, -- end of [10]
[11] = [11] =
{ {
["y"] = 798917.22370205, ["y"] = 798917.22,
["x"] = -79654.036545258, ["x"] = -79654.04,
}, -- end of [11] }, -- end of [11]
[12] = [12] =
{ {
["y"] = 796096.35700289, ["y"] = 796096.36,
["x"] = -80478.084890666, ["x"] = -80478.08,
}, -- end of [12] }, -- end of [12]
[13] = [13] =
{ {
["y"] = 794380.81852954, ["y"] = 794380.82,
["x"] = -78092.026979294, ["x"] = -78092.03,
}, -- end of [13] }, -- end of [13]
[14] = [14] =
{ {
["y"] = 793887.51939389, ["y"] = 793887.52,
["x"] = -72658.468714655, ["x"] = -72658.47,
}, -- end of [14] }, -- end of [14]
[15] = [15] =
{ {
["y"] = 794650.07711682, ["y"] = 794650.08,
["x"] = -64547.698113104, ["x"] = -64547.7,
}, -- end of [15] }, -- end of [15]
[16] = [16] =
{ {
["y"] = 796616.5246497, ["y"] = 796616.52,
["x"] = -54312.450787456, ["x"] = -54312.45,
}, -- end of [16] }, -- end of [16]
[17] = [17] =
{ {
["y"] = 799652.85184287, ["y"] = 799652.85,
["x"] = -42650.241928406, ["x"] = -42650.24,
}, -- end of [17] }, -- end of [17]
[18] = [18] =
{ {
["y"] = 803552.13801588, ["y"] = 803552.14,
["x"] = -30355.831796989, ["x"] = -30355.83,
}, -- end of [18] }, -- end of [18]
[19] = [19] =
{ {
["y"] = 808048.65325992, ["y"] = 808048.65,
["x"] = -18267.064126186, ["x"] = -18267.06,
}, -- end of [19] }, -- end of [19]
[20] = [20] =
{ {
["y"] = 812835.96749195, ["y"] = 812835.97,
["x"] = -7207.7684551292, ["x"] = -7207.77,
}, -- end of [20] }, -- end of [20]
[21] = [21] =
{ {
["y"] = 817587.83315848, ["y"] = 817587.83,
["x"] = 2068.3824925484, ["x"] = 2068.38,
}, -- end of [21] }, -- end of [21]
[22] = [22] =
{ {
["y"] = 821980.41846714, ["y"] = 821980.42,
["x"] = 8929.234359327, ["x"] = 8929.23,
}, -- end of [22] }, -- end of [22]
[23] = [23] =
{ {
["y"] = 825714.37598825, ["y"] = 825714.38,
["x"] = 12907.23142858, ["x"] = 12907.23,
}, -- end of [23] }, -- end of [23]
[24] = [24] =
{ {
["y"] = 828535.24268741, ["y"] = 828535.24,
["x"] = 13731.279773988, ["x"] = 13731.28,
}, -- end of [24] }, -- end of [24]
}, -- end of ["points"] }, -- end of ["points"]
["layer"] = "Author", ["layer"] = "Author",
["r1"] = 49818.886215397, ["primitiveType"] = "Polygon",
["mapY"] = 812315.79984515, ["mapY"] = 812315.79984515,
["layerName"] = "Author", ["layerName"] = "Author",
["name"] = "ellipse", ["style"] = "solid",
["fillColorString"] = "0xffffff80", ["angle"] = 19,
["thickness"] = 8, ["thickness"] = 8,
["polygonMode"] = "oval", ["polygonMode"] = "oval",
["style"] = "solid", ["name"] = "ellipse",
["colorString"] = "0x008000ff",
["mapX"] = -33373.402558339, ["mapX"] = -33373.402558339,
["angle"] = 19, ["colorString"] = "0x008000ff",
["r1"] = 49818.886215397,
["r2"] = 9268.6299935624, ["r2"] = 9268.6299935624,
["primitiveType"] = "Polygon", ["fillColorString"] = "0xffffff80",
}, -- end of ["ellipse"] }, -- end of ["ellipse"]
} -- end of drawingByName } -- end of drawingByName

View File

@ -11,28 +11,28 @@ drawingIndexed =
["thickness"] = 8, ["thickness"] = 8,
["colorString"] = "0xff0000ff", ["colorString"] = "0xff0000ff",
["style"] = "solid", ["style"] = "solid",
["layerName"] = "Author", ["lineMode"] = "segments",
["name"] = "Red Line", ["mapX"] = -129535.43874155,
["points"] = ["points"] =
{ {
[1] = [1] =
{ {
["y"] = 687961.68076485, ["y"] = 687961.68,
["x"] = -129535.43874155, ["x"] = -129535.44,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 687961.68076485, ["y"] = 687961.68,
["x"] = -129535.43874155, ["x"] = -129535.44,
}, -- end of [2] }, -- end of [2]
[3] = [3] =
{ {
["y"] = 686803.10201565, ["y"] = 686803.1,
["x"] = -126832.08832676, ["x"] = -126832.09,
}, -- end of [3] }, -- end of [3]
}, -- end of ["points"] }, -- end of ["points"]
["mapX"] = -129535.43874155, ["name"] = "Red Line",
["lineMode"] = "segments", ["layerName"] = "Author",
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
@ -42,25 +42,25 @@ drawingIndexed =
["layer"] = "Author", ["layer"] = "Author",
["closed"] = false, ["closed"] = false,
["thickness"] = 8, ["thickness"] = 8,
["lineMode"] = "segment", ["colorString"] = "0xff0000ff",
["style"] = "solid", ["style"] = "solid",
["layerName"] = "Author", ["lineMode"] = "segment",
["name"] = "Red Line", ["mapX"] = -35304.367140331,
["points"] = ["points"] =
{ {
[1] = [1] =
{ {
["y"] = 624626.04247551, ["y"] = 624626.04,
["x"] = -35304.367140331, ["x"] = -35304.37,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 650887.1607906, ["y"] = 650887.16,
["x"] = -87440.410854119, ["x"] = -87440.41,
}, -- end of [2] }, -- end of [2]
}, -- end of ["points"] }, -- end of ["points"]
["mapX"] = -35304.367140331, ["name"] = "Red Line",
["colorString"] = "0xff0000ff", ["layerName"] = "Author",
}, -- end of [2] }, -- end of [2]
[3] = [3] =
{ {
@ -70,40 +70,40 @@ drawingIndexed =
["layer"] = "Author", ["layer"] = "Author",
["closed"] = false, ["closed"] = false,
["thickness"] = 8, ["thickness"] = 8,
["lineMode"] = "segments", ["colorString"] = "0x0000ffff",
["style"] = "solid", ["style"] = "solid",
["layerName"] = "Author", ["lineMode"] = "segments",
["name"] = "Blue Line", ["mapX"] = -91302.340018104,
["points"] = ["points"] =
{ {
[1] = [1] =
{ {
["y"] = 653204.31828899, ["y"] = 653204.32,
["x"] = -91302.340018104, ["x"] = -91302.34,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 723491.4290735, ["y"] = 723491.43,
["x"] = -90143.761268909, ["x"] = -90143.76,
}, -- end of [2] }, -- end of [2]
[3] = [3] =
{ {
["y"] = 725036.2007391, ["y"] = 725036.2,
["x"] = -129921.63165795, ["x"] = -129921.63,
}, -- end of [3] }, -- end of [3]
[4] = [4] =
{ {
["y"] = 669810.61369412, ["y"] = 669810.61,
["x"] = -127604.47415956, ["x"] = -127604.47,
}, -- end of [4] }, -- end of [4]
[5] = [5] =
{ {
["y"] = 707271.32658477, ["y"] = 707271.33,
["x"] = -161203.25788622, ["x"] = -161203.26,
}, -- end of [5] }, -- end of [5]
}, -- end of ["points"] }, -- end of ["points"]
["mapX"] = -91302.340018104, ["name"] = "Blue Line",
["colorString"] = "0x0000ffff", ["layerName"] = "Author",
}, -- end of [3] }, -- end of [3]
[4] = [4] =
{ {
@ -112,155 +112,155 @@ drawingIndexed =
{ {
[1] = [1] =
{ {
["y"] = 830250.78116076, ["y"] = 830250.78,
["x"] = 11345.221862616, ["x"] = 11345.22,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 830744.08029641, ["y"] = 830744.08,
["x"] = 5911.6635979767, ["x"] = 5911.66,
}, -- end of [2] }, -- end of [2]
[3] = [3] =
{ {
["y"] = 829981.52257348, ["y"] = 829981.52,
["x"] = -2199.1070035738, ["x"] = -2199.11,
}, -- end of [3] }, -- end of [3]
[4] = [4] =
{ {
["y"] = 828015.0750406, ["y"] = 828015.08,
["x"] = -12434.354329222, ["x"] = -12434.35,
}, -- end of [4] }, -- end of [4]
[5] = [5] =
{ {
["y"] = 824978.74784743, ["y"] = 824978.75,
["x"] = -24096.563188272, ["x"] = -24096.56,
}, -- end of [5] }, -- end of [5]
[6] = [6] =
{ {
["y"] = 821079.46167442, ["y"] = 821079.46,
["x"] = -36390.973319689, ["x"] = -36390.97,
}, -- end of [6] }, -- end of [6]
[7] = [7] =
{ {
["y"] = 816582.94643038, ["y"] = 816582.95,
["x"] = -48479.740990492, ["x"] = -48479.74,
}, -- end of [7] }, -- end of [7]
[8] = [8] =
{ {
["y"] = 811795.63219835, ["y"] = 811795.63,
["x"] = -59539.036661549, ["x"] = -59539.04,
}, -- end of [8] }, -- end of [8]
[9] = [9] =
{ {
["y"] = 807043.76653182, ["y"] = 807043.77,
["x"] = -68815.187609226, ["x"] = -68815.19,
}, -- end of [9] }, -- end of [9]
[10] = [10] =
{ {
["y"] = 802651.18122316, ["y"] = 802651.18,
["x"] = -75676.039476005, ["x"] = -75676.04,
}, -- end of [10] }, -- end of [10]
[11] = [11] =
{ {
["y"] = 798917.22370205, ["y"] = 798917.22,
["x"] = -79654.036545258, ["x"] = -79654.04,
}, -- end of [11] }, -- end of [11]
[12] = [12] =
{ {
["y"] = 796096.35700289, ["y"] = 796096.36,
["x"] = -80478.084890666, ["x"] = -80478.08,
}, -- end of [12] }, -- end of [12]
[13] = [13] =
{ {
["y"] = 794380.81852954, ["y"] = 794380.82,
["x"] = -78092.026979294, ["x"] = -78092.03,
}, -- end of [13] }, -- end of [13]
[14] = [14] =
{ {
["y"] = 793887.51939389, ["y"] = 793887.52,
["x"] = -72658.468714655, ["x"] = -72658.47,
}, -- end of [14] }, -- end of [14]
[15] = [15] =
{ {
["y"] = 794650.07711682, ["y"] = 794650.08,
["x"] = -64547.698113104, ["x"] = -64547.7,
}, -- end of [15] }, -- end of [15]
[16] = [16] =
{ {
["y"] = 796616.5246497, ["y"] = 796616.52,
["x"] = -54312.450787456, ["x"] = -54312.45,
}, -- end of [16] }, -- end of [16]
[17] = [17] =
{ {
["y"] = 799652.85184287, ["y"] = 799652.85,
["x"] = -42650.241928406, ["x"] = -42650.24,
}, -- end of [17] }, -- end of [17]
[18] = [18] =
{ {
["y"] = 803552.13801588, ["y"] = 803552.14,
["x"] = -30355.831796989, ["x"] = -30355.83,
}, -- end of [18] }, -- end of [18]
[19] = [19] =
{ {
["y"] = 808048.65325992, ["y"] = 808048.65,
["x"] = -18267.064126186, ["x"] = -18267.06,
}, -- end of [19] }, -- end of [19]
[20] = [20] =
{ {
["y"] = 812835.96749195, ["y"] = 812835.97,
["x"] = -7207.7684551292, ["x"] = -7207.77,
}, -- end of [20] }, -- end of [20]
[21] = [21] =
{ {
["y"] = 817587.83315848, ["y"] = 817587.83,
["x"] = 2068.3824925484, ["x"] = 2068.38,
}, -- end of [21] }, -- end of [21]
[22] = [22] =
{ {
["y"] = 821980.41846714, ["y"] = 821980.42,
["x"] = 8929.234359327, ["x"] = 8929.23,
}, -- end of [22] }, -- end of [22]
[23] = [23] =
{ {
["y"] = 825714.37598825, ["y"] = 825714.38,
["x"] = 12907.23142858, ["x"] = 12907.23,
}, -- end of [23] }, -- end of [23]
[24] = [24] =
{ {
["y"] = 828535.24268741, ["y"] = 828535.24,
["x"] = 13731.279773988, ["x"] = 13731.28,
}, -- end of [24] }, -- end of [24]
}, -- end of ["points"] }, -- end of ["points"]
["layer"] = "Author", ["layer"] = "Author",
["r1"] = 49818.886215397, ["primitiveType"] = "Polygon",
["mapY"] = 812315.79984515, ["mapY"] = 812315.79984515,
["layerName"] = "Author", ["layerName"] = "Author",
["name"] = "ellipse", ["style"] = "solid",
["fillColorString"] = "0xffffff80", ["angle"] = 19,
["thickness"] = 8, ["thickness"] = 8,
["polygonMode"] = "oval", ["polygonMode"] = "oval",
["style"] = "solid", ["name"] = "ellipse",
["colorString"] = "0x008000ff",
["mapX"] = -33373.402558339, ["mapX"] = -33373.402558339,
["angle"] = 19, ["colorString"] = "0x008000ff",
["r1"] = 49818.886215397,
["r2"] = 9268.6299935624, ["r2"] = 9268.6299935624,
["primitiveType"] = "Polygon", ["fillColorString"] = "0xffffff80",
}, -- end of [4] }, -- end of [4]
[5] = [5] =
{ {
["visible"] = true, ["visible"] = true,
["fontSize"] = 24, ["borderThickness"] = 4,
["mapY"] = 821584.42983871, ["mapY"] = 821584.42983871,
["primitiveType"] = "TextBox", ["layerName"] = "Author",
["layer"] = "Author", ["layer"] = "Author",
["font"] = "DejaVuLGCSansCondensed.ttf", ["fontSize"] = 24,
["mapX"] = -217973.61659679, ["primitiveType"] = "TextBox",
["colorString"] = "0x004040ff", ["colorString"] = "0x004040ff",
["name"] = "Text Box 1", ["name"] = "Text Box 1",
["angle"] = 0,
["text"] = "Objective HERE",
["fillColorString"] = "0x00000080", ["fillColorString"] = "0x00000080",
["borderThickness"] = 4, ["text"] = "Objective HERE",
["layerName"] = "Author", ["angle"] = 0,
["mapX"] = -217973.61659679,
["font"] = "DejaVuLGCSansCondensed.ttf",
}, -- end of [5] }, -- end of [5]
} -- end of drawingIndexed } -- end of drawingIndexed

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@ humansById =
["x"] = -318142.85714286, ["x"] = -318142.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 2,
["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)", ["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
["onboard_num"] = "52", ["onboard_num"] = "52",
["category"] = "plane", ["category"] = "plane",
@ -17,16 +18,14 @@ humansById =
{ {
}, -- end of ["AddPropAircraft"] }, -- end of ["AddPropAircraft"]
["type"] = "A-10C", ["type"] = "A-10C",
["country"] = "usa", ["dbNum"] = 38,
["unitId"] = 11,
["psi"] = 0.67060113146646, ["psi"] = 0.67060113146646,
["unitName"] = "A-10C Client #1_unit", ["groupId"] = 6,
["groupName"] = "A-10C Client #1", ["groupName"] = "A-10C Client #1",
["coalition"] = "blue", ["skill"] = "Client",
["countryId"] = 2, ["countryId"] = 2,
["x"] = -318142.85714286, ["x"] = -318142.85714286,
["y"] = 636428.57142857,
["unitId"] = 11,
["heading"] = -0.67060113146646,
["callsign"] = ["callsign"] =
{ {
[1] = 3, [1] = 3,
@ -34,8 +33,11 @@ humansById =
[3] = 1, [3] = 1,
["name"] = "Uzi11", ["name"] = "Uzi11",
}, -- end of ["callsign"] }, -- end of ["callsign"]
["skill"] = "Client", ["y"] = 636428.57142857,
["groupId"] = 6, ["heading"] = -0.67060113146646,
["country"] = "usa",
["coalition"] = "blue",
["unitName"] = "A-10C Client #1_unit",
}, -- end of [11] }, -- end of [11]
[8] = [8] =
{ {
@ -46,22 +48,23 @@ humansById =
["x"] = -288142.85714286, ["x"] = -288142.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 2,
["livery_id"] = "19th Fighter SQN (AK)", ["livery_id"] = "19th Fighter SQN (AK)",
["onboard_num"] = "10", ["onboard_num"] = "10",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["AddPropAircraft"] =
{
}, -- end of ["AddPropAircraft"]
["type"] = "F-15C", ["type"] = "F-15C",
["country"] = "usa", ["dbNum"] = 36,
["unitId"] = 8,
["psi"] = 0.57883789069348, ["psi"] = 0.57883789069348,
["unitName"] = "F-15C Client #1_unit", ["groupId"] = 4,
["groupName"] = "F-15C Client #1", ["groupName"] = "F-15C Client #1",
["coalition"] = "blue", ["skill"] = "Client",
["countryId"] = 2, ["countryId"] = 2,
["x"] = -288142.85714286, ["x"] = -288142.85714286,
["y"] = 662142.85714286,
["unitId"] = 8,
["heading"] = -0.57883789069348,
["skill"] = "Client",
["callsign"] = ["callsign"] =
{ {
[1] = 2, [1] = 2,
@ -69,7 +72,11 @@ humansById =
[3] = 1, [3] = 1,
["name"] = "Springfield11", ["name"] = "Springfield11",
}, -- end of ["callsign"] }, -- end of ["callsign"]
["groupId"] = 4, ["y"] = 662142.85714286,
["heading"] = -0.57883789069348,
["country"] = "usa",
["coalition"] = "blue",
["unitName"] = "F-15C Client #1_unit",
}, -- end of [8] }, -- end of [8]
[10] = [10] =
{ {
@ -80,22 +87,23 @@ humansById =
["x"] = -287000, ["x"] = -287000,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 2,
["livery_id"] = "19th Fighter SQN (AK)", ["livery_id"] = "19th Fighter SQN (AK)",
["onboard_num"] = "10", ["onboard_num"] = "10",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["AddPropAircraft"] =
{
}, -- end of ["AddPropAircraft"]
["type"] = "F-15C", ["type"] = "F-15C",
["country"] = "usa", ["dbNum"] = 37,
["unitId"] = 10,
["psi"] = 0.57883789069348, ["psi"] = 0.57883789069348,
["unitName"] = "F-15C Client #2_unit", ["groupId"] = 5,
["groupName"] = "F-15C Client #2", ["groupName"] = "F-15C Client #2",
["coalition"] = "blue", ["skill"] = "Client",
["countryId"] = 2, ["countryId"] = 2,
["x"] = -287000, ["x"] = -287000,
["y"] = 668428.57142857,
["unitId"] = 10,
["heading"] = -0.57883789069348,
["skill"] = "Client",
["callsign"] = ["callsign"] =
{ {
[1] = 2, [1] = 2,
@ -103,7 +111,11 @@ humansById =
[3] = 1, [3] = 1,
["name"] = "Springfield11", ["name"] = "Springfield11",
}, -- end of ["callsign"] }, -- end of ["callsign"]
["groupId"] = 5, ["y"] = 668428.57142857,
["heading"] = -0.57883789069348,
["country"] = "usa",
["coalition"] = "blue",
["unitName"] = "F-15C Client #2_unit",
}, -- end of [10] }, -- end of [10]
[12] = [12] =
{ {
@ -114,6 +126,7 @@ humansById =
["x"] = -315857.14285714, ["x"] = -315857.14285714,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 2,
["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)", ["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
["onboard_num"] = "52", ["onboard_num"] = "52",
["category"] = "plane", ["category"] = "plane",
@ -122,16 +135,14 @@ humansById =
{ {
}, -- end of ["AddPropAircraft"] }, -- end of ["AddPropAircraft"]
["type"] = "A-10C", ["type"] = "A-10C",
["country"] = "usa", ["dbNum"] = 39,
["unitId"] = 12,
["psi"] = 0.66079849060746, ["psi"] = 0.66079849060746,
["unitName"] = "A-10C Client #2_unit", ["groupId"] = 7,
["groupName"] = "A-10C Client #2", ["groupName"] = "A-10C Client #2",
["coalition"] = "blue", ["skill"] = "Client",
["countryId"] = 2, ["countryId"] = 2,
["x"] = -315857.14285714, ["x"] = -315857.14285714,
["y"] = 644428.57142857,
["unitId"] = 12,
["heading"] = -0.66079849060746,
["callsign"] = ["callsign"] =
{ {
[1] = 3, [1] = 3,
@ -139,8 +150,11 @@ humansById =
[3] = 1, [3] = 1,
["name"] = "Uzi11", ["name"] = "Uzi11",
}, -- end of ["callsign"] }, -- end of ["callsign"]
["skill"] = "Client", ["y"] = 644428.57142857,
["groupId"] = 7, ["heading"] = -0.66079849060746,
["country"] = "usa",
["coalition"] = "blue",
["unitName"] = "A-10C Client #2_unit",
}, -- end of [12] }, -- end of [12]
[48] = [48] =
{ {
@ -151,24 +165,26 @@ humansById =
["x"] = -250265.71428571, ["x"] = -250265.71428571,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 1,
["livery_id"] = "279th kiap 1st squad navy", ["livery_id"] = "279th kiap 1st squad navy",
["onboard_num"] = "054", ["onboard_num"] = "054",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["type"] = "Su-33", ["type"] = "Su-33",
["country"] = "russia", ["dbNum"] = 74,
["unitId"] = 48,
["psi"] = 0, ["psi"] = 0,
["unitName"] = "Su-33 Client #3Unit", ["groupId"] = 20,
["groupName"] = "Su-33 Client #1", ["groupName"] = "Su-33 Client #1",
["coalition"] = "red", ["skill"] = "Client",
["countryId"] = 0, ["countryId"] = 0,
["x"] = -250265.71428571, ["x"] = -250265.71428571,
["y"] = 590471.42857142,
["unitId"] = 48,
["heading"] = 0,
["skill"] = "Client",
["callsign"] = 106, ["callsign"] = 106,
["groupId"] = 20, ["y"] = 590471.42857142,
["heading"] = 0,
["country"] = "russia",
["coalition"] = "red",
["unitName"] = "Su-33 Client #3Unit",
}, -- end of [48] }, -- end of [48]
[42] = [42] =
{ {
@ -179,24 +195,26 @@ humansById =
["x"] = -250185.71428571, ["x"] = -250185.71428571,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 1,
["livery_id"] = "279th kiap 1st squad navy", ["livery_id"] = "279th kiap 1st squad navy",
["onboard_num"] = "53", ["onboard_num"] = "53",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["type"] = "Su-33", ["type"] = "Su-33",
["country"] = "russia", ["dbNum"] = 72,
["unitId"] = 42,
["psi"] = 0, ["psi"] = 0,
["unitName"] = "Su-33 Client #1Unit", ["groupId"] = 20,
["groupName"] = "Su-33 Client #1", ["groupName"] = "Su-33 Client #1",
["coalition"] = "red", ["skill"] = "Client",
["countryId"] = 0, ["countryId"] = 0,
["x"] = -250185.71428571, ["x"] = -250185.71428571,
["y"] = 590391.42857142,
["unitId"] = 42,
["heading"] = 0,
["skill"] = "Client",
["callsign"] = 104, ["callsign"] = 104,
["groupId"] = 20, ["y"] = 590391.42857142,
["heading"] = 0,
["country"] = "russia",
["coalition"] = "red",
["unitName"] = "Su-33 Client #1Unit",
}, -- end of [42] }, -- end of [42]
[47] = [47] =
{ {
@ -207,23 +225,25 @@ humansById =
["x"] = -250225.71428571, ["x"] = -250225.71428571,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 1,
["livery_id"] = "279th kiap 1st squad navy", ["livery_id"] = "279th kiap 1st squad navy",
["onboard_num"] = "010", ["onboard_num"] = "010",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["type"] = "Su-33", ["type"] = "Su-33",
["country"] = "russia", ["dbNum"] = 73,
["unitId"] = 47,
["psi"] = 0, ["psi"] = 0,
["unitName"] = "Su-33 Client #2Unit", ["groupId"] = 20,
["groupName"] = "Su-33 Client #1", ["groupName"] = "Su-33 Client #1",
["coalition"] = "red", ["skill"] = "Client",
["countryId"] = 0, ["countryId"] = 0,
["x"] = -250225.71428571, ["x"] = -250225.71428571,
["y"] = 590431.42857142,
["unitId"] = 47,
["heading"] = 0,
["skill"] = "Client",
["callsign"] = 105, ["callsign"] = 105,
["groupId"] = 20, ["y"] = 590431.42857142,
["heading"] = 0,
["country"] = "russia",
["coalition"] = "red",
["unitName"] = "Su-33 Client #2Unit",
}, -- end of [47] }, -- end of [47]
} -- end of humansById } -- end of humansById

View File

@ -9,22 +9,23 @@ humansByName =
["x"] = -288142.85714286, ["x"] = -288142.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 2,
["livery_id"] = "19th Fighter SQN (AK)", ["livery_id"] = "19th Fighter SQN (AK)",
["onboard_num"] = "10", ["onboard_num"] = "10",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["AddPropAircraft"] =
{
}, -- end of ["AddPropAircraft"]
["type"] = "F-15C", ["type"] = "F-15C",
["country"] = "usa", ["dbNum"] = 36,
["unitId"] = 8,
["psi"] = 0.57883789069348, ["psi"] = 0.57883789069348,
["unitName"] = "F-15C Client #1_unit", ["groupId"] = 4,
["groupName"] = "F-15C Client #1", ["groupName"] = "F-15C Client #1",
["coalition"] = "blue", ["skill"] = "Client",
["countryId"] = 2, ["countryId"] = 2,
["x"] = -288142.85714286, ["x"] = -288142.85714286,
["y"] = 662142.85714286,
["unitId"] = 8,
["heading"] = -0.57883789069348,
["skill"] = "Client",
["callsign"] = ["callsign"] =
{ {
[1] = 2, [1] = 2,
@ -32,7 +33,11 @@ humansByName =
[3] = 1, [3] = 1,
["name"] = "Springfield11", ["name"] = "Springfield11",
}, -- end of ["callsign"] }, -- end of ["callsign"]
["groupId"] = 4, ["y"] = 662142.85714286,
["heading"] = -0.57883789069348,
["country"] = "usa",
["coalition"] = "blue",
["unitName"] = "F-15C Client #1_unit",
}, -- end of ["F-15C Client #1_unit"] }, -- end of ["F-15C Client #1_unit"]
["F-15C Client #2_unit"] = ["F-15C Client #2_unit"] =
{ {
@ -43,22 +48,23 @@ humansByName =
["x"] = -287000, ["x"] = -287000,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 2,
["livery_id"] = "19th Fighter SQN (AK)", ["livery_id"] = "19th Fighter SQN (AK)",
["onboard_num"] = "10", ["onboard_num"] = "10",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["AddPropAircraft"] =
{
}, -- end of ["AddPropAircraft"]
["type"] = "F-15C", ["type"] = "F-15C",
["country"] = "usa", ["dbNum"] = 37,
["unitId"] = 10,
["psi"] = 0.57883789069348, ["psi"] = 0.57883789069348,
["unitName"] = "F-15C Client #2_unit", ["groupId"] = 5,
["groupName"] = "F-15C Client #2", ["groupName"] = "F-15C Client #2",
["coalition"] = "blue", ["skill"] = "Client",
["countryId"] = 2, ["countryId"] = 2,
["x"] = -287000, ["x"] = -287000,
["y"] = 668428.57142857,
["unitId"] = 10,
["heading"] = -0.57883789069348,
["skill"] = "Client",
["callsign"] = ["callsign"] =
{ {
[1] = 2, [1] = 2,
@ -66,7 +72,11 @@ humansByName =
[3] = 1, [3] = 1,
["name"] = "Springfield11", ["name"] = "Springfield11",
}, -- end of ["callsign"] }, -- end of ["callsign"]
["groupId"] = 5, ["y"] = 668428.57142857,
["heading"] = -0.57883789069348,
["country"] = "usa",
["coalition"] = "blue",
["unitName"] = "F-15C Client #2_unit",
}, -- end of ["F-15C Client #2_unit"] }, -- end of ["F-15C Client #2_unit"]
["Su-33 Client #3Unit"] = ["Su-33 Client #3Unit"] =
{ {
@ -77,24 +87,26 @@ humansByName =
["x"] = -250265.71428571, ["x"] = -250265.71428571,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 1,
["livery_id"] = "279th kiap 1st squad navy", ["livery_id"] = "279th kiap 1st squad navy",
["onboard_num"] = "054", ["onboard_num"] = "054",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["type"] = "Su-33", ["type"] = "Su-33",
["country"] = "russia", ["dbNum"] = 74,
["unitId"] = 48,
["psi"] = 0, ["psi"] = 0,
["unitName"] = "Su-33 Client #3Unit", ["groupId"] = 20,
["groupName"] = "Su-33 Client #1", ["groupName"] = "Su-33 Client #1",
["coalition"] = "red", ["skill"] = "Client",
["countryId"] = 0, ["countryId"] = 0,
["x"] = -250265.71428571, ["x"] = -250265.71428571,
["y"] = 590471.42857142,
["unitId"] = 48,
["heading"] = 0,
["skill"] = "Client",
["callsign"] = 106, ["callsign"] = 106,
["groupId"] = 20, ["y"] = 590471.42857142,
["heading"] = 0,
["country"] = "russia",
["coalition"] = "red",
["unitName"] = "Su-33 Client #3Unit",
}, -- end of ["Su-33 Client #3Unit"] }, -- end of ["Su-33 Client #3Unit"]
["A-10C Client #1_unit"] = ["A-10C Client #1_unit"] =
{ {
@ -105,6 +117,7 @@ humansByName =
["x"] = -318142.85714286, ["x"] = -318142.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 2,
["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)", ["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
["onboard_num"] = "52", ["onboard_num"] = "52",
["category"] = "plane", ["category"] = "plane",
@ -113,16 +126,14 @@ humansByName =
{ {
}, -- end of ["AddPropAircraft"] }, -- end of ["AddPropAircraft"]
["type"] = "A-10C", ["type"] = "A-10C",
["country"] = "usa", ["dbNum"] = 38,
["unitId"] = 11,
["psi"] = 0.67060113146646, ["psi"] = 0.67060113146646,
["unitName"] = "A-10C Client #1_unit", ["groupId"] = 6,
["groupName"] = "A-10C Client #1", ["groupName"] = "A-10C Client #1",
["coalition"] = "blue", ["skill"] = "Client",
["countryId"] = 2, ["countryId"] = 2,
["x"] = -318142.85714286, ["x"] = -318142.85714286,
["y"] = 636428.57142857,
["unitId"] = 11,
["heading"] = -0.67060113146646,
["callsign"] = ["callsign"] =
{ {
[1] = 3, [1] = 3,
@ -130,8 +141,11 @@ humansByName =
[3] = 1, [3] = 1,
["name"] = "Uzi11", ["name"] = "Uzi11",
}, -- end of ["callsign"] }, -- end of ["callsign"]
["skill"] = "Client", ["y"] = 636428.57142857,
["groupId"] = 6, ["heading"] = -0.67060113146646,
["country"] = "usa",
["coalition"] = "blue",
["unitName"] = "A-10C Client #1_unit",
}, -- end of ["A-10C Client #1_unit"] }, -- end of ["A-10C Client #1_unit"]
["Su-33 Client #2Unit"] = ["Su-33 Client #2Unit"] =
{ {
@ -142,24 +156,26 @@ humansByName =
["x"] = -250225.71428571, ["x"] = -250225.71428571,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 1,
["livery_id"] = "279th kiap 1st squad navy", ["livery_id"] = "279th kiap 1st squad navy",
["onboard_num"] = "010", ["onboard_num"] = "010",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["type"] = "Su-33", ["type"] = "Su-33",
["country"] = "russia", ["dbNum"] = 73,
["unitId"] = 47,
["psi"] = 0, ["psi"] = 0,
["unitName"] = "Su-33 Client #2Unit", ["groupId"] = 20,
["groupName"] = "Su-33 Client #1", ["groupName"] = "Su-33 Client #1",
["coalition"] = "red", ["skill"] = "Client",
["countryId"] = 0, ["countryId"] = 0,
["x"] = -250225.71428571, ["x"] = -250225.71428571,
["y"] = 590431.42857142,
["unitId"] = 47,
["heading"] = 0,
["skill"] = "Client",
["callsign"] = 105, ["callsign"] = 105,
["groupId"] = 20, ["y"] = 590431.42857142,
["heading"] = 0,
["country"] = "russia",
["coalition"] = "red",
["unitName"] = "Su-33 Client #2Unit",
}, -- end of ["Su-33 Client #2Unit"] }, -- end of ["Su-33 Client #2Unit"]
["A-10C Client #2_unit"] = ["A-10C Client #2_unit"] =
{ {
@ -170,6 +186,7 @@ humansByName =
["x"] = -315857.14285714, ["x"] = -315857.14285714,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 2,
["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)", ["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
["onboard_num"] = "52", ["onboard_num"] = "52",
["category"] = "plane", ["category"] = "plane",
@ -178,16 +195,14 @@ humansByName =
{ {
}, -- end of ["AddPropAircraft"] }, -- end of ["AddPropAircraft"]
["type"] = "A-10C", ["type"] = "A-10C",
["country"] = "usa", ["dbNum"] = 39,
["unitId"] = 12,
["psi"] = 0.66079849060746, ["psi"] = 0.66079849060746,
["unitName"] = "A-10C Client #2_unit", ["groupId"] = 7,
["groupName"] = "A-10C Client #2", ["groupName"] = "A-10C Client #2",
["coalition"] = "blue", ["skill"] = "Client",
["countryId"] = 2, ["countryId"] = 2,
["x"] = -315857.14285714, ["x"] = -315857.14285714,
["y"] = 644428.57142857,
["unitId"] = 12,
["heading"] = -0.66079849060746,
["callsign"] = ["callsign"] =
{ {
[1] = 3, [1] = 3,
@ -195,8 +210,11 @@ humansByName =
[3] = 1, [3] = 1,
["name"] = "Uzi11", ["name"] = "Uzi11",
}, -- end of ["callsign"] }, -- end of ["callsign"]
["skill"] = "Client", ["y"] = 644428.57142857,
["groupId"] = 7, ["heading"] = -0.66079849060746,
["country"] = "usa",
["coalition"] = "blue",
["unitName"] = "A-10C Client #2_unit",
}, -- end of ["A-10C Client #2_unit"] }, -- end of ["A-10C Client #2_unit"]
["Su-33 Client #1Unit"] = ["Su-33 Client #1Unit"] =
{ {
@ -207,23 +225,25 @@ humansByName =
["x"] = -250185.71428571, ["x"] = -250185.71428571,
}, -- end of ["point"] }, -- end of ["point"]
["alt_type"] = "BARO", ["alt_type"] = "BARO",
["coalitionId"] = 1,
["livery_id"] = "279th kiap 1st squad navy", ["livery_id"] = "279th kiap 1st squad navy",
["onboard_num"] = "53", ["onboard_num"] = "53",
["category"] = "plane", ["category"] = "plane",
["speed"] = 138.88888888889, ["speed"] = 138.88888888889,
["type"] = "Su-33", ["type"] = "Su-33",
["country"] = "russia", ["dbNum"] = 72,
["unitId"] = 42,
["psi"] = 0, ["psi"] = 0,
["unitName"] = "Su-33 Client #1Unit", ["groupId"] = 20,
["groupName"] = "Su-33 Client #1", ["groupName"] = "Su-33 Client #1",
["coalition"] = "red", ["skill"] = "Client",
["countryId"] = 0, ["countryId"] = 0,
["x"] = -250185.71428571, ["x"] = -250185.71428571,
["y"] = 590391.42857142,
["unitId"] = 42,
["heading"] = 0,
["skill"] = "Client",
["callsign"] = 104, ["callsign"] = 104,
["groupId"] = 20, ["y"] = 590391.42857142,
["heading"] = 0,
["country"] = "russia",
["coalition"] = "red",
["unitName"] = "Su-33 Client #1Unit",
}, -- end of ["Su-33 Client #1Unit"] }, -- end of ["Su-33 Client #1Unit"]
} -- end of humansByName } -- end of humansByName

View File

@ -139,29 +139,52 @@ markList =
}, -- end of ["fillColor"] }, -- end of ["fillColor"]
["pos"] = ["pos"] =
{ {
["y"] = 0, ["y"] = 5.3388609886169,
["x"] = -355264.17692343, ["x"] = -296263.5,
[1] = [1] =
{ {
["y"] = 0, ["y"] = 5.3388609886169,
["x"] = -355264.17692343, ["x"] = -296263.5,
["z"] = 443853.03125, ["z"] = 642779.375,
}, -- end of [1] }, -- end of [1]
["z"] = 443853.03125, ["z"] = 642779.375,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [1004] }, -- end of [1004]
[1006] = [1006] =
{ {
["markId"] = 1006, ["markId"] = 1006,
["radius"] = 3000,
["color"] =
{
[1] = 0.9,
[2] = 0.9,
[3] = 0.9,
[4] = 0.5,
}, -- end of ["color"]
["text"] = "",
["readOnly"] = true,
["coa"] = -1,
["time"] = 2.801, ["time"] = 2.801,
["markType"] = "panel", ["markType"] = "circle",
["text"] = "Neutral : Cafe", ["lineType"] = 2,
["markScope"] = "all", ["fillColor"] =
{
[1] = 0,
[2] = 0,
[3] = 1,
[4] = 0.5,
}, -- end of ["fillColor"]
["pos"] = ["pos"] =
{ {
["y"] = 0, ["y"] = 0,
["x"] = -115514.59796101, ["x"] = -356064.0844633,
["z"] = 464123.689023, [1] =
{
["y"] = 0,
["x"] = -356064.0844633,
["z"] = 444653.03125,
}, -- end of [1]
["z"] = 444653.03125,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [1006] }, -- end of [1006]
[1008] = [1008] =
@ -169,20 +192,6 @@ markList =
["markId"] = 1008, ["markId"] = 1008,
["time"] = 2.801, ["time"] = 2.801,
["markType"] = "panel", ["markType"] = "panel",
["text"] = "Neutral : M-113",
["markScope"] = "all",
["pos"] =
{
["y"] = 0,
["x"] = -146108.63642373,
["z"] = 445199.91242668,
}, -- end of ["pos"]
}, -- end of [1008]
[1010] =
{
["markId"] = 1010,
["time"] = 2.801,
["markType"] = "panel",
["text"] = "Neutral : PERRY", ["text"] = "Neutral : PERRY",
["markScope"] = "all", ["markScope"] = "all",
["pos"] = ["pos"] =
@ -191,7 +200,35 @@ markList =
["x"] = -153426.17965693, ["x"] = -153426.17965693,
["z"] = 342754.30716193, ["z"] = 342754.30716193,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [1008]
[1010] =
{
["markId"] = 1010,
["time"] = 2.801,
["markType"] = "panel",
["text"] = "Neutral : M-113",
["markScope"] = "all",
["pos"] =
{
["y"] = 0,
["x"] = -146108.63642373,
["z"] = 445199.91242668,
}, -- end of ["pos"]
}, -- end of [1010] }, -- end of [1010]
[1012] =
{
["markId"] = 1012,
["time"] = 2.801,
["markType"] = "panel",
["text"] = "Neutral : CH-47D",
["markScope"] = "all",
["pos"] =
{
["y"] = 0,
["x"] = -158700.87914814,
["z"] = 404406.46136648,
}, -- end of ["pos"]
}, -- end of [1012]
[1001] = [1001] =
{ {
["markId"] = 1001, ["markId"] = 1001,
@ -293,19 +330,56 @@ markList =
["pos"] = ["pos"] =
{ {
["y"] = 0, ["y"] = 0,
["x"] = -356063.91153006, ["x"] = -355263.7340858,
[1] = [1] =
{ {
["y"] = 0, ["y"] = 0,
["x"] = -356063.91153006, ["x"] = -355263.7340858,
["z"] = 444653.03125, ["z"] = 443853.03125,
}, -- end of [1] }, -- end of [1]
["z"] = 444653.03125, ["z"] = 443853.03125,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [1005] }, -- end of [1005]
[1007] = [1007] =
{ {
["markId"] = 1007, ["markId"] = 1007,
["radius"] = 3000,
["color"] =
{
[1] = 0.9,
[2] = 0.9,
[3] = 0.9,
[4] = 0.5,
}, -- end of ["color"]
["text"] = "",
["readOnly"] = true,
["coa"] = -1,
["time"] = 2.801,
["markType"] = "circle",
["lineType"] = 2,
["fillColor"] =
{
[1] = 0,
[2] = 0,
[3] = 1,
[4] = 0.5,
}, -- end of ["fillColor"]
["pos"] =
{
["y"] = 0,
["x"] = -245516.75906149,
[1] =
{
["y"] = 0,
["x"] = -245516.75906149,
["z"] = 386006.78022955,
}, -- end of [1]
["z"] = 386006.78022955,
}, -- end of ["pos"]
}, -- end of [1007]
[1009] =
{
["markId"] = 1009,
["time"] = 2.801, ["time"] = 2.801,
["markType"] = "panel", ["markType"] = "panel",
["text"] = "Neutral : FA-18C_hornet", ["text"] = "Neutral : FA-18C_hornet",
@ -316,19 +390,19 @@ markList =
["x"] = -198551.02959497, ["x"] = -198551.02959497,
["z"] = 319582.08692347, ["z"] = 319582.08692347,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [1007] }, -- end of [1009]
[1009] = [1011] =
{ {
["markId"] = 1009, ["markId"] = 1011,
["time"] = 2.801, ["time"] = 2.801,
["markType"] = "panel", ["markType"] = "panel",
["text"] = "Neutral : CH-47D", ["text"] = "Neutral : Cafe",
["markScope"] = "all", ["markScope"] = "all",
["pos"] = ["pos"] =
{ {
["y"] = 0, ["y"] = 0,
["x"] = -158700.87914814, ["x"] = -115514.59796101,
["z"] = 404406.46136648, ["z"] = 464123.689023,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [1009] }, -- end of [1011]
} -- end of markList } -- end of markList

View File

@ -1,6 +1,12 @@
missionData = missionData =
{ {
["version"] = 20, ["version"] = 22,
["countries"] =
{
["australia"] = "neutral",
["russia"] = "red",
["usa"] = "blue",
}, -- end of ["countries"]
["files"] = ["files"] =
{ {
}, -- end of ["files"] }, -- end of ["files"]

View File

@ -8,7 +8,7 @@ navPoints =
[1] = [1] =
{ {
["y"] = 643248.57142856, ["y"] = 643248.57142856,
["x"] = -242471.42857143, ["type"] = "Default",
["name"] = "KB1NW", ["name"] = "KB1NW",
["callsignStr"] = "KB1NW", ["callsignStr"] = "KB1NW",
["id"] = 3, ["id"] = 3,
@ -26,11 +26,12 @@ navPoints =
["x"] = -242471.42857143, ["x"] = -242471.42857143,
["z"] = 643248.57142856, ["z"] = 643248.57142856,
}, -- end of ["point"] }, -- end of ["point"]
["x"] = -242471.42857143,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 663781.15649176, ["y"] = 663781.15649176,
["x"] = -260714.32122958, ["type"] = "Default",
["name"] = "KB1SE", ["name"] = "KB1SE",
["callsignStr"] = "KB1SE", ["callsignStr"] = "KB1SE",
["id"] = 4, ["id"] = 4,
@ -48,11 +49,12 @@ navPoints =
["x"] = -260714.32122958, ["x"] = -260714.32122958,
["z"] = 663781.15649176, ["z"] = 663781.15649176,
}, -- end of ["point"] }, -- end of ["point"]
["x"] = -260714.32122958,
}, -- end of [2] }, -- end of [2]
[3] = [3] =
{ {
["y"] = 643534.28571428, ["y"] = 643534.28571428,
["x"] = -257900, ["type"] = "Default",
["name"] = "KB1SW", ["name"] = "KB1SW",
["callsignStr"] = "KB1SW", ["callsignStr"] = "KB1SW",
["id"] = 5, ["id"] = 5,
@ -70,11 +72,12 @@ navPoints =
["x"] = -257900, ["x"] = -257900,
["z"] = 643534.28571428, ["z"] = 643534.28571428,
}, -- end of ["point"] }, -- end of ["point"]
["x"] = -257900,
}, -- end of [3] }, -- end of [3]
[4] = [4] =
{ {
["y"] = 660970.8133815, ["y"] = 660970.8133815,
["x"] = -244130.95830016, ["type"] = "Default",
["name"] = "KB1NE", ["name"] = "KB1NE",
["callsignStr"] = "KB1NE", ["callsignStr"] = "KB1NE",
["id"] = 6, ["id"] = 6,
@ -92,13 +95,18 @@ navPoints =
["x"] = -244130.95830016, ["x"] = -244130.95830016,
["z"] = 660970.8133815, ["z"] = 660970.8133815,
}, -- end of ["point"] }, -- end of ["point"]
["x"] = -244130.95830016,
}, -- end of [4] }, -- end of [4]
[5] = [5] =
{ {
["y"] = 625534.28571428, ["type"] = "Default",
["point"] =
{
["y"] = 0,
["x"] = -309328.57142857, ["x"] = -309328.57142857,
["name"] = "MAZDA", ["z"] = 625534.28571428,
["callsignStr"] = "MAZDA", }, -- end of ["point"]
["callsign"] = 4,
["id"] = 7, ["id"] = 7,
["properties"] = ["properties"] =
{ {
@ -108,20 +116,21 @@ navPoints =
["vangle"] = 0, ["vangle"] = 0,
["steer"] = 2, ["steer"] = 2,
}, -- end of ["properties"] }, -- end of ["properties"]
["point"] = ["y"] = 625534.28571428,
{
["y"] = 0,
["x"] = -309328.57142857, ["x"] = -309328.57142857,
["z"] = 625534.28571428, ["name"] = "MAZDA",
}, -- end of ["point"] ["callsignStr"] = "MAZDA",
["callsign"] = 4,
}, -- end of [5] }, -- end of [5]
[6] = [6] =
{ {
["y"] = 674352.58506319, ["type"] = "Default",
["point"] =
{
["y"] = 0,
["x"] = -267473.88647362, ["x"] = -267473.88647362,
["name"] = "DODGE", ["z"] = 674352.58506319,
["callsignStr"] = "DODGE", }, -- end of ["point"]
["callsign"] = 3,
["id"] = 8, ["id"] = 8,
["properties"] = ["properties"] =
{ {
@ -131,23 +140,24 @@ navPoints =
["vangle"] = 0, ["vangle"] = 0,
["steer"] = 2, ["steer"] = 2,
}, -- end of ["properties"] }, -- end of ["properties"]
["point"] = ["y"] = 674352.58506319,
{
["y"] = 0,
["x"] = -267473.88647362, ["x"] = -267473.88647362,
["z"] = 674352.58506319, ["name"] = "DODGE",
}, -- end of ["point"] ["callsignStr"] = "DODGE",
["callsign"] = 3,
}, -- end of [6] }, -- end of [6]
}, -- end of ["blue"] }, -- end of ["blue"]
["red"] = ["red"] =
{ {
[1] = [1] =
{ {
["y"] = 587534.28571428, ["type"] = "Default",
["point"] =
{
["y"] = 0,
["x"] = -295042.85714285, ["x"] = -295042.85714285,
["name"] = "ADDER", ["z"] = 587534.28571428,
["callsignStr"] = "ADDER", }, -- end of ["point"]
["callsign"] = 8,
["id"] = 1, ["id"] = 1,
["properties"] = ["properties"] =
{ {
@ -157,20 +167,21 @@ navPoints =
["vangle"] = 0, ["vangle"] = 0,
["steer"] = 2, ["steer"] = 2,
}, -- end of ["properties"] }, -- end of ["properties"]
["point"] = ["y"] = 587534.28571428,
{
["y"] = 0,
["x"] = -295042.85714285, ["x"] = -295042.85714285,
["z"] = 587534.28571428, ["name"] = "ADDER",
}, -- end of ["point"] ["callsignStr"] = "ADDER",
["callsign"] = 8,
}, -- end of [1] }, -- end of [1]
[2] = [2] =
{ {
["y"] = 595248.57142856, ["type"] = "Default",
["point"] =
{
["y"] = 0,
["x"] = -276757.14285714, ["x"] = -276757.14285714,
["name"] = "MAZDA", ["z"] = 595248.57142856,
["callsignStr"] = "MAZDA", }, -- end of ["point"]
["callsign"] = 4,
["id"] = 2, ["id"] = 2,
["properties"] = ["properties"] =
{ {
@ -180,13 +191,10 @@ navPoints =
["vangle"] = 0, ["vangle"] = 0,
["steer"] = 2, ["steer"] = 2,
}, -- end of ["properties"] }, -- end of ["properties"]
["point"] = ["y"] = 595248.57142856,
{
["y"] = 0,
["x"] = -276757.14285714, ["x"] = -276757.14285714,
["z"] = 595248.57142856, ["name"] = "MAZDA",
}, -- end of ["point"] ["callsignStr"] = "MAZDA",
["callsign"] = 4,
}, -- end of [2] }, -- end of [2]
}, -- end of ["red"] }, -- end of ["red"]
} -- end of navPoints } -- end of navPoints

View File

@ -1,355 +1,445 @@
removedAliveUnits = removedAliveUnits =
{ {
[16789504] = [16783872] =
{ {
["point"] = ["point"] =
{ {
["y"] = 681535.14285714, ["y"] = 654665.71428571,
["x"] = -287036.85714286, ["x"] = -292962.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average", ["skill"] = "Average",
["unit"] = ["unit"] =
{ {
["id_"] = 16789504, ["id_"] = 16783872,
}, -- end of ["unit"] }, -- end of ["unit"]
["category"] = "vehicle", ["category"] = "vehicle",
["unitName"] = "Unit #005", ["unitName"] = "RuBTRs4",
["heading"] = 0,
["unitId"] = 55,
["groupName"] = "teleGroup",
["countryId"] = 2,
["coalition"] = "blue",
["x"] = -287036.85714286,
["type"] = "Hawk ln",
["groupId"] = 35,
["country"] = "usa",
["playerCanDrive"] = true,
["y"] = 681535.14285714,
["pos"] =
{
["y"] = 34.870754241943,
["x"] = -287036.84375,
["z"] = 681535.125,
}, -- end of ["pos"]
}, -- end of [16789504]
[16789760] =
{
["point"] =
{
["y"] = 681535.14285714,
["x"] = -287076.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16789760,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "Unit #006",
["heading"] = 0,
["unitId"] = 56,
["groupName"] = "teleGroup",
["countryId"] = 2,
["coalition"] = "blue",
["x"] = -287076.85714286,
["type"] = "Hawk ln",
["groupId"] = 35,
["country"] = "usa",
["playerCanDrive"] = true,
["y"] = 681535.14285714,
["pos"] =
{
["y"] = 34.792644500732,
["x"] = -287076.84375,
["z"] = 681535.125,
}, -- end of ["pos"]
}, -- end of [16789760]
[16790016] =
{
["point"] =
{
["y"] = 681535.14285714,
["x"] = -287116.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16790016,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "Unit #007",
["heading"] = 0,
["unitId"] = 57,
["groupName"] = "teleGroup",
["countryId"] = 2,
["coalition"] = "blue",
["x"] = -287116.85714286,
["type"] = "Hawk ln",
["groupId"] = 35,
["country"] = "usa",
["playerCanDrive"] = true,
["y"] = 681535.14285714,
["pos"] =
{
["y"] = 34.768741607666,
["x"] = -287116.84375,
["z"] = 681535.125,
}, -- end of ["pos"]
}, -- end of [16790016]
[16782592] =
{
["point"] =
{
["y"] = 654545.71428571,
["x"] = -292842.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16782592,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs1",
["heading"] = -1.7994767003775, ["heading"] = -1.7994767003775,
["unitId"] = 27, ["dbNum"] = 65,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292842.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia", ["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654665.71428571,
["countryId"] = 0,
["x"] = -292962.85714286,
["coalition"] = "red",
["groupId"] = 13,
["type"] = "BTR-80",
["playerCanDrive"] = true, ["playerCanDrive"] = true,
["y"] = 654545.71428571, ["unitId"] = 30,
["pos"] = ["pos"] =
{ {
["y"] = 11.754341371009, ["y"] = 11.924408832715,
["x"] = -292856.19491841, ["x"] = -292990.14129259,
["z"] = 654542.5822736, ["z"] = 654654.2600714,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [16782592] }, -- end of [16783872]
[16782848] =
{
["point"] =
{
["y"] = 654585.71428571,
["x"] = -292882.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16782848,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs2",
["heading"] = -1.7994767003775,
["unitId"] = 28,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292882.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia",
["playerCanDrive"] = true,
["y"] = 654585.71428571,
["pos"] =
{
["y"] = 11.835539878247,
["x"] = -292898.99755273,
["z"] = 654582.04906262,
}, -- end of ["pos"]
}, -- end of [16782848]
[16783104] =
{
["point"] =
{
["y"] = 654625.71428571,
["x"] = -292922.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16783104,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs3",
["heading"] = -1.7994767003775,
["unitId"] = 29,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292922.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia",
["playerCanDrive"] = true,
["y"] = 654625.71428571,
["pos"] =
{
["y"] = 11.931074299111,
["x"] = -292941.20047403,
["z"] = 654623.11353253,
}, -- end of ["pos"]
}, -- end of [16783104]
[16783616] = [16783616] =
{ {
["point"] = ["point"] =
{ {
["y"] = 654705.71428571, ["y"] = 654625.71428571,
["x"] = -293002.85714286, ["x"] = -292922.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average", ["skill"] = "Average",
["unit"] = ["unit"] =
{ {
["id_"] = 16783616, ["id_"] = 16783616,
}, -- end of ["unit"] }, -- end of ["unit"]
["category"] = "vehicle", ["category"] = "vehicle",
["unitName"] = "RuBTRs5", ["unitName"] = "RuBTRs3",
["heading"] = -1.7994767003775, ["heading"] = -1.7994767003775,
["unitId"] = 31, ["dbNum"] = 64,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -293002.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia", ["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654625.71428571,
["countryId"] = 0,
["x"] = -292922.85714286,
["coalition"] = "red",
["groupId"] = 13,
["type"] = "BTR-80",
["playerCanDrive"] = true, ["playerCanDrive"] = true,
["y"] = 654705.71428571, ["unitId"] = 29,
["pos"] = ["pos"] =
{ {
["y"] = 12.057955079325, ["y"] = 11.77412405724,
["x"] = -293012.83464525, ["x"] = -292960.22570373,
["z"] = 654701.02104299, ["z"] = 654613.66784073,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [16783616] }, -- end of [16783616]
[16788736] = [16783104] =
{
["point"] =
{
["y"] = 654545.71428571,
["x"] = -292842.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16783104,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs1",
["heading"] = -1.7994767003775,
["dbNum"] = 62,
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654545.71428571,
["countryId"] = 0,
["x"] = -292842.85714286,
["coalition"] = "red",
["groupId"] = 13,
["type"] = "BTR-80",
["playerCanDrive"] = true,
["unitId"] = 27,
["pos"] =
{
["y"] = 11.786822795431,
["x"] = -292848.27535545,
["z"] = 654541.74244488,
}, -- end of ["pos"]
}, -- end of [16783104]
[16783360] =
{
["point"] =
{
["y"] = 654585.71428571,
["x"] = -292882.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16783360,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs2",
["heading"] = -1.7994767003775,
["dbNum"] = 63,
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654585.71428571,
["countryId"] = 0,
["x"] = -292882.85714286,
["coalition"] = "red",
["groupId"] = 13,
["type"] = "BTR-80",
["playerCanDrive"] = true,
["unitId"] = 28,
["pos"] =
{
["y"] = 11.939120905071,
["x"] = -292882.84549201,
["z"] = 654585.68482559,
}, -- end of ["pos"]
}, -- end of [16783360]
[16791296] =
{ {
["point"] = ["point"] =
{ {
["y"] = 681535.14285714, ["y"] = 681535.14285714,
["x"] = -286916.85714286, ["x"] = -286916.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["coalitionId"] = 2,
["skill"] = "Average", ["skill"] = "Average",
["unit"] = ["unit"] =
{ {
["id_"] = 16788736, ["id_"] = 16791296,
}, -- end of ["unit"] }, -- end of ["unit"]
["category"] = "vehicle", ["category"] = "vehicle",
["unitName"] = "Unit #002", ["unitName"] = "Unit #002",
["heading"] = 0, ["heading"] = 0,
["unitId"] = 52, ["dbNum"] = 28,
["groupName"] = "teleGroup",
["countryId"] = 2,
["coalition"] = "blue",
["x"] = -286916.85714286,
["type"] = "Hawk tr",
["groupId"] = 35,
["country"] = "usa", ["country"] = "usa",
["playerCanDrive"] = true, ["groupName"] = "teleGroup",
["y"] = 681535.14285714, ["y"] = 681535.14285714,
["countryId"] = 2,
["x"] = -286916.85714286,
["coalition"] = "blue",
["groupId"] = 35,
["type"] = "Hawk tr",
["playerCanDrive"] = true,
["unitId"] = 52,
["pos"] = ["pos"] =
{ {
["y"] = 35.254570007324, ["y"] = 35.255569997127,
["x"] = -286916.84375, ["x"] = -286916.84375,
["z"] = 681535.125, ["z"] = 681535.12499547,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [16788736] }, -- end of [16791296]
[16788992] = [16791552] =
{ {
["point"] = ["point"] =
{ {
["y"] = 681535.14285714, ["y"] = 681535.14285714,
["x"] = -286956.85714286, ["x"] = -286956.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["coalitionId"] = 2,
["skill"] = "Average", ["skill"] = "Average",
["unit"] = ["unit"] =
{ {
["id_"] = 16788992, ["id_"] = 16791552,
}, -- end of ["unit"] }, -- end of ["unit"]
["category"] = "vehicle", ["category"] = "vehicle",
["unitName"] = "Unit #003", ["unitName"] = "Unit #003",
["heading"] = 0, ["heading"] = 0,
["unitId"] = 53, ["dbNum"] = 29,
["groupName"] = "teleGroup",
["countryId"] = 2,
["coalition"] = "blue",
["x"] = -286956.85714286,
["type"] = "Hawk sr",
["groupId"] = 35,
["country"] = "usa", ["country"] = "usa",
["playerCanDrive"] = true, ["groupName"] = "teleGroup",
["y"] = 681535.14285714, ["y"] = 681535.14285714,
["countryId"] = 2,
["x"] = -286956.85714286,
["coalition"] = "blue",
["groupId"] = 35,
["type"] = "Hawk sr",
["playerCanDrive"] = true,
["unitId"] = 53,
["pos"] = ["pos"] =
{ {
["y"] = 35.099452972412, ["y"] = 35.100452962215,
["x"] = -286956.84375, ["x"] = -286956.84375,
["z"] = 681535.125, ["z"] = 681535.12499547,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [16788992] }, -- end of [16791552]
[16789248] = [16791808] =
{ {
["point"] = ["point"] =
{ {
["y"] = 681535.14285714, ["y"] = 681535.14285714,
["x"] = -286996.85714286, ["x"] = -286996.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["coalitionId"] = 2,
["skill"] = "Average", ["skill"] = "Average",
["unit"] = ["unit"] =
{ {
["id_"] = 16789248, ["id_"] = 16791808,
}, -- end of ["unit"] }, -- end of ["unit"]
["category"] = "vehicle", ["category"] = "vehicle",
["unitName"] = "Unit #004", ["unitName"] = "Unit #004",
["heading"] = 0, ["heading"] = 0,
["unitId"] = 54, ["dbNum"] = 30,
["groupName"] = "teleGroup",
["countryId"] = 2,
["coalition"] = "blue",
["x"] = -286996.85714286,
["type"] = "Hawk pcp",
["groupId"] = 35,
["country"] = "usa", ["country"] = "usa",
["playerCanDrive"] = true, ["groupName"] = "teleGroup",
["y"] = 681535.14285714, ["y"] = 681535.14285714,
["countryId"] = 2,
["x"] = -286996.85714286,
["coalition"] = "blue",
["groupId"] = 35,
["type"] = "Hawk pcp",
["playerCanDrive"] = true,
["unitId"] = 54,
["pos"] = ["pos"] =
{ {
["y"] = 34.948871612549, ["y"] = 34.949871608173,
["x"] = -286996.84375, ["x"] = -286996.84375,
["z"] = 681535.125, ["z"] = 681535.124997,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [16789248] }, -- end of [16791808]
[16790272] = [16792064] =
{
["point"] =
{
["y"] = 681535.14285714,
["x"] = -287036.85714286,
}, -- end of ["point"]
["coalitionId"] = 2,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16792064,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "Unit #005",
["heading"] = 0,
["dbNum"] = 31,
["country"] = "usa",
["groupName"] = "teleGroup",
["y"] = 681535.14285714,
["countryId"] = 2,
["x"] = -287036.85714286,
["coalition"] = "blue",
["groupId"] = 35,
["type"] = "Hawk ln",
["playerCanDrive"] = true,
["unitId"] = 55,
["pos"] =
{
["y"] = 34.871754237567,
["x"] = -287036.84375,
["z"] = 681535.124997,
}, -- end of ["pos"]
}, -- end of [16792064]
[16792320] =
{
["point"] =
{
["y"] = 681535.14285714,
["x"] = -287076.85714286,
}, -- end of ["point"]
["coalitionId"] = 2,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16792320,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "Unit #006",
["heading"] = 0,
["dbNum"] = 32,
["country"] = "usa",
["groupName"] = "teleGroup",
["y"] = 681535.14285714,
["countryId"] = 2,
["x"] = -287076.85714286,
["coalition"] = "blue",
["groupId"] = 35,
["type"] = "Hawk ln",
["playerCanDrive"] = true,
["unitId"] = 56,
["pos"] =
{
["y"] = 34.793644496356,
["x"] = -287076.84375,
["z"] = 681535.124997,
}, -- end of ["pos"]
}, -- end of [16792320]
[16792576] =
{
["point"] =
{
["y"] = 681535.14285714,
["x"] = -287116.85714286,
}, -- end of ["point"]
["coalitionId"] = 2,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16792576,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "Unit #007",
["heading"] = 0,
["dbNum"] = 33,
["country"] = "usa",
["groupName"] = "teleGroup",
["y"] = 681535.14285714,
["countryId"] = 2,
["x"] = -287116.85714286,
["coalition"] = "blue",
["groupId"] = 35,
["type"] = "Hawk ln",
["playerCanDrive"] = true,
["unitId"] = 57,
["pos"] =
{
["y"] = 34.769741602126,
["x"] = -287116.84375,
["z"] = 681535.12499666,
}, -- end of ["pos"]
}, -- end of [16792576]
[16792832] =
{ {
["point"] = ["point"] =
{ {
["y"] = 681535.14285714, ["y"] = 681535.14285714,
["x"] = -287156.85714286, ["x"] = -287156.85714286,
}, -- end of ["point"] }, -- end of ["point"]
["coalitionId"] = 2,
["skill"] = "Average", ["skill"] = "Average",
["unit"] = ["unit"] =
{ {
["id_"] = 16790272, ["id_"] = 16792832,
}, -- end of ["unit"] }, -- end of ["unit"]
["category"] = "vehicle", ["category"] = "vehicle",
["unitName"] = "Unit #008", ["unitName"] = "Unit #008",
["heading"] = 0, ["heading"] = 0,
["unitId"] = 58, ["dbNum"] = 34,
["groupName"] = "teleGroup",
["countryId"] = 2,
["coalition"] = "blue",
["x"] = -287156.85714286,
["type"] = "Hawk cwar",
["groupId"] = 35,
["country"] = "usa", ["country"] = "usa",
["playerCanDrive"] = true, ["groupName"] = "teleGroup",
["y"] = 681535.14285714, ["y"] = 681535.14285714,
["countryId"] = 2,
["x"] = -287156.85714286,
["coalition"] = "blue",
["groupId"] = 35,
["type"] = "Hawk cwar",
["playerCanDrive"] = true,
["unitId"] = 58,
["pos"] = ["pos"] =
{ {
["y"] = 34.752384185791, ["y"] = 34.753384180018,
["x"] = -287156.84375, ["x"] = -287156.84375,
["z"] = 681535.125, ["z"] = 681535.12499658,
}, -- end of ["pos"] }, -- end of ["pos"]
}, -- end of [16790272] }, -- end of [16792832]
[16784128] =
{
["point"] =
{
["y"] = 654705.71428571,
["x"] = -293002.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16784128,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs5",
["heading"] = -1.7994767003775,
["dbNum"] = 66,
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654705.71428571,
["countryId"] = 0,
["x"] = -293002.85714286,
["coalition"] = "red",
["groupId"] = 13,
["type"] = "BTR-80",
["playerCanDrive"] = true,
["unitId"] = 31,
["pos"] =
{
["y"] = 12.058476713064,
["x"] = -293009.35827146,
["z"] = 654701.52232138,
}, -- end of ["pos"]
}, -- end of [16784128]
[16784384] =
{
["point"] =
{
["y"] = 654745.71428571,
["x"] = -293042.85714286,
}, -- end of ["point"]
["coalitionId"] = 1,
["skill"] = "Average",
["unit"] =
{
["id_"] = 16784384,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs6",
["heading"] = -1.7994767003775,
["dbNum"] = 67,
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654745.71428571,
["countryId"] = 0,
["x"] = -293042.85714286,
["coalition"] = "red",
["groupId"] = 13,
["type"] = "BTR-80",
["playerCanDrive"] = true,
["unitId"] = 32,
["pos"] =
{
["y"] = 12.101372694741,
["x"] = -293042.84375943,
["z"] = 654745.68637548,
}, -- end of ["pos"]
}, -- end of [16784384]
} -- end of removedAliveUnits } -- end of removedAliveUnits

View File

@ -0,0 +1,23 @@
spawnsByBase =
{
["Sochi-Adler"] =
{
[1] = "Aerial-1-2",
[2] = "Aerial-1-3",
}, -- end of ["Sochi-Adler"]
["Static Helipad Single-1-1"] =
{
[1] = "Rotary-1-2",
}, -- end of ["Static Helipad Single-1-1"]
["Static Helipad Single-1-2"] =
{
[1] = "Rotary-2-1",
}, -- end of ["Static Helipad Single-1-2"]
["Naval-1-2"] =
{
[1] = "Aerial-2-1",
[2] = "Aerial-2-2",
[3] = "Aerial-2-3",
[4] = "Aerial-2-4",
}, -- end of ["Naval-1-2"]
} -- end of spawnsByBase

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@ zonesByName =
["name"] = "LZ zone", ["name"] = "LZ zone",
["point"] = ["point"] =
{ {
["y"] = 0, ["y"] = 41.581680297852,
["x"] = -245328.57142857, ["x"] = -245328.57142857,
["z"] = 614105.71428571, ["z"] = 614105.71428571,
}, -- end of ["point"] }, -- end of ["point"]
@ -74,7 +74,7 @@ zonesByName =
["name"] = "quad", ["name"] = "quad",
["point"] = ["point"] =
{ {
["y"] = 0, ["y"] = 2953.1298828125,
["x"] = -151821.41786062, ["x"] = -151821.41786062,
["z"] = 590545.61946051, ["z"] = 590545.61946051,
}, -- end of ["point"] }, -- end of ["point"]
@ -123,7 +123,7 @@ zonesByName =
["name"] = "cloneZone", ["name"] = "cloneZone",
["point"] = ["point"] =
{ {
["y"] = 0, ["y"] = 63.962001800537,
["x"] = -285971.42857143, ["x"] = -285971.42857143,
["z"] = 692534.28571428, ["z"] = 692534.28571428,
}, -- end of ["point"] }, -- end of ["point"]
@ -149,7 +149,7 @@ zonesByName =
["name"] = "explosion zone", ["name"] = "explosion zone",
["point"] = ["point"] =
{ {
["y"] = 0, ["y"] = 94.110061645508,
["x"] = -271900, ["x"] = -271900,
["z"] = 673819.99999999, ["z"] = 673819.99999999,
}, -- end of ["point"] }, -- end of ["point"]

View File

@ -21,7 +21,7 @@ zonesByNum =
["type"] = 0, ["type"] = 0,
["point"] = ["point"] =
{ {
["y"] = 0, ["y"] = 63.962001800537,
["x"] = -285971.42857143, ["x"] = -285971.42857143,
["z"] = 692534.28571428, ["z"] = 692534.28571428,
}, -- end of ["point"] }, -- end of ["point"]
@ -47,7 +47,7 @@ zonesByNum =
["type"] = 0, ["type"] = 0,
["point"] = ["point"] =
{ {
["y"] = 0, ["y"] = 94.110061645508,
["x"] = -271900, ["x"] = -271900,
["z"] = 673819.99999999, ["z"] = 673819.99999999,
}, -- end of ["point"] }, -- end of ["point"]
@ -73,7 +73,7 @@ zonesByNum =
["type"] = 0, ["type"] = 0,
["point"] = ["point"] =
{ {
["y"] = 0, ["y"] = 41.581680297852,
["x"] = -245328.57142857, ["x"] = -245328.57142857,
["z"] = 614105.71428571, ["z"] = 614105.71428571,
}, -- end of ["point"] }, -- end of ["point"]
@ -126,7 +126,7 @@ zonesByNum =
["name"] = "quad", ["name"] = "quad",
["point"] = ["point"] =
{ {
["y"] = 0, ["y"] = 2953.1298828125,
["x"] = -151821.41786062, ["x"] = -151821.41786062,
["z"] = 590545.61946051, ["z"] = 590545.61946051,
}, -- end of ["point"] }, -- end of ["point"]

885
mist.lua

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff