Advertisement
Guest User

Flaming Cliffs 3 all modules quickstart.lua combined

a guest
Dec 23rd, 2018
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.73 KB | None | 0 0
  1. planes = {
  2. --**************************************************************************
  3. --FC3 Additional instant action missions START here
  4. --F-15C
  5.     {
  6.     name = _('F-15C Intercept'),
  7.     file = 'Caucasus F-15 Intercept.miz',
  8.     },
  9.     {
  10.     name = _('F-15C Cold Start'),
  11.     file = 'Caucasus F-15C-IA-Cold Start.miz',
  12.     },
  13.     {
  14.     name = _('F-15C Free Flight'),
  15.     file = 'Caucasus F-15C-IA-Free Flight.miz',
  16.     },
  17.     {
  18.     name = _('F-15C Landing'),
  19.     file = 'Caucasus F-15C-IA-Landing.miz',
  20.     },
  21.     {
  22.     name = _('F-15C Escort'),
  23.     file = 'Caucasus F-15C-IA Escort.miz',
  24.     },
  25.     {
  26.     name = _('F-15C Helo Hunter'),
  27.     file = 'Caucasus F-15C-IA Helo Hunter.miz',
  28.     },
  29.     {
  30.     name = _('F-15C 1-V-1 BVR'),
  31.     file = 'Caucasus F-15C-IA-1-V-1 BVR.miz',
  32.     },
  33.     {
  34.     name = _('F-15C 1-V-1 Guns'),
  35.     file = 'Caucasus F-15C-IA-1-V-1 Guns.miz',
  36.     },
  37.     {
  38.     name = _('F-15C 2-V-2 BVR'),
  39.     file = 'Caucasus F-15C-IA-2-V-2 BVR.miz',
  40.     },
  41.     {
  42.     name = _('F-15C 2-V-2 Guns'),
  43.     file = 'Caucasus F-15C-IA-2-V-2 Guns.miz',
  44.     },
  45. -- NTTR
  46.     {
  47.     name = _('F-15C NEVADA Cold Start'),
  48.     file = 'NEVADA F-15C Cold Start.miz',
  49.     },
  50.     {
  51.     name = _('F-15C NEVADA Free Flight'),
  52.     file = 'NEVADA F-15C Free Flight.miz',
  53.     },
  54.     {
  55.     name = _('F-15C NEVADA Takeoff'),
  56.     file = 'NEVADA F-15C Takeoff.miz',
  57.     },
  58.     {
  59.     name = _('F-15C NEVADA Landing'),
  60.     file = 'NEVADA F-15C Landing.miz',
  61.     },
  62.     {
  63.     name = _('F-15C NEVADA Vegas Tour'),
  64.     file = 'NEVADA F-15C Vegas Tour.miz',
  65.     },
  66.     {
  67.     name = _('F-15C NEVADA Aggressors'),
  68.     file = 'NEVADA F-15C Aggressors.miz',
  69.     },
  70.     {
  71.     name = _('F-15C NEVADA Constant Peg II'),
  72.     file = 'NEVADA F-15C Constant Peg II.miz',
  73.     },
  74. -- Normandy Map
  75.     {
  76.     name = _('Normandy F-15C Cold Start'),
  77.     file = 'Instant Action-F-15C-Normandy-Start up, Navigation, and Landing.miz',
  78.     },
  79.     {
  80.     name = _('Normandy F-15C Free Flight'),
  81.     file = 'Instant Action-F-15C-Normandy-Free Flight.miz',
  82.     },
  83.     {
  84.     name = _('Normandy F-15C 1 vs 1 Guns Only'),
  85.     file = 'Instant Action-F-15C-Normandy-1 v 1 Guns Only.miz',
  86.     },
  87.     {
  88.     name = _('Normandy F-15C 2 vs 2 Guns Only'),
  89.     file = 'Instant Action-F-15C-Normandy-2 v 2 Guns Only.miz',
  90.     },
  91.     {
  92.     name = _('Normandy F-15C 2 vs 2 BVR'),
  93.     file = 'Instant Action-F-15C-Normandy-2 v 2 Missiles.miz',
  94.     },
  95.     {
  96.     name = _('Normandy F-15C 4 vs 4 BVR'),
  97.     file = 'Instant Action-F-15C-Normandy-4 v 4 Missiles.miz',
  98.     },
  99. -- Straight of Hormuz
  100.     {
  101.     name = _('S0H F-15C Cold Start'),
  102.     file = 'SoH-F-15C-IA - Cold Start.miz',
  103.     },
  104.     {
  105.     name = _('S0H F-15C Takeoff'),
  106.     file = 'SoH-F-15C-IA - Takeoff.miz',
  107.     },
  108.     {
  109.     name = _('S0H F-15C Free Flight'),
  110.     file = 'SoH-F-15C-IA - Free Flight.miz',
  111.     },
  112.     {
  113.     name = _('S0H F-15C Landing'),
  114.     file = 'SoH-F-15C-IA - Landing.miz',
  115.     },
  116.     {
  117.     name = _('S0H F-15C Basic Fighter Maneuvers'),
  118.     file = 'SoH-F-15C-IA - BFM.miz',
  119.     },
  120.     {
  121.     name = _('S0H F-15C Air Combat Manoeuvring'),
  122.     file = 'SoH-F-15C-IA - ACM.miz',
  123.     },
  124.     {
  125.     name = _('S0H F-15C Beyond Visual Range'),
  126.     file = 'SoH-F-15C-IA - BVR.miz',
  127.     },
  128. --**************************************************************************
  129. -- A-10C
  130. -- Caucasus
  131.     {
  132.     name = _('A-10A Close Air Support2'),
  133.     file = 'Caucasus A-10A CAS.miz',
  134.     },
  135. -- NTTR
  136.     {
  137.     name = _('NEVADA A-10A Free Flight'),
  138.     file = 'NEVADA A-10A Free Flight.miz',
  139.     },
  140.     {
  141.     name = _('NEVADA A-10A Cold Start'),
  142.     file = 'NEVADA A-10A Cold Start.miz',
  143.     },
  144.     {
  145.     name = _('NEVADA A-10A Landing'),
  146.     file = 'NEVADA A-10A Landing.miz',
  147.     },
  148.     {
  149.     name = _('NEVADA A-10A Takeoff'),
  150.     file = 'NEVADA A-10A Takeoff.miz',
  151.     },
  152.     {
  153.     name = _('NEVADA A-10A Vegas Tour'),
  154.     file = 'NEVADA A-10A Vegas Tour.miz',
  155.     },
  156.     {
  157.     name = _('NEVADA A-10A Weapon Practice'),
  158.     file = 'NEVADA A-10A Weapon Practice.miz',
  159.     },
  160. -- Normandy
  161.     {
  162.     name = _('Normandy A-10A Cold Start'),
  163.     file = 'Normandy A-10A Cold Start.miz',
  164.     },
  165.     {
  166.     name = _('Normandy A-10A Takeoff'),
  167.     file = 'Normandy A-10A Takeoff.miz',
  168.     },
  169.     {
  170.     name = _('Normandy A-10A Free Flight'),
  171.     file = 'Normandy A-10A Free Flight.miz',
  172.     },
  173.     {
  174.     name = _('Normandy A-10A Landing'),
  175.     file = 'Normandy A-10A Landing.miz',
  176.     },
  177.     {
  178.     name = _('Normandy A-10A Weapon Practice'),
  179.     file = 'Normandy A-10A Weapon Practice.miz',
  180.     },
  181.     {
  182.     name = _('Normandy A-10A Close Air Support'),
  183.     file = 'Normandy A-10A Close Air Support.miz',
  184.     },
  185.     {
  186.     name = _('Normandy A-10A Air to Air'),
  187.     file = 'Normandy A-10A Air to Air.miz',
  188.     }, 
  189.     {
  190.     name = _('NEVADA A-10A CAS'),
  191.     file = 'NEVADA A-10A CAS.miz',
  192.     },
  193. --**************************************************************************
  194. -- MiG-29x
  195. -- Caucasus
  196.     {
  197.     name = _('MiG-29A Cold and Dark'),
  198.     file = 'Caucasus - Cold and Dark - MiG-29A.miz',
  199.     },
  200.     {
  201.     name = _('MiG-29G Cold and Dark'),
  202.     file = 'Caucasus - Cold and Dark - MiG-29G.miz',
  203.     },
  204.     {
  205.     name = _('MiG-29S Cold and Dark'),
  206.     file = 'Caucasus - Cold and Dark - MiG-29S.miz',
  207.     },
  208.     {
  209.     name = _('MiG-29A Free Flight'),
  210.     file = 'Caucasus - Free Flight - MiG-29A.miz',
  211.     },
  212.     {
  213.     name = _('MiG-29G Free Flight'),
  214.     file = 'Caucasus - Free Flight - MiG-29G.miz',
  215.     },
  216.     {
  217.     name = _('MiG-29S Free Flight'),
  218.     file = 'Caucasus - Free Flight - MiG-29S.miz',
  219.     },
  220. -- Persian Gulf
  221.     {
  222.     name = _('Persian Gulf MiG-29A Cold Start'),
  223.     file = 'MiG-29A QuickStart Persian Gulf - Cold Start.miz',
  224.     },
  225.     {
  226.     name = _('Persian Gulf MiG-29A Takeoff'),
  227.     file = 'MiG-29A QuickStart Persian Gulf - Takeoff.miz',
  228.     },
  229.     {
  230.     name = _('Persian Gulf MiG-29S Free Flight'),
  231.     file = 'MiG-29S QuickStart Persian Gulf - Free Flight.miz',
  232.     },
  233.     {
  234.     name = _('Persian Gulf MiG-29A Final Approach'),
  235.     file = 'MiG-29A QuickStart Persian Gulf - Final Approach.miz',
  236.     },
  237.     {
  238.     name = _('Persian Gulf MiG-29S Intercept'),
  239.     file = 'MiG-29S QuickStart Persian Gulf - Intercept.miz',
  240.     },
  241.     {
  242.     name = _('Persian Gulf MiG-29S Ground Attack'),
  243.     file = 'MiG-29S QuickStart Persian Gulf - Column Attack.miz',
  244.     },
  245.     {
  246.     name = _('Persian Gulf MiG-29S Dogfight'),
  247.     file = 'MiG-29S QuickStart Persian Gulf - Dogfight.miz',
  248.     },
  249. -- Nevada
  250.     {
  251.     name = _('Nevada MiG-29A Cold Start'),
  252.     file = 'MiG-29A QuickStart Nevada - Cold Start.miz',
  253.     },
  254.     {
  255.     name = _('Nevada MiG-29A Takeoff'),
  256.     file = 'MiG-29A QuickStart Nevada - Takeoff.miz',
  257.     },
  258.     {
  259.     name = _('Nevada MiG-29S Free Flight'),
  260.     file = 'MiG-29S QuickStart Nevada - Free Flight.miz',
  261.     },
  262.     {
  263.     name = _('Nevada MiG-29G Final Approach'),
  264.     file = 'MiG-29G QuickStart Nevada - Final Approach.miz',
  265.     },
  266.     {
  267.     name = _('Nevada MiG-29G Intercept'),
  268.     file = 'MiG-29G QuickStart Nevada - Intercept.miz',
  269.     },
  270.     {
  271.     name = _('Nevada MiG-29A Ground Attack'),
  272.     file = 'MiG-29A QuickStart Nevada - Camp Attack.miz',
  273.     },
  274.     {
  275.     name = _('Nevada MiG-29S Dogfight'),
  276.     file = 'MiG-29S QuickStart Nevada - Dogfight.miz',
  277.     },
  278. --**************************************************************************
  279. -- Su-25
  280. -- Caucasus
  281.     {
  282.     name = _('Su-25 Ground Strike'),
  283.     file = 'Caucasus Su-25 Ground Strike.miz',
  284.     },
  285. -- NTTR    
  286.     {
  287.     name = _('NEVADA Su-25 Cold Start'),
  288.     file = 'NTTR Su-25 Cold Start.miz',
  289.     },
  290.     {
  291.     name = _('NEVADA Su-25 Takeoff'),
  292.     file = 'NTTR Su-25 Takeoff.miz',
  293.     },
  294.     {
  295.     name = _('NEVADA Su-25 Free Flight'),
  296.     file = 'NTTR Su-25 Free Flight.miz',
  297.     },
  298.     {
  299.     name = _('NEVADA Su-25 Shooting Range'),
  300.     file = 'NTTR Su-25 Shooting Range.miz',
  301.     },
  302. -- Normandy
  303.     {
  304.     name = _('Normandy Su-25 Cold Start'),
  305.     file = 'Normandy Su-25A Cold Start.miz',
  306.     },
  307.     {
  308.     name = _('Normandy Su-25 Takeoff'),
  309.     file = 'Normandy Su-25A Takeoff.miz',
  310.     },
  311.     {
  312.     name = _('Normandy Su-25 Free Flight'),
  313.     file = 'Normandy Su-25A Free Flight.miz',
  314.     },
  315.     {
  316.     name = _('Normandy Su-25 Landing'),
  317.     file = 'Normandy Su-25A Landing.miz',
  318.     },
  319.     {
  320.     name = _('Normandy Su-25 Weapon Practice'),
  321.     file = 'Normandy Su-25A Weapons Practice.miz',
  322.     },
  323.     {
  324.     name = _('Normandy Su-25 Strike'),
  325.     file = 'Normandy Su-25A Strike.miz',
  326.     },
  327.     {
  328.     name = _('Normandy Su-25 Air to Air'),
  329.     file = 'Normandy Su-25A Air-to-Air.miz',
  330.     },
  331. --**************************************************************************
  332. -- Su-27
  333. -- Caucasus
  334.     {
  335.     name = _('Su-27 Intercept'),
  336.     file = 'Caucasus Su-27 Intercept.miz',
  337.     },
  338.     {
  339.     name = _('Su-27 Free Flight'),
  340.     file = 'Caucasus Su-27-IA-Free Flight.miz',
  341.     },
  342.     {
  343.     name = _('Su-27 Ground Pounding'),
  344.     file = 'Caucasus Su-27-IA-Ground Pounding.miz',
  345.     },
  346.     {
  347.     name = _('Su-27 Guns guns guns'),
  348.     file = 'Caucasus Su-27-IA-Guns guns guns.miz',
  349.     },
  350.     {
  351.     name = _('Su-27 Missile Jousting'),
  352.     file = 'Caucasus Su-27-IA-Missile Jousting.miz',
  353.     },
  354. -- NTTR
  355.     {
  356.     name = _('NEVADA Su-27 Cold Start'),
  357.     file = 'NEVADA Su-27 Cold Start.miz',
  358.     },
  359.     {
  360.     name = _('NEVADA Su-27 Takeoff'),
  361.     file = 'NEVADA Su-27 Takeoff.miz',
  362.     },
  363.     {
  364.     name = _('NEVADA Su-27 Landing'),
  365.     file = 'NEVADA Su-27 Landing.miz',
  366.     },
  367.     {
  368.     name = _('NEVADA Su-27 Free Flight'),
  369.     file = 'NEVADA Su-27 Free Flight.miz',
  370.     },
  371.     {
  372.     name = _('NEVADA Su-27 Vegas Tour'),
  373.     file = 'NEVADA Su-27 Vegas Tour.miz',
  374.     },
  375.     {
  376.     name = _('NEVADA Su-27 Constant Peg II ACM'),
  377.     file = 'NEVADA Su-27 Constant Peg II ACM.miz',
  378.     },
  379.     {
  380.     name = _('NEVADA Su-27 Constant Peg II BVR'),
  381.     file = 'NEVADA Su-27 Constant Peg II BVR.miz',
  382.     },
  383.     {
  384.     name = _('NEVADA Su-27 Ground Attack'),
  385.     file = 'NEVADA Su-27 Ground Attack.miz',
  386.     },
  387. -- Normandy Map
  388.     {
  389.     name = _('Normandy Su-27 Cold Start_'),
  390.     file = 'Instant Action-Su-27-Normandy-Takeoff.miz',
  391.     },
  392.     {
  393.     name = _('Normandy Su-27 Landing'),
  394.     file = 'Instant Action-Su-27-Normandy-Landing.miz',
  395.     },
  396.     {
  397.     name = _('Normandy Su-27 Free Flight'),
  398.     file = 'Instant Action-Su-27-Normandy-Free Flight.miz',
  399.     },
  400.     {
  401.     name = _('Normandy Su-27 1 vs 1 Guns Only'),
  402.     file = 'Instant Action-Su-27-Normandy-1 v 1 Guns Only.miz',
  403.     },
  404.     {
  405.     name = _('Normandy Su-27 2 vs 2 Guns Only'),
  406.     file = 'Instant Action-Su-27-Normandy-2 v 2 Guns Only.miz',
  407.     },
  408.     {
  409.     name = _('Normandy Su-27 2 vs 2 BVR'),
  410.     file = 'Instant Action-Su-27-Normandy-2 v 2 Missiles.miz.miz',
  411.     },
  412.     {
  413.     name = _('Normandy Su-27 4 vs 4 BVR'),
  414.     file = 'Instant Action-Su-27-Normandy-4 v 4 Missiles.miz.miz',
  415.     },
  416.     {
  417.     name = _('Normandy Su-27 Air-to-Ground Practice'),
  418.     file = 'Instant Action-Su-27-Normandy-Air-to-Ground Practice.miz',
  419.     },
  420. -- Straight of Hormuz
  421.     {
  422.     name = _('SoH Su-27 Cold Start'),
  423.     file = 'SoH-Su-27-IA - Cold Start.miz',
  424.     },
  425.     {
  426.     name = _('SoH Su-27 Takeoff'),
  427.     file = 'SoH-Su-27-IA - Takeoff.miz',
  428.     },
  429.     {
  430.     name = _('SoH Su-27 Free Flight'),
  431.     file = 'SoH-Su-27-IA - Free Flight.miz',
  432.     },
  433.     {
  434.     name = _('SoH Su-27 Landing'),
  435.     file = 'SoH-Su-27-IA - Landing.miz',
  436.     },
  437.     {
  438.     name = _('SoH Su-27 Weapon Practice'),
  439.     file = 'SoH-Su-27-IA - Weapon Practice.miz',
  440.     },
  441.     {
  442.     name = _('SoH Su-27 Basic Fighter Maneuvers'),
  443.     file = 'SoH-Su-27-IA - BFM.miz',
  444.     },
  445.     {
  446.     name = _('SoH Su-27 Air Combat Manoeuvring'),
  447.     file = 'SoH-Su-27-IA -ACM.miz',
  448.     },
  449.     {
  450.     name = _('SoH Su-27 Beyond Visual Range'),
  451.     file = 'SoH-Su-27-IA -BVR.miz',
  452.     },
  453. --**************************************************************************
  454. -- Su-33
  455. -- Caucasus
  456.     {
  457.     name = _('Su-33 Takeoff'),
  458.     file = 'Caucasus Su-33 Takeoff.miz',
  459.     },
  460.     {
  461.     name = _('Su-33 Recovery to Deck'),
  462.     file = 'Su-33 Recovery.miz',
  463.     },
  464.     {
  465.     name = _('Su-33 Guns Only'),
  466.     file = 'Caucasus Su-33 Guns Only.miz',
  467.     },
  468.     {
  469.     name = _('Su-33 Close Air Combat'),
  470.     file = 'Caucasus Su-33 CAC.miz',
  471.     },
  472.     {
  473.     name = _('Su-33 Ground Strike'),
  474.     file = 'Caucasus Su-33 Ground Strike.miz',
  475.     },
  476. -- Nevada
  477.     {
  478.     name = _('NEVADA Su-33 Cold Start'),
  479.     file = 'NEVADA Su-33 Cold Start.miz',
  480.     },
  481.     {
  482.     name = _('NEVADA Su-33 Takeoff'),
  483.     file = 'NEVADA Su-33 Takeoff.miz',
  484.     },
  485.     {
  486.     name = _('NEVADA Su-33 Free Flight'),
  487.     file = 'NEVADA Su-33 Free Flight.miz',
  488.     },
  489.     {
  490.     name = _('NEVADA Su-33 Landing'),
  491.     file = 'NEVADA Su-33 Landing.miz',
  492.     },
  493.     {
  494.     name = _('NEVADA Su-33 Constant Peg II BVR'),
  495.     file = 'NEVADA Su-33 Constant Peg II BVR.miz',
  496.     },
  497.     {
  498.     name = _('NEVADA Su-33 Constant Peg II ACM'),
  499.     file = 'NEVADA Su-33 Constant Peg II ACM.miz',
  500.     },
  501.     {
  502.     name = _('NEVADA Su-33 Ground Attack'),
  503.     file = 'NEVADA Su-33 Ground Attack.miz',
  504.     },
  505.     {
  506.     name = _('NEVADA Su-33 Vegas Tour'),
  507.     file = 'NEVADA Su-33 Vegas Tour.miz',
  508.     },
  509. --**************************************************************************
  510. --FC3 Additional instant action missions STOPS here
  511. --The orignal FC3 quickstart continues here
  512.     {
  513.     name = _('NEVADA A-10A CAS'),
  514.     file = 'NEVADA A-10A CAS.miz',
  515.     },
  516.     {
  517.     name = _('NEVADA F-15C Constant Peg II'),
  518.     file = 'NEVADA F-15C Constant Peg II.miz',
  519.     },
  520.     {
  521.     name = _('NEVADA Su-27 Constant Peg II - ACM', 'NEVADA Su-27 Constant Peg II ACM'),
  522.     file = 'NEVADA Su-27 Constant Peg II ACM.miz',
  523.     },
  524.     {
  525.     name = _('NEVADA Su-25 Shooting Range'),
  526.     file = 'NTTR Su-25 Shooting Range.miz',
  527.     },
  528.     {
  529.     name = _('NEVADA Su-33 Constant Peg II BVR'),
  530.     file = 'NEVADA Su-33 Constant Peg II BVR.miz',
  531.     },
  532.     {
  533.     name = _('NEVADA MiG-29S CAP'),
  534.     file = 'NEVADA MiG-29S CAP.miz',
  535.     },
  536.     {
  537.     name = _('A-10A Close Air Support'),
  538.     file = 'A-10A CAS.miz',
  539.     },
  540.     {
  541.     name = _('F-15C Intercept'),
  542.     file = 'F-15 Intercept.miz',
  543.     },
  544.     {
  545.     name = _('MiG-29S Combat Air Patrol'),
  546.     file = 'MiG-29 CAP.miz',
  547.     },
  548.     {
  549.     name = _('Su-25 Ground Strike'),
  550.     file = 'Su-25 Ground Strike.miz',
  551.     },
  552.     {
  553.     name = _('Su-27 Intercept'),
  554.     file = 'Su-27 Intercept.miz',
  555.     },
  556.     {
  557.     name = _('Su-33 Recovery to Deck'),
  558.     file = 'Su-33 Recovery.miz',
  559.     },
  560. -- Normandy
  561.  -- Su-33
  562.     {
  563.     name = _('Su-33 Cold Start'),
  564.     file = 'Normandy Su-33 Cold Start.miz',
  565.     },
  566.     {
  567.     name = _('Su-33 Takeoff'),
  568.     file = 'Normandy Su-33 Takeoff.miz',
  569.     },
  570.     {
  571.     name = _('Su-33 Free Flight'),
  572.     file = 'Normandy Su-33 Free Flight.miz',
  573.     },
  574.     {
  575.     name = _('Su-33 Landing'),
  576.     file = 'Normandy Su-33 Landing.miz',
  577.     },
  578.     {
  579.     name = _('Su-33 Weapon Practice'),
  580.     file = 'Normandy Su-33 Weapons Practice.miz',
  581.     },
  582.     {
  583.     name = _('Su-33 1 vs 1 Guns Only'),
  584.     file = 'Normandy Su-33 1 v 1 Guns Only.miz',
  585.     },
  586.     {
  587.     name = _('Su-33 2 vs 2 Guns Only'),
  588.     file = 'Normandy Su-33 2 v 2 Guns Only.miz',
  589.     }, 
  590.     {
  591.     name = _('Su-33 2 v 2 Missiles'),
  592.     file = 'Normandy Su-33 2 v 2 Missiles.miz',
  593.     },
  594.     {
  595.     name = _('Su-33 4 v 4 Missiles'),
  596.     file = 'Normandy Su-33 4 v 4 Missiles.miz',
  597.     },
  598.     {
  599.     name = _('Su-33 Strike'),
  600.     file = 'Normandy Su-33 Strike.miz',
  601.     },
  602.  -- MiG-29A
  603.     {
  604.     name = _('MiG-29A Cold Start'),
  605.     file = 'Normandy MiG-29A Cold Start.miz',
  606.     },
  607.     {
  608.     name = _('MiG-29A Takeoff'),
  609.     file = 'Normandy MiG-29A Takeoff.miz',
  610.     },
  611.     {
  612.     name = _('MiG-29A Free Flight'),
  613.     file = 'Normandy MiG-29A Free Flight.miz',
  614.     },
  615.     {
  616.     name = _('MiG-29A Landing'),
  617.     file = 'Normandy MiG-29A Landing.miz',
  618.     },
  619.     {
  620.     name = _('MiG-29A Weapon Practice'),
  621.     file = 'Normandy MiG-29A Weapons Practice.miz',
  622.     },
  623.     {
  624.     name = _('MiG-29A Strike'),
  625.     file = 'Normandy MiG-29A Strike.miz',
  626.     },
  627.     {
  628.     name = _('MiG-29A Cold Start'),
  629.     file = 'MiG-29A QuickStart Caucasus - Cold Start.miz',
  630.     },
  631.     {
  632.     name = _('MiG-29A Takeoff'),
  633.     file = 'MiG-29A QuickStart Caucasus - Takeoff.miz',
  634.     },
  635.     {
  636.     name = _('MiG-29A Free Flight'),
  637.     file = 'MiG-29A QuickStart Caucasus - Free Flight.miz',
  638.     },
  639.     {
  640.     name = _('MiG-29A Final Approach'),
  641.     file = 'MiG-29A QuickStart Caucasus - Final Approach.miz',
  642.     },
  643.    
  644.    
  645.  -- MiG-29S
  646.     {
  647.     name = _('MiG-29S Cold Start'),
  648.     file = 'Normandy MiG-29S Cold Start.miz',
  649.     },
  650.     {
  651.     name = _('MiG-29S Takeoff'),
  652.     file = 'Normandy MiG-29S Takeoff.miz',
  653.     },
  654.     {
  655.     name = _('MiG-29S Free Flight'),
  656.     file = 'Normandy MiG-29S Free Flight.miz',
  657.     },
  658.     {
  659.     name = _('MiG-29S Landing'),
  660.     file = 'Normandy MiG-29S Landing.miz',
  661.     },
  662.     {
  663.     name = _('MiG-29S Weapon Practice'),
  664.     file = 'Normandy MiG-29S Weapons Practice.miz',
  665.     },
  666.     {
  667.     name = _('MiG-29S Interdiction'),
  668.     file = 'Normandy MiG-29S Intertdiction.miz',
  669.     },
  670.     {
  671.     name = _('MiG-29S Column Attack'),
  672.     file = 'MiG-29S QuickStart Caucasus - Column Attack.miz',
  673.     },
  674.     {
  675.     name = _('MiG-29S Dogfight'),
  676.     file = 'MiG-29S QuickStart Caucasus - Dogfight.miz',
  677.     },
  678.     {
  679.     name = _('MiG-29S Intercept'),
  680.     file = 'MiG-29S QuickStart Caucasus - Intercept.miz',
  681.     },
  682.    
  683. --Persian Gulf FC3
  684. {
  685.     name = _('A-10A CAS'),
  686.     file = 'PG-A10A-CAS.miz',
  687.     },
  688.     {
  689.     name = _('F-15C Dogfight'),
  690.     file = 'PG-F15C-Dogfight.miz',
  691.     },
  692.     {
  693.     name = _('Su-25 Ground attack'),
  694.     file = 'PG-Su25-Ground attack.miz',
  695.     },
  696.     {
  697.     name = _('Su-27 Intercept сruise missiles '),
  698.     file = 'PG-Su27-intercept сruise missiles.miz',
  699.     },
  700.     {
  701.     name = _('Su-33 Carrier landing'),
  702.     file = 'PG-Su33-landing.miz',
  703.     },
  704.     {
  705.     name = _('MiG29A Training range'),
  706.     file = 'PG-MiG29A-Training range.miz',
  707.     },
  708.     {
  709.     name = _('MiG29S Fight over the strait'),
  710.     file = 'PG-MiG29S-Fight over the strait.miz',
  711.     },
  712. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement