Jump to content

Mission Editor Country Id Codes after 1.5.x release


Recommended Posts

Posted

Hi everyone,

 

I need to know all country codes in 'mission' file inside MIS package that Mission Editor handles.

 

I am unable to find out correct information on DCS WIKI site, see link - it is obsolete

 

Coalition code explained

http://en.wiki.eagle.ru/wiki/Simulator_Scripting_Engine/DCS:_World/Part_1#coalition

Country code explained

http://en.wiki.eagle.ru/wiki/Simulator_Scripting_Engine/DCS:_World/Part_1#country

 

How it looks now in 1.5.x and higher version missions:

   ["coalitions"] = 
   {
       ["blue"] = 
       {
           [1] = 21,
           [2] = 11,
           [3] = 8,
           [4] = 13,
           [5] = 5,
           [6] = 16,
           [7] = 6,
           [8] = 15,
           [9] = 20,
           [10] = 12,
           [11] = 9,
           [12] = 10,
           [13] = 3,
           [14] = 4,
           [15] = 2,
       }, -- end of ["blue"]
       ["red"] = 
       {
           [1] = 18,
           [2] = 17,
           [3] = 0,
           [4] = 19,
           [5] = 1,
       }, -- end of ["red"]
   }, -- end of ["coalitions"]

 

then

 

["country"] = 
           {
               [1] = 
               {
                   ["id"] = 21,
                   ["name"] = "Australia",
               }, -- end of [1]
               [2] = 
               {
                   ["id"] = 11,
                   ["name"] = "Belgium",
               }, -- end of [2]
(……more code…….)

 

So what I need is a complete "Id" list of countries in DCS World 1.5.3 and above. I hope this Id database is fixed in DCS World mission editor code.

 

Looking forward for help.

51PVO Founding member (DEC2007-)

100KIAP Founding member (DEC2018-)

 

:: Shaman aka [100☭] Shamansky

tail# 44 or 444

[sIGPIC][/sIGPIC] 100KIAP Regiment Early Warning & Control officer

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...