Jump to content

Recommended Posts

Posted

Hi, there are 12 instant action missions and 16 regular missions but none for South Atlantic map. For a playable aircraft you have to choose Mirage F1CE.

 

Regards.

  • Thanks 1
Posted

Thanks, as the maker of the infamous QuickStart Missions for the South Atlantic Map, I am making a quick mission for the F1CE.

If anyone can show me the directory structure and the quickstart.lua to merge with, it would be grate.

I Fly, Therefore I Am.

One cannot go around not saying "Thank you" every time these days, can't you?

YouTube: https://www.youtube.com/channel/UCc9BDi-STaqgWsjNiHbW0fA

Posted (edited)

There are three subdirectories under  ..\aircraft\Mirage-F1\missions:

 

..\DCS World OpenBeta\Mods\aircraft\Mirage-F1\Missions\EN\Training

..\DCS World OpenBeta\Mods\aircraft\Mirage-F1\Missions\QuickStart

..\DCS World OpenBeta\Mods\aircraft\Mirage-F1\Missions\Single

 

and this is the content of quickstart.lua:

planes = {
-- Mirage F1CE
  {  
    name = _('Mirage_F1CE Cold Start'),
    file = 'Instant_Action_Mirage_F1CE_ramp_start.miz',
  },
  {
    name = _('Mirage_F1CE Take Off'),
    file = 'Instant_Action_Mirage_F1CE_runway_start.miz',
  },
  { 
    name = _('Mirage_F1CE Interception'),
    file = 'Instant_Action_Mirage_F1CE_intercept.miz',
  },
  { 
    name = _('Mirage_F1CE Dogfight with Cannon'),
    file = 'Instant_Action_Mirage_F1CE_dogfight_cannon.miz',
  },
  { 
    name = _('Mirage_F1CE Dogfight with Missiles'),
    file = 'Instant_Action_Mirage_F1CE_dogfight_missiles.miz',
  },
  { 
    name = _('Mirage_F1CE Ground Attack'),
    file = 'Instant_Action_Mirage_F1CE_ground_attack_practice.miz',
  },
   { 
    name = _('Mirage_F1CE Practice'),
    file = 'Instant_Action_Mirage_F1CE_Marianas_practice.miz',
  }, 
  { 
    name = _('Mirage_F1CE Practice'),
    file = 'Instant_Action_Mirage_F1CE_Nevada_practice.miz',
  },
  { 
    name = _('Mirage_F1CE Navigation'),
    file = 'Instant_Action_Mirage_F1CE_Normandy_navigation.miz',
  }, 
  { 
    name = _('Mirage_F1CE Practice'),
    file = 'Instant_Action_Mirage_F1CE_Persian_Gulf_practice.miz',
  },
  { 
    name = _('Mirage_F1CE Practice'),
    file = 'Instant_Action_Mirage_F1CE_The_Channel_navigation.miz',
  },
  { 
    name = _('Mirage_F1CE Practice'),
    file = 'Instant_Action_Mirage_F1CE_Syria_practice.miz',
  },   
}

New missions for South Atlantic map would be very welcome, thanks!

Edited by splash
  • Thanks 1
Posted

I managed to break the engine the first time up.

Definintelly need time to get comfortable with her.

  • Like 1

Questions are a burdon, and answers a prison for one's self.

  • Recently Browsing   0 members

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