Compare commits

...

93 Commits

Author SHA1 Message Date
mrSkortch 240b8a3abb Merge pull request #26 from mrSkortch/development
4.2 Release
2016-04-19 03:27:54 -06:00
mrSkortch 34c4082938 4.2 Release Files 2016-04-19 03:25:09 -06:00
mrSkortch ff506e0ec2 Changed build number
Changed the build number
2016-03-11 02:29:23 -07:00
mrSkortch d333ea3d64 Merge pull request #25 from lukrop/alive-units-hotfix
Fix updating of alive units.
2016-03-11 02:24:58 -07:00
mrSkortch 73dd1bdb77 Merge pull request #24 from lukrop/development
Fix logger if debug module is sanitized
2016-03-11 02:24:43 -07:00
Lukas Kropatschek fc0467f372 Fix updating of alive units. 2016-03-10 15:52:59 +01:00
Lukas Kropatschek c2fddb436a vim modeline, fixed indention
See https://www.cs.swarthmore.edu/help/vim/modelines.html
2016-03-09 18:55:06 +01:00
Lukas Kropatschek 6761878ce3 fix missing line number and func name 2016-03-09 18:46:37 +01:00
Lukas Kropatschek 3c9da5754b Replaced spaces with tabs. Removed trailing spaces. 2016-03-05 17:04:27 +01:00
Lukas Kropatschek 5fdaa269fd Fix logger if debug module is sanitized. 2016-03-05 13:24:48 +01:00
mrSkortch f74c5b488a Whoops
Derp. That was silly of me.
2016-01-18 05:00:53 -07:00
mrSkortch b8da182cb8 FlagFuncs changes
The old flagFuncs required 'stopflag' to be all lower case. I've changed
it so that the camel case spelling is also accepted. stopFlag

added camelCase named versions of flagFuncs. These are functions that
simply call the default functions that use '_' between words.
2016-01-18 04:48:07 -07:00
mrSkortch b40a919bb0 Fixed the botched merge
There was a conflict on merging lukrop's commit. I've fixed it and made
some other changes.

-Retabulated entire file. Fans of terrible drink from the 90s rejoice.
-Moved the mist init message back to the end of file and into the old
format.
-Commented out several of the new log:info statements that replaced old
commented out print statements.
2016-01-18 04:33:36 -07:00
mrSkortch e312ec70c3 Merge remote-tracking branch 'origin/development' into development
# Conflicts:
#	mist.lua
2016-01-18 03:38:47 -07:00
mrSkortch 0db00f99e4 Merge pull request #23 from lukrop/master
Style guidelines, scopes, Logger and more
2016-01-18 03:34:44 -07:00
mrSkortch 2a0ab57480 commited apparent local change so I can compare stuff 2016-01-14 03:31:38 -07:00
mrSkortch 38c256e67d Merge remote-tracking branch 'refs/remotes/origin/master' into development 2016-01-14 03:21:43 -07:00
Lukas Kropatschek 9dd046dbce added msg log function 2016-01-13 14:10:28 +01:00
Lukas Kropatschek a11b254bbd consistent variable naming 2016-01-13 13:44:43 +01:00
Lukas Kropatschek 57613f0aab save some more brackets and quotes 2016-01-13 12:06:39 +01:00
Lukas Kropatschek 74b1e9fcc0 Some more ldoc 2016-01-13 11:28:08 +01:00
Lukas Kropatschek 12f2a39465 actually fix groupTableCheck 2016-01-13 00:36:04 +01:00
Lukas Kropatschek 864e89d43b fixed groupTableCheck and added some ldoc 2016-01-12 20:23:36 +01:00
Lukas Kropatschek 42e67cf481 logger now allows log messages >= 4096 chars
when displaying big tables they often got cut off before
their end. This is avoided by splitting log messages at the
4000th char.
2016-01-12 14:59:33 +01:00
Lukas Kropatschek f1a3c3e0f2 moved db initialization to init and made it local 2016-01-11 23:50:27 +01:00
Lukas Kropatschek 4370fb3c72 move classes to the bottom, some more ldoc 2016-01-11 22:38:52 +01:00
Lukas Kropatschek b10b56aa95 save some brackets and single quotes.
they are an endangered species 😁
2016-01-11 20:28:30 +01:00
Lukas Kropatschek 1aa6948db4 use new logger
though most of those debug messages could probably be removed.
2016-01-11 19:31:16 +01:00
Lukas Kropatschek e1c5516a8e Sync with upstream
Merge upstream branch 'upstream/master'
2016-01-11 19:17:13 +01:00
Lukas Kropatschek cf911a7dfa Merge branch 'ldoc' 2016-01-11 18:42:51 +01:00
mrSkortch bc1aeb0875 Merge pull request #22 from mrSkortch/development
v4.1 Merge
2016-01-11 03:50:56 -07:00
mrSkortch 69190060e5 V4.1 Release
Commits for v4.1 to be sent to release branch
2016-01-11 03:48:47 -07:00
Lukas Kropatschek a7a9cb6808 fixed new call 2016-01-09 20:52:12 +01:00
Lukas Kropatschek 4d0617a963 improved logger 2016-01-09 20:26:38 +01:00
Lukas Kropatschek c62b6c0cf6 more ldoc 2016-01-08 15:09:49 +01:00
Lukas Kropatschek b0a34ffcc1 more ldoc, made doScheduledFunctions local 2016-01-07 23:32:54 +01:00
Lukas Kropatschek e5a89d2d38 added description 2016-01-07 22:06:31 +01:00
Lukas Kropatschek 5803be3904 switched to new logger
created a init function, creating a logger and calling main
2016-01-07 21:07:57 +01:00
Lukas Kropatschek 33aa8ec3d5 fixed indention 2016-01-07 13:57:08 +01:00
Lukas Kropatschek 337d93b2aa introduced scopes simulating different files.
Using scopes for various groups of functions simulating files.
Allows for use of some local functions and better organization. Using a editor
which is capable of folding this huge file gets way easier to navigate.
2016-01-07 13:05:27 +01:00
Lukas Kropatschek 750e06d42f some more ldoc 2016-01-07 11:20:10 +01:00
Lukas Kropatschek f269f2cb0a added ldoc for debug and vec functions 2016-01-06 17:33:12 +01:00
Lukas Kropatschek 2e198095e9 completed utils ldoc 2016-01-06 04:39:20 +01:00
Lukas Kropatschek 7dcb0eb144 fixed logger and added alert 2016-01-06 03:15:10 +01:00
Lukas Kropatschek 08b8811e31 fixed/enhanced logger and added some ldoc 2016-01-06 00:49:30 +01:00
Lukas Kropatschek e19c4f4c2c implemented basic logger 2016-01-05 23:29:22 +01:00
Lukas Kropatschek 6e7f5e3a3d added some ldoc 2016-01-05 20:50:26 +01:00
Lukas Kropatschek cbea703141 some more newlines removed 2016-01-05 18:43:23 +01:00
Lukas Kropatschek 752720c8ee coherant function names in CamelCase 2016-01-05 14:30:02 +01:00
Lukas Kropatschek d7b77b1201 use coherent function defintion style 2016-01-05 14:06:22 +01:00
Lukas Kropatschek 78d55fc699 use coherent function defintion style 2016-01-04 21:02:01 +01:00
Lukas Kropatschek 52304e9fef cleanup some comments 2016-01-04 20:03:22 +01:00
Lukas Kropatschek f80eb3ed10 fixed mixed-indention, removed trailing spaces 2016-01-04 19:24:56 +01:00
Lukas Kropatschek 1120db661f Merge development back to master 2016-01-04 16:22:33 +01:00
mrSkortch 9bfeca1495 v60
-Fixed issue with country names in the editor not matching enum country
name values. For example "Best Korea" could not match with "BEST_KOREA".
Thanks lukrop of this fix
-Fixed locality issue with mist.getNorthCorrection
-Added function mist.utils.unitToWP
-added function mist.utils.vecToWP

Both of these functions deal with creating a WP table from the passed
values. unitToWP also returns a speed variable based on the current
velocity of the unit.
2015-12-23 22:14:51 -07:00
mrSkortch 5af7e9d7b4 v59
-removed the new 3rd variable from mist.utils.getDir and just made the
2nd variable optional instead
-Added check to DB update functions to only update if data from the
group has changed from what is currently in the
DB. This fixes an issue I had where some data was lost if you spawned a
group normally after mission start and then
used a respawn, clone, or teleport function on said group
-fixed issue with dynAdd functions naming a group with the country ID
insead of country name
-added mist.getAvgPoint(). Function is similar to mist.getAvgPos except
it uses raw vec2/3 coordinates instead of
units
-added mist.utils.roundTbl() Has the same input values as
mist.utils.round except it accepts a table and it rounds all
numbers in the first level of the table to the passed percision.
2015-10-24 01:51:02 -06:00
mrSkortch d9f5f24632 Minor additions to existing functions
-added optional variable to mist.utils.getDir() If present this function
will return the "raw" heading, this is useful in assigning the heading
variable within a task.

-mist.utils.makeVec3 now supports being given a table in WP format.
Specifically it now coverts a table {x, y, alt) to vec3
2015-10-21 03:32:01 -06:00
mrSkortch 838855ed2b Merge pull request #19 from mrSkortch/development
Development
2015-10-15 00:06:25 -06:00
mrSkortch 71de3f5b53 v4 hotfix 1
v4 hotfixes
2015-10-15 00:04:39 -06:00
mrSkortch 40100072a8 Merge pull request #18 from ciribob/master
Fix for Vec3 related typo in groupRandomDistSelf
2015-10-14 23:08:24 -06:00
Ciaran Fisher d636f64cbd Not sure if this is a bug...
Not sure if this is a bug
2015-10-14 11:22:18 +01:00
mrSkortch ee76538575 v56
Minor bug fix for dynAdd functions with regard to new countries in the
simulator
2015-10-03 19:45:00 -06:00
mrSkortch a8b7e5eb6c Merge pull request #17 from mrSkortch/development
V4 Release
2015-10-02 02:36:04 -06:00
mrSkortch 6c2b091e94 V4 4 reelz
Forgot this file
2015-10-02 02:31:02 -06:00
mrSkortch 5e40137af4 v4 Release
Commits for a v4 release
2015-10-02 02:27:47 -06:00
mrSkortch 8dfd4ec355 V53_release_version 2015-10-01 17:54:56 -06:00
mrSkortch 065c28a697 v53
Assorted Changes and fixes
2015-09-16 03:25:11 -06:00
mrSkortch 4ff458534f r52
Minor fixes
2015-08-07 00:56:30 -06:00
mrSkortch 29c93002fa Merge pull request #16 from mrSkortch/development
v51
2015-06-17 22:09:45 -06:00
mrSkortch 2f02c4041c v51
Fixed issue with message system
Added check for message systems to not send messages to combined arms if
CA slots are not in a mission.
2015-06-17 22:08:10 -06:00
mrSkortch 9486c56d4b Merge pull request #15 from mrSkortch/development
v50
2015-05-18 20:18:05 -06:00
mrSkortch 278216aabb v50
wtf git. why did you delete that line?
2015-05-18 20:17:30 -06:00
mrSkortch 60d83c3bc3 Merge pull request #14 from mrSkortch/development
v49
2015-05-18 20:14:28 -06:00
mrSkortch 08e4cb6334 v49
Fixed issued for flagFunc.group_alive and group_dead. Issue caused by a
bug in DCS. Had to write minor workaround.
2015-05-18 03:03:46 -06:00
mrSkortch 328538688d Merge pull request #13 from mrSkortch/development
3.7
2015-05-13 02:00:07 -06:00
mrSkortch 0e6f9d12cc v48_3.7 RC
Re-exported DB files

Lots 0 Changes
2015-05-13 01:57:08 -06:00
mrSkortch 663ccbc084 v46
added a bunch of mist.time funcs

messed with message handling a little bit.
2015-05-09 01:09:10 -06:00
mrSkortch b82ade5d21 v45
Display refactor, minor fixes
2015-05-07 00:11:15 -06:00
mrSkortch 8c5bab0f64 Merge pull request #12 from mrSkortch/development
v44
2015-04-03 00:03:07 -06:00
mrSkortch 941ff9708c v44
fixed a few boneheaded bugs
2015-03-24 00:31:17 -06:00
mrSkortch e242126cb3 Merge pull request #11 from mrSkortch/development
v43
2015-03-20 17:14:39 -06:00
mrSkortch 8dc51dbc83 v43
Minor fixes to getPayload, dynAdd, and dynAddStatic
2015-03-20 17:12:01 -06:00
mrSkortch 4e8b70ce73 Merge pull request #10 from mrSkortch/development
v3.6
2015-03-13 17:23:31 -06:00
mrSkortch e18778bc7d r42
fixed bug with unit speed not getting added to DBs if spawned

added mist.getRandomPointInZone
2015-03-13 17:19:16 -06:00
mrSkortch 822dea7ae7 r41
Fixed some non localized values, thanks etcher3rd

Also added an extra check for the flagfuncs to not repeatedly reset a
flag to true if the flag is already.
2015-03-04 20:41:37 -07:00
mrSkortch 332c8aaaf0 r40
Fixed a bug with spawning aircraft altitude type being switched to radio
instead of baro

Added extra checks to make sure a group or unit returned is actually
there.
2015-03-02 17:11:12 -07:00
mrSkortch fb32d2309a started making changes for next main release
numerous untested changes added. so yea, errors may (will) occur. Changes made while on vacation (damn you rain!) but reflect changes I've had on my mind or created in separate files. 

Mission file searching functions now search by Id instead of group or unit names. The name input variable hasnt changed, value gets converted to Id automatically if found. Functions now also accept a numerical groupId or unitId. 
getPayload
getGroupPayload
getGroupPoints
getGroupRoute

Added planned changes for message display v4. Added some code but it is dormant.
2015-02-03 00:09:05 -07:00
mrSkortch b2080628fe r38
Fixed bug with optional variables in coordinate message functions
2015-01-29 18:28:49 -07:00
mrSkortch 36d7a0c3bc hotfix, again
Sigh
2014-10-09 17:54:59 -06:00
mrSkortch 32f7a8c5c1 Merge pull request #8 from mrSkortch/development
Fixed an oops
2014-10-01 17:39:50 -06:00
mrSkortch 56931faa42 Fixed an oops
country data now created correctly
2014-10-01 17:38:48 -06:00
mrSkortch 7d503f6bfc Merge pull request #7 from mrSkortch/development
.36 fix
2014-09-10 00:56:07 -06:00
mrSkortch dbe7497ff2 .36 fix 2014-09-10 00:55:31 -06:00
27 changed files with 34087 additions and 10537 deletions
+1
View File
@@ -27,3 +27,4 @@
.gitignore export-ignore
README.md export-ignore
mist_doc_file.doc export-ignore
mist.lua export-ignore
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+236 -144
View File
@@ -53,12 +53,7 @@ MEunits =
{
[1] =
{
["coalition"] = "blue",
["countryId"] = 11,
["category"] = "ship",
["country"] = "usa",
["groupId"] = 8,
["startTime"] = 0,
["groupName"] = "US Ships",
["units"] =
{
@@ -74,7 +69,7 @@ MEunits =
["y"] = 443857.14285714,
["skill"] = "Average",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -355285.71428571,
["unitId"] = 13,
["category"] = "ship",
@@ -95,7 +90,7 @@ MEunits =
["y"] = 444657.14285714,
["skill"] = "Average",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -356085.71428571,
["unitId"] = 14,
["category"] = "ship",
@@ -105,6 +100,12 @@ MEunits =
["groupName"] = "US Ships",
}, -- end of [2]
}, -- end of ["units"]
["countryId"] = 2,
["category"] = "ship",
["hidden"] = false,
["startTime"] = 0,
["coalition"] = "blue",
["country"] = "usa",
}, -- end of [1]
}, -- end of ["ship"]
["helicopter"] =
@@ -114,6 +115,7 @@ MEunits =
["modulation"] = 0,
["country"] = "usa",
["uncontrolled"] = false,
["groupId"] = 1,
["groupName"] = "AH-1s_1",
["units"] =
{
@@ -136,7 +138,7 @@ MEunits =
["unitName"] = "AH-1s_1_1",
["groupName"] = "AH-1s_1",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297857.14285714,
["y"] = 631857.14285714,
["unitId"] = 1,
@@ -170,7 +172,7 @@ MEunits =
["unitName"] = "AH-1s_1_2",
["groupName"] = "AH-1s_1",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297897.14285714,
["y"] = 631897.14285714,
["unitId"] = 2,
@@ -186,9 +188,9 @@ MEunits =
["groupId"] = 1,
}, -- end of [2]
}, -- end of ["units"]
["countryId"] = 11,
["countryId"] = 2,
["radioSet"] = false,
["groupId"] = 1,
["hidden"] = false,
["category"] = "helicopter",
["coalition"] = "blue",
["startTime"] = 0,
@@ -200,7 +202,7 @@ MEunits =
{
[1] =
{
["groupId"] = 11,
["country"] = "usa",
["groupName"] = "USTanks1",
["units"] =
{
@@ -217,7 +219,7 @@ MEunits =
["coalition"] = "blue",
["groupName"] = "USTanks1",
["type"] = "M-1 Abrams",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -294685.71428571,
["unitId"] = 19,
["category"] = "vehicle",
@@ -239,7 +241,7 @@ MEunits =
["coalition"] = "blue",
["groupName"] = "USTanks1",
["type"] = "M-1 Abrams",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -294725.71428571,
["unitId"] = 20,
["category"] = "vehicle",
@@ -261,7 +263,7 @@ MEunits =
["coalition"] = "blue",
["groupName"] = "USTanks1",
["type"] = "M-1 Abrams",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -294765.71428571,
["unitId"] = 21,
["category"] = "vehicle",
@@ -283,7 +285,7 @@ MEunits =
["coalition"] = "blue",
["groupName"] = "USTanks1",
["type"] = "M-1 Abrams",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -294805.71428571,
["unitId"] = 22,
["category"] = "vehicle",
@@ -294,15 +296,16 @@ MEunits =
}, -- end of [4]
}, -- end of ["units"]
["coalition"] = "blue",
["groupId"] = 11,
["category"] = "vehicle",
["countryId"] = 11,
["countryId"] = 2,
["startTime"] = 0,
["task"] = "Ground Nothing",
["country"] = "usa",
["hidden"] = false,
}, -- end of [1]
[2] =
{
["groupId"] = 12,
["country"] = "usa",
["groupName"] = "USTanks2",
["units"] =
{
@@ -319,7 +322,7 @@ MEunits =
["coalition"] = "blue",
["groupName"] = "USTanks2",
["type"] = "M-1 Abrams",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -293085.71428571,
["unitId"] = 23,
["category"] = "vehicle",
@@ -341,7 +344,7 @@ MEunits =
["coalition"] = "blue",
["groupName"] = "USTanks2",
["type"] = "M-1 Abrams",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -293125.71428571,
["unitId"] = 24,
["category"] = "vehicle",
@@ -363,7 +366,7 @@ MEunits =
["coalition"] = "blue",
["groupName"] = "USTanks2",
["type"] = "M-1 Abrams",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -293165.71428571,
["unitId"] = 25,
["category"] = "vehicle",
@@ -385,7 +388,7 @@ MEunits =
["coalition"] = "blue",
["groupName"] = "USTanks2",
["type"] = "M-1 Abrams",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -293205.71428571,
["unitId"] = 26,
["category"] = "vehicle",
@@ -396,11 +399,12 @@ MEunits =
}, -- end of [4]
}, -- end of ["units"]
["coalition"] = "blue",
["groupId"] = 12,
["category"] = "vehicle",
["countryId"] = 11,
["countryId"] = 2,
["startTime"] = 0,
["task"] = "Ground Nothing",
["country"] = "usa",
["hidden"] = false,
}, -- end of [2]
}, -- end of ["vehicle"]
["plane"] =
@@ -410,6 +414,7 @@ MEunits =
["modulation"] = 0,
["country"] = "usa",
["uncontrolled"] = false,
["groupId"] = 4,
["groupName"] = "F-15C Client #1",
["units"] =
{
@@ -432,7 +437,7 @@ MEunits =
["unitName"] = "F-15C Client #1",
["groupName"] = "F-15C Client #1",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -288142.85714286,
["y"] = 662142.85714286,
["unitId"] = 8,
@@ -448,9 +453,9 @@ MEunits =
["groupId"] = 4,
}, -- end of [1]
}, -- end of ["units"]
["countryId"] = 11,
["countryId"] = 2,
["radioSet"] = false,
["groupId"] = 4,
["hidden"] = false,
["category"] = "plane",
["coalition"] = "blue",
["startTime"] = 0,
@@ -462,6 +467,7 @@ MEunits =
["modulation"] = 0,
["country"] = "usa",
["uncontrolled"] = false,
["groupId"] = 5,
["groupName"] = "F-15C Client #2",
["units"] =
{
@@ -484,7 +490,7 @@ MEunits =
["unitName"] = "F-15C Client #2",
["groupName"] = "F-15C Client #2",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -287000,
["y"] = 668428.57142857,
["unitId"] = 10,
@@ -500,9 +506,9 @@ MEunits =
["groupId"] = 5,
}, -- end of [1]
}, -- end of ["units"]
["countryId"] = 11,
["countryId"] = 2,
["radioSet"] = false,
["groupId"] = 5,
["hidden"] = false,
["category"] = "plane",
["coalition"] = "blue",
["startTime"] = 0,
@@ -514,6 +520,7 @@ MEunits =
["modulation"] = 0,
["country"] = "usa",
["uncontrolled"] = false,
["groupId"] = 6,
["groupName"] = "A-10C Client #1",
["units"] =
{
@@ -536,7 +543,7 @@ MEunits =
["unitName"] = "A-10C Client #1",
["groupName"] = "A-10C Client #1",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -318142.85714286,
["y"] = 636428.57142857,
["unitId"] = 11,
@@ -552,9 +559,9 @@ MEunits =
["groupId"] = 6,
}, -- end of [1]
}, -- end of ["units"]
["countryId"] = 11,
["countryId"] = 2,
["radioSet"] = false,
["groupId"] = 6,
["hidden"] = false,
["category"] = "plane",
["coalition"] = "blue",
["startTime"] = 0,
@@ -566,6 +573,7 @@ MEunits =
["modulation"] = 0,
["country"] = "usa",
["uncontrolled"] = false,
["groupId"] = 7,
["groupName"] = "A-10C Client #2",
["units"] =
{
@@ -588,7 +596,7 @@ MEunits =
["unitName"] = "A-10C Client #2",
["groupName"] = "A-10C Client #2",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -315857.14285714,
["y"] = 644428.57142857,
["unitId"] = 12,
@@ -604,9 +612,9 @@ MEunits =
["groupId"] = 7,
}, -- end of [1]
}, -- end of ["units"]
["countryId"] = 11,
["countryId"] = 2,
["radioSet"] = false,
["groupId"] = 7,
["hidden"] = false,
["category"] = "plane",
["coalition"] = "blue",
["startTime"] = 0,
@@ -618,11 +626,11 @@ MEunits =
{
[1] =
{
["countryId"] = 2,
["groupId"] = 15,
["country"] = "usa",
["coalition"] = "blue",
["category"] = "static",
["groupId"] = 15,
["countryId"] = 11,
["country"] = "usa",
["groupName"] = "tent1",
["units"] =
{
@@ -635,27 +643,28 @@ MEunits =
["y"] = 636248.57142857,
["x"] = -300871.42857143,
}, -- end of ["point"]
["groupId"] = 15,
["groupName"] = "tent1",
["countryId"] = 11,
["coalition"] = "blue",
["x"] = -300871.42857143,
["categoryStatic"] = "Fortifications",
["y"] = 636248.57142857,
["groupName"] = "tent1",
["coalition"] = "blue",
["countryId"] = 2,
["x"] = -300871.42857143,
["groupId"] = 15,
["category"] = "static",
["unitName"] = "tent1",
["country"] = "usa",
["heading"] = 0,
["unitId"] = 37,
["heading"] = 0,
["country"] = "usa",
}, -- end of [1]
}, -- end of ["units"]
}, -- end of [1]
[2] =
{
["countryId"] = 2,
["groupId"] = 16,
["country"] = "usa",
["coalition"] = "blue",
["category"] = "static",
["groupId"] = 16,
["countryId"] = 11,
["country"] = "usa",
["groupName"] = "tent2",
["units"] =
{
@@ -668,53 +677,125 @@ MEunits =
["y"] = 638620,
["x"] = -299814.28571429,
}, -- end of ["point"]
["groupId"] = 16,
["groupName"] = "tent2",
["countryId"] = 11,
["coalition"] = "blue",
["x"] = -299814.28571429,
["categoryStatic"] = "Fortifications",
["y"] = 638620,
["groupName"] = "tent2",
["coalition"] = "blue",
["countryId"] = 2,
["x"] = -299814.28571429,
["groupId"] = 16,
["category"] = "static",
["unitName"] = "tent2",
["country"] = "usa",
["heading"] = 0,
["unitId"] = 38,
["heading"] = 0,
["country"] = "usa",
}, -- end of [1]
}, -- end of ["units"]
}, -- end of [2]
[3] =
{
["countryId"] = 2,
["groupId"] = 30,
["country"] = "usa",
["coalition"] = "blue",
["category"] = "static",
["groupId"] = 30,
["countryId"] = 11,
["country"] = "usa",
["groupName"] = "static",
["units"] =
{
[1] =
{
["shape_name"] = "konteiner_red1",
["type"] = "Container red 1",
["type"] = "Sandbox",
["point"] =
{
["y"] = 684605.71428571,
["x"] = -279949.99999999,
}, -- end of ["point"]
["groupId"] = 30,
["groupName"] = "static",
["countryId"] = 11,
["coalition"] = "blue",
["x"] = -279949.99999999,
["categoryStatic"] = "Fortifications",
["y"] = 684605.71428571,
["coalition"] = "blue",
["groupName"] = "static",
["groupId"] = 30,
["countryId"] = 2,
["mass"] = 1000,
["unitId"] = 44,
["category"] = "static",
["unitName"] = "static",
["country"] = "usa",
["x"] = -279949.99999999,
["heading"] = 0,
["unitId"] = 44,
["country"] = "usa",
}, -- end of [1]
}, -- end of ["units"]
}, -- end of [3]
[4] =
{
["countryId"] = 2,
["groupId"] = 31,
["country"] = "usa",
["coalition"] = "blue",
["category"] = "static",
["groupName"] = "cargoBob",
["units"] =
{
[1] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 675199.99999999,
["x"] = -292007.14285714,
}, -- end of ["point"]
["categoryStatic"] = "Cargos",
["y"] = 675199.99999999,
["coalition"] = "blue",
["groupName"] = "cargoBob",
["groupId"] = 31,
["countryId"] = 2,
["mass"] = 371,
["unitId"] = 45,
["category"] = "static",
["unitName"] = "cargoBob",
["x"] = -292007.14285714,
["heading"] = 0,
["country"] = "usa",
}, -- end of [1]
}, -- end of ["units"]
}, -- end of [4]
[5] =
{
["countryId"] = 2,
["groupId"] = 32,
["country"] = "usa",
["coalition"] = "blue",
["category"] = "static",
["groupName"] = "cloneCargoBase",
["units"] =
{
[1] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 674842.85714285,
["x"] = -291678.57142856,
}, -- end of ["point"]
["categoryStatic"] = "Cargos",
["y"] = 674842.85714285,
["coalition"] = "blue",
["groupName"] = "cloneCargoBase",
["groupId"] = 32,
["countryId"] = 2,
["mass"] = 1337,
["unitId"] = 46,
["category"] = "static",
["unitName"] = "cloneCargoBase",
["x"] = -291678.57142856,
["heading"] = 0,
["country"] = "usa",
}, -- end of [1]
}, -- end of ["units"]
}, -- end of [5]
}, -- end of ["static"]
}, -- end of ["usa"]
["germany"] =
@@ -739,12 +820,7 @@ MEunits =
{
[1] =
{
["coalition"] = "red",
["countryId"] = 2,
["category"] = "ship",
["country"] = "russia",
["groupId"] = 9,
["startTime"] = 0,
["groupName"] = "Rus Ships #1",
["units"] =
{
@@ -760,7 +836,7 @@ MEunits =
["y"] = 200000,
["skill"] = "Average",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -34285.714285714,
["unitId"] = 15,
["category"] = "ship",
@@ -781,7 +857,7 @@ MEunits =
["y"] = 200800,
["skill"] = "Average",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -35085.714285714,
["unitId"] = 16,
["category"] = "ship",
@@ -791,15 +867,16 @@ MEunits =
["groupName"] = "Rus Ships #1",
}, -- end of [2]
}, -- end of ["units"]
["countryId"] = 0,
["category"] = "ship",
["hidden"] = false,
["startTime"] = 0,
["coalition"] = "red",
["country"] = "russia",
}, -- end of [1]
[2] =
{
["coalition"] = "red",
["countryId"] = 2,
["category"] = "ship",
["country"] = "russia",
["groupId"] = 10,
["startTime"] = 0,
["groupName"] = "Rus Ships #2",
["units"] =
{
@@ -815,7 +892,7 @@ MEunits =
["y"] = 73571.428571428,
["skill"] = "Average",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -86428.571428571,
["unitId"] = 17,
["category"] = "ship",
@@ -836,7 +913,7 @@ MEunits =
["y"] = 74371.428571428,
["skill"] = "Average",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -87228.571428571,
["unitId"] = 18,
["category"] = "ship",
@@ -846,6 +923,12 @@ MEunits =
["groupName"] = "Rus Ships #2",
}, -- end of [2]
}, -- end of ["units"]
["countryId"] = 0,
["category"] = "ship",
["hidden"] = false,
["startTime"] = 0,
["coalition"] = "red",
["country"] = "russia",
}, -- end of [2]
}, -- end of ["ship"]
["helicopter"] =
@@ -855,6 +938,7 @@ MEunits =
["modulation"] = 0,
["country"] = "russia",
["uncontrolled"] = false,
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["units"] =
{
@@ -877,7 +961,7 @@ MEunits =
["unitName"] = "Ka-50s_1_1",
["groupName"] = "Ka-50s_1",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237571.42857143,
["y"] = 615000,
["unitId"] = 3,
@@ -905,7 +989,7 @@ MEunits =
["unitName"] = "Ka-50s_1_2",
["groupName"] = "Ka-50s_1",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237611.42857143,
["y"] = 615040,
["unitId"] = 4,
@@ -915,9 +999,9 @@ MEunits =
["groupId"] = 2,
}, -- end of [2]
}, -- end of ["units"]
["countryId"] = 2,
["countryId"] = 0,
["radioSet"] = false,
["groupId"] = 2,
["hidden"] = false,
["category"] = "helicopter",
["coalition"] = "red",
["startTime"] = 0,
@@ -929,6 +1013,7 @@ MEunits =
["modulation"] = 1,
["country"] = "russia",
["uncontrolled"] = false,
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["units"] =
{
@@ -951,7 +1036,7 @@ MEunits =
["unitName"] = "Mi-8s_1_1",
["groupName"] = "Mi-8s_1",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243285.71428571,
["y"] = 603285.71428571,
["unitId"] = 5,
@@ -979,7 +1064,7 @@ MEunits =
["unitName"] = "Mi-8s_1_1 #1",
["groupName"] = "Mi-8s_1",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243325.71428571,
["y"] = 603325.71428571,
["unitId"] = 6,
@@ -989,9 +1074,9 @@ MEunits =
["groupId"] = 3,
}, -- end of [2]
}, -- end of ["units"]
["countryId"] = 2,
["countryId"] = 0,
["radioSet"] = false,
["groupId"] = 3,
["hidden"] = false,
["category"] = "helicopter",
["coalition"] = "red",
["startTime"] = 0,
@@ -1003,7 +1088,7 @@ MEunits =
{
[1] =
{
["groupId"] = 13,
["country"] = "russia",
["groupName"] = "RuBTRs",
["units"] =
{
@@ -1020,7 +1105,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuBTRs",
["type"] = "BTR-80",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -292842.85714286,
["unitId"] = 27,
["category"] = "vehicle",
@@ -1042,7 +1127,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuBTRs",
["type"] = "BTR-80",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -292882.85714286,
["unitId"] = 28,
["category"] = "vehicle",
@@ -1064,7 +1149,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuBTRs",
["type"] = "BTR-80",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -292922.85714286,
["unitId"] = 29,
["category"] = "vehicle",
@@ -1086,7 +1171,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuBTRs",
["type"] = "BTR-80",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -292962.85714286,
["unitId"] = 30,
["category"] = "vehicle",
@@ -1108,7 +1193,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuBTRs",
["type"] = "BTR-80",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -293002.85714286,
["unitId"] = 31,
["category"] = "vehicle",
@@ -1130,7 +1215,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuBTRs",
["type"] = "BTR-80",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -293042.85714286,
["unitId"] = 32,
["category"] = "vehicle",
@@ -1141,15 +1226,16 @@ MEunits =
}, -- end of [6]
}, -- end of ["units"]
["coalition"] = "red",
["groupId"] = 13,
["category"] = "vehicle",
["countryId"] = 2,
["countryId"] = 0,
["startTime"] = 0,
["task"] = "Ground Nothing",
["country"] = "russia",
["hidden"] = false,
}, -- end of [1]
[2] =
{
["groupId"] = 14,
["country"] = "russia",
["groupName"] = "RuTanks",
["units"] =
{
@@ -1166,7 +1252,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuTanks",
["type"] = "T-55",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -273442.85714286,
["unitId"] = 33,
["category"] = "vehicle",
@@ -1188,7 +1274,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuTanks",
["type"] = "T-55",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -273482.85714286,
["unitId"] = 34,
["category"] = "vehicle",
@@ -1210,7 +1296,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuTanks",
["type"] = "T-55",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -273522.85714286,
["unitId"] = 35,
["category"] = "vehicle",
@@ -1232,7 +1318,7 @@ MEunits =
["coalition"] = "red",
["groupName"] = "RuTanks",
["type"] = "T-55",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -273562.85714286,
["unitId"] = 36,
["category"] = "vehicle",
@@ -1243,11 +1329,12 @@ MEunits =
}, -- end of [4]
}, -- end of ["units"]
["coalition"] = "red",
["groupId"] = 14,
["category"] = "vehicle",
["countryId"] = 2,
["countryId"] = 0,
["startTime"] = 0,
["task"] = "Ground Nothing",
["country"] = "russia",
["hidden"] = false,
}, -- end of [2]
}, -- end of ["vehicle"]
["plane"] =
@@ -1257,6 +1344,7 @@ MEunits =
["modulation"] = 0,
["country"] = "russia",
["uncontrolled"] = false,
["groupId"] = 20,
["groupName"] = "Su-33 Client #1",
["units"] =
{
@@ -1279,7 +1367,7 @@ MEunits =
["unitName"] = "Su-33 Client #1",
["groupName"] = "Su-33 Client #1",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -250185.71428571,
["y"] = 590391.42857142,
["unitId"] = 42,
@@ -1289,9 +1377,9 @@ MEunits =
["groupId"] = 20,
}, -- end of [1]
}, -- end of ["units"]
["countryId"] = 2,
["countryId"] = 0,
["radioSet"] = false,
["groupId"] = 20,
["hidden"] = false,
["category"] = "plane",
["coalition"] = "red",
["startTime"] = 0,
@@ -1303,6 +1391,7 @@ MEunits =
["modulation"] = 0,
["country"] = "russia",
["uncontrolled"] = false,
["groupId"] = 21,
["groupName"] = "Su-33 Client #2",
["units"] =
{
@@ -1325,7 +1414,7 @@ MEunits =
["unitName"] = "Su-33 Client #2",
["groupName"] = "Su-33 Client #2",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -235614.28571428,
["y"] = 597819.99999999,
["unitId"] = 43,
@@ -1335,9 +1424,9 @@ MEunits =
["groupId"] = 21,
}, -- end of [1]
}, -- end of ["units"]
["countryId"] = 2,
["countryId"] = 0,
["radioSet"] = false,
["groupId"] = 21,
["hidden"] = false,
["category"] = "plane",
["coalition"] = "red",
["startTime"] = 0,
@@ -1349,43 +1438,44 @@ MEunits =
{
[1] =
{
["countryId"] = 0,
["groupId"] = 17,
["country"] = "russia",
["coalition"] = "red",
["category"] = "static",
["groupId"] = 17,
["countryId"] = 2,
["country"] = "russia",
["groupName"] = "RU Farp",
["units"] =
{
[1] =
{
["heading"] = 0,
["type"] = "FARP",
["point"] =
{
["y"] = 617591.42857143,
["x"] = -258442.85714286,
}, -- end of ["point"]
["groupId"] = 17,
["groupName"] = "RU Farp",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -258442.85714286,
["categoryStatic"] = "Heliports",
["y"] = 617591.42857143,
["groupName"] = "RU Farp",
["coalition"] = "red",
["countryId"] = 0,
["x"] = -258442.85714286,
["groupId"] = 17,
["category"] = "static",
["unitName"] = "RU Farp",
["country"] = "russia",
["type"] = "FARP",
["unitId"] = 39,
["heading"] = 0,
["country"] = "russia",
}, -- end of [1]
}, -- end of ["units"]
}, -- end of [1]
[2] =
{
["countryId"] = 0,
["groupId"] = 18,
["country"] = "russia",
["coalition"] = "red",
["category"] = "static",
["groupId"] = 18,
["countryId"] = 2,
["country"] = "russia",
["groupName"] = "RuTent1",
["units"] =
{
@@ -1398,27 +1488,28 @@ MEunits =
["y"] = 617962.85714285,
["x"] = -258642.85714286,
}, -- end of ["point"]
["groupId"] = 18,
["groupName"] = "RuTent1",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -258642.85714286,
["categoryStatic"] = "Fortifications",
["y"] = 617962.85714285,
["groupName"] = "RuTent1",
["coalition"] = "red",
["countryId"] = 0,
["x"] = -258642.85714286,
["groupId"] = 18,
["category"] = "static",
["unitName"] = "RuTent1",
["country"] = "russia",
["heading"] = 0,
["unitId"] = 40,
["heading"] = 0,
["country"] = "russia",
}, -- end of [1]
}, -- end of ["units"]
}, -- end of [2]
[3] =
{
["countryId"] = 0,
["groupId"] = 19,
["country"] = "russia",
["coalition"] = "red",
["category"] = "static",
["groupId"] = 19,
["countryId"] = 2,
["country"] = "russia",
["groupName"] = "RuTent2",
["units"] =
{
@@ -1431,17 +1522,18 @@ MEunits =
["y"] = 617691.42857143,
["x"] = -259071.42857143,
}, -- end of ["point"]
["groupId"] = 19,
["groupName"] = "RuTent2",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -259071.42857143,
["categoryStatic"] = "Fortifications",
["y"] = 617691.42857143,
["groupName"] = "RuTent2",
["coalition"] = "red",
["countryId"] = 0,
["x"] = -259071.42857143,
["groupId"] = 19,
["category"] = "static",
["unitName"] = "RuTent2",
["country"] = "russia",
["heading"] = 0,
["unitId"] = 41,
["heading"] = 0,
["country"] = "russia",
}, -- end of [1]
}, -- end of ["units"]
}, -- end of [3]
+130 -78
View File
@@ -27,7 +27,7 @@ MEunitsByCat =
[3] = 1,
["name"] = "Enfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297857.14285714,
["skill"] = "High",
["heading"] = 0.017389551289373,
@@ -61,7 +61,7 @@ MEunitsByCat =
[3] = 2,
["name"] = "Enfield12",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297897.14285714,
["skill"] = "High",
["heading"] = 0.017389551289373,
@@ -89,7 +89,7 @@ MEunitsByCat =
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["callsign"] = 100,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237571.42857143,
["skill"] = "High",
["heading"] = 2.5953630185698,
@@ -117,7 +117,7 @@ MEunitsByCat =
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["callsign"] = 101,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237611.42857143,
["skill"] = "High",
["heading"] = 2.5953630185698,
@@ -145,7 +145,7 @@ MEunitsByCat =
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["callsign"] = 103,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243285.71428571,
["skill"] = "Random",
["heading"] = 2.6119254271103,
@@ -173,7 +173,7 @@ MEunitsByCat =
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["callsign"] = 102,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243325.71428571,
["skill"] = "Random",
["heading"] = 2.6119254271103,
@@ -204,7 +204,7 @@ MEunitsByCat =
["unitName"] = "US Ship #1",
["unitId"] = 13,
["y"] = 443857.14285714,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [1]
[2] =
{
@@ -225,7 +225,7 @@ MEunitsByCat =
["unitName"] = "US Ship #2",
["unitId"] = 14,
["y"] = 444657.14285714,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [2]
[3] =
{
@@ -246,7 +246,7 @@ MEunitsByCat =
["unitName"] = "1ship1",
["unitId"] = 15,
["y"] = 200000,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [3]
[4] =
{
@@ -267,7 +267,7 @@ MEunitsByCat =
["unitName"] = "1ship2",
["unitId"] = 16,
["y"] = 200800,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [4]
[5] =
{
@@ -288,7 +288,7 @@ MEunitsByCat =
["unitName"] = "2ship1",
["unitId"] = 17,
["y"] = 73571.428571428,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [5]
[6] =
{
@@ -309,7 +309,7 @@ MEunitsByCat =
["unitName"] = "2ship2",
["unitId"] = 18,
["y"] = 74371.428571428,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [6]
}, -- end of ["ship"]
["static"] =
@@ -323,16 +323,17 @@ MEunitsByCat =
["y"] = 636248.57142857,
["x"] = -300871.42857143,
}, -- end of ["point"]
["groupId"] = 15,
["categoryStatic"] = "Fortifications",
["country"] = "usa",
["groupName"] = "tent1",
["unitId"] = 37,
["countryId"] = 11,
["x"] = -300871.42857143,
["heading"] = 0,
["y"] = 636248.57142857,
["x"] = -300871.42857143,
["unitId"] = 37,
["category"] = "static",
["unitName"] = "tent1",
["country"] = "usa",
["y"] = 636248.57142857,
["groupId"] = 15,
["countryId"] = 2,
["coalition"] = "blue",
}, -- end of [1]
[2] =
@@ -344,60 +345,109 @@ MEunitsByCat =
["y"] = 638620,
["x"] = -299814.28571429,
}, -- end of ["point"]
["groupId"] = 16,
["categoryStatic"] = "Fortifications",
["country"] = "usa",
["groupName"] = "tent2",
["unitId"] = 38,
["countryId"] = 11,
["x"] = -299814.28571429,
["heading"] = 0,
["y"] = 638620,
["x"] = -299814.28571429,
["unitId"] = 38,
["category"] = "static",
["unitName"] = "tent2",
["country"] = "usa",
["y"] = 638620,
["groupId"] = 16,
["countryId"] = 2,
["coalition"] = "blue",
}, -- end of [2]
[3] =
{
["shape_name"] = "konteiner_red1",
["type"] = "Container red 1",
["type"] = "Sandbox",
["point"] =
{
["y"] = 684605.71428571,
["x"] = -279949.99999999,
}, -- end of ["point"]
["groupId"] = 30,
["groupName"] = "static",
["unitId"] = 44,
["countryId"] = 11,
["x"] = -279949.99999999,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "static",
["x"] = -279949.99999999,
["coalition"] = "blue",
["mass"] = 1000,
["unitId"] = 44,
["category"] = "static",
["unitName"] = "static",
["country"] = "usa",
["y"] = 684605.71428571,
["coalition"] = "blue",
["categoryStatic"] = "Fortifications",
["countryId"] = 2,
}, -- end of [3]
[4] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 675199.99999999,
["x"] = -292007.14285714,
}, -- end of ["point"]
["groupId"] = 31,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "cargoBob",
["x"] = -292007.14285714,
["y"] = 675199.99999999,
["mass"] = 371,
["unitId"] = 45,
["category"] = "static",
["unitName"] = "cargoBob",
["countryId"] = 2,
["categoryStatic"] = "Cargos",
["coalition"] = "blue",
}, -- end of [4]
[5] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 674842.85714285,
["x"] = -291678.57142856,
}, -- end of ["point"]
["groupId"] = 32,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "cloneCargoBase",
["x"] = -291678.57142856,
["y"] = 674842.85714285,
["mass"] = 1337,
["unitId"] = 46,
["category"] = "static",
["unitName"] = "cloneCargoBase",
["countryId"] = 2,
["categoryStatic"] = "Cargos",
["coalition"] = "blue",
}, -- end of [5]
[6] =
{
["type"] = "FARP",
["point"] =
{
["y"] = 617591.42857143,
["x"] = -258442.85714286,
}, -- end of ["point"]
["groupId"] = 17,
["categoryStatic"] = "Heliports",
["country"] = "russia",
["groupName"] = "RU Farp",
["unitId"] = 39,
["heading"] = 0,
["coalition"] = "red",
["x"] = -258442.85714286,
["type"] = "FARP",
["unitId"] = 39,
["category"] = "static",
["unitName"] = "RU Farp",
["country"] = "russia",
["countryId"] = 2,
["groupId"] = 17,
["y"] = 617591.42857143,
}, -- end of [4]
[5] =
["countryId"] = 0,
}, -- end of [6]
[7] =
{
["shape_name"] = "PalatkaB",
["type"] = "FARP Tent",
@@ -406,19 +456,20 @@ MEunitsByCat =
["y"] = 617962.85714285,
["x"] = -258642.85714286,
}, -- end of ["point"]
["groupId"] = 18,
["categoryStatic"] = "Fortifications",
["country"] = "russia",
["groupName"] = "RuTent1",
["unitId"] = 40,
["countryId"] = 2,
["x"] = -258642.85714286,
["heading"] = 0,
["y"] = 617962.85714285,
["x"] = -258642.85714286,
["unitId"] = 40,
["category"] = "static",
["unitName"] = "RuTent1",
["country"] = "russia",
["y"] = 617962.85714285,
["groupId"] = 18,
["countryId"] = 0,
["coalition"] = "red",
}, -- end of [5]
[6] =
}, -- end of [7]
[8] =
{
["shape_name"] = "PalatkaB",
["type"] = "FARP Tent",
@@ -427,18 +478,19 @@ MEunitsByCat =
["y"] = 617691.42857143,
["x"] = -259071.42857143,
}, -- end of ["point"]
["groupId"] = 19,
["categoryStatic"] = "Fortifications",
["country"] = "russia",
["groupName"] = "RuTent2",
["unitId"] = 41,
["countryId"] = 2,
["x"] = -259071.42857143,
["heading"] = 0,
["y"] = 617691.42857143,
["x"] = -259071.42857143,
["unitId"] = 41,
["category"] = "static",
["unitName"] = "RuTent2",
["country"] = "russia",
["y"] = 617691.42857143,
["groupId"] = 19,
["countryId"] = 0,
["coalition"] = "red",
}, -- end of [6]
}, -- end of [8]
}, -- end of ["static"]
["plane"] =
{
@@ -467,7 +519,7 @@ MEunitsByCat =
[3] = 1,
["name"] = "Springfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -288142.85714286,
["skill"] = "Client",
["heading"] = -0.57883789069348,
@@ -501,7 +553,7 @@ MEunitsByCat =
[3] = 1,
["name"] = "Springfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -287000,
["skill"] = "Client",
["heading"] = -0.57883789069348,
@@ -535,7 +587,7 @@ MEunitsByCat =
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -318142.85714286,
["skill"] = "Client",
["heading"] = -0.67060113146646,
@@ -569,7 +621,7 @@ MEunitsByCat =
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -315857.14285714,
["skill"] = "Client",
["heading"] = -0.66079849060746,
@@ -597,7 +649,7 @@ MEunitsByCat =
["groupId"] = 20,
["groupName"] = "Su-33 Client #1",
["callsign"] = 104,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -250185.71428571,
["skill"] = "Client",
["heading"] = 0,
@@ -625,7 +677,7 @@ MEunitsByCat =
["groupId"] = 21,
["groupName"] = "Su-33 Client #2",
["callsign"] = 104,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -235614.28571428,
["skill"] = "Client",
["heading"] = 0,
@@ -657,7 +709,7 @@ MEunitsByCat =
["unitName"] = "USTanks1_1",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [1]
[2] =
{
@@ -679,7 +731,7 @@ MEunitsByCat =
["unitName"] = "USTanks1_2",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [2]
[3] =
{
@@ -701,7 +753,7 @@ MEunitsByCat =
["unitName"] = "USTanks1_3",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [3]
[4] =
{
@@ -723,7 +775,7 @@ MEunitsByCat =
["unitName"] = "USTanks1_4",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [4]
[5] =
{
@@ -745,7 +797,7 @@ MEunitsByCat =
["unitName"] = "USTanks2_1",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [5]
[6] =
{
@@ -767,7 +819,7 @@ MEunitsByCat =
["unitName"] = "USTanks2_2",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [6]
[7] =
{
@@ -789,7 +841,7 @@ MEunitsByCat =
["unitName"] = "USTanks2_3",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [7]
[8] =
{
@@ -811,7 +863,7 @@ MEunitsByCat =
["unitName"] = "USTanks2_4",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [8]
[9] =
{
@@ -833,7 +885,7 @@ MEunitsByCat =
["unitName"] = "RuBTRs1",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [9]
[10] =
{
@@ -855,7 +907,7 @@ MEunitsByCat =
["unitName"] = "RuBTRs2",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [10]
[11] =
{
@@ -877,7 +929,7 @@ MEunitsByCat =
["unitName"] = "RuBTRs3",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [11]
[12] =
{
@@ -899,7 +951,7 @@ MEunitsByCat =
["unitName"] = "RuBTRs4",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [12]
[13] =
{
@@ -921,7 +973,7 @@ MEunitsByCat =
["unitName"] = "RuBTRs5",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [13]
[14] =
{
@@ -943,7 +995,7 @@ MEunitsByCat =
["unitName"] = "RuBTRs6",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [14]
[15] =
{
@@ -965,7 +1017,7 @@ MEunitsByCat =
["unitName"] = "RuTanks1",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [15]
[16] =
{
@@ -987,7 +1039,7 @@ MEunitsByCat =
["unitName"] = "RuTanks2",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [16]
[17] =
{
@@ -1009,7 +1061,7 @@ MEunitsByCat =
["unitName"] = "RuTanks3",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [17]
[18] =
{
@@ -1031,7 +1083,7 @@ MEunitsByCat =
["unitName"] = "RuTanks4",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [18]
}, -- end of ["vehicle"]
} -- end of MEunitsByCat
+126 -74
View File
@@ -25,7 +25,7 @@ MEunitsById =
[3] = 1,
["name"] = "Enfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297857.14285714,
["skill"] = "High",
["heading"] = 0.017389551289373,
@@ -59,7 +59,7 @@ MEunitsById =
[3] = 2,
["name"] = "Enfield12",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297897.14285714,
["skill"] = "High",
["heading"] = 0.017389551289373,
@@ -87,7 +87,7 @@ MEunitsById =
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["callsign"] = 100,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237571.42857143,
["skill"] = "High",
["heading"] = 2.5953630185698,
@@ -115,7 +115,7 @@ MEunitsById =
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["callsign"] = 101,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237611.42857143,
["skill"] = "High",
["heading"] = 2.5953630185698,
@@ -143,7 +143,7 @@ MEunitsById =
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["callsign"] = 103,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243285.71428571,
["skill"] = "Random",
["heading"] = 2.6119254271103,
@@ -171,7 +171,7 @@ MEunitsById =
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["callsign"] = 102,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243325.71428571,
["skill"] = "Random",
["heading"] = 2.6119254271103,
@@ -205,7 +205,7 @@ MEunitsById =
[3] = 1,
["name"] = "Springfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -288142.85714286,
["skill"] = "Client",
["heading"] = -0.57883789069348,
@@ -239,7 +239,7 @@ MEunitsById =
[3] = 1,
["name"] = "Springfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -287000,
["skill"] = "Client",
["heading"] = -0.57883789069348,
@@ -273,7 +273,7 @@ MEunitsById =
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -318142.85714286,
["skill"] = "Client",
["heading"] = -0.67060113146646,
@@ -307,7 +307,7 @@ MEunitsById =
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -315857.14285714,
["skill"] = "Client",
["heading"] = -0.66079849060746,
@@ -335,7 +335,7 @@ MEunitsById =
["unitName"] = "US Ship #1",
["unitId"] = 13,
["y"] = 443857.14285714,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [13]
[14] =
{
@@ -356,7 +356,7 @@ MEunitsById =
["unitName"] = "US Ship #2",
["unitId"] = 14,
["y"] = 444657.14285714,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [14]
[15] =
{
@@ -377,7 +377,7 @@ MEunitsById =
["unitName"] = "1ship1",
["unitId"] = 15,
["y"] = 200000,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [15]
[16] =
{
@@ -398,7 +398,7 @@ MEunitsById =
["unitName"] = "1ship2",
["unitId"] = 16,
["y"] = 200800,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [16]
[17] =
{
@@ -419,7 +419,7 @@ MEunitsById =
["unitName"] = "2ship1",
["unitId"] = 17,
["y"] = 73571.428571428,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [17]
[18] =
{
@@ -440,7 +440,7 @@ MEunitsById =
["unitName"] = "2ship2",
["unitId"] = 18,
["y"] = 74371.428571428,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [18]
[19] =
{
@@ -462,7 +462,7 @@ MEunitsById =
["unitName"] = "USTanks1_1",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [19]
[20] =
{
@@ -484,7 +484,7 @@ MEunitsById =
["unitName"] = "USTanks1_2",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [20]
[21] =
{
@@ -506,7 +506,7 @@ MEunitsById =
["unitName"] = "USTanks1_3",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [21]
[22] =
{
@@ -528,7 +528,7 @@ MEunitsById =
["unitName"] = "USTanks1_4",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [22]
[23] =
{
@@ -550,7 +550,7 @@ MEunitsById =
["unitName"] = "USTanks2_1",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [23]
[24] =
{
@@ -572,7 +572,7 @@ MEunitsById =
["unitName"] = "USTanks2_2",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [24]
[25] =
{
@@ -594,7 +594,7 @@ MEunitsById =
["unitName"] = "USTanks2_3",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [25]
[26] =
{
@@ -616,7 +616,7 @@ MEunitsById =
["unitName"] = "USTanks2_4",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [26]
[27] =
{
@@ -638,7 +638,7 @@ MEunitsById =
["unitName"] = "RuBTRs1",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [27]
[28] =
{
@@ -660,7 +660,7 @@ MEunitsById =
["unitName"] = "RuBTRs2",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [28]
[29] =
{
@@ -682,7 +682,7 @@ MEunitsById =
["unitName"] = "RuBTRs3",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [29]
[30] =
{
@@ -704,7 +704,7 @@ MEunitsById =
["unitName"] = "RuBTRs4",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [30]
[31] =
{
@@ -726,7 +726,7 @@ MEunitsById =
["unitName"] = "RuBTRs5",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [31]
[32] =
{
@@ -748,7 +748,7 @@ MEunitsById =
["unitName"] = "RuBTRs6",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [32]
[33] =
{
@@ -770,7 +770,7 @@ MEunitsById =
["unitName"] = "RuTanks1",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [33]
[34] =
{
@@ -792,7 +792,7 @@ MEunitsById =
["unitName"] = "RuTanks2",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [34]
[35] =
{
@@ -814,7 +814,7 @@ MEunitsById =
["unitName"] = "RuTanks3",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [35]
[36] =
{
@@ -836,7 +836,7 @@ MEunitsById =
["unitName"] = "RuTanks4",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of [36]
[37] =
{
@@ -847,16 +847,17 @@ MEunitsById =
["y"] = 636248.57142857,
["x"] = -300871.42857143,
}, -- end of ["point"]
["groupId"] = 15,
["categoryStatic"] = "Fortifications",
["country"] = "usa",
["groupName"] = "tent1",
["unitId"] = 37,
["countryId"] = 11,
["x"] = -300871.42857143,
["heading"] = 0,
["y"] = 636248.57142857,
["x"] = -300871.42857143,
["unitId"] = 37,
["category"] = "static",
["unitName"] = "tent1",
["country"] = "usa",
["y"] = 636248.57142857,
["groupId"] = 15,
["countryId"] = 2,
["coalition"] = "blue",
}, -- end of [37]
[38] =
@@ -868,37 +869,39 @@ MEunitsById =
["y"] = 638620,
["x"] = -299814.28571429,
}, -- end of ["point"]
["groupId"] = 16,
["categoryStatic"] = "Fortifications",
["country"] = "usa",
["groupName"] = "tent2",
["unitId"] = 38,
["countryId"] = 11,
["x"] = -299814.28571429,
["heading"] = 0,
["y"] = 638620,
["x"] = -299814.28571429,
["unitId"] = 38,
["category"] = "static",
["unitName"] = "tent2",
["country"] = "usa",
["y"] = 638620,
["groupId"] = 16,
["countryId"] = 2,
["coalition"] = "blue",
}, -- end of [38]
[39] =
{
["heading"] = 0,
["type"] = "FARP",
["point"] =
{
["y"] = 617591.42857143,
["x"] = -258442.85714286,
}, -- end of ["point"]
["groupId"] = 17,
["categoryStatic"] = "Heliports",
["country"] = "russia",
["groupName"] = "RU Farp",
["unitId"] = 39,
["heading"] = 0,
["coalition"] = "red",
["x"] = -258442.85714286,
["type"] = "FARP",
["unitId"] = 39,
["category"] = "static",
["unitName"] = "RU Farp",
["country"] = "russia",
["countryId"] = 2,
["groupId"] = 17,
["y"] = 617591.42857143,
["countryId"] = 0,
}, -- end of [39]
[40] =
{
@@ -909,16 +912,17 @@ MEunitsById =
["y"] = 617962.85714285,
["x"] = -258642.85714286,
}, -- end of ["point"]
["groupId"] = 18,
["categoryStatic"] = "Fortifications",
["country"] = "russia",
["groupName"] = "RuTent1",
["unitId"] = 40,
["countryId"] = 2,
["x"] = -258642.85714286,
["heading"] = 0,
["y"] = 617962.85714285,
["x"] = -258642.85714286,
["unitId"] = 40,
["category"] = "static",
["unitName"] = "RuTent1",
["country"] = "russia",
["y"] = 617962.85714285,
["groupId"] = 18,
["countryId"] = 0,
["coalition"] = "red",
}, -- end of [40]
[41] =
@@ -930,16 +934,17 @@ MEunitsById =
["y"] = 617691.42857143,
["x"] = -259071.42857143,
}, -- end of ["point"]
["groupId"] = 19,
["categoryStatic"] = "Fortifications",
["country"] = "russia",
["groupName"] = "RuTent2",
["unitId"] = 41,
["countryId"] = 2,
["x"] = -259071.42857143,
["heading"] = 0,
["y"] = 617691.42857143,
["x"] = -259071.42857143,
["unitId"] = 41,
["category"] = "static",
["unitName"] = "RuTent2",
["country"] = "russia",
["y"] = 617691.42857143,
["groupId"] = 19,
["countryId"] = 0,
["coalition"] = "red",
}, -- end of [41]
[42] =
@@ -961,7 +966,7 @@ MEunitsById =
["groupId"] = 20,
["groupName"] = "Su-33 Client #1",
["callsign"] = 104,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -250185.71428571,
["skill"] = "Client",
["heading"] = 0,
@@ -989,7 +994,7 @@ MEunitsById =
["groupId"] = 21,
["groupName"] = "Su-33 Client #2",
["callsign"] = 104,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -235614.28571428,
["skill"] = "Client",
["heading"] = 0,
@@ -1000,23 +1005,70 @@ MEunitsById =
}, -- end of [43]
[44] =
{
["shape_name"] = "konteiner_red1",
["type"] = "Container red 1",
["type"] = "Sandbox",
["point"] =
{
["y"] = 684605.71428571,
["x"] = -279949.99999999,
}, -- end of ["point"]
["groupId"] = 30,
["groupName"] = "static",
["unitId"] = 44,
["countryId"] = 11,
["x"] = -279949.99999999,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "static",
["x"] = -279949.99999999,
["coalition"] = "blue",
["mass"] = 1000,
["unitId"] = 44,
["category"] = "static",
["unitName"] = "static",
["country"] = "usa",
["y"] = 684605.71428571,
["coalition"] = "blue",
["categoryStatic"] = "Fortifications",
["countryId"] = 2,
}, -- end of [44]
[45] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 675199.99999999,
["x"] = -292007.14285714,
}, -- end of ["point"]
["groupId"] = 31,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "cargoBob",
["x"] = -292007.14285714,
["y"] = 675199.99999999,
["mass"] = 371,
["unitId"] = 45,
["category"] = "static",
["unitName"] = "cargoBob",
["countryId"] = 2,
["categoryStatic"] = "Cargos",
["coalition"] = "blue",
}, -- end of [45]
[46] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 674842.85714285,
["x"] = -291678.57142856,
}, -- end of ["point"]
["groupId"] = 32,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "cloneCargoBase",
["x"] = -291678.57142856,
["y"] = 674842.85714285,
["mass"] = 1337,
["unitId"] = 46,
["category"] = "static",
["unitName"] = "cloneCargoBase",
["countryId"] = 2,
["categoryStatic"] = "Cargos",
["coalition"] = "blue",
}, -- end of [46]
} -- end of MEunitsById
+342 -290
View File
@@ -9,16 +9,17 @@ MEunitsByName =
["y"] = 617962.85714285,
["x"] = -258642.85714286,
}, -- end of ["point"]
["groupId"] = 18,
["categoryStatic"] = "Fortifications",
["country"] = "russia",
["groupName"] = "RuTent1",
["unitId"] = 40,
["countryId"] = 2,
["x"] = -258642.85714286,
["heading"] = 0,
["y"] = 617962.85714285,
["x"] = -258642.85714286,
["unitId"] = 40,
["category"] = "static",
["unitName"] = "RuTent1",
["country"] = "russia",
["y"] = 617962.85714285,
["groupId"] = 18,
["countryId"] = 0,
["coalition"] = "red",
}, -- end of ["RuTent1"]
["USTanks1_1"] =
@@ -41,64 +42,51 @@ MEunitsByName =
["unitName"] = "USTanks1_1",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of ["USTanks1_1"]
["USTanks2_4"] =
["RuTanks4"] =
{
["type"] = "M-1 Abrams",
["type"] = "T-55",
["point"] =
{
["y"] = 653291.42857143,
["x"] = -293205.71428571,
["y"] = 628797.14285714,
["x"] = -273562.85714286,
}, -- end of ["point"]
["groupId"] = 12,
["skill"] = "Average",
["country"] = "usa",
["groupName"] = "USTanks2",
["y"] = 653291.42857143,
["coalition"] = "blue",
["x"] = -293205.71428571,
["unitId"] = 26,
["groupId"] = 14,
["skill"] = "Excellent",
["country"] = "russia",
["groupName"] = "RuTanks",
["y"] = 628797.14285714,
["coalition"] = "red",
["x"] = -273562.85714286,
["unitId"] = 36,
["category"] = "vehicle",
["unitName"] = "USTanks2_4",
["unitName"] = "RuTanks4",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
}, -- end of ["USTanks2_4"]
["A-10C Client #1"] =
["heading"] = 0,
["countryId"] = 0,
}, -- end of ["RuTanks4"]
["2ship2"] =
{
["alt"] = 2000,
["type"] = "MOSCOW",
["point"] =
{
["y"] = 636428.57142857,
["x"] = -318142.85714286,
["y"] = 74371.428571428,
["x"] = -87228.571428571,
}, -- end of ["point"]
["alt_type"] = "BARO",
["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
["onboard_num"] = "52",
["category"] = "plane",
["unitName"] = "A-10C Client #1",
["type"] = "A-10C",
["country"] = "usa",
["psi"] = 0.67060113146646,
["groupId"] = 6,
["groupName"] = "A-10C Client #1",
["callsign"] =
{
[1] = 3,
[2] = 1,
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 11,
["x"] = -318142.85714286,
["skill"] = "Client",
["heading"] = -0.67060113146646,
["unitId"] = 11,
["y"] = 636428.57142857,
["coalition"] = "blue",
["speed"] = 138.88888888889,
}, -- end of ["A-10C Client #1"]
["groupId"] = 10,
["groupName"] = "Rus Ships #2",
["skill"] = "Average",
["country"] = "russia",
["coalition"] = "red",
["x"] = -87228.571428571,
["heading"] = 1.1755995276042,
["category"] = "ship",
["unitName"] = "2ship2",
["unitId"] = 18,
["y"] = 74371.428571428,
["countryId"] = 0,
}, -- end of ["2ship2"]
["1ship2"] =
{
["type"] = "MOSCOW",
@@ -118,7 +106,7 @@ MEunitsByName =
["unitName"] = "1ship2",
["unitId"] = 16,
["y"] = 200800,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of ["1ship2"]
["AH-1s_1_2"] =
{
@@ -145,7 +133,7 @@ MEunitsByName =
[3] = 2,
["name"] = "Enfield12",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297897.14285714,
["skill"] = "High",
["heading"] = 0.017389551289373,
@@ -173,7 +161,7 @@ MEunitsByName =
["unitName"] = "1ship1",
["unitId"] = 15,
["y"] = 200000,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of ["1ship1"]
["RuBTRs2"] =
{
@@ -195,7 +183,7 @@ MEunitsByName =
["unitName"] = "RuBTRs2",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of ["RuBTRs2"]
["AH-1s_1_1"] =
{
@@ -222,7 +210,7 @@ MEunitsByName =
[3] = 1,
["name"] = "Enfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297857.14285714,
["skill"] = "High",
["heading"] = 0.017389551289373,
@@ -250,7 +238,7 @@ MEunitsByName =
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["callsign"] = 102,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243325.71428571,
["skill"] = "Random",
["heading"] = 2.6119254271103,
@@ -268,39 +256,64 @@ MEunitsByName =
["y"] = 636248.57142857,
["x"] = -300871.42857143,
}, -- end of ["point"]
["groupId"] = 15,
["categoryStatic"] = "Fortifications",
["country"] = "usa",
["groupName"] = "tent1",
["unitId"] = 37,
["countryId"] = 11,
["x"] = -300871.42857143,
["heading"] = 0,
["y"] = 636248.57142857,
["x"] = -300871.42857143,
["unitId"] = 37,
["category"] = "static",
["unitName"] = "tent1",
["country"] = "usa",
["y"] = 636248.57142857,
["groupId"] = 15,
["countryId"] = 2,
["coalition"] = "blue",
}, -- end of ["tent1"]
["static"] =
{
["shape_name"] = "konteiner_red1",
["type"] = "Container red 1",
["type"] = "Sandbox",
["point"] =
{
["y"] = 684605.71428571,
["x"] = -279949.99999999,
}, -- end of ["point"]
["groupId"] = 30,
["groupName"] = "static",
["unitId"] = 44,
["countryId"] = 11,
["x"] = -279949.99999999,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "static",
["x"] = -279949.99999999,
["coalition"] = "blue",
["mass"] = 1000,
["unitId"] = 44,
["category"] = "static",
["unitName"] = "static",
["country"] = "usa",
["y"] = 684605.71428571,
["coalition"] = "blue",
["categoryStatic"] = "Fortifications",
["countryId"] = 2,
}, -- end of ["static"]
["cloneCargoBase"] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 674842.85714285,
["x"] = -291678.57142856,
}, -- end of ["point"]
["groupId"] = 32,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "cloneCargoBase",
["x"] = -291678.57142856,
["y"] = 674842.85714285,
["mass"] = 1337,
["unitId"] = 46,
["category"] = "static",
["unitName"] = "cloneCargoBase",
["countryId"] = 2,
["categoryStatic"] = "Cargos",
["coalition"] = "blue",
}, -- end of ["cloneCargoBase"]
["RuBTRs4"] =
{
["type"] = "BTR-80",
@@ -321,7 +334,7 @@ MEunitsByName =
["unitName"] = "RuBTRs4",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of ["RuBTRs4"]
["USTanks2_1"] =
{
@@ -343,7 +356,7 @@ MEunitsByName =
["unitName"] = "USTanks2_1",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of ["USTanks2_1"]
["USTanks1_2"] =
{
@@ -365,7 +378,7 @@ MEunitsByName =
["unitName"] = "USTanks1_2",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of ["USTanks1_2"]
["US Ship #2"] =
{
@@ -386,7 +399,7 @@ MEunitsByName =
["unitName"] = "US Ship #2",
["unitId"] = 14,
["y"] = 444657.14285714,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of ["US Ship #2"]
["A-10C Client #2"] =
{
@@ -413,7 +426,7 @@ MEunitsByName =
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -315857.14285714,
["skill"] = "Client",
["heading"] = -0.66079849060746,
@@ -442,29 +455,30 @@ MEunitsByName =
["unitName"] = "USTanks1_3",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of ["USTanks1_3"]
["RuTent2"] =
["tent2"] =
{
["shape_name"] = "PalatkaB",
["type"] = "FARP Tent",
["point"] =
{
["y"] = 617691.42857143,
["x"] = -259071.42857143,
["y"] = 638620,
["x"] = -299814.28571429,
}, -- end of ["point"]
["groupId"] = 19,
["groupName"] = "RuTent2",
["unitId"] = 41,
["countryId"] = 2,
["x"] = -259071.42857143,
["categoryStatic"] = "Fortifications",
["country"] = "usa",
["groupName"] = "tent2",
["heading"] = 0,
["y"] = 638620,
["x"] = -299814.28571429,
["unitId"] = 38,
["category"] = "static",
["unitName"] = "RuTent2",
["country"] = "russia",
["y"] = 617691.42857143,
["coalition"] = "red",
}, -- end of ["RuTent2"]
["unitName"] = "tent2",
["groupId"] = 16,
["countryId"] = 2,
["coalition"] = "blue",
}, -- end of ["tent2"]
["Ka-50s_1_2"] =
{
["alt"] = 500,
@@ -484,7 +498,7 @@ MEunitsByName =
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["callsign"] = 101,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237611.42857143,
["skill"] = "High",
["heading"] = 2.5953630185698,
@@ -513,7 +527,7 @@ MEunitsByName =
["unitName"] = "RuTanks3",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of ["RuTanks3"]
["USTanks2_2"] =
{
@@ -535,7 +549,7 @@ MEunitsByName =
["unitName"] = "USTanks2_2",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of ["USTanks2_2"]
["Ka-50s_1_1"] =
{
@@ -556,7 +570,7 @@ MEunitsByName =
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["callsign"] = 100,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237571.42857143,
["skill"] = "High",
["heading"] = 2.5953630185698,
@@ -565,6 +579,49 @@ MEunitsByName =
["coalition"] = "red",
["speed"] = 55.555555555556,
}, -- end of ["Ka-50s_1_1"]
["RU Farp"] =
{
["type"] = "FARP",
["point"] =
{
["y"] = 617591.42857143,
["x"] = -258442.85714286,
}, -- end of ["point"]
["categoryStatic"] = "Heliports",
["country"] = "russia",
["groupName"] = "RU Farp",
["heading"] = 0,
["coalition"] = "red",
["x"] = -258442.85714286,
["unitId"] = 39,
["category"] = "static",
["unitName"] = "RU Farp",
["groupId"] = 17,
["y"] = 617591.42857143,
["countryId"] = 0,
}, -- end of ["RU Farp"]
["RuTent2"] =
{
["shape_name"] = "PalatkaB",
["type"] = "FARP Tent",
["point"] =
{
["y"] = 617691.42857143,
["x"] = -259071.42857143,
}, -- end of ["point"]
["categoryStatic"] = "Fortifications",
["country"] = "russia",
["groupName"] = "RuTent2",
["heading"] = 0,
["y"] = 617691.42857143,
["x"] = -259071.42857143,
["unitId"] = 41,
["category"] = "static",
["unitName"] = "RuTent2",
["groupId"] = 19,
["countryId"] = 0,
["coalition"] = "red",
}, -- end of ["RuTent2"]
["RuBTRs1"] =
{
["type"] = "BTR-80",
@@ -585,50 +642,42 @@ MEunitsByName =
["unitName"] = "RuBTRs1",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of ["RuBTRs1"]
["USTanks2_3"] =
["A-10C Client #1"] =
{
["type"] = "M-1 Abrams",
["alt"] = 2000,
["point"] =
{
["y"] = 653251.42857143,
["x"] = -293165.71428571,
["y"] = 636428.57142857,
["x"] = -318142.85714286,
}, -- end of ["point"]
["groupId"] = 12,
["skill"] = "Average",
["alt_type"] = "BARO",
["livery_id"] = "104th FS Maryland ANG, Baltimore (MD)",
["onboard_num"] = "52",
["category"] = "plane",
["unitName"] = "A-10C Client #1",
["type"] = "A-10C",
["country"] = "usa",
["groupName"] = "USTanks2",
["y"] = 653251.42857143,
["coalition"] = "blue",
["x"] = -293165.71428571,
["unitId"] = 25,
["category"] = "vehicle",
["unitName"] = "USTanks2_3",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
}, -- end of ["USTanks2_3"]
["RU Farp"] =
{
["heading"] = 0,
["point"] =
["psi"] = 0.67060113146646,
["groupId"] = 6,
["groupName"] = "A-10C Client #1",
["callsign"] =
{
["y"] = 617591.42857143,
["x"] = -258442.85714286,
}, -- end of ["point"]
["groupId"] = 17,
["groupName"] = "RU Farp",
["unitId"] = 39,
["coalition"] = "red",
["x"] = -258442.85714286,
["type"] = "FARP",
["category"] = "static",
["unitName"] = "RU Farp",
["country"] = "russia",
[1] = 3,
[2] = 1,
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 2,
["y"] = 617591.42857143,
}, -- end of ["RU Farp"]
["x"] = -318142.85714286,
["skill"] = "Client",
["heading"] = -0.67060113146646,
["unitId"] = 11,
["y"] = 636428.57142857,
["coalition"] = "blue",
["speed"] = 138.88888888889,
}, -- end of ["A-10C Client #1"]
["USTanks1_4"] =
{
["type"] = "M-1 Abrams",
@@ -649,29 +698,31 @@ MEunitsByName =
["unitName"] = "USTanks1_4",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of ["USTanks1_4"]
["2ship2"] =
["cargoBob"] =
{
["type"] = "MOSCOW",
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 74371.428571428,
["x"] = -87228.571428571,
["y"] = 675199.99999999,
["x"] = -292007.14285714,
}, -- end of ["point"]
["groupId"] = 10,
["groupName"] = "Rus Ships #2",
["skill"] = "Average",
["country"] = "russia",
["coalition"] = "red",
["x"] = -87228.571428571,
["heading"] = 1.1755995276042,
["category"] = "ship",
["unitName"] = "2ship2",
["unitId"] = 18,
["y"] = 74371.428571428,
["groupId"] = 31,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "cargoBob",
["x"] = -292007.14285714,
["y"] = 675199.99999999,
["mass"] = 371,
["unitId"] = 45,
["category"] = "static",
["unitName"] = "cargoBob",
["countryId"] = 2,
}, -- end of ["2ship2"]
["categoryStatic"] = "Cargos",
["coalition"] = "blue",
}, -- end of ["cargoBob"]
["Mi-8s_1_1"] =
{
["alt"] = 500,
@@ -691,7 +742,7 @@ MEunitsByName =
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["callsign"] = 103,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243285.71428571,
["skill"] = "Random",
["heading"] = 2.6119254271103,
@@ -719,95 +770,29 @@ MEunitsByName =
["unitName"] = "US Ship #1",
["unitId"] = 13,
["y"] = 443857.14285714,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of ["US Ship #1"]
["RuBTRs5"] =
["2ship1"] =
{
["type"] = "BTR-80",
["type"] = "MOSCOW",
["point"] =
{
["y"] = 654705.71428571,
["x"] = -293002.85714286,
["y"] = 73571.428571428,
["x"] = -86428.571428571,
}, -- end of ["point"]
["groupId"] = 13,
["groupId"] = 10,
["groupName"] = "Rus Ships #2",
["skill"] = "Average",
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654705.71428571,
["coalition"] = "red",
["x"] = -293002.85714286,
["unitId"] = 31,
["category"] = "vehicle",
["unitName"] = "RuBTRs5",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of ["RuBTRs5"]
["RuBTRs6"] =
{
["type"] = "BTR-80",
["point"] =
{
["y"] = 654745.71428571,
["x"] = -293042.85714286,
}, -- end of ["point"]
["groupId"] = 13,
["skill"] = "Average",
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654745.71428571,
["coalition"] = "red",
["x"] = -293042.85714286,
["unitId"] = 32,
["category"] = "vehicle",
["unitName"] = "RuBTRs6",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of ["RuBTRs6"]
["tent2"] =
{
["shape_name"] = "PalatkaB",
["type"] = "FARP Tent",
["point"] =
{
["y"] = 638620,
["x"] = -299814.28571429,
}, -- end of ["point"]
["groupId"] = 16,
["groupName"] = "tent2",
["unitId"] = 38,
["countryId"] = 11,
["x"] = -299814.28571429,
["heading"] = 0,
["category"] = "static",
["unitName"] = "tent2",
["country"] = "usa",
["y"] = 638620,
["coalition"] = "blue",
}, -- end of ["tent2"]
["RuBTRs3"] =
{
["type"] = "BTR-80",
["point"] =
{
["y"] = 654625.71428571,
["x"] = -292922.85714286,
}, -- end of ["point"]
["groupId"] = 13,
["skill"] = "Average",
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654625.71428571,
["coalition"] = "red",
["x"] = -292922.85714286,
["unitId"] = 29,
["category"] = "vehicle",
["unitName"] = "RuBTRs3",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of ["RuBTRs3"]
["x"] = -86428.571428571,
["heading"] = 1.1755995276042,
["category"] = "ship",
["unitName"] = "2ship1",
["unitId"] = 17,
["y"] = 73571.428571428,
["countryId"] = 0,
}, -- end of ["2ship1"]
["F-15C Client #1"] =
{
["alt"] = 2000,
@@ -833,7 +818,7 @@ MEunitsByName =
[3] = 1,
["name"] = "Springfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -288142.85714286,
["skill"] = "Client",
["heading"] = -0.57883789069348,
@@ -842,6 +827,72 @@ MEunitsByName =
["coalition"] = "blue",
["speed"] = 138.88888888889,
}, -- end of ["F-15C Client #1"]
["RuBTRs5"] =
{
["type"] = "BTR-80",
["point"] =
{
["y"] = 654705.71428571,
["x"] = -293002.85714286,
}, -- end of ["point"]
["groupId"] = 13,
["skill"] = "Average",
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654705.71428571,
["coalition"] = "red",
["x"] = -293002.85714286,
["unitId"] = 31,
["category"] = "vehicle",
["unitName"] = "RuBTRs5",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 0,
}, -- end of ["RuBTRs5"]
["RuBTRs3"] =
{
["type"] = "BTR-80",
["point"] =
{
["y"] = 654625.71428571,
["x"] = -292922.85714286,
}, -- end of ["point"]
["groupId"] = 13,
["skill"] = "Average",
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654625.71428571,
["coalition"] = "red",
["x"] = -292922.85714286,
["unitId"] = 29,
["category"] = "vehicle",
["unitName"] = "RuBTRs3",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 0,
}, -- end of ["RuBTRs3"]
["RuBTRs6"] =
{
["type"] = "BTR-80",
["point"] =
{
["y"] = 654745.71428571,
["x"] = -293042.85714286,
}, -- end of ["point"]
["groupId"] = 13,
["skill"] = "Average",
["country"] = "russia",
["groupName"] = "RuBTRs",
["y"] = 654745.71428571,
["coalition"] = "red",
["x"] = -293042.85714286,
["unitId"] = 32,
["category"] = "vehicle",
["unitName"] = "RuBTRs6",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 0,
}, -- end of ["RuBTRs6"]
["RuTanks1"] =
{
["type"] = "T-55",
@@ -862,7 +913,7 @@ MEunitsByName =
["unitName"] = "RuTanks1",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of ["RuTanks1"]
["RuTanks2"] =
{
@@ -884,30 +935,36 @@ MEunitsByName =
["unitName"] = "RuTanks2",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
["countryId"] = 0,
}, -- end of ["RuTanks2"]
["RuTanks4"] =
["Su-33 Client #1"] =
{
["type"] = "T-55",
["alt"] = 2000,
["point"] =
{
["y"] = 628797.14285714,
["x"] = -273562.85714286,
["y"] = 590391.42857142,
["x"] = -250185.71428571,
}, -- end of ["point"]
["groupId"] = 14,
["skill"] = "Excellent",
["alt_type"] = "BARO",
["livery_id"] = "279th kiap 1st squad navy",
["onboard_num"] = "53",
["category"] = "plane",
["unitName"] = "Su-33 Client #1",
["type"] = "Su-33",
["country"] = "russia",
["groupName"] = "RuTanks",
["y"] = 628797.14285714,
["coalition"] = "red",
["x"] = -273562.85714286,
["unitId"] = 36,
["category"] = "vehicle",
["unitName"] = "RuTanks4",
["playerCanDrive"] = true,
["psi"] = 0,
["groupId"] = 20,
["groupName"] = "Su-33 Client #1",
["callsign"] = 104,
["countryId"] = 0,
["x"] = -250185.71428571,
["skill"] = "Client",
["heading"] = 0,
["countryId"] = 2,
}, -- end of ["RuTanks4"]
["unitId"] = 42,
["y"] = 590391.42857142,
["coalition"] = "red",
["speed"] = 138.88888888889,
}, -- end of ["Su-33 Client #1"]
["F-15C Client #2"] =
{
["alt"] = 2000,
@@ -933,7 +990,7 @@ MEunitsByName =
[3] = 1,
["name"] = "Springfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -287000,
["skill"] = "Client",
["heading"] = -0.57883789069348,
@@ -942,27 +999,28 @@ MEunitsByName =
["coalition"] = "blue",
["speed"] = 138.88888888889,
}, -- end of ["F-15C Client #2"]
["2ship1"] =
["USTanks2_4"] =
{
["type"] = "MOSCOW",
["type"] = "M-1 Abrams",
["point"] =
{
["y"] = 73571.428571428,
["x"] = -86428.571428571,
["y"] = 653291.42857143,
["x"] = -293205.71428571,
}, -- end of ["point"]
["groupId"] = 10,
["groupName"] = "Rus Ships #2",
["groupId"] = 12,
["skill"] = "Average",
["country"] = "russia",
["coalition"] = "red",
["x"] = -86428.571428571,
["heading"] = 1.1755995276042,
["category"] = "ship",
["unitName"] = "2ship1",
["unitId"] = 17,
["y"] = 73571.428571428,
["country"] = "usa",
["groupName"] = "USTanks2",
["y"] = 653291.42857143,
["coalition"] = "blue",
["x"] = -293205.71428571,
["unitId"] = 26,
["category"] = "vehicle",
["unitName"] = "USTanks2_4",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 2,
}, -- end of ["2ship1"]
}, -- end of ["USTanks2_4"]
["Su-33 Client #2"] =
{
["alt"] = 2000,
@@ -982,7 +1040,7 @@ MEunitsByName =
["groupId"] = 21,
["groupName"] = "Su-33 Client #2",
["callsign"] = 104,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -235614.28571428,
["skill"] = "Client",
["heading"] = 0,
@@ -991,32 +1049,26 @@ MEunitsByName =
["coalition"] = "red",
["speed"] = 138.88888888889,
}, -- end of ["Su-33 Client #2"]
["Su-33 Client #1"] =
["USTanks2_3"] =
{
["alt"] = 2000,
["type"] = "M-1 Abrams",
["point"] =
{
["y"] = 590391.42857142,
["x"] = -250185.71428571,
["y"] = 653251.42857143,
["x"] = -293165.71428571,
}, -- end of ["point"]
["alt_type"] = "BARO",
["livery_id"] = "279th kiap 1st squad navy",
["onboard_num"] = "53",
["category"] = "plane",
["unitName"] = "Su-33 Client #1",
["type"] = "Su-33",
["country"] = "russia",
["psi"] = 0,
["groupId"] = 20,
["groupName"] = "Su-33 Client #1",
["callsign"] = 104,
["groupId"] = 12,
["skill"] = "Average",
["country"] = "usa",
["groupName"] = "USTanks2",
["y"] = 653251.42857143,
["coalition"] = "blue",
["x"] = -293165.71428571,
["unitId"] = 25,
["category"] = "vehicle",
["unitName"] = "USTanks2_3",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 2,
["x"] = -250185.71428571,
["skill"] = "Client",
["heading"] = 0,
["unitId"] = 42,
["y"] = 590391.42857142,
["coalition"] = "red",
["speed"] = 138.88888888889,
}, -- end of ["Su-33 Client #1"]
}, -- end of ["USTanks2_3"]
} -- end of MEunitsByName
+199 -147
View File
@@ -19,7 +19,7 @@ MEunitsByNum =
["unitName"] = "US Ship #1",
["unitId"] = 13,
["y"] = 443857.14285714,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [1]
[2] =
{
@@ -40,7 +40,7 @@ MEunitsByNum =
["unitName"] = "US Ship #2",
["unitId"] = 14,
["y"] = 444657.14285714,
["countryId"] = 11,
["countryId"] = 2,
}, -- end of [2]
[3] =
{
@@ -51,16 +51,17 @@ MEunitsByNum =
["y"] = 636248.57142857,
["x"] = -300871.42857143,
}, -- end of ["point"]
["groupId"] = 15,
["categoryStatic"] = "Fortifications",
["country"] = "usa",
["groupName"] = "tent1",
["unitId"] = 37,
["countryId"] = 11,
["x"] = -300871.42857143,
["heading"] = 0,
["y"] = 636248.57142857,
["x"] = -300871.42857143,
["unitId"] = 37,
["category"] = "static",
["unitName"] = "tent1",
["country"] = "usa",
["y"] = 636248.57142857,
["groupId"] = 15,
["countryId"] = 2,
["coalition"] = "blue",
}, -- end of [3]
[4] =
@@ -72,40 +73,88 @@ MEunitsByNum =
["y"] = 638620,
["x"] = -299814.28571429,
}, -- end of ["point"]
["groupId"] = 16,
["categoryStatic"] = "Fortifications",
["country"] = "usa",
["groupName"] = "tent2",
["unitId"] = 38,
["countryId"] = 11,
["x"] = -299814.28571429,
["heading"] = 0,
["y"] = 638620,
["x"] = -299814.28571429,
["unitId"] = 38,
["category"] = "static",
["unitName"] = "tent2",
["country"] = "usa",
["y"] = 638620,
["groupId"] = 16,
["countryId"] = 2,
["coalition"] = "blue",
}, -- end of [4]
[5] =
{
["shape_name"] = "konteiner_red1",
["type"] = "Container red 1",
["type"] = "Sandbox",
["point"] =
{
["y"] = 684605.71428571,
["x"] = -279949.99999999,
}, -- end of ["point"]
["groupId"] = 30,
["groupName"] = "static",
["unitId"] = 44,
["countryId"] = 11,
["x"] = -279949.99999999,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "static",
["x"] = -279949.99999999,
["coalition"] = "blue",
["mass"] = 1000,
["unitId"] = 44,
["category"] = "static",
["unitName"] = "static",
["country"] = "usa",
["y"] = 684605.71428571,
["coalition"] = "blue",
["categoryStatic"] = "Fortifications",
["countryId"] = 2,
}, -- end of [5]
[6] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 675199.99999999,
["x"] = -292007.14285714,
}, -- end of ["point"]
["groupId"] = 31,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "cargoBob",
["x"] = -292007.14285714,
["y"] = 675199.99999999,
["mass"] = 371,
["unitId"] = 45,
["category"] = "static",
["unitName"] = "cargoBob",
["countryId"] = 2,
["categoryStatic"] = "Cargos",
["coalition"] = "blue",
}, -- end of [6]
[7] =
{
["shape_name"] = "ab-212_cargo",
["type"] = "Cargo1",
["point"] =
{
["y"] = 674842.85714285,
["x"] = -291678.57142856,
}, -- end of ["point"]
["groupId"] = 32,
["country"] = "usa",
["heading"] = 0,
["groupName"] = "cloneCargoBase",
["x"] = -291678.57142856,
["y"] = 674842.85714285,
["mass"] = 1337,
["unitId"] = 46,
["category"] = "static",
["unitName"] = "cloneCargoBase",
["countryId"] = 2,
["categoryStatic"] = "Cargos",
["coalition"] = "blue",
}, -- end of [7]
[8] =
{
["type"] = "M-1 Abrams",
["point"] =
@@ -125,9 +174,9 @@ MEunitsByNum =
["unitName"] = "USTanks1_1",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
}, -- end of [6]
[7] =
["countryId"] = 2,
}, -- end of [8]
[9] =
{
["type"] = "M-1 Abrams",
["point"] =
@@ -147,9 +196,9 @@ MEunitsByNum =
["unitName"] = "USTanks1_2",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
}, -- end of [7]
[8] =
["countryId"] = 2,
}, -- end of [9]
[10] =
{
["type"] = "M-1 Abrams",
["point"] =
@@ -169,9 +218,9 @@ MEunitsByNum =
["unitName"] = "USTanks1_3",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
}, -- end of [8]
[9] =
["countryId"] = 2,
}, -- end of [10]
[11] =
{
["type"] = "M-1 Abrams",
["point"] =
@@ -191,9 +240,9 @@ MEunitsByNum =
["unitName"] = "USTanks1_4",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 11,
}, -- end of [9]
[10] =
["countryId"] = 2,
}, -- end of [11]
[12] =
{
["type"] = "M-1 Abrams",
["point"] =
@@ -213,9 +262,9 @@ MEunitsByNum =
["unitName"] = "USTanks2_1",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
}, -- end of [10]
[11] =
["countryId"] = 2,
}, -- end of [12]
[13] =
{
["type"] = "M-1 Abrams",
["point"] =
@@ -235,9 +284,9 @@ MEunitsByNum =
["unitName"] = "USTanks2_2",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
}, -- end of [11]
[12] =
["countryId"] = 2,
}, -- end of [13]
[14] =
{
["type"] = "M-1 Abrams",
["point"] =
@@ -257,9 +306,9 @@ MEunitsByNum =
["unitName"] = "USTanks2_3",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
}, -- end of [12]
[13] =
["countryId"] = 2,
}, -- end of [14]
[15] =
{
["type"] = "M-1 Abrams",
["point"] =
@@ -279,9 +328,9 @@ MEunitsByNum =
["unitName"] = "USTanks2_4",
["playerCanDrive"] = true,
["heading"] = 1.4977557614926,
["countryId"] = 11,
}, -- end of [13]
[14] =
["countryId"] = 2,
}, -- end of [15]
[16] =
{
["alt"] = 2000,
["point"] =
@@ -306,7 +355,7 @@ MEunitsByNum =
[3] = 1,
["name"] = "Springfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -288142.85714286,
["skill"] = "Client",
["heading"] = -0.57883789069348,
@@ -314,8 +363,8 @@ MEunitsByNum =
["y"] = 662142.85714286,
["coalition"] = "blue",
["speed"] = 138.88888888889,
}, -- end of [14]
[15] =
}, -- end of [16]
[17] =
{
["alt"] = 2000,
["point"] =
@@ -340,7 +389,7 @@ MEunitsByNum =
[3] = 1,
["name"] = "Springfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -287000,
["skill"] = "Client",
["heading"] = -0.57883789069348,
@@ -348,8 +397,8 @@ MEunitsByNum =
["y"] = 668428.57142857,
["coalition"] = "blue",
["speed"] = 138.88888888889,
}, -- end of [15]
[16] =
}, -- end of [17]
[18] =
{
["alt"] = 2000,
["point"] =
@@ -374,7 +423,7 @@ MEunitsByNum =
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -318142.85714286,
["skill"] = "Client",
["heading"] = -0.67060113146646,
@@ -382,8 +431,8 @@ MEunitsByNum =
["y"] = 636428.57142857,
["coalition"] = "blue",
["speed"] = 138.88888888889,
}, -- end of [16]
[17] =
}, -- end of [18]
[19] =
{
["alt"] = 2000,
["point"] =
@@ -408,7 +457,7 @@ MEunitsByNum =
[3] = 1,
["name"] = "Uzi11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -315857.14285714,
["skill"] = "Client",
["heading"] = -0.66079849060746,
@@ -416,8 +465,8 @@ MEunitsByNum =
["y"] = 644428.57142857,
["coalition"] = "blue",
["speed"] = 138.88888888889,
}, -- end of [17]
[18] =
}, -- end of [19]
[20] =
{
["alt"] = 500,
["point"] =
@@ -442,7 +491,7 @@ MEunitsByNum =
[3] = 1,
["name"] = "Enfield11",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297857.14285714,
["skill"] = "High",
["heading"] = 0.017389551289373,
@@ -450,8 +499,8 @@ MEunitsByNum =
["y"] = 631857.14285714,
["coalition"] = "blue",
["speed"] = 55.555555555556,
}, -- end of [18]
[19] =
}, -- end of [20]
[21] =
{
["alt"] = 500,
["point"] =
@@ -476,7 +525,7 @@ MEunitsByNum =
[3] = 2,
["name"] = "Enfield12",
}, -- end of ["callsign"]
["countryId"] = 11,
["countryId"] = 2,
["x"] = -297897.14285714,
["skill"] = "High",
["heading"] = 0.017389551289373,
@@ -484,8 +533,8 @@ MEunitsByNum =
["y"] = 631897.14285714,
["coalition"] = "blue",
["speed"] = 55.555555555556,
}, -- end of [19]
[20] =
}, -- end of [21]
[22] =
{
["type"] = "MOSCOW",
["point"] =
@@ -504,9 +553,9 @@ MEunitsByNum =
["unitName"] = "1ship1",
["unitId"] = 15,
["y"] = 200000,
["countryId"] = 2,
}, -- end of [20]
[21] =
["countryId"] = 0,
}, -- end of [22]
[23] =
{
["type"] = "MOSCOW",
["point"] =
@@ -525,9 +574,9 @@ MEunitsByNum =
["unitName"] = "1ship2",
["unitId"] = 16,
["y"] = 200800,
["countryId"] = 2,
}, -- end of [21]
[22] =
["countryId"] = 0,
}, -- end of [23]
[24] =
{
["type"] = "MOSCOW",
["point"] =
@@ -546,9 +595,9 @@ MEunitsByNum =
["unitName"] = "2ship1",
["unitId"] = 17,
["y"] = 73571.428571428,
["countryId"] = 2,
}, -- end of [22]
[23] =
["countryId"] = 0,
}, -- end of [24]
[25] =
{
["type"] = "MOSCOW",
["point"] =
@@ -567,29 +616,30 @@ MEunitsByNum =
["unitName"] = "2ship2",
["unitId"] = 18,
["y"] = 74371.428571428,
["countryId"] = 2,
}, -- end of [23]
[24] =
["countryId"] = 0,
}, -- end of [25]
[26] =
{
["heading"] = 0,
["type"] = "FARP",
["point"] =
{
["y"] = 617591.42857143,
["x"] = -258442.85714286,
}, -- end of ["point"]
["groupId"] = 17,
["categoryStatic"] = "Heliports",
["country"] = "russia",
["groupName"] = "RU Farp",
["unitId"] = 39,
["heading"] = 0,
["coalition"] = "red",
["x"] = -258442.85714286,
["type"] = "FARP",
["unitId"] = 39,
["category"] = "static",
["unitName"] = "RU Farp",
["country"] = "russia",
["countryId"] = 2,
["groupId"] = 17,
["y"] = 617591.42857143,
}, -- end of [24]
[25] =
["countryId"] = 0,
}, -- end of [26]
[27] =
{
["shape_name"] = "PalatkaB",
["type"] = "FARP Tent",
@@ -598,19 +648,20 @@ MEunitsByNum =
["y"] = 617962.85714285,
["x"] = -258642.85714286,
}, -- end of ["point"]
["groupId"] = 18,
["categoryStatic"] = "Fortifications",
["country"] = "russia",
["groupName"] = "RuTent1",
["unitId"] = 40,
["countryId"] = 2,
["x"] = -258642.85714286,
["heading"] = 0,
["y"] = 617962.85714285,
["x"] = -258642.85714286,
["unitId"] = 40,
["category"] = "static",
["unitName"] = "RuTent1",
["country"] = "russia",
["y"] = 617962.85714285,
["groupId"] = 18,
["countryId"] = 0,
["coalition"] = "red",
}, -- end of [25]
[26] =
}, -- end of [27]
[28] =
{
["shape_name"] = "PalatkaB",
["type"] = "FARP Tent",
@@ -619,19 +670,20 @@ MEunitsByNum =
["y"] = 617691.42857143,
["x"] = -259071.42857143,
}, -- end of ["point"]
["groupId"] = 19,
["categoryStatic"] = "Fortifications",
["country"] = "russia",
["groupName"] = "RuTent2",
["unitId"] = 41,
["countryId"] = 2,
["x"] = -259071.42857143,
["heading"] = 0,
["y"] = 617691.42857143,
["x"] = -259071.42857143,
["unitId"] = 41,
["category"] = "static",
["unitName"] = "RuTent2",
["country"] = "russia",
["y"] = 617691.42857143,
["groupId"] = 19,
["countryId"] = 0,
["coalition"] = "red",
}, -- end of [26]
[27] =
}, -- end of [28]
[29] =
{
["type"] = "BTR-80",
["point"] =
@@ -651,9 +703,9 @@ MEunitsByNum =
["unitName"] = "RuBTRs1",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of [27]
[28] =
["countryId"] = 0,
}, -- end of [29]
[30] =
{
["type"] = "BTR-80",
["point"] =
@@ -673,9 +725,9 @@ MEunitsByNum =
["unitName"] = "RuBTRs2",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of [28]
[29] =
["countryId"] = 0,
}, -- end of [30]
[31] =
{
["type"] = "BTR-80",
["point"] =
@@ -695,9 +747,9 @@ MEunitsByNum =
["unitName"] = "RuBTRs3",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of [29]
[30] =
["countryId"] = 0,
}, -- end of [31]
[32] =
{
["type"] = "BTR-80",
["point"] =
@@ -717,9 +769,9 @@ MEunitsByNum =
["unitName"] = "RuBTRs4",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of [30]
[31] =
["countryId"] = 0,
}, -- end of [32]
[33] =
{
["type"] = "BTR-80",
["point"] =
@@ -739,9 +791,9 @@ MEunitsByNum =
["unitName"] = "RuBTRs5",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of [31]
[32] =
["countryId"] = 0,
}, -- end of [33]
[34] =
{
["type"] = "BTR-80",
["point"] =
@@ -761,9 +813,9 @@ MEunitsByNum =
["unitName"] = "RuBTRs6",
["playerCanDrive"] = true,
["heading"] = -1.7994767003775,
["countryId"] = 2,
}, -- end of [32]
[33] =
["countryId"] = 0,
}, -- end of [34]
[35] =
{
["type"] = "T-55",
["point"] =
@@ -783,9 +835,9 @@ MEunitsByNum =
["unitName"] = "RuTanks1",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
}, -- end of [33]
[34] =
["countryId"] = 0,
}, -- end of [35]
[36] =
{
["type"] = "T-55",
["point"] =
@@ -805,9 +857,9 @@ MEunitsByNum =
["unitName"] = "RuTanks2",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
}, -- end of [34]
[35] =
["countryId"] = 0,
}, -- end of [36]
[37] =
{
["type"] = "T-55",
["point"] =
@@ -827,9 +879,9 @@ MEunitsByNum =
["unitName"] = "RuTanks3",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
}, -- end of [35]
[36] =
["countryId"] = 0,
}, -- end of [37]
[38] =
{
["type"] = "T-55",
["point"] =
@@ -849,9 +901,9 @@ MEunitsByNum =
["unitName"] = "RuTanks4",
["playerCanDrive"] = true,
["heading"] = 0,
["countryId"] = 2,
}, -- end of [36]
[37] =
["countryId"] = 0,
}, -- end of [38]
[39] =
{
["alt"] = 2000,
["point"] =
@@ -870,7 +922,7 @@ MEunitsByNum =
["groupId"] = 20,
["groupName"] = "Su-33 Client #1",
["callsign"] = 104,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -250185.71428571,
["skill"] = "Client",
["heading"] = 0,
@@ -878,8 +930,8 @@ MEunitsByNum =
["y"] = 590391.42857142,
["coalition"] = "red",
["speed"] = 138.88888888889,
}, -- end of [37]
[38] =
}, -- end of [39]
[40] =
{
["alt"] = 2000,
["point"] =
@@ -898,7 +950,7 @@ MEunitsByNum =
["groupId"] = 21,
["groupName"] = "Su-33 Client #2",
["callsign"] = 104,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -235614.28571428,
["skill"] = "Client",
["heading"] = 0,
@@ -906,8 +958,8 @@ MEunitsByNum =
["y"] = 597819.99999999,
["coalition"] = "red",
["speed"] = 138.88888888889,
}, -- end of [38]
[39] =
}, -- end of [40]
[41] =
{
["alt"] = 500,
["point"] =
@@ -926,7 +978,7 @@ MEunitsByNum =
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["callsign"] = 100,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237571.42857143,
["skill"] = "High",
["heading"] = 2.5953630185698,
@@ -934,8 +986,8 @@ MEunitsByNum =
["y"] = 615000,
["coalition"] = "red",
["speed"] = 55.555555555556,
}, -- end of [39]
[40] =
}, -- end of [41]
[42] =
{
["alt"] = 500,
["point"] =
@@ -954,7 +1006,7 @@ MEunitsByNum =
["groupId"] = 2,
["groupName"] = "Ka-50s_1",
["callsign"] = 101,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -237611.42857143,
["skill"] = "High",
["heading"] = 2.5953630185698,
@@ -962,8 +1014,8 @@ MEunitsByNum =
["y"] = 615040,
["coalition"] = "red",
["speed"] = 55.555555555556,
}, -- end of [40]
[41] =
}, -- end of [42]
[43] =
{
["alt"] = 500,
["point"] =
@@ -982,7 +1034,7 @@ MEunitsByNum =
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["callsign"] = 103,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243285.71428571,
["skill"] = "Random",
["heading"] = 2.6119254271103,
@@ -990,8 +1042,8 @@ MEunitsByNum =
["y"] = 603285.71428571,
["coalition"] = "red",
["speed"] = 55.555555555556,
}, -- end of [41]
[42] =
}, -- end of [43]
[44] =
{
["alt"] = 500,
["point"] =
@@ -1010,7 +1062,7 @@ MEunitsByNum =
["groupId"] = 3,
["groupName"] = "Mi-8s_1",
["callsign"] = 102,
["countryId"] = 2,
["countryId"] = 0,
["x"] = -243325.71428571,
["skill"] = "Random",
["heading"] = 2.6119254271103,
@@ -1018,5 +1070,5 @@ MEunitsByNum =
["y"] = 603325.71428571,
["coalition"] = "red",
["speed"] = 55.555555555556,
}, -- end of [42]
}, -- end of [44]
} -- end of MEunitsByNum
File diff suppressed because it is too large Load Diff
+148 -240
View File
@@ -1,242 +1,12 @@
deadObjects =
{
[16780544] =
{
["objectPos"] =
{
["y"] = 22.166765213013,
["x"] = -292846.4375,
["z"] = 654524.8125,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654665.71428571,
["x"] = -292962.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780544,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs4",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -292962.85714286,
["y"] = 654665.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 30,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 22.16552734375,
["x"] = -292846.40625,
["z"] = 654525.1875,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16780544,
}, -- end of ["object"]
}, -- end of [16780544]
[16779776] =
{
["objectPos"] =
{
["y"] = 22.457056045532,
["x"] = -292869.3125,
["z"] = 654432,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654545.71428571,
["x"] = -292842.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16779776,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs1",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -292842.85714286,
["y"] = 654545.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 27,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 22.452924728394,
["x"] = -292868.96875,
["z"] = 654433.4375,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16779776,
}, -- end of ["object"]
}, -- end of [16779776]
[16780800] =
{
["objectPos"] =
{
["y"] = 22.298601150513,
["x"] = -292854.3125,
["z"] = 654485.875,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654705.71428571,
["x"] = -293002.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780800,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs5",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -293002.85714286,
["y"] = 654705.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 31,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 22.302053451538,
["x"] = -292855.65625,
["z"] = 654485.9375,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16780800,
}, -- end of ["object"]
}, -- end of [16780800]
[16780032] =
{
["objectPos"] =
{
["y"] = 22.378034591675,
["x"] = -292859.625,
["z"] = 654456.6875,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654585.71428571,
["x"] = -292882.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780032,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs2",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -292882.85714286,
["y"] = 654585.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 28,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 22.37452507019,
["x"] = -292859.8125,
["z"] = 654458.5,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16780032,
}, -- end of ["object"]
}, -- end of [16780032]
[16781056] =
{
["objectPos"] =
{
["y"] = 22.305490493774,
["x"] = -292859.53125,
["z"] = 654488.625,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654745.71428571,
["x"] = -293042.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16781056,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs6",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -293042.85714286,
["y"] = 654745.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 32,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 22.300601959229,
["x"] = -292858.625,
["z"] = 654489.5625,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16781056,
}, -- end of ["object"]
}, -- end of [16781056]
[16780288] =
{
["objectPos"] =
{
["y"] = 22.347684860229,
["x"] = -292865.125,
["z"] = 654476.75,
["y"] = 22.249711990356,
["x"] = -292852.15625,
["z"] = 654502.0625,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
@@ -249,14 +19,14 @@ deadObjects =
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780288,
["id_"] = 16781056,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs3",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292922.85714286,
["y"] = 654625.71428571,
@@ -266,14 +36,152 @@ deadObjects =
["country"] = "russia",
["pos"] =
{
["y"] = 22.343215942383,
["x"] = -292864.5,
["z"] = 654478.0625,
["y"] = 22.240369796753,
["x"] = -292851.09375,
["z"] = 654504.5,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16780288,
["id_"] = 16781056,
}, -- end of ["object"]
}, -- end of [16780288]
}, -- end of [16781056]
[16780544] =
{
["objectPos"] =
{
["y"] = 22.431118011475,
["x"] = -292867.15625,
["z"] = 654441.25,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654545.71428571,
["x"] = -292842.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780544,
}, -- 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"] = 22.417558670044,
["x"] = -292866.03125,
["z"] = 654446.125,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16780544,
}, -- end of ["object"]
}, -- end of [16780544]
[16780800] =
{
["objectPos"] =
{
["y"] = 22.133636474609,
["x"] = -292848,
["z"] = 654535.5,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654585.71428571,
["x"] = -292882.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780800,
}, -- 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"] = 22.13184928894,
["x"] = -292848.1875,
["z"] = 654536.1875,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16780800,
}, -- end of ["object"]
}, -- end of [16780800]
[16781568] =
{
["objectPos"] =
{
["y"] = 22.361310958862,
["x"] = -292856.28125,
["z"] = 654460.375,
}, -- end of ["objectPos"]
["objectType"] = "vehicle",
["objectData"] =
{
["point"] =
{
["y"] = 654705.71428571,
["x"] = -293002.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16781568,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs5",
["type"] = "BTR-80",
["groupId"] = 13,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -293002.85714286,
["y"] = 654705.71428571,
["heading"] = -1.7994767003775,
["unitId"] = 31,
["playerCanDrive"] = true,
["country"] = "russia",
["pos"] =
{
["y"] = 22.360494613647,
["x"] = -292856.3125,
["z"] = 654460.8125,
}, -- end of ["pos"]
}, -- end of ["objectData"]
["object"] =
{
["id_"] = 16781568,
}, -- end of ["object"]
}, -- end of [16781568]
} -- end of deadObjects
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
+6 -6
View File
@@ -19,7 +19,7 @@ humansById =
["unitName"] = "A-10C Client #1",
["groupName"] = "A-10C Client #1",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -318142.85714286,
["y"] = 636428.57142857,
["unitId"] = 11,
@@ -53,7 +53,7 @@ humansById =
["unitName"] = "F-15C Client #1",
["groupName"] = "F-15C Client #1",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -288142.85714286,
["y"] = 662142.85714286,
["unitId"] = 8,
@@ -87,7 +87,7 @@ humansById =
["unitName"] = "F-15C Client #2",
["groupName"] = "F-15C Client #2",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -287000,
["y"] = 668428.57142857,
["unitId"] = 10,
@@ -121,7 +121,7 @@ humansById =
["unitName"] = "A-10C Client #2",
["groupName"] = "A-10C Client #2",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -315857.14285714,
["y"] = 644428.57142857,
["unitId"] = 12,
@@ -155,7 +155,7 @@ humansById =
["unitName"] = "Su-33 Client #1",
["groupName"] = "Su-33 Client #1",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -250185.71428571,
["y"] = 590391.42857142,
["unitId"] = 42,
@@ -183,7 +183,7 @@ humansById =
["unitName"] = "Su-33 Client #2",
["groupName"] = "Su-33 Client #2",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -235614.28571428,
["y"] = 597819.99999999,
["unitId"] = 43,
+6 -6
View File
@@ -19,7 +19,7 @@ humansByName =
["unitName"] = "A-10C Client #2",
["groupName"] = "A-10C Client #2",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -315857.14285714,
["y"] = 644428.57142857,
["unitId"] = 12,
@@ -53,7 +53,7 @@ humansByName =
["unitName"] = "F-15C Client #1",
["groupName"] = "F-15C Client #1",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -288142.85714286,
["y"] = 662142.85714286,
["unitId"] = 8,
@@ -87,7 +87,7 @@ humansByName =
["unitName"] = "Su-33 Client #2",
["groupName"] = "Su-33 Client #2",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -235614.28571428,
["y"] = 597819.99999999,
["unitId"] = 43,
@@ -115,7 +115,7 @@ humansByName =
["unitName"] = "Su-33 Client #1",
["groupName"] = "Su-33 Client #1",
["coalition"] = "red",
["countryId"] = 2,
["countryId"] = 0,
["x"] = -250185.71428571,
["y"] = 590391.42857142,
["unitId"] = 42,
@@ -143,7 +143,7 @@ humansByName =
["unitName"] = "F-15C Client #2",
["groupName"] = "F-15C Client #2",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -287000,
["y"] = 668428.57142857,
["unitId"] = 10,
@@ -177,7 +177,7 @@ humansByName =
["unitName"] = "A-10C Client #1",
["groupName"] = "A-10C Client #1",
["coalition"] = "blue",
["countryId"] = 11,
["countryId"] = 2,
["x"] = -318142.85714286,
["y"] = 636428.57142857,
["unitId"] = 11,
+36 -36
View File
@@ -4,10 +4,16 @@ navPoints =
{
[1] =
{
["y"] = 643248.57142856,
["x"] = -242471.42857143,
["name"] = "KB1NW",
["callsignStr"] = "KB1NW",
["y"] = 670391.42857142,
["x"] = -260757.14285714,
["name"] = "DODGE",
["callsignStr"] = "DODGE",
["point"] =
{
["y"] = 0,
["x"] = -260757.14285714,
["z"] = 670391.42857142,
}, -- end of ["point"]
["properties"] =
{
["vnav"] = 1,
@@ -16,13 +22,8 @@ navPoints =
["angle"] = 0,
["steer"] = 2,
}, -- end of ["properties"]
["point"] =
{
["y"] = 0,
["x"] = -242471.42857143,
["z"] = 643248.57142856,
}, -- end of ["point"]
["groupId"] = 25,
["groupId"] = 22,
["callsign"] = 3,
}, -- end of [1]
[2] =
{
@@ -69,6 +70,28 @@ navPoints =
["groupId"] = 24,
}, -- end of [3]
[4] =
{
["y"] = 643248.57142856,
["x"] = -242471.42857143,
["name"] = "KB1NW",
["callsignStr"] = "KB1NW",
["properties"] =
{
["vnav"] = 1,
["scale"] = 0,
["vangle"] = 0,
["angle"] = 0,
["steer"] = 2,
}, -- end of ["properties"]
["point"] =
{
["y"] = 0,
["x"] = -242471.42857143,
["z"] = 643248.57142856,
}, -- end of ["point"]
["groupId"] = 25,
}, -- end of [4]
[5] =
{
["y"] = 659248.57142856,
["x"] = -243614.28571428,
@@ -89,8 +112,8 @@ navPoints =
["z"] = 659248.57142856,
}, -- end of ["point"]
["groupId"] = 26,
}, -- end of [4]
[5] =
}, -- end of [5]
[6] =
{
["y"] = 625534.28571428,
["x"] = -309328.57142857,
@@ -112,29 +135,6 @@ navPoints =
}, -- end of ["properties"]
["groupId"] = 27,
["callsign"] = 4,
}, -- end of [5]
[6] =
{
["y"] = 670391.42857142,
["x"] = -260757.14285714,
["name"] = "DODGE",
["callsignStr"] = "DODGE",
["point"] =
{
["y"] = 0,
["x"] = -260757.14285714,
["z"] = 670391.42857142,
}, -- end of ["point"]
["properties"] =
{
["vnav"] = 1,
["scale"] = 0,
["vangle"] = 0,
["angle"] = 0,
["steer"] = 2,
}, -- end of ["properties"]
["groupId"] = 22,
["callsign"] = 3,
}, -- end of [6]
}, -- end of ["blue"]
["red"] =
+70 -166
View File
@@ -1,166 +1,6 @@
removedAliveUnits =
{
[16780544] =
{
["point"] =
{
["y"] = 654665.71428571,
["x"] = -292962.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780544,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs4",
["heading"] = -1.7994767003775,
["unitId"] = 30,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -292962.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia",
["playerCanDrive"] = true,
["y"] = 654665.71428571,
["pos"] =
{
["y"] = 22.16552734375,
["x"] = -292846.40625,
["z"] = 654525.1875,
}, -- end of ["pos"]
}, -- end of [16780544]
[16779776] =
{
["point"] =
{
["y"] = 654545.71428571,
["x"] = -292842.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16779776,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs1",
["heading"] = -1.7994767003775,
["unitId"] = 27,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -292842.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia",
["playerCanDrive"] = true,
["y"] = 654545.71428571,
["pos"] =
{
["y"] = 22.452924728394,
["x"] = -292868.96875,
["z"] = 654433.4375,
}, -- end of ["pos"]
}, -- end of [16779776]
[16780800] =
{
["point"] =
{
["y"] = 654705.71428571,
["x"] = -293002.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780800,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs5",
["heading"] = -1.7994767003775,
["unitId"] = 31,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -293002.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia",
["playerCanDrive"] = true,
["y"] = 654705.71428571,
["pos"] =
{
["y"] = 22.302053451538,
["x"] = -292855.65625,
["z"] = 654485.9375,
}, -- end of ["pos"]
}, -- end of [16780800]
[16780032] =
{
["point"] =
{
["y"] = 654585.71428571,
["x"] = -292882.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780032,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs2",
["heading"] = -1.7994767003775,
["unitId"] = 28,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -292882.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia",
["playerCanDrive"] = true,
["y"] = 654585.71428571,
["pos"] =
{
["y"] = 22.37452507019,
["x"] = -292859.8125,
["z"] = 654458.5,
}, -- end of ["pos"]
}, -- end of [16780032]
[16781056] =
{
["point"] =
{
["y"] = 654745.71428571,
["x"] = -293042.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16781056,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs6",
["heading"] = -1.7994767003775,
["unitId"] = 32,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["coalition"] = "red",
["x"] = -293042.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia",
["playerCanDrive"] = true,
["y"] = 654745.71428571,
["pos"] =
{
["y"] = 22.300601959229,
["x"] = -292858.625,
["z"] = 654489.5625,
}, -- end of ["pos"]
}, -- end of [16781056]
[16780288] =
{
["point"] =
{
@@ -170,14 +10,14 @@ removedAliveUnits =
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780288,
["id_"] = 16781056,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs3",
["heading"] = -1.7994767003775,
["unitId"] = 29,
["groupName"] = "RuBTRs",
["countryId"] = 2,
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292922.85714286,
["type"] = "BTR-80",
@@ -187,9 +27,73 @@ removedAliveUnits =
["y"] = 654625.71428571,
["pos"] =
{
["y"] = 22.343215942383,
["x"] = -292864.5,
["z"] = 654478.0625,
["y"] = 22.240369796753,
["x"] = -292851.09375,
["z"] = 654504.5,
}, -- end of ["pos"]
}, -- end of [16780288]
}, -- end of [16781056]
[16780544] =
{
["point"] =
{
["y"] = 654545.71428571,
["x"] = -292842.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780544,
}, -- end of ["unit"]
["category"] = "vehicle",
["unitName"] = "RuBTRs1",
["heading"] = -1.7994767003775,
["unitId"] = 27,
["groupName"] = "RuBTRs",
["countryId"] = 0,
["coalition"] = "red",
["x"] = -292842.85714286,
["type"] = "BTR-80",
["groupId"] = 13,
["country"] = "russia",
["playerCanDrive"] = true,
["y"] = 654545.71428571,
["pos"] =
{
["y"] = 22.417558670044,
["x"] = -292866.03125,
["z"] = 654446.125,
}, -- end of ["pos"]
}, -- end of [16780544]
[16780800] =
{
["point"] =
{
["y"] = 654585.71428571,
["x"] = -292882.85714286,
}, -- end of ["point"]
["skill"] = "Average",
["unit"] =
{
["id_"] = 16780800,
}, -- 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"] = 22.13184928894,
["x"] = -292848.1875,
["z"] = 654536.1875,
}, -- end of ["pos"]
}, -- end of [16780800]
} -- end of removedAliveUnits
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
BIN
View File
Binary file not shown.
+5517 -4491
View File
File diff suppressed because it is too large Load Diff
+6620
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
+161 -1
View File
@@ -1,4 +1,164 @@
-- changelog
v66
-Added default setting for logger if no value present
-Added documentation for logger
v65
-Fixed update db tables not updating
v64
-Fixes to debug code
v62 and v63
-Donno
v61 - 4.1 release
-Fixed locality issue with unitToWP
v60
-Fixed issue with country names in the editor not matching enum country
name values. For example "Best Korea" could not match with "BEST_KOREA".
Thanks lukrop of this fix
-Fixed locality issue with mist.getNorthCorrection
-Added function mist.utils.unitToWP
-added function mist.utils.vecToWP
Both of these functions deal with creating a WP table from the passed
values. unitToWP also returns a speed variable based on the current
velocity of the unit
v59
-removed the new 3rd variable from mist.utils.getDir and just made the 2nd variable optional instead
-Added check to DB update functions to only update if data from the group has changed from what is currently in the DB. This fixes an issue I had where some data was lost if you spawned a group normally after mission start and then used a respawn, clone, or teleport function on said group
-fixed issue with dynAdd functions naming a group with the country ID insead of country name
-added mist.getAvgPoint(). Function is similar to mist.getAvgPos except it uses raw vec2/3 coordinates instead of units
-added mist.utils.roundTbl() Has the same input values as mist.utils.round except it accepts a table and it rounds all numbers in the first level of the table to the passed percision.
v58
-added optional variable to mist.utils.getDir() If present this function will return the "raw" heading, this is useful in assigning the heading variable within a task.
-mist.utils.makeVec3 now supports being given a table in WP format. Specifically it now coverts a table {x, y, alt) to vec3
v57
-fixed bug with groupRandomDistSelf improperly declaring the y variable
-fixed flagFunc.units_in_moving_zones not checking for a unitNameTable for the zone_units
-fixed bug in flagFunc.units_LOS when given a unitNameTable for both entries.
v56
-fixed bug with dynAdd and dynAddStatic not recognizing new countries in dcs 1.5
v55
- Release v4
v54
-added a check when adding unitTypes for messages to figure out the correct in-game unit name for a given unit. For example the Mi-8 helicopter is always displayed as 'Mi-8MTV2', however its actual in game name is 'Mi-8MT', this feature allows for you to list 'Mi-8MTV2', 'Mi-8MTV', or 'Mi-8' to get messages sent to the Mi-8. Shortcut also works for the relevant aircraft 'Mig-21', 'Mig-15', 'FW-190', and 'Bf-109'.
v53
-added mist.getAvgPos now accepts static objects in addition to units.
-made DB creation check the mission editor version for no paticular reason
-added mist.getLastDBUpdateTime which returns the most recent time the DB update function has run.
-changed mist.makeUnitTable processed entry to return the time it was processed instead of a boolean value.
-Changed teleport/respawn/clone functions to spawn aircraft at random altitudes instead of constants if the point given is vec2/not specified.
-Fixed FlagFuncs will now recognize units added in dynamically. Note this only applies if you send it unitTableNames identifier and not the table that the function creates.
-Added variable to all flagfuncs. unitTableDef is the original definition used for units.
-Fixed all getUserFlag checks to compare with numerical value instead of boolean
v52
-Fixed check in mist.getUnitsLOS to verify units are active in a mission
-Fixed check in mist.goRoute to verify both the group and controller are valid before assigning the route
v51
-Fixed bug with message system
-Added a check to the message system so combined arms messages wont be sent if CA slots are not in a mission.
v50
-something got deleted from v49 so this fixed it.
v49
-fixed flagFuncs.group_dead and group_alive issue caused via a DCS bug.
v48
-added support for cargo objects within dynAdd and DB scripts
-DBs added entries for static objects
--mass
--canCargo
--categoryStatic
-fixed getCurrentData to return static data correctly
-fixed getGroupData to return static data correctly
- start_time now saved into DBs for dynAdded objects
-fixed bug with mist message hibernation code
v47 -- not uploaded to git since it wasn't finished.
- fixed mist.dynAdd not checking for or correctly adding a start_time variable
-- startTime and start_time are both valid
- fixed mist.teleportToPoint with regard to the start_time change
-- if a start_time isn't 0 and the group is being respawned or cloned, the function will set the spawn time relative to the current time.
-- Group set to spawn in 20 seconds after mission start, at 5 seconds mist.cloneGroup() function is run on said group. The new group will be set to spawn in 20 seconds into the mission.
-- If the mist.CloneGroup was run at 25 seconds with the base group already spawned, the cloned group will be instantly spawned.
- changed mist.time.getMilString to mist.getMilString
- changed mist.time.getClockString to mist.getClockString
- changed mist.time.getDateStrimg to mist.getDateString
- added mist.time.milToGame now accepts a 2nd variable
v46
-added mist.time.milToGame
-added mist.time.getDate
-added mist.time.getDHMS
-added mist.time.converToSec
-added mist.time.getMilString
-added mist.time.getClockString
-added mist.time.getDateString
-added mist message handling now hiberates if not activly displaying a message
-fixed minor bug from message refactor
v45
-Added values to DBs
--hidden
--AddPropAircraft
-getGroupData now returns hidden and addPropAircraft values
-getCurrentGroupData now returns hidden value
-mist message handling has been updated
--Refactored message display code to be more effecient and remove repeated code.
--Added "multSound" for mist.message.add. This allows for multiple sound files to be attached to a single message. Files are given a user defined timestamp for when the play within the message.
v44
-fxed getPayload for real this time
-addEventHandler now correctly returns the Id value
-message.add now also accepts variable 'fileName' for the sound file, this is in addition to the .sound variable
-fixed issue with teleportToPoint
v43
-fixed issue with getPayload
-dynAdd and dynAddStatic now return the full new table and not just its name. The name value is still accessible via returned table.name
v42 v3.6 release
-added mist.getRandomPointInZone. Function uses mist.getRandomPointInCircle.
-fixed bug with altitude switching to radio if baro was specified
-added the speed to DBs if a unit is dynamically spawned in
-added extra checks in case Group/Unit.getByName returns dead objects
- Mission file searching functions now search by Id instead of group or unit names.
The name input variable hasnt changed, value gets converted to Id automatically if found.
Functions now also accept a numerical groupId or unitId
getPayload
getGroupPayload
getGroupPoints
getGroupRoute
--re added the mist named file
v38
- fixed bug with optional variables for coordinate messages not actually being optional
v37
- Teleport To Point related functions now check the altitude of a given point if specified for teleporting aircraft
- fixed bug with mist.flagFunc.group_alive_less_than and mist.flagFunc.group_alive_more_than
v36
-fixed a bug with databases getting an incorrect countryId value
v35
- fixed bug with mist.teleportToPoint
v34 v3.5 release
- fixed missing entries in dbupdate