So not sure on the thoughts on this and noticed a few guides that seem to be incomplete, but I also maybe didn't search good enough and missed the good ones. Anyways, here is what I cam up with.
warning, I am not responsible ect... Backup your entire installation first before doing anything.
Simple way
1. Copy this Quickstart.lua to your game install folder under this location
a. "..\DCSWorld\Mods\aircraft\Flaming Cliffs\Missions\QuickStart\”
2. Use Skatezilla DCS Updater to get all the modules that are prefixed with FC3 (except su25t)
3. Copy all the .miz files from A -> B
a. [skatezilla working directory]\mods\aircraft\[aircraft name]\Missions\Quickstart\
b. [install folder]\DCSWorld\Mods\aircraft\Flaming Cliffs\Missions\QuickStart\
4. Enjoy with a few duplicate missions listed ( I am lazy and not sure if this was wanted to much so not gonna to clean it up unless people complain :P )
Harder way Warning when copying files, do not over write the quickstart.lua, you will need the original AND downloaded ones second to last steps for EACH aircraft.
Harder way
1. Use Skatezilla DCS Updater to get all the modules that are prefixed with FC3 (except su25t)
2. Copy all the .miz files from A -> B
a. [skatezilla working directory]\mods\aircraft\[aircraft name]\Missions\Quickstart\
b. [install folder]\DCSWorld\Mods\aircraft\Flaming Cliffs\Missions\QuickStart\
3. Edit Quickstart.lua and copy the lines over from the individual aircraft download from the [saktezilla working directory] quickstart.lua to the same file located in the [install folder] Do this for each aircraft.
Each single line looks like the following
{
name = _('Intercept'),
file = 'Caucasus F-15 Intercept.miz',
},
You can make it easier to sort in the instant action menu by editing the bolded line like follows
{
name = _('Caucasus F-15C Intercept'),
file = 'Caucasus F-15 Intercept.miz',
},
4. Once this is done for “Each mission added” enjoy the game. The new FC instant action missions will be under the FC3 module.
Also… EagleDynamics, I am willing to work part time for modules to clean up stuff like this and help unify things. :P wink wink…
Also this is a rough draft to gauge interest, I will clean up the lua to fix the typos and dups if this is wanted by anyone.