Hi SbSMac, thanks ever so much for taking the time to create this tool. I was looking forward to its filtering capabilities.
However I have a bug to report
I loaded a combined ops mission into it, the same mission, I used to test the CO/OA standalone issue and it returned as OA, whereas it should have returned CO

The actual mission
http://zeus-community.net/temp/bug_mission.zip
Class: "BMP2_CDF"
Addon dependancy: "CATracked" ArmA2 content
Mission.sqm as follows
Code:
version=11;
class Mission
{
addOns[]=
{
"cacharacters_e",
"CATracked",
"desert_e"
};
addOnsAuto[]=
{
"cacharacters_e",
"CATracked",
"desert_e"
};
randomSeed=1180125;
class Intel
{
startWeather=0.30000001;
forecastWeather=0.30000001;
year=2012;
month=6;
day=24;
};
class Groups
{
items=1;
class Item0
{
side="WEST";
class Vehicles
{
items=3;
class Item0
{
position[]={1317.4917,42.760551,1333.3591};
special="NONE";
id=0;
side="WEST";
vehicle="US_Delta_Force_Undercover_Takistani06_EP1";
player="PLAYER COMMANDER";
leader=1;
skill=0.60000002;
};
class Item1
{
position[]={1331.366,42.573521,1336.8037};
special="NONE";
id=1;
side="WEST";
vehicle="US_Delta_Force_Undercover_Takistani06_EP1";
player="PLAY CDG";
skill=0.60000002;
};
class Item2
{
position[]={1341.4628,42.746643,1333.8442};
special="NONE";
id=2;
side="WEST";
vehicle="US_Delta_Force_Undercover_Takistani06_EP1";
player="PLAY CDG";
skill=0.60000002;
};
};
};
};
class Vehicles
{
items=1;
class Item0
{
position[]={1329.1509,42.152397,1352.0128};
azimut=250;
id=3;
side="EMPTY";
vehicle="BMP2_CDF";
skill=0.60000002;
};
};
};
class Intro
{
addOns[]=
{
"desert_e"
};
addOnsAuto[]=
{
"desert_e"
};
randomSeed=7125972;
class Intel
{
startWeather=0.30000001;
forecastWeather=0.30000001;
year=2012;
month=6;
day=24;
};
};
class OutroWin
{
addOns[]=
{
"desert_e"
};
addOnsAuto[]=
{
"desert_e"
};
randomSeed=8225385;
class Intel
{
startWeather=0.30000001;
forecastWeather=0.30000001;
year=2012;
month=6;
day=24;
};
};
class OutroLoose
{
addOns[]=
{
"desert_e"
};
addOnsAuto[]=
{
"desert_e"
};
randomSeed=12187450;
class Intel
{
startWeather=0.30000001;
forecastWeather=0.30000001;
year=2012;
month=6;
day=24;
};
};