diff --git a/ARCMF.VR/config.hpp b/ARCMF.VR/config.hpp index 835fb48..5fcb802 100644 --- a/ARCMF.VR/config.hpp +++ b/ARCMF.VR/config.hpp @@ -106,8 +106,8 @@ class CfgARCMF { languages[] = {"english","russian","greek"}; AN_PRC_343[] = {"all"}; - AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl"}; - AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl"}; + AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl"}; + AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl"}; AN_PRC_117F[] = {}; AN_PRC_77[] = {}; }; @@ -115,8 +115,8 @@ class CfgARCMF { languages[] = {"english","russian","greek"}; AN_PRC_343[] = {"all"}; - AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl"}; - AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl"}; + AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl"}; + AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl"}; AN_PRC_117F[] = {}; AN_PRC_77[] = {}; }; @@ -124,8 +124,8 @@ class CfgARCMF { languages[] = {"english","russian","greek"}; AN_PRC_343[] = {"all"}; - AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl"}; - AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl"}; + AN_PRC_148[] = {"co", "dc", "ftl", "vc", "mmgtl", "mattl"}; + AN_PRC_152[] = {"co", "dc", "cp", "p", "vc", "mmgtl", "mattl"}; AN_PRC_117F[] = {}; AN_PRC_77[] = {}; }; diff --git a/ARCMF.VR/description.ext b/ARCMF.VR/description.ext index 92695ef..c53a8c1 100644 --- a/ARCMF.VR/description.ext +++ b/ARCMF.VR/description.ext @@ -21,7 +21,7 @@ respawnOnStart = 0; respawnTemplates[] = {"Seagull","f_spectator"}; showGroupIndicator = 0; -showHUD[] = {true, true, true, true, true, false, false, true}; +showHUD[] = {true, true, false, false, true, true, false, true}; class CfgNotifications { diff --git a/ARCMF.VR/f/assignGear/f_assignGear_blufor.sqf b/ARCMF.VR/f/assignGear/f_assignGear_blufor.sqf index 5a6142b..115b093 100644 --- a/ARCMF.VR/f/assignGear/f_assignGear_blufor.sqf +++ b/ARCMF.VR/f/assignGear/f_assignGear_blufor.sqf @@ -345,6 +345,102 @@ switch (_typeOfUnit) do this linkItem "ItemWatch"; this linkItem "rhsusf_ANPVS_15"; }; + +// LOADOUT: MEDIUM AT TEAM LEADER + case "mattl": + { + this forceAddUniform "MNP_CombatUniform_Scorpion_A"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";}; + this addItemToUniform "ACE_CableTie"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_Flashlight_XL50"; + this addItemToUniform "ACE_EarPlugs"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m67";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_an_m8hc";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_purple";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_yellow";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_red";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhsusf_mag_15Rnd_9x19_FMJ";}; + for "_i" from 1 to 4 do {this addItemToUniform "rhs_mag_M433_HEDP";}; + for "_i" from 1 to 4 do {this addItemToUniform "rhs_mag_m661_green";}; + this addVest "MNP_Vest_Scorpion_1"; + for "_i" from 1 to 6 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";}; + for "_i" from 1 to 6 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Green";}; + for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_m714_White";}; + for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_M433_HEDP";}; + this addHeadgear "H_HelmetSpecB_snakeskin"; + this addWeapon "rhs_weap_m4a1_carryhandle_m203"; + this addPrimaryWeaponItem "RH_peq15"; + this addPrimaryWeaponItem "rhsusf_acc_compm4"; + this addWeapon "rhsusf_weap_m9"; + this addWeapon "Binocular"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "ItemGPS"; + this linkItem "rhsusf_ANPVS_15"; + }; + +// LOADOUT: MEDIUM AT MISSILE SPECIALIST + case "matg": + { + this forceAddUniform "MNP_CombatUniform_Scorpion_A"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";}; + this addItemToUniform "ACE_CableTie"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_Flashlight_XL50"; + this addItemToUniform "ACE_EarPlugs"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m67";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_an_m8hc";}; + this addVest "MNP_Vest_Scorpion_1"; + for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";}; + for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Green";}; + this addBackpack "B_Kitbag_rgr"; + for "_i" from 1 to 6 do {this addItemToBackpack "tf47_smaw_SR";}; + this addItemToBackpack "tf47_smaw_HEAA"; + this addHeadgear "H_HelmetSpecB_snakeskin"; + this addWeapon "rhs_weap_m4a1_carryhandle"; + this addPrimaryWeaponItem "RH_peq15"; + this addPrimaryWeaponItem "rhsusf_acc_compm4"; + this addWeapon "tf47_smaw_green"; + this addSecondaryWeaponItem "tf47_optic_smaw"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "rhsusf_ANPVS_15"; + }; + +// LOADOUT: MEDIUM AT ASSISTANT MISSILE SPECIALIST + case "matab": + { + this forceAddUniform "MNP_CombatUniform_Scorpion_A"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";}; + this addItemToUniform "ACE_CableTie"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_Flashlight_XL50"; + this addItemToUniform "ACE_EarPlugs"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m67";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_an_m8hc";}; + for "_i" from 1 to 3 do {this addItemToUniform "rhsusf_mag_15Rnd_9x19_FMJ";}; + this addVest "MNP_Vest_Scorpion_1"; + for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";}; + for "_i" from 1 to 6 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Green";}; + this addBackpack "B_Kitbag_rgr"; + for "_i" from 1 to 2 do {this addItemToBackpack "tf47_smaw_HEAA";}; + for "_i" from 1 to 6 do {this addItemToBackpack "tf47_smaw_SR";}; + this addHeadgear "H_HelmetSpecB_snakeskin"; + this addWeapon "rhs_weap_m4a1_carryhandle"; + this addPrimaryWeaponItem "RH_peq15"; + this addPrimaryWeaponItem "rhsusf_acc_compm4"; + this addWeapon "rhsusf_weap_m9"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "rhsusf_ANPVS_15"; + }; // LOADOUT: PILOT case "p": diff --git a/ARCMF.VR/f/assignGear/f_assignGear_indfor.sqf b/ARCMF.VR/f/assignGear/f_assignGear_indfor.sqf index 5742ed3..e912404 100644 --- a/ARCMF.VR/f/assignGear/f_assignGear_indfor.sqf +++ b/ARCMF.VR/f/assignGear/f_assignGear_indfor.sqf @@ -285,6 +285,86 @@ switch (_typeOfUnit) do this linkItem "rhsusf_ANPVS_15"; }; +// LOADOUT: MEDIUM AT TEAM LEADER + case "mattl": + { + this forceAddUniform "MNP_CombatUniform_Germany"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + this addItemToUniform "ACE_EarPlugs"; + this addItemToUniform "ACE_CableTie"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_Flashlight_XL50"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m67";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_an_m8hc";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_red";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m18_purple";}; + this addVest "MNP_Vest_Germany_2"; + for "_i" from 1 to 12 do {this addItemToVest "hlc_100rnd_556x45_EPR_G36";}; + for "_i" from 1 to 4 do {this addItemToVest "1Rnd_HE_Grenade_shell";}; + for "_i" from 1 to 4 do {this addItemToVest "1Rnd_Smoke_Grenade_shell";}; + this addHeadgear "MNP_Helmet_Germany"; + this addWeapon "hlc_rifle_G36VAG36"; + this addPrimaryWeaponItem "RH_LTdocterl"; + this addWeapon "Binocular"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "ItemGPS"; + this linkItem "rhsusf_ANPVS_15"; + }; + +// LOADOUT: MEDIUM AT MISSILE SPECIALIST + case "matg": + { + this forceAddUniform "MNP_CombatUniform_Germany"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + this addItemToUniform "ACE_EarPlugs"; + this addItemToUniform "ACE_CableTie"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_Flashlight_XL50"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m67";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_an_m8hc";}; + this addVest "MNP_Vest_Germany_2"; + for "_i" from 1 to 12 do {this addItemToVest "hlc_100rnd_556x45_EPR_G36";}; + this addBackpack "B_Kitbag_rgr"; + for "_i" from 1 to 6 do {this addItemToBackpack "tf47_smaw_SR";}; + this addItemToBackpack "tf47_smaw_HEAA"; + this addHeadgear "MNP_Helmet_Germany"; + this addWeapon "hlc_rifle_G36V"; + this addPrimaryWeaponItem "RH_LTdocterl"; + this addWeapon "tf47_smaw_green"; + this addSecondaryWeaponItem "tf47_optic_smaw"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "rhsusf_ANPVS_15"; + }; + +// LOADOUT: MEDIUM AT ASSISTANT MISSILE SPECIALIST + case "matab": + { + this forceAddUniform "MNP_CombatUniform_Germany"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + this addItemToUniform "ACE_EarPlugs"; + this addItemToUniform "ACE_CableTie"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_Flashlight_XL50"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_m67";}; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_an_m8hc";}; + this addVest "MNP_Vest_Germany_2"; + for "_i" from 1 to 12 do {this addItemToVest "hlc_100rnd_556x45_EPR_G36";}; + this addBackpack "B_Kitbag_rgr"; + for "_i" from 1 to 2 do {this addItemToBackpack "tf47_smaw_HEAA";}; + for "_i" from 1 to 6 do {this addItemToBackpack "tf47_smaw_SR";}; + this addHeadgear "MNP_Helmet_Germany"; + this addWeapon "hlc_rifle_G36V"; + this addPrimaryWeaponItem "RH_LTdocterl"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "rhsusf_ANPVS_15"; + }; + // LOADOUT: PILOT case "p": { diff --git a/ARCMF.VR/f/assignGear/f_assignGear_opfor.sqf b/ARCMF.VR/f/assignGear/f_assignGear_opfor.sqf index 24ef17f..b5dfb45 100644 --- a/ARCMF.VR/f/assignGear/f_assignGear_opfor.sqf +++ b/ARCMF.VR/f/assignGear/f_assignGear_opfor.sqf @@ -318,6 +318,93 @@ switch (_typeOfUnit) do this linkItem "ItemWatch"; this linkItem "rhsusf_ANPVS_15"; }; + +// LOADOUT: MEDIUM AT TEAM LEADER + case "mattl": + { + this forceAddUniform "rhs_uniform_msv_emr"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + this addItemToUniform "ACE_Flashlight_KSF1"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_EarPlugs"; + this addItemToUniform "ACE_CableTie"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_9x19_17";}; + this addVest "rhs_6b23_digi_6sh92_headset"; + for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgo";}; + for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rdg2_white";}; + for "_i" from 1 to 8 do {this addItemToVest "rhs_30Rnd_762x39mm";}; + this addBackpack "rhs_assault_umbts_engineer_empty"; + for "_i" from 1 to 3 do {this addItemToBackpack "rhs_VOG25";}; + for "_i" from 1 to 4 do {this addItemToBackpack "rhs_VG40OP_white";}; + for "_i" from 1 to 4 do {this addItemToBackpack "rhs_VG40OP_red";}; + for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_nspn_green";}; + for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_nspn_red";}; + for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_nspn_yellow";}; + for "_i" from 1 to 4 do {this addItemToBackpack "rhs_30Rnd_762x39mm";}; + this addHeadgear "rhs_6b26_bala_green"; + this addWeapon "rhs_weap_ak103_gp25"; + this addPrimaryWeaponItem "rhs_acc_1p63"; + this addWeapon "rhs_weap_pya"; + this addWeapon "rhs_pdu4"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "ItemGPS"; + this linkItem "rhsusf_ANPVS_15"; + }; + +// LOADOUT: MEDIUM AT MISSILE SPECIALIST + case "matg": + { + this forceAddUniform "rhs_uniform_msv_emr"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + this addItemToUniform "ACE_Flashlight_KSF1"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_EarPlugs"; + this addItemToUniform "ACE_CableTie"; + this addVest "rhs_6b23_digi_6sh92_headset"; + for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgo";}; + for "_i" from 1 to 8 do {this addItemToVest "rhs_30Rnd_762x39mm";}; + for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rdg2_white";}; + this addBackpack "rhs_assault_umbts"; + for "_i" from 1 to 3 do {this addItemToBackpack "rhs_rpg7_PG7VR_mag";}; + this addHeadgear "rhs_6b26_bala_green"; + this addWeapon "rhs_weap_ak103"; + this addPrimaryWeaponItem "rhs_acc_2dpZenit"; + this addPrimaryWeaponItem "rhs_acc_1p63"; + this addWeapon "rhs_weap_rpg7"; + this addSecondaryWeaponItem "rhs_acc_pgo7v"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "rhsusf_ANPVS_15"; + }; + +// LOADOUT: MEDIUM AT ASSISTANT MISSILE SPECIALIST + case "matab": + { + this forceAddUniform "rhs_uniform_msv_emr"; + for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";}; + this addItemToUniform "ACE_Flashlight_KSF1"; + this addItemToUniform "ACE_IR_Strobe_Item"; + this addItemToUniform "ACE_EarPlugs"; + this addItemToUniform "ACE_CableTie"; + for "_i" from 1 to 2 do {this addItemToUniform "rhs_mag_9x19_17";}; + this addVest "rhs_6b23_digi_6sh92_headset"; + for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgo";}; + for "_i" from 1 to 8 do {this addItemToVest "rhs_30Rnd_762x39mm";}; + for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rdg2_white";}; + this addBackpack "rhs_assault_umbts"; + for "_i" from 1 to 3 do {this addItemToBackpack "rhs_rpg7_PG7VR_mag";}; + this addHeadgear "rhs_6b26_bala_green"; + this addWeapon "rhs_weap_ak103"; + this addPrimaryWeaponItem "rhs_acc_1p63"; + this addWeapon "rhs_weap_pya"; + this linkItem "ItemMap"; + this linkItem "ItemCompass"; + this linkItem "ItemWatch"; + this linkItem "rhsusf_ANPVS_15"; + }; // LOADOUT: PILOT case "p": diff --git a/ARCMF.VR/f/setGroupID/f_setGroupIDs.sqf b/ARCMF.VR/f/setGroupID/f_setGroupIDs.sqf index 2a3141e..5e80944 100644 --- a/ARCMF.VR/f/setGroupID/f_setGroupIDs.sqf +++ b/ARCMF.VR/f/setGroupID/f_setGroupIDs.sqf @@ -23,6 +23,11 @@ _groups = [ ["GrpNATO_MMG3","MMG3","ColorOrange"], ["GrpNATO_MMG4","MMG4","ColorOrange"], + ["GrpNATO_MAT1","MAT1","ColorOrange"], + ["GrpNATO_MAT2","MAT2","ColorOrange"], + ["GrpNATO_MAT3","MAT3","ColorOrange"], + ["GrpNATO_MAT4","MAT4","ColorOrange"], + ["GrpNATO_G1","G1","ColorPink"], ["GrpNATO_G2","G2","ColorPink"], ["GrpNATO_G3","G3","ColorPink"], @@ -56,6 +61,11 @@ _groups = [ ["GrpCSAT_MMG2","MMG2","ColorOrange"], ["GrpCSAT_MMG3","MMG3","ColorOrange"], ["GrpCSAT_MMG4","MMG4","ColorOrange"], + + ["GrpCSAT_MAT1","MAT1","ColorOrange"], + ["GrpCSAT_MAT2","MAT2","ColorOrange"], + ["GrpCSAT_MAT3","MAT3","ColorOrange"], + ["GrpCSAT_MAT4","MAT4","ColorOrange"], ["GrpCSAT_G1","G1","ColorPink"], ["GrpCSAT_G2","G2","ColorPink"], @@ -90,6 +100,11 @@ _groups = [ ["GrpAAF_MMG2","MMG2","ColorOrange"], ["GrpAAF_MMG3","MMG3","ColorOrange"], ["GrpAAF_MMG4","MMG4","ColorOrange"], + + ["GrpAAF_MAT1","MAT1","ColorOrange"], + ["GrpAAF_MAT2","MAT2","ColorOrange"], + ["GrpAAF_MAT3","MAT3","ColorOrange"], + ["GrpAAF_MAT4","MAT4","ColorOrange"], ["GrpAAF_G1","G1","ColorPink"], ["GrpAAF_G2","G2","ColorPink"], diff --git a/ARCMF.VR/mission.sqm b/ARCMF.VR/mission.sqm index 18d9efe..9718ba9 100644 --- a/ARCMF.VR/mission.sqm +++ b/ARCMF.VR/mission.sqm @@ -8,7 +8,7 @@ class EditorData toggles=1; class ItemIDProvider { - nextID=369; + nextID=393; }; class MarkerIDProvider { @@ -16,10 +16,10 @@ class EditorData }; class Camera { - pos[]={46.472027,94.753189,-10.537228}; - dir[]={0.14708948,-0.76958537,0.62155139}; - up[]={0.17722762,0.63854295,0.74890757}; - aside[]={0.97320801,-4.8748916e-007,-0.23030826}; + pos[]={58.844345,118.30734,-20.52009}; + dir[]={0.0044556567,-0.83277988,0.55360013}; + up[]={0.006702241,0.55360532,0.83275348}; + aside[]={0.99997568,-2.8689465e-007,-0.0080474885}; }; }; binarizationWanted=0; @@ -86,7 +86,7 @@ class Mission }; class Entities { - items=69; + items=81; class Item0 { dataType="Group"; @@ -99,7 +99,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.258457,5.0014391,61.642323}; + position[]={42.236187,5.0014391,51.188602}; }; side="West"; flags=2; @@ -121,7 +121,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={60.258659,5.0014391,61.692295}; + position[]={47.236389,5.0014391,51.238575}; }; side="West"; class Attributes @@ -178,7 +178,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.081711,5.0014391,54.354008}; + position[]={18.059441,5.0014391,43.900288}; }; side="West"; flags=2; @@ -199,7 +199,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.081711,5.0014391,54.404011}; + position[]={23.059441,5.0014391,43.950291}; }; side="West"; class Attributes @@ -256,7 +256,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.095448,5.0014391,51.470448}; + position[]={28.073177,5.0014391,41.016727}; }; side="West"; flags=2; @@ -277,7 +277,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.095448,5.0014391,51.520451}; + position[]={33.073177,5.0014391,41.06673}; }; side="West"; class Attributes @@ -296,7 +296,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.095448,5.0014391,51.520451}; + position[]={23.073177,5.0014391,41.06673}; }; side="West"; class Attributes @@ -315,7 +315,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.095448,5.0014391,51.570454}; + position[]={38.073177,5.0014391,41.116734}; }; side="West"; class Attributes @@ -334,7 +334,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.095448,5.0014391,51.570454}; + position[]={18.073177,5.0014391,41.116734}; }; side="West"; class Attributes @@ -353,7 +353,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.095448,5.0014391,51.620457}; + position[]={43.073177,5.0014391,41.166737}; }; side="West"; class Attributes @@ -409,7 +409,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.07272,5.0014391,48.740948}; + position[]={28.050449,5.0014391,38.287228}; }; side="West"; flags=2; @@ -430,7 +430,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.07272,5.0014391,48.790951}; + position[]={33.050449,5.0014391,38.337231}; }; side="West"; class Attributes @@ -449,7 +449,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.07272,5.0014391,48.790951}; + position[]={23.050449,5.0014391,38.337231}; }; side="West"; class Attributes @@ -468,7 +468,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.07272,5.0014391,48.840954}; + position[]={38.050449,5.0014391,38.387234}; }; side="West"; class Attributes @@ -487,7 +487,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.07272,5.0014391,48.840954}; + position[]={18.050449,5.0014391,38.387234}; }; side="West"; class Attributes @@ -506,7 +506,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.07272,5.0014391,48.890957}; + position[]={43.050449,5.0014391,38.437237}; }; side="West"; class Attributes @@ -562,7 +562,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.067074,5.0014391,42.159176}; + position[]={18.044804,5.0014391,31.705456}; }; side="West"; flags=2; @@ -583,7 +583,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.067074,5.0014391,42.209179}; + position[]={23.044804,5.0014391,31.755459}; }; side="West"; class Attributes @@ -640,7 +640,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.046402,5.0014391,39.37962}; + position[]={28.024132,5.0014391,28.9259}; }; side="West"; flags=2; @@ -661,7 +661,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.046402,5.0014391,39.429619}; + position[]={33.024132,5.0014391,28.975899}; }; side="West"; class Attributes @@ -680,7 +680,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.046402,5.0014391,39.429619}; + position[]={23.024132,5.0014391,28.975899}; }; side="West"; class Attributes @@ -699,7 +699,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.046402,5.0014391,39.479618}; + position[]={38.024132,5.0014391,29.025898}; }; side="West"; class Attributes @@ -718,7 +718,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.046402,5.0014391,39.479618}; + position[]={18.024132,5.0014391,29.025898}; }; side="West"; class Attributes @@ -737,7 +737,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.046402,5.0014391,39.529617}; + position[]={43.024132,5.0014391,29.075897}; }; side="West"; class Attributes @@ -793,7 +793,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.023682,5.0014391,36.674053}; + position[]={28.001411,5.0014391,26.220333}; }; side="West"; flags=2; @@ -814,7 +814,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.023682,5.0014391,36.724052}; + position[]={33.001411,5.0014391,26.270332}; }; side="West"; class Attributes @@ -833,7 +833,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.023682,5.0014391,36.724052}; + position[]={23.001411,5.0014391,26.270332}; }; side="West"; class Attributes @@ -852,7 +852,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.023682,5.0014391,36.774052}; + position[]={38.001411,5.0014391,26.320332}; }; side="West"; class Attributes @@ -871,7 +871,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.023682,5.0014391,36.774052}; + position[]={18.001411,5.0014391,26.320332}; }; side="West"; class Attributes @@ -890,7 +890,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.023682,5.0014391,36.824051}; + position[]={43.001411,5.0014391,26.370331}; }; side="West"; class Attributes @@ -946,7 +946,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.003288,5.0014391,30.025387}; + position[]={17.981018,5.0014391,19.571667}; }; side="West"; flags=2; @@ -967,7 +967,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.003288,5.0014391,30.075386}; + position[]={22.981018,5.0014391,19.621666}; }; side="West"; class Attributes @@ -1024,7 +1024,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={40.964638,5.0014391,27.389389}; + position[]={27.942368,5.0014391,16.935669}; }; side="West"; flags=2; @@ -1045,7 +1045,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={45.964638,5.0014391,27.439388}; + position[]={32.942368,5.0014391,16.985668}; }; side="West"; class Attributes @@ -1064,7 +1064,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={35.964638,5.0014391,27.439388}; + position[]={22.942368,5.0014391,16.985668}; }; side="West"; class Attributes @@ -1083,7 +1083,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={50.964638,5.0014391,27.489388}; + position[]={37.942368,5.0014391,17.035667}; }; side="West"; class Attributes @@ -1102,7 +1102,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={30.964638,5.0014391,27.489388}; + position[]={17.942368,5.0014391,17.035667}; }; side="West"; class Attributes @@ -1121,7 +1121,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.964638,5.0014391,27.539387}; + position[]={42.942368,5.0014391,17.085667}; }; side="West"; class Attributes @@ -1177,7 +1177,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={40.948784,5.0014391,24.851303}; + position[]={27.926514,5.0014391,14.397583}; }; side="West"; flags=2; @@ -1198,7 +1198,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={45.948784,5.0014391,24.901302}; + position[]={32.926514,5.0014391,14.447582}; }; side="West"; class Attributes @@ -1217,7 +1217,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={35.948784,5.0014391,24.901302}; + position[]={22.926514,5.0014391,14.447582}; }; side="West"; class Attributes @@ -1236,7 +1236,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={50.948784,5.0014391,24.951302}; + position[]={37.926514,5.0014391,14.497581}; }; side="West"; class Attributes @@ -1255,7 +1255,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={30.948784,5.0014391,24.951302}; + position[]={17.926514,5.0014391,14.497581}; }; side="West"; class Attributes @@ -1274,7 +1274,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.948784,5.0014391,25.001301}; + position[]={42.926514,5.0014391,14.547581}; }; side="West"; class Attributes @@ -1330,7 +1330,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={81.386795,5.0014391,51.530766}; + position[]={68.364525,5.0014391,41.077045}; }; side="West"; flags=2; @@ -1351,7 +1351,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={86.386795,5.0014391,51.580769}; + position[]={73.364525,5.0014391,41.127048}; }; side="West"; class Attributes @@ -1408,7 +1408,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={81.374435,5.0014391,48.950199}; + position[]={68.352165,5.0014391,38.496479}; }; side="West"; flags=2; @@ -1429,7 +1429,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={86.374435,5.0014391,49.000202}; + position[]={73.352165,5.0014391,38.546482}; }; side="West"; class Attributes @@ -1486,7 +1486,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={81.35656,5.0014391,46.374996}; + position[]={68.33429,5.0014391,35.921276}; }; side="West"; flags=2; @@ -1507,7 +1507,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={86.35656,5.0014391,46.424999}; + position[]={73.33429,5.0014391,35.971279}; }; side="West"; class Attributes @@ -1564,7 +1564,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={81.356567,5.0014391,43.816402}; + position[]={68.334297,5.0014391,33.362682}; }; side="West"; flags=2; @@ -1585,7 +1585,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={86.356567,5.0014391,43.866405}; + position[]={73.334297,5.0014391,33.412685}; }; side="West"; class Attributes @@ -1642,7 +1642,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.438339,5.0014391,37.20602}; + position[]={55.416069,5.0014391,26.7523}; }; side="West"; flags=2; @@ -1663,7 +1663,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.438339,5.0014391,37.25602}; + position[]={60.416069,5.0014391,26.802299}; }; side="West"; class Attributes @@ -1682,7 +1682,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={63.438339,5.0014391,37.25602}; + position[]={50.416069,5.0014391,26.802299}; }; side="West"; class Attributes @@ -1738,7 +1738,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.430763,5.0014391,34.694302}; + position[]={55.408493,5.0014391,24.240582}; }; side="West"; flags=2; @@ -1759,7 +1759,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.430763,5.0014391,34.744301}; + position[]={60.408493,5.0014391,24.290581}; }; side="West"; class Attributes @@ -1778,7 +1778,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={63.430763,5.0014391,34.744301}; + position[]={50.408493,5.0014391,24.290581}; }; side="West"; class Attributes @@ -1834,7 +1834,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.430756,5.0014391,32.211391}; + position[]={55.408485,5.0014391,21.757671}; }; side="West"; flags=2; @@ -1855,7 +1855,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.430756,5.0014391,32.261391}; + position[]={60.408485,5.0014391,21.807671}; }; side="West"; class Attributes @@ -1874,7 +1874,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={63.430756,5.0014391,32.261391}; + position[]={50.408485,5.0014391,21.807671}; }; side="West"; class Attributes @@ -1930,7 +1930,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.430756,5.0014391,29.703091}; + position[]={55.408485,5.0014391,19.249371}; }; side="West"; flags=2; @@ -1951,7 +1951,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.430756,5.0014391,29.75309}; + position[]={60.408485,5.0014391,19.29937}; }; side="West"; class Attributes @@ -1970,7 +1970,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={63.430756,5.0014391,29.75309}; + position[]={50.408485,5.0014391,19.29937}; }; side="West"; class Attributes @@ -2026,7 +2026,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.533813,5.0014391,51.449192}; + position[]={55.511543,5.0014391,40.995472}; }; side="West"; flags=2; @@ -2047,7 +2047,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.533813,5.0014391,51.499195}; + position[]={60.511543,5.0014391,41.045475}; }; side="West"; class Attributes @@ -2067,7 +2067,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={63.533813,5.0014391,51.499195}; + position[]={50.511543,5.0014391,41.045475}; }; side="West"; class Attributes @@ -2123,7 +2123,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.494171,5.0014391,48.897434}; + position[]={55.471901,5.0014391,38.443714}; }; side="West"; flags=2; @@ -2144,7 +2144,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.494171,5.0014391,48.947437}; + position[]={60.471901,5.0014391,38.493717}; }; side="West"; class Attributes @@ -2164,7 +2164,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={63.494175,5.0014391,48.947437}; + position[]={50.471905,5.0014391,38.493717}; }; side="West"; class Attributes @@ -2220,7 +2220,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.476288,5.0014391,46.339321}; + position[]={55.454018,5.0014391,35.885601}; }; side="West"; flags=2; @@ -2241,7 +2241,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.476288,5.0014391,46.389324}; + position[]={60.454018,5.0014391,35.935604}; }; side="West"; class Attributes @@ -2261,7 +2261,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={63.476292,5.0014391,46.389324}; + position[]={50.454021,5.0014391,35.935604}; }; side="West"; class Attributes @@ -2317,7 +2317,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={68.454552,5.0014391,43.732876}; + position[]={55.432281,5.0014391,33.279156}; }; side="West"; flags=2; @@ -2338,7 +2338,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={73.454544,5.0014391,43.782879}; + position[]={60.432274,5.0014391,33.329159}; }; side="West"; class Attributes @@ -2358,7 +2358,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={63.454552,5.0014391,43.782879}; + position[]={50.432281,5.0014391,33.329159}; }; side="West"; class Attributes @@ -2414,7 +2414,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={55.920238,5.0014391,111.56296}; + position[]={42.433319,5.0014391,103.13759}; }; side="East"; flags=2; @@ -2435,7 +2435,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={60.920238,5.0014391,111.61276}; + position[]={47.433323,5.0014391,103.18739}; }; side="East"; class Attributes @@ -2492,7 +2492,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.743298,5.0014391,104.27438}; + position[]={18.256378,5.0014391,95.849014}; }; side="East"; flags=2; @@ -2513,7 +2513,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.743298,5.0014391,104.32468}; + position[]={23.256378,5.0014391,95.899307}; }; side="East"; class Attributes @@ -2570,7 +2570,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.75703,5.0014391,101.39108}; + position[]={28.270111,5.0014391,92.965714}; }; side="East"; flags=2; @@ -2591,7 +2591,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.75703,5.0014391,101.44138}; + position[]={33.270111,5.0014391,93.016006}; }; side="East"; class Attributes @@ -2610,7 +2610,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.75703,5.0014391,101.44138}; + position[]={23.270111,5.0014391,93.016006}; }; side="East"; class Attributes @@ -2629,7 +2629,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.75703,5.0014391,101.49118}; + position[]={38.270111,5.0014391,93.065811}; }; side="East"; class Attributes @@ -2648,7 +2648,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.75703,5.0014391,101.49118}; + position[]={18.270111,5.0014391,93.065811}; }; side="East"; class Attributes @@ -2667,7 +2667,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.75703,5.0014391,101.54099}; + position[]={43.270111,5.0014391,93.115616}; }; side="East"; class Attributes @@ -2723,7 +2723,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.734325,5.0014391,98.661591}; + position[]={28.247406,5.0014391,90.236221}; }; side="East"; flags=2; @@ -2744,7 +2744,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.734325,5.0014391,98.711884}; + position[]={33.247406,5.0014391,90.286514}; }; side="East"; class Attributes @@ -2763,7 +2763,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.734325,5.0014391,98.711884}; + position[]={23.247406,5.0014391,90.286514}; }; side="East"; class Attributes @@ -2782,7 +2782,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.734325,5.0014391,98.761688}; + position[]={38.247406,5.0014391,90.336319}; }; side="East"; class Attributes @@ -2801,7 +2801,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.734325,5.0014391,98.761688}; + position[]={18.247406,5.0014391,90.336319}; }; side="East"; class Attributes @@ -2820,7 +2820,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.734325,5.0014391,98.811493}; + position[]={43.247406,5.0014391,90.386124}; }; side="East"; class Attributes @@ -2876,7 +2876,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.728649,5.0014391,92.080048}; + position[]={18.24173,5.0014391,83.654678}; }; side="East"; flags=2; @@ -2897,7 +2897,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.728649,5.0014391,92.129852}; + position[]={23.24173,5.0014391,83.704483}; }; side="East"; class Attributes @@ -2954,7 +2954,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.708019,5.0014391,89.300262}; + position[]={28.2211,5.0014391,80.874893}; }; side="East"; flags=2; @@ -2975,7 +2975,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.708019,5.0014391,89.350555}; + position[]={33.2211,5.0014391,80.925186}; }; side="East"; class Attributes @@ -2994,7 +2994,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.708019,5.0014391,89.350555}; + position[]={23.2211,5.0014391,80.925186}; }; side="East"; class Attributes @@ -3013,7 +3013,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.708019,5.0014391,89.40036}; + position[]={38.2211,5.0014391,80.974991}; }; side="East"; class Attributes @@ -3032,7 +3032,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.708019,5.0014391,89.40036}; + position[]={18.2211,5.0014391,80.974991}; }; side="East"; class Attributes @@ -3051,7 +3051,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.708019,5.0014391,89.450165}; + position[]={43.2211,5.0014391,81.024796}; }; side="East"; class Attributes @@ -3107,7 +3107,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.685253,5.0014391,86.594696}; + position[]={28.198334,5.0014391,78.169327}; }; side="East"; flags=2; @@ -3128,7 +3128,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.685253,5.0014391,86.644501}; + position[]={33.198334,5.0014391,78.219131}; }; side="East"; class Attributes @@ -3147,7 +3147,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.685253,5.0014391,86.644501}; + position[]={23.198334,5.0014391,78.219131}; }; side="East"; class Attributes @@ -3166,7 +3166,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.685253,5.0014391,86.694794}; + position[]={38.198334,5.0014391,78.269424}; }; side="East"; class Attributes @@ -3185,7 +3185,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.685253,5.0014391,86.694794}; + position[]={18.198334,5.0014391,78.269424}; }; side="East"; class Attributes @@ -3204,7 +3204,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.685253,5.0014391,86.744598}; + position[]={43.198334,5.0014391,78.319229}; }; side="East"; class Attributes @@ -3260,7 +3260,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.664867,5.0014391,79.946259}; + position[]={18.177948,5.0014391,71.520889}; }; side="East"; flags=2; @@ -3281,7 +3281,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.664867,5.0014391,79.996063}; + position[]={23.177948,5.0014391,71.570694}; }; side="East"; class Attributes @@ -3338,7 +3338,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.626232,5.0014391,77.310028}; + position[]={28.139313,5.0014391,68.884659}; }; side="East"; flags=2; @@ -3359,7 +3359,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.626232,5.0014391,77.360321}; + position[]={33.139313,5.0014391,68.934952}; }; side="East"; class Attributes @@ -3378,7 +3378,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.626232,5.0014391,77.360321}; + position[]={23.139313,5.0014391,68.934952}; }; side="East"; class Attributes @@ -3397,7 +3397,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.626232,5.0014391,77.410126}; + position[]={38.139313,5.0014391,68.984756}; }; side="East"; class Attributes @@ -3416,7 +3416,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.626232,5.0014391,77.410126}; + position[]={18.139313,5.0014391,68.984756}; }; side="East"; class Attributes @@ -3435,7 +3435,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.626232,5.0014391,77.45993}; + position[]={43.139313,5.0014391,69.034561}; }; side="East"; class Attributes @@ -3491,7 +3491,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={41.610363,5.0014391,74.771942}; + position[]={28.123444,5.0014391,66.346573}; }; side="East"; flags=2; @@ -3512,7 +3512,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={46.610363,5.0014391,74.822235}; + position[]={33.123444,5.0014391,66.396866}; }; side="East"; class Attributes @@ -3531,7 +3531,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={36.610363,5.0014391,74.822235}; + position[]={23.123444,5.0014391,66.396866}; }; side="East"; class Attributes @@ -3550,7 +3550,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={51.610363,5.0014391,74.87204}; + position[]={38.123444,5.0014391,66.446671}; }; side="East"; class Attributes @@ -3569,7 +3569,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={31.610363,5.0014391,74.87204}; + position[]={18.123444,5.0014391,66.446671}; }; side="East"; class Attributes @@ -3588,7 +3588,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={56.610363,5.0014391,74.921844}; + position[]={43.123444,5.0014391,66.496475}; }; side="East"; class Attributes @@ -3644,7 +3644,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={82.048416,5.0014391,101.45114}; + position[]={68.561501,5.0014391,93.025772}; }; side="East"; flags=2; @@ -3665,7 +3665,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={87.048409,5.0014391,101.50143}; + position[]={73.561493,5.0014391,93.076065}; }; side="East"; class Attributes @@ -3722,7 +3722,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={82.036026,5.0014391,98.871063}; + position[]={68.54911,5.0014391,90.445694}; }; side="East"; flags=2; @@ -3743,7 +3743,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={87.036018,5.0014391,98.920868}; + position[]={73.549103,5.0014391,90.495499}; }; side="East"; class Attributes @@ -3800,7 +3800,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={82.018143,5.0014391,96.295868}; + position[]={68.531227,5.0014391,87.870499}; }; side="East"; flags=2; @@ -3821,7 +3821,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={87.018135,5.0014391,96.345673}; + position[]={73.531219,5.0014391,87.920303}; }; side="East"; class Attributes @@ -3878,7 +3878,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={82.018143,5.0014391,93.737274}; + position[]={68.531227,5.0014391,85.311905}; }; side="East"; flags=2; @@ -3899,7 +3899,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={87.018135,5.0014391,93.787079}; + position[]={73.531219,5.0014391,85.36171}; }; side="East"; class Attributes @@ -3956,7 +3956,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={69.09993,5.0014391,87.126923}; + position[]={55.613014,5.0014391,78.701553}; }; side="East"; flags=2; @@ -3977,7 +3977,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={74.09993,5.0014391,87.176727}; + position[]={60.613014,5.0014391,78.751358}; }; side="East"; class Attributes @@ -3996,7 +3996,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={64.09993,5.0014391,87.176727}; + position[]={50.613014,5.0014391,78.751358}; }; side="East"; class Attributes @@ -4052,7 +4052,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={69.092361,5.0014391,84.615204}; + position[]={55.605446,5.0014391,76.189835}; }; side="East"; flags=2; @@ -4073,7 +4073,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={74.092361,5.0014391,84.665009}; + position[]={60.605446,5.0014391,76.239639}; }; side="East"; class Attributes @@ -4092,7 +4092,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={64.092361,5.0014391,84.665009}; + position[]={50.605446,5.0014391,76.239639}; }; side="East"; class Attributes @@ -4148,7 +4148,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={69.092361,5.0014391,82.131805}; + position[]={55.605446,5.0014391,73.706436}; }; side="East"; flags=2; @@ -4169,7 +4169,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={74.092361,5.0014391,82.182098}; + position[]={60.605446,5.0014391,73.756729}; }; side="East"; class Attributes @@ -4188,7 +4188,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={64.092361,5.0014391,82.182098}; + position[]={50.605446,5.0014391,73.756729}; }; side="East"; class Attributes @@ -4244,7 +4244,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={69.092361,5.0014391,79.623993}; + position[]={55.605446,5.0014391,71.198624}; }; side="East"; flags=2; @@ -4265,7 +4265,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={74.092361,5.0014391,79.673798}; + position[]={60.605446,5.0014391,71.248428}; }; side="East"; class Attributes @@ -4284,7 +4284,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={64.092361,5.0014391,79.673798}; + position[]={50.605446,5.0014391,71.248428}; }; side="East"; class Attributes @@ -4340,7 +4340,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={69.195389,5.0014391,101.37009}; + position[]={55.708473,5.0014391,92.944717}; }; side="East"; flags=2; @@ -4361,7 +4361,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={74.195389,5.0014391,101.41989}; + position[]={60.708473,5.0014391,92.994522}; }; side="East"; class Attributes @@ -4381,7 +4381,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={64.195389,5.0014391,101.41989}; + position[]={50.708473,5.0014391,92.994522}; }; side="East"; class Attributes @@ -4437,7 +4437,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={69.155777,5.0014391,98.818329}; + position[]={55.668861,5.0014391,90.39296}; }; side="East"; flags=2; @@ -4458,7 +4458,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={74.155777,5.0014391,98.868134}; + position[]={60.668861,5.0014391,90.442764}; }; side="East"; class Attributes @@ -4478,7 +4478,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={64.155777,5.0014391,98.868134}; + position[]={50.668861,5.0014391,90.442764}; }; side="East"; class Attributes @@ -4534,7 +4534,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={69.170959,5.0014391,96.297333}; + position[]={55.684044,5.0014391,87.871964}; }; side="East"; flags=2; @@ -4555,7 +4555,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={74.170975,5.0014391,96.347137}; + position[]={60.684059,5.0014391,87.921768}; }; side="East"; class Attributes @@ -4575,7 +4575,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={64.170959,5.0014391,96.347137}; + position[]={50.684044,5.0014391,87.921768}; }; side="East"; class Attributes @@ -4631,7 +4631,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={69.191544,5.0014391,93.750946}; + position[]={55.704628,5.0014391,85.325577}; }; side="East"; flags=2; @@ -4652,7 +4652,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={74.191544,5.0014391,93.800751}; + position[]={60.704628,5.0014391,85.375381}; }; side="East"; class Attributes @@ -4672,7 +4672,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={64.191544,5.0014391,93.800751}; + position[]={50.704628,5.0014391,85.375381}; }; side="East"; class Attributes @@ -4728,7 +4728,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={131.44839,5.0014391,110.89011}; + position[]={123.4943,5.0014391,103.58632}; }; side="Independent"; flags=2; @@ -4749,7 +4749,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={136.44839,5.0014391,110.93991}; + position[]={128.49429,5.0014391,103.63612}; }; side="Independent"; class Attributes @@ -4806,7 +4806,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.27164,5.0014391,103.60153}; + position[]={99.317543,5.0014391,96.297745}; }; side="Independent"; flags=2; @@ -4827,7 +4827,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.27164,5.0014391,103.65182}; + position[]={104.31754,5.0014391,96.348038}; }; side="Independent"; class Attributes @@ -4884,7 +4884,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={117.28532,5.0014391,100.71823}; + position[]={109.33121,5.0014391,93.414444}; }; side="Independent"; flags=2; @@ -4905,7 +4905,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={122.28532,5.0014391,100.76852}; + position[]={114.33121,5.0014391,93.464737}; }; side="Independent"; class Attributes @@ -4924,7 +4924,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.28532,5.0014391,100.76852}; + position[]={104.33121,5.0014391,93.464737}; }; side="Independent"; class Attributes @@ -4943,7 +4943,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={127.28532,5.0014391,100.81833}; + position[]={119.33121,5.0014391,93.514542}; }; side="Independent"; class Attributes @@ -4962,7 +4962,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.28532,5.0014391,100.81833}; + position[]={99.331215,5.0014391,93.514542}; }; side="Independent"; class Attributes @@ -4981,7 +4981,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={132.28531,5.0014391,100.86813}; + position[]={124.33121,5.0014391,93.564346}; }; side="Independent"; class Attributes @@ -5037,7 +5037,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={117.26286,5.0014391,97.988739}; + position[]={109.30875,5.0014391,90.684952}; }; side="Independent"; flags=2; @@ -5058,7 +5058,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={122.26286,5.0014391,98.039032}; + position[]={114.30875,5.0014391,90.735245}; }; side="Independent"; class Attributes @@ -5077,7 +5077,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.26286,5.0014391,98.039032}; + position[]={104.30875,5.0014391,90.735245}; }; side="Independent"; class Attributes @@ -5096,7 +5096,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={127.26286,5.0014391,98.088837}; + position[]={119.30875,5.0014391,90.785049}; }; side="Independent"; class Attributes @@ -5115,7 +5115,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.26286,5.0014391,98.088837}; + position[]={99.308754,5.0014391,90.785049}; }; side="Independent"; class Attributes @@ -5134,7 +5134,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={132.26285,5.0014391,98.138641}; + position[]={124.30875,5.0014391,90.834854}; }; side="Independent"; class Attributes @@ -5190,7 +5190,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.257,5.0014391,91.407196}; + position[]={99.302895,5.0014391,84.103409}; }; side="Independent"; flags=2; @@ -5211,7 +5211,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.257,5.0014391,91.457001}; + position[]={104.30289,5.0014391,84.153214}; }; side="Independent"; class Attributes @@ -5268,7 +5268,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={117.23649,5.0014391,88.627411}; + position[]={109.28239,5.0014391,81.323624}; }; side="Independent"; flags=2; @@ -5289,7 +5289,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={122.23649,5.0014391,88.677704}; + position[]={114.28239,5.0014391,81.373917}; }; side="Independent"; class Attributes @@ -5308,7 +5308,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.23649,5.0014391,88.677704}; + position[]={104.28239,5.0014391,81.373917}; }; side="Independent"; class Attributes @@ -5327,7 +5327,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={127.23649,5.0014391,88.727509}; + position[]={119.28239,5.0014391,81.423721}; }; side="Independent"; class Attributes @@ -5346,7 +5346,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.23649,5.0014391,88.727509}; + position[]={99.282387,5.0014391,81.423721}; }; side="Independent"; class Attributes @@ -5365,7 +5365,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={132.23648,5.0014391,88.777313}; + position[]={124.28239,5.0014391,81.473526}; }; side="Independent"; class Attributes @@ -5421,7 +5421,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={117.21354,5.0014391,85.921844}; + position[]={109.25944,5.0014391,78.618057}; }; side="Independent"; flags=2; @@ -5442,7 +5442,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={122.21354,5.0014391,85.971649}; + position[]={114.25944,5.0014391,78.667862}; }; side="Independent"; class Attributes @@ -5461,7 +5461,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.21354,5.0014391,85.971649}; + position[]={104.25944,5.0014391,78.667862}; }; side="Independent"; class Attributes @@ -5480,7 +5480,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={127.21354,5.0014391,86.021942}; + position[]={119.25944,5.0014391,78.718155}; }; side="Independent"; class Attributes @@ -5499,7 +5499,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.21354,5.0014391,86.021942}; + position[]={99.259438,5.0014391,78.718155}; }; side="Independent"; class Attributes @@ -5518,7 +5518,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={132.21353,5.0014391,86.071747}; + position[]={124.25944,5.0014391,78.76796}; }; side="Independent"; class Attributes @@ -5574,7 +5574,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.19303,5.0014391,79.273407}; + position[]={99.23893,5.0014391,71.96962}; }; side="Independent"; flags=2; @@ -5595,7 +5595,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.19303,5.0014391,79.323212}; + position[]={104.23893,5.0014391,72.019424}; }; side="Independent"; class Attributes @@ -5652,7 +5652,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={117.15446,5.0014391,76.637177}; + position[]={109.20036,5.0014391,69.333389}; }; side="Independent"; flags=2; @@ -5673,7 +5673,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={122.15446,5.0014391,76.687469}; + position[]={114.20036,5.0014391,69.383682}; }; side="Independent"; class Attributes @@ -5692,7 +5692,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.15446,5.0014391,76.687469}; + position[]={104.20036,5.0014391,69.383682}; }; side="Independent"; class Attributes @@ -5711,7 +5711,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={127.15446,5.0014391,76.737274}; + position[]={119.20036,5.0014391,69.433487}; }; side="Independent"; class Attributes @@ -5730,7 +5730,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.15446,5.0014391,76.737274}; + position[]={99.200356,5.0014391,69.433487}; }; side="Independent"; class Attributes @@ -5749,7 +5749,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={132.15445,5.0014391,76.787079}; + position[]={124.20036,5.0014391,69.483292}; }; side="Independent"; class Attributes @@ -5805,7 +5805,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={117.13883,5.0014391,74.099091}; + position[]={109.18473,5.0014391,66.795303}; }; side="Independent"; flags=2; @@ -5826,7 +5826,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={122.13883,5.0014391,74.149384}; + position[]={114.18473,5.0014391,66.845596}; }; side="Independent"; class Attributes @@ -5845,7 +5845,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={112.13883,5.0014391,74.149384}; + position[]={104.18473,5.0014391,66.845596}; }; side="Independent"; class Attributes @@ -5864,7 +5864,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={127.13883,5.0014391,74.199188}; + position[]={119.18473,5.0014391,66.895401}; }; side="Independent"; class Attributes @@ -5883,7 +5883,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={107.13883,5.0014391,74.199188}; + position[]={99.184731,5.0014391,66.895401}; }; side="Independent"; class Attributes @@ -5902,7 +5902,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={132.13882,5.0014391,74.248993}; + position[]={124.18473,5.0014391,66.945206}; }; side="Independent"; class Attributes @@ -5958,7 +5958,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={157.57681,5.0014391,100.77829}; + position[]={149.62271,5.0014391,93.474503}; }; side="Independent"; flags=2; @@ -5979,7 +5979,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={162.57681,5.0014391,100.82858}; + position[]={154.62271,5.0014391,93.524796}; }; side="Independent"; class Attributes @@ -6036,7 +6036,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={157.56412,5.0014391,98.198212}; + position[]={149.61002,5.0014391,90.894424}; }; side="Independent"; flags=2; @@ -6057,7 +6057,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={162.56412,5.0014391,98.248016}; + position[]={154.61002,5.0014391,90.944229}; }; side="Independent"; class Attributes @@ -6114,7 +6114,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={157.54654,5.0014391,95.623016}; + position[]={149.59244,5.0014391,88.319229}; }; side="Independent"; flags=2; @@ -6135,7 +6135,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={162.54654,5.0014391,95.672821}; + position[]={154.59244,5.0014391,88.369034}; }; side="Independent"; class Attributes @@ -6192,7 +6192,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={157.54654,5.0014391,93.064423}; + position[]={149.59244,5.0014391,85.760635}; }; side="Independent"; flags=2; @@ -6213,7 +6213,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={162.54654,5.0014391,93.114227}; + position[]={154.59244,5.0014391,85.81044}; }; side="Independent"; class Attributes @@ -6270,7 +6270,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={144.62808,5.0014391,86.454071}; + position[]={136.67398,5.0014391,79.150284}; }; side="Independent"; flags=2; @@ -6291,7 +6291,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.62808,5.0014391,86.503876}; + position[]={141.67398,5.0014391,79.200089}; }; side="Independent"; class Attributes @@ -6310,7 +6310,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={139.62808,5.0014391,86.503876}; + position[]={131.67398,5.0014391,79.200089}; }; side="Independent"; class Attributes @@ -6366,7 +6366,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={144.62076,5.0014391,83.942352}; + position[]={136.66666,5.0014391,76.638565}; }; side="Independent"; flags=2; @@ -6387,7 +6387,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.62076,5.0014391,83.992157}; + position[]={141.66666,5.0014391,76.68837}; }; side="Independent"; class Attributes @@ -6406,7 +6406,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={139.62076,5.0014391,83.992157}; + position[]={131.66666,5.0014391,76.68837}; }; side="Independent"; class Attributes @@ -6462,7 +6462,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={144.62076,5.0014391,81.458954}; + position[]={136.66666,5.0014391,74.155167}; }; side="Independent"; flags=2; @@ -6483,7 +6483,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.62076,5.0014391,81.509247}; + position[]={141.66666,5.0014391,74.20546}; }; side="Independent"; class Attributes @@ -6502,7 +6502,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={139.62076,5.0014391,81.509247}; + position[]={131.66666,5.0014391,74.20546}; }; side="Independent"; class Attributes @@ -6558,7 +6558,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={144.62076,5.0014391,78.951141}; + position[]={136.66666,5.0014391,71.647354}; }; side="Independent"; flags=2; @@ -6579,7 +6579,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.62076,5.0014391,79.000946}; + position[]={141.66666,5.0014391,71.697159}; }; side="Independent"; class Attributes @@ -6598,7 +6598,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={139.62076,5.0014391,79.000946}; + position[]={131.66666,5.0014391,71.697159}; }; side="Independent"; class Attributes @@ -6654,7 +6654,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={144.72379,5.0014391,100.69724}; + position[]={136.76968,5.0014391,93.393448}; }; side="Independent"; flags=2; @@ -6675,7 +6675,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.72379,5.0014391,100.74704}; + position[]={141.76968,5.0014391,93.443253}; }; side="Independent"; class Attributes @@ -6695,7 +6695,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={139.72379,5.0014391,100.74704}; + position[]={131.76968,5.0014391,93.443253}; }; side="Independent"; class Attributes @@ -6751,7 +6751,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={144.68423,5.0014391,98.145477}; + position[]={136.73013,5.0014391,90.84169}; }; side="Independent"; flags=2; @@ -6772,7 +6772,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.68423,5.0014391,98.195282}; + position[]={141.73013,5.0014391,90.891495}; }; side="Independent"; class Attributes @@ -6792,7 +6792,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={139.68423,5.0014391,98.195282}; + position[]={131.73013,5.0014391,90.891495}; }; side="Independent"; class Attributes @@ -6848,7 +6848,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={144.69937,5.0014391,95.624481}; + position[]={136.74527,5.0014391,88.320694}; }; side="Independent"; flags=2; @@ -6869,7 +6869,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.69937,5.0014391,95.674286}; + position[]={141.74527,5.0014391,88.370499}; }; side="Independent"; class Attributes @@ -6889,7 +6889,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={139.69937,5.0014391,95.674286}; + position[]={131.74527,5.0014391,88.370499}; }; side="Independent"; class Attributes @@ -6945,7 +6945,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={144.71988,5.0014391,93.078094}; + position[]={136.76578,5.0014391,85.774307}; }; side="Independent"; flags=2; @@ -6966,7 +6966,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={149.71988,5.0014391,93.127899}; + position[]={141.76578,5.0014391,85.824112}; }; side="Independent"; class Attributes @@ -6986,7 +6986,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={139.71988,5.0014391,93.127899}; + position[]={131.76578,5.0014391,85.824112}; }; side="Independent"; class Attributes @@ -7069,5 +7069,2669 @@ class Mission id=365; type="HeadlessClient_F"; }; + class Item69 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={72.961731,5.0014391,26.759277}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpNATO_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT1_TL"; + description="BLUFOR MAT 1 Leader"; + isPlayable=1; + }; + id=370; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={77.961731,5.0014391,26.809277}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpNATO_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT1_AB"; + description="BLUFOR MAT 1 Assistant Missile Specialist"; + isPlayable=1; + }; + id=385; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={67.961731,5.0014391,26.809277}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpNATO_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT1_G"; + description="BLUFOR MAT 1 Missile Specialist"; + isPlayable=1; + }; + id=389; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=369; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item70 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={72.953728,5.0014391,24.24828}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpNATO_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT2_TL"; + description="BLUFOR MAT 2 Leader"; + isPlayable=1; + }; + id=374; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={77.953728,5.0014391,24.298279}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpNATO_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT2_AB"; + description="BLUFOR MAT 2 Assistant Missile Specialist"; + isPlayable=1; + }; + id=386; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={67.953728,5.0014391,24.298279}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpNATO_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT2_G"; + description="BLUFOR MAT 2 Missile Specialist"; + isPlayable=1; + }; + id=390; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=373; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item71 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={72.953728,5.0014391,21.765278}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpNATO_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT3_TL"; + description="BLUFOR MAT 3 Leader"; + isPlayable=1; + }; + id=378; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={77.953728,5.0014391,21.815277}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpNATO_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT3_AB"; + description="BLUFOR MAT 3 Assistant Missile Specialist"; + isPlayable=1; + }; + id=387; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={67.953728,5.0014391,21.815277}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpNATO_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT3_G"; + description="BLUFOR MAT 3 Missile Specialist"; + isPlayable=1; + }; + id=391; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=377; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item72 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={72.953728,5.0014391,19.256279}; + }; + side="West"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpNATO_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT4_TL"; + description="BLUFOR MAT 4 Leader"; + isPlayable=1; + }; + id=382; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={77.953728,5.0014391,19.306278}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpNATO_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT4_AB"; + description="BLUFOR MAT 4 Assistant Missile Specialist"; + isPlayable=1; + }; + id=388; + type="B_soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={67.953728,5.0014391,19.306278}; + }; + side="West"; + class Attributes + { + skill=0.60000002; + init="GrpNATO_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitNATO_MAT4_G"; + description="BLUFOR MAT 4 Missile Specialist"; + isPlayable=1; + }; + id=392; + type="B_soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=381; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT4"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item73 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={73.567024,5.0014391,78.789444}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpCSAT_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT1_TL"; + description="OPFOR MAT 1 Leader"; + isPlayable=1; + }; + id=400; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={78.567024,5.0014391,78.839249}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpCSAT_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT1_AB"; + description="OPFOR MAT 1 Assistant Missile Specialist"; + isPlayable=1; + }; + id=401; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={68.567024,5.0014391,78.839249}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpCSAT_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT1_G"; + description="OPFOR MAT 1 Missile Specialist"; + isPlayable=1; + }; + id=402; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=403; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item74 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={73.559021,5.0014391,76.278214}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpCSAT_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT2_TL"; + description="OPFOR MAT 2 Leader"; + isPlayable=1; + }; + id=404; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={78.559021,5.0014391,76.328506}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpCSAT_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT2_AB"; + description="OPFOR MAT 2 Assistant Missile Specialist"; + isPlayable=1; + }; + id=405; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={68.559021,5.0014391,76.328506}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpCSAT_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT2_G"; + description="OPFOR MAT 2 Missile Specialist"; + isPlayable=1; + }; + id=406; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=407; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item75 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={73.559021,5.0014391,73.795303}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpCSAT_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT3_TL"; + description="OPFOR MAT 3 Leader"; + isPlayable=1; + }; + id=408; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={78.559021,5.0014391,73.845108}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpCSAT_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT3_AB"; + description="OPFOR MAT 3 Assistant Missile Specialist"; + isPlayable=1; + }; + id=409; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={68.559021,5.0014391,73.845108}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpCSAT_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT3_G"; + description="OPFOR MAT 3 Missile Specialist"; + isPlayable=1; + }; + id=410; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=411; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item76 + { + dataType="Group"; + side="East"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={73.559021,5.0014391,71.286514}; + }; + side="East"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpCSAT_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT4_TL"; + description="OPFOR MAT 4 Leader"; + isPlayable=1; + }; + id=412; + type="O_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={78.559021,5.0014391,71.336319}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpCSAT_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT4_AB"; + description="OPFOR MAT 4 Assistant Missile Specialist"; + isPlayable=1; + }; + id=413; + type="O_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={68.559021,5.0014391,71.336319}; + }; + side="East"; + class Attributes + { + skill=0.60000002; + init="GrpCSAT_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitCSAT_MAT4_G"; + description="OPFOR MAT 4 Missile Specialist"; + isPlayable=1; + }; + id=414; + type="O_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=415; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT4"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item77 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={154.56802,5.0014391,79.332901}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpAAF_MAT1 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT1_TL"; + description="INDFOR MAT 1 Leader"; + isPlayable=1; + }; + id=500; + type="I_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={159.56802,5.0014391,79.382706}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpAAF_MAT1 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT1_AB"; + description="INDFOR MAT 1 Assistant Missile Specialist"; + isPlayable=1; + }; + id=501; + type="I_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={149.56802,5.0014391,79.382706}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpAAF_MAT1 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT1_G"; + description="INDFOR MAT 1 Missile Specialist"; + isPlayable=1; + }; + id=502; + type="I_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=503; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT1"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item78 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={154.56021,5.0014391,76.821671}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpAAF_MAT2 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT2_TL"; + description="INDFOR MAT 2 Leader"; + isPlayable=1; + }; + id=504; + type="I_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={159.56021,5.0014391,76.871964}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpAAF_MAT2 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT2_AB"; + description="INDFOR MAT 2 Assistant Missile Specialist"; + isPlayable=1; + }; + id=505; + type="I_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={149.56021,5.0014391,76.871964}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpAAF_MAT2 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT2_G"; + description="INDFOR MAT 2 Missile Specialist"; + isPlayable=1; + }; + id=506; + type="I_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=507; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT2"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item79 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={154.56021,5.0014391,74.33876}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpAAF_MAT3 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT3_TL"; + description="INDFOR MAT 3 Leader"; + isPlayable=1; + }; + id=508; + type="I_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={159.56021,5.0014391,74.388565}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpAAF_MAT3 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT3_AB"; + description="INDFOR MAT 3 Assistant Missile Specialist"; + isPlayable=1; + }; + id=509; + type="I_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={149.56021,5.0014391,74.388565}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpAAF_MAT3 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT3_G"; + description="INDFOR MAT 3 Missile Specialist"; + isPlayable=1; + }; + id=510; + type="I_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=511; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT3"; + }; + }; + }; + nAttributes=1; + }; + }; + class Item80 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={154.56021,5.0014391,71.829971}; + }; + side="Independent"; + flags=2; + class Attributes + { + skill=0.60000002; + rank="CORPORAL"; + init="GrpAAF_MAT4 = group this; [""mattl"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT4_TL"; + description="INDFOR MAT 4 Leader"; + isPlayable=1; + }; + id=512; + type="I_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={159.56021,5.0014391,71.879776}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpAAF_MAT4 = group this; [""matab"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT4_AB"; + description="INDFOR MAT 4 Assistant Missile Specialist"; + isPlayable=1; + }; + id=513; + type="I_Soldier_AAT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={149.56021,5.0014391,71.879776}; + }; + side="Independent"; + class Attributes + { + skill=0.60000002; + init="GrpAAF_MAT4 = group this; [""matg"",this] call f_fnc_assignGear;"; + name="UnitAAF_MAT4_G"; + description="INDFOR MAT 4 Missile Specialist"; + isPlayable=1; + }; + id=514; + type="I_Soldier_AT_F"; + class CustomAttributes + { + class Attribute0 + { + property="ace_isSurrendered"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleSurrender}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute1 + { + property="ace_isHandcuffed"; + expression="if (_value) then {[objNull,[_this],true] call ace_captives_fnc_moduleHandcuffed}"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + formation="LINE"; + }; + id=515; + class CustomAttributes + { + class Attribute0 + { + property="groupID"; + expression="_this setGroupID [_value];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="MAT4"; + }; + }; + }; + nAttributes=1; + }; + }; }; };