sreVadmiral\admiral.h[J_description.ext]Rhull3\briefing\blufor.sqf#oJ_hull3\briefing\civilian.sqf_0Xhull3\briefing\indfor.sqf_0Xhull3\briefing\opfor.sqf_0Xhull3\CUP_ION_PMC.hJ_zhull3\hull3.h8]hull3\PMC_MIX.hnJ_initPlayerLocal.sqf$tJ_kinitServer.sqfaJ_mission.sqmrJ_79class Admiral { isEnabled = 1; sideRelations[] = { {"west","resistance","enemy"}, {"resistance","west","enemy"} }; class Camp { defaultUnitTemplate = "CUP_TK_LOC"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_TK_LOC"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_TK_LOC"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Walk it off"; onLoadMission = "Made with Hull3"; author = "Cyruz"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 61; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 1; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 2; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 4; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgSounds { sounds[] = {}; class winter_wind { name = "winter_wind"; sound[] = {"@x\ark\addons\ark_sounds\sounds\stormSoundsd\winter_wind.ogg", 0.15, 1}; titles[] = {0,""}; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Your convoy was ambushed out on a routine patrol in Fallujah, you need to make it back to the FOB Hilton. You have one operational vehicle (a medical M113), it won't fit everyone in.

ENEMY FORCES
Hostile locals

FRIENDLY FORCES
Burned out soldiers of fortune "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Walk the vehicle back to your FOB, if you continue to take contact at the FOB there are helos to exfil south. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Every corner hides an angry insurgent, keep moving and try not to split up

MOVEMENT PLAN
Feet, if people can't walk, load them in the vehicle to fix them up!

FIRE SUPPORT PLAN
5.56 "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // INDFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // OPFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class CUP_ION_PMC { class Rifleman { headGear = "CUP_H_OpsCore_Black_NoHS"; uniform = "CUP_I_B_PMC_Unit_37"; vest = "CUP_V_PMC_CIRAS_Black_Patrol_ARM"; backpack = "B_AssaultPack_blk"; goggles = "CUP_G_WristWatch"; }; class Jarate : Rifleman {}; class Leader : Rifleman {}; class Officer : Leader {}; class CO : Officer { headGear = "CUP_H_OpsCore_Tan_SF"; uniform = "U_Competitor"; vest = "CUP_V_PMC_CIRAS_Coyote_TL_ARM"; backpack = "B_AssaultPack_cbr"; goggles = "G_Aviator"; }; class XO : CO { }; class SL : Officer { headGear = "CUP_H_OpsCore_Covered_MCAM"; uniform = "CUP_I_B_PMC_Unit_32"; vest = "CUP_V_B_Ciras_MCam_ARM"; backpack = "B_AssaultPack_mcamo"; goggles = "G_Bandanna_khk"; }; class Medic : Rifleman { headGear = "CUP_H_OpsCore_Green_NoHS"; uniform = "CUP_I_B_PMC_Unit_36"; vest = "CUP_V_B_Ciras_Olive2_ARM"; backpack = "B_Carryall_oli"; goggles = "CUP_FR_NeckScarf5"; }; class FTL : Leader { headGear = "CUP_H_OpsCore_Black"; uniform = "CUP_I_B_PMC_Unit_42"; vest = "CUP_V_B_JPC_Black_Light_ARM"; backpack = "B_AssaultPack_cbr"; goggles = "CUP_G_Oakleys_Embr"; }; class AR : Rifleman { headGear = "CUP_H_OpsCore_Grey_NoHS"; uniform = "CUP_I_B_PMC_Unit_41"; vest = "CUP_V_B_JPC_Tan_Light_ARM"; backpack = "B_Carryall_cbr"; goggles = "CUP_G_ESS_CBR_Ember"; }; class AAR : Rifleman { headGear = "CUP_H_OpsCore_Tan_NoHS"; uniform = "CUP_I_B_PMC_Unit_43"; vest = "CUP_V_PMC_CIRAS_Black_Patrol_ARM"; backpack = "B_FieldPack_blk"; goggles = "G_Spectacles_Tinted"; }; class RAT : Rifleman { headGear = "CUP_H_OpsCore_Grey_NoHS"; uniform = "CUP_I_B_PMC_Unit_38"; vest = "CUP_V_B_Ciras_Olive2_ARM"; backpack = "B_AssaultPack_rgr"; goggles = "CUP_G_ESS_KHK_Scarf_Face_Tan"; }; }; class Hull3 { isEnabled = 1; class MissionParams { // Time HH24:mm time[] = { {3, 30}, // Dawn {4, 15}, // Early Morning {9, 0}, // Morning {12, 0}, // Noon {15, 0}, // Afternoon {17, 50}, // Evening {18, 50}, // Dusk {0, 0} // Night }; fog[] = { {0, 0, 0}, // Light {0.2, 0, 0}, // Medium {0.3, 0, 0} // Heavy }; }; class General { enableEnvironment = 1; //Disabled locally }; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Uniform { #include "CUP_ION_PMC.h" unitBaseClass = "Rifleman"; }; class Gear { #include "PMC_MIX.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Faction { class CUP_ION_PMC { gear = "PMC_MIX"; uniform = "CUP_ION_PMC"; }; }; };class PMC_MIX { class Rifleman { primaryWeapon = ""; primaryWeaponItems[] = {}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"ACE_Chemlight_UltraHiOrange", 2}, }; vestMagazines[] = {}; backpackMagazines[] = {}; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "CUP_NVG_GPNVG_black"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 4}, {"ACE_splint", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Jarate : Rifleman { primaryWeapon = "CUP_smg_MP5A5_flashlight"; primaryWeaponItems[] = {"CUP_optic_MicroT1_low"}; handgunWeapon = "CUP_hgun_Deagle"; vestMagazines[] = { {"CUP_30Rnd_9x19_MP5", 15} }; backpackMagazines[] = { {"CUP_30Rnd_9x19_MP5", 5}, {"CUP_7Rnd_50AE_Deagle", 5} }; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_mk18_m203_black"; primaryWeaponItems[] = {"CUP_optic_Eotech553_Coyote", "CUP_acc_LLM01_coyote_L"}; handgunWeapon = "hlc_pistol_P229R_357Stainless"; handgunItems[] = {"CUP_acc_Glock17_Flashlight"}; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 8}, {"hlc_12Rnd_357SIG_JHP_P226", 3} }; backpackMagazines[] = { {"HandGrenade", 2}, {"CUP_1Rnd_HEDP_M203", 8}, {"CUP_30Rnd_556x45_PMAG_QP", 6} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_VectorDay"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = {}; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_SBR_black"; primaryWeaponItems[] = {"CUP_optic_Eotech553_Coyote", "CUP_acc_LLM01_coyote_L"}; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 8}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_30Rnd_556x45_PMAG_QP", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 12} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_arifle_HK_M27_VFG"; primaryWeaponItems[] = {"CUP_optic_Eotech553_Coyote", "CUP_acc_LLM01_coyote_L"}; vestMagazines[] = {{"CUP_60Rnd_556x45_SureFire_Tracer_Red", 1}}; backpackMagazines[] = { {"CUP_60Rnd_556x45_SureFire_Tracer_Red", 8} }; }; class AAR : Rifleman { primaryWeapon = "CUP_arifle_M4A3_camo"; primaryWeaponItems[] = {"CUP_acc_Flashlight_wdl", "CUP_optic_CompM2_Woodland"}; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 8} }; backpackMagazines[] = { {"HandGrenade", 1}, {"ACE_M84", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 2}, {"CUP_60Rnd_556x45_SureFire_Tracer_Red", 2} }; binocular = "Binocular"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_M4A1_SOMMOD_Grip_black"; primaryWeaponItems[] = {"CUP_optic_Eotech553_Coyote", "CUP_acc_LLM01_coyote_L"}; secondaryWeapon = "CUP_launch_M136"; vestMagazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 8} }; backpackMagazines[] = { {"HandGrenade", 1}, {"ACE_M84", 1}, {"CUP_30Rnd_556x45_PMAG_QP", 6} }; }; class Vehicle { weapons[] = { {"CUP_launch_M136", 2} }; magazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 60}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 30}, {"CUP_60Rnd_556x45_SureFire_Tracer_Red", 40}, {"CUP_30Rnd_9x19_MP5", 10}, {"HandGrenade", 5} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 12} }; }; class Car : Vehicle {}; class Box : Vehicle { weapons[] = {}; magazines[] = { {"CUP_30Rnd_556x45_PMAG_QP", 60}, {"CUP_30Rnd_556x45_PMAG_QP_Tracer_Red", 30}, {"CUP_60Rnd_556x45_SureFire_Tracer_Red", 40}, {"CUP_30Rnd_9x19_MP5", 10}, {"CUP_10Rnd_127x99_M107", 10} }; items[] = {}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 12} }; }; };enableEnvironment [false, false]; [player, 0.07, 0.8, true] call BIS_fnc_sandstorm; "colorCorrections" ppEffectEnable true; "colorCorrections" ppEffectAdjust [1, 0.9, -0.002, [0.0, 0.0, 0.0, 0.0], [1.0, 0.6, 0.4, 0.6], [0.199, 0.587, 0.114, 0.0]]; "colorCorrections" ppEffectCommit 0; [{playSound "winter_wind"}, 35] call CBA_fnc_addPerFrameHandler; addMissionEventHandler ["EntityKilled", {call ark_efn_fnc_onKilled}]; setWind [5, 5, true]; //Global vars -- Wait til postInit to call for admiral to init! ark_efn_fnc_setVars = { ark_efn_var_unitTemplate = adm_camp_defaultUnitTemplate; ark_efn_var_side = [ark_efn_var_unitTemplate] call adm_common_fnc_getUnitTemplateSide; ark_efn_var_skillArray = ["Camp"] call adm_common_fnc_getZoneTemplateSkillValues; ark_efn_var_classNames = ["CUP_I_TK_GUE_Soldier", "CUP_I_TK_GUE_Soldier_AR", "CUP_I_TK_GUE_Soldier_MG", "CUP_I_TK_GUE_Guerilla_Medic", "CUP_I_TK_GUE_Commander", "CUP_I_TK_GUE_Mechanic", "CUP_I_TK_GUE_Guerilla_Enfield"]; ark_efn_var_enemyPool = 0; }; ark_efn_fnc_unitSpawner = { [ { if (ark_efn_var_enemyPool < 50) then { private _unit = call ark_efn_fnc_createUnit; if (isNil "_unit") exitWith {diag_log "ARK - EFN - INFO - Unable to create unit due to no spawn pos - Exiting current loop ark_efn_fnc_unitSpawner"}; private _nearEnemy = _unit call ark_efn_fnc_nearEnemies; if (isNil "_nearEnemy" || { _nearEnemy isEqualTo [] } ) exitWith {diag_log "ARK - EFN - INFO - Unable to find a near enemy, should only occur if all dead! - Exiting current loop ark_efn_fnc_unitSpawner"}; [_unit,_nearEnemy] call ark_efn_fnc_doMove; }; }, 5 ] call CBA_fnc_addPerFrameHandler; }; //Create unit in Pos where players can't see it ark_efn_fnc_createUnit = { private _pos = call ark_efn_fnc_findSpawnPos; if (isNil "_pos" || { _pos isEqualTo [] }) exitWith {diag_log format ["ARK - EFN - ERROR - Bad spawn position returned: %1",_pos]}; private _grp = createGroup ark_efn_var_side; _grp deleteGroupWhenEmpty true; private _unit = [(ASLtoATL _pos), _grp, ark_efn_var_classNames, ark_efn_var_skillArray] call adm_common_fnc_placeMan; _unit setBehaviour "AWARE"; _unit setSpeedMode "FULL"; _unit setUnitPos "UP"; {_unit disableAI _x} forEach ["SUPPRESSION", "AUTOCOMBAT"]; ark_efn_var_enemyPool = ark_efn_var_enemyPool + 1; _unit; }; //Check that no player has eyes on the spawn pos ark_efn_fnc_findSpawnPos = { private _units = allPlayers select {alive _x && { !(objectParent _x isKindOf "Air") } }; if (_units isEqualTo []) exitWith {diag_log "ARK - EFN - INFO - No players available alive or on foot - Exiting ark_efn_fnc_findSpawnPos"}; private _distance = 300; private _validPositions = []; while {count _validPositions == 0 && _distance <= 600} do { { for "_direction" from 0 to 350 step 10 do { private _position = AGLToASL (_x getPos [_distance, _direction]); private _visibleToAnyone = _units findIf { [objNull, "VIEW"] checkVisibility [eyePos _x, _position] > 0.2 } != -1; if !(_visibleToAnyone) then { _validPositions pushBack _position; }; }; } forEach _units; _distance = _distance + 100; }; selectRandom _validPositions; // return }; // Find nearest enemies and default to playableUnits if none within 600 ark_efn_fnc_nearEnemies = { params ["_unit"]; private _nearEnemies = nearestObjects [_unit, ["CAManBase"], 600] select {isPlayer _x && {alive _x}}; if (_nearEnemies isEqualTo []) then { _nearEnemies = playableUnits; }; selectRandom _nearEnemies; //return }; // Hunt those cunts ark_efn_fnc_doMove = { params ["_unit","_target"]; [ { params ["_args", "_id"]; _args params ["_unit","_target"]; if (isNil "_unit" || { !alive _unit }) exitWith { _id call CBA_fnc_removePerFrameHandler; }; if (!alive _target) then { _target = _unit call ark_efn_fnc_nearEnemies; }; private _targetPos = _target getPos [1, random 360]; if (_unit distance2D _targetPos < 600) then { _unit setDestination [_targetPos, "LEADER PLANNED", true]; _unit doMove _targetPos; } else { deleteVehicle _unit; ark_efn_var_enemyPool = ark_efn_var_enemyPool -1; }; }, 30, [_unit,_target] ] call CBA_fnc_addPerFrameHandler; }; //Keep track of the amount of these spawned! ark_efn_fnc_onKilled = { params ["_killed"]; if ((side group _killed) isEqualTo ark_efn_var_side) then { ark_efn_var_enemyPool = ark_efn_var_enemyPool -1; }; }; ark_ib_fnc_roadObjects = { private _roadsArr = [6273.32,5890.98,0] nearRoads 850; private _wreckArr = [ "A3\Structures_F\Wrecks\Wreck_BMP2_F.p3d", "A3\Structures_F\Wrecks\Wreck_BRDM2_F.p3d", "A3\Structures_F\Wrecks\Wreck_Skodovka_F.p3d", "A3\Structures_F_Exp\Cultural\Fortress_01\Fortress_01_bricks_v1_F.p3d", "A3\Structures_F\Civ\Garbage\GarbageWashingMachine_F.p3d", "A3\Structures_F_Enoch\Wrecks\PowerGenerator_wreck_F.p3d", "A3\Structures_F\Wrecks\Wreck_UAZ_F.p3d", "A3\Structures_F\Wrecks\Wreck_Ural_F.p3d", "A3\Structures_F_Enoch\Wrecks\V3S_wreck_F.p3d", "A3\Structures_F\Wrecks\Wreck_HMMWV_F.p3d" ]; for "_i" from 0 to (count _roadsArr - 1) step 4 do { private _roadPos = getPosWorld (_roadsArr select _i); private _pos = [_roadPos #0 + random [-5,0,5], _roadPos #1 + random [-5,0,5], _roadPos #2 + 0.5]; private _veh = createSimpleObject [(selectRandom _wreckArr), _pos, false]; _veh setDir (random 360); }; }; call ark_ib_fnc_roadObjects; [{ [nil, nil, nil, ['confirm']] call compile preProcessFileLineNumbers 'x\ark\addons\hull3\mission_host_safetytimer_stop.sqf'; call ark_efn_fnc_setVars; }, [], 10] call CBA_fnc_waitAndExecute; [{ call ark_efn_fnc_unitSpawner; }, [], 180] call CBA_fnc_waitAndExecute;raP39version5EditorDataaddons!A3_Characters_FA3_Ui_FA3_Structures_F_Mil_FortificationA3_Structures_F_Mil_BagBunkerA3_Structures_F_Civ_CampingA3_Structures_F_Items_VesselsA3_Structures_F_Ind_Cargoace_cargoA3_Structures_F_Mil_CargoA3_Structures_F_Civ_ConstructionsA3_Structures_F_EPA_Mil_ScrapyardA3_Structures_F_EPB_Items_VesselsA3_Structures_F_EPA_Civ_ConstructionsA3_Structures_F_WrecksA3_Structures_F_Civ_GarbageA3_Supplies_F_Heli_CargoNetsA3_Structures_F_FurnitureCUP_Misc_e_ConfigCUP_Weapons_CuratorA3_Structures_F_Mil_BagFenceCUP_Weapons_AmmoBoxesCUP_WheeledVehicles_LRCUP_Wheeled_SUVCUP_WheeledVehicles_DatsunCUP_WheeledVehicles_LadaA3_Data_F_ParticleEffectsA3_Modules_F_EffectsA3_Modules_FCUP_Creatures_Military_TakiInsurgentsCUP_TrackedVehicles_BMPCUP_TrackedVehicles_T34CUP_AirVehicles_AH6CUP_TrackedVehicles_M113AddonsMetaData9randomSeedScenarioDataCustomAttributesvMission039 moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCamera9nextIDFnextIDnextIDposDE*AxEdiro?ힾ|$>up>,[s?g:W=asideK->S|9ListIitemsItem0qItem1Item2lItem3Item4Item5 Item6b Item7 Item8 Item9 Item10 Item11 Item12 Item13e Item14 Item15 Item164 Item17 Item18 Item19vItem20Item21HItem22Item23classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comlclassNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_IndnameArma 3 - Industrial StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/b classNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_EPBnameArma 3 Adapt Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_WrecksnameArma 3 - Vehicle WrecksauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Supplies_F_HelinameArma 3 Helicopters - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_Misc_e_ConfignameCUP_Misc_e_Config classNameCUP_Weapons_CuratornameCUP_Weapons_Curator classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxese classNameCUP_WheeledVehicles_LRnameCUP_WheeledVehicles_LR classNameCUP_Wheeled_SUVnameCUP_Wheeled_SUV classNameCUP_WheeledVehicles_DatsunnameCUP_WheeledVehicles_Datsun4 classNameCUP_WheeledVehicles_LadanameCUP_WheeledVehicles_Lada classNameA3_Data_FnameArma 3 - Main ConfigurationauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comvclassNameCUP_Creatures_Military_TakiInsurgentsnameCUP_Creatures_Military_TakiInsurgentsclassNameCUP_TrackedVehicles_BMPnameCUP_TrackedVehicles_BMPauthorCommunity Cupgrade ProjectHclassNameCUP_TrackedVehicles_T34nameCUP_TrackedVehicles_T34classNameCUP_AirVehicles_AH6nameCUP_AirVehicles_AH6classNameCUP_TrackedVehicles_M113nameCUP_TrackedVehicles_M113authorCyruzHeader>vgameTypeCoopminPlayersmaxPlayers<vCategory00nameMultiplayerAttribute0Attribute1nAttributes0propertyRespawnTemplatesexpressiontrueValuedata%type@valueTtypeARRAYTitemsItem0qdatatypevalueNonetypeSTRINGpropertyRespawnButtonexpressiontrueValue0data0typevalue?0typeSCALAR0IntelOEntities39briefingNameark_co60_walk_it_offoverviewTextPMC evac from FallujahtimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<+items*Item0Item1Item2!Item3['Item4-Item53Item6Z7Item7=Item8CItem9JItem10MItem11SItem12HZItem13`Item14dItem15[jItem16pItem17vItem18wItem19xItem20Item21 Item22Item23Item24Item255Item26Item27NItem28 Item29 Item30Item31Item32AItem33wItem340Item359$Item36$Item37W(Item38+Item39#/Item402Item41539dataTypeGroupsideWestEntitiesAttributesiditemsItem0LItem1Item2QItem3dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_officer_Fpositionn?E @HػEangles1[@skill?rankCAPTAINinit [this, ["faction", "CUP_ION_PMC"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Commanding Officer@COisPlayerisPlayabledataTypeObjectPositionInfoCsideWestflagsAttributes{idtypeB_medic_FQpositionYE @˻Eangles1[@{skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Platoon Medic@COisPlayableQdataTypeObjectPositionInfosideWestflagsAttributes idtypeB_Soldier_FCustomAttributespositionmiE @ͻEangles![@ skill?rankCORPORALinitcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Jarate"]] call hull3_unit_fnc_init;}descriptionION PMC - Platoon Rifleman@COisPlayableAttribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueMdata]typevalueMale11ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValuedatatypevalueHz?typeSCALARdataTypeObjectPositionInfosideWestflagsAttributesidtypeB_officer_Fposition-E @7ѻEangles1[@skill?rankLIEUTENANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionION PMC - Executive Officer@COisPlayabledataTypeGroupsideWestEntitiesAttributes!id!itemsItem0Item1!dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Soldier_SL_Fposition!E @sغEangles1[@skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha Squad Leader@Alpha SLisPlayabledataTypeObjectPositionInfo sideWestflagsAttributes9 idtypeB_medic_F!position3E @̺Eangles1[@9 skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha Squad Medic@Alpha SLisPlayable!!dataTypeGroupsideWestEntitiese!AttributesU'id ['itemsItem0!Item1+#Item2$Item3%U'dataTypeObjectPositionInfo"sideWestflagsAttributesL"id typeB_Soldier_TL_F+#position E @vqEangles1[@L"skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Fireteam Leader@Alpha 1isPlayable+#dataTypeObjectPositionInfo#sideWestflagsAttributes#id typeB_soldier_AR_F$position*E @dEangles1[@#skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Automatic Rifleman@Alpha 1isPlayable$dataTypeObjectPositionInfo%sideWestflagsAttributes?%id typeB_Soldier_A_F%positionBE @OgEangles1[@?%skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayable%dataTypeObjectPositionInfoo&sideWestflagsAttributes&id typeB_soldier_LAT_FU'positionfRE @jEangles1[@&skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 1 Rifleman (AT)@Alpha 1isPlayableU'['dataTypeGroupsideWestEntities'Attributes-id-itemsItem0'Item1k)Item2*Item3=,-dataTypeObjectPositionInfoT(sideWestflagsAttributes(idtypeB_Soldier_TL_Fk)position%E @Eangles1[@(skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Fireteam Leader@Alpha 2isPlayablek)dataTypeObjectPositionInfo)sideWestflagsAttributes*idtypeB_soldier_AR_F*positionw7E @Eangles1[@*skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Automatic Rifleman@Alpha 2isPlayable*dataTypeObjectPositionInfoG+sideWestflagsAttributes+idtypeB_Soldier_A_F=,positionGE @[Eangles1[@+skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayable=,dataTypeObjectPositionInfo,sideWestflagsAttributes,idtypeB_soldier_LAT_F-position\WE @Eangles1[@,skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 2 Rifleman (AT)@Alpha 2isPlayable--dataTypeGroupsideWestEntities-Attributes3id3itemsItem0#.Item1/Item21Item3}23dataTypeObjectPositionInfo.sideWestflagsAttributes.idtypeB_Soldier_TL_F/position)E @B͹Eangles1[@.skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 3 Fireteam Leader@Alpha 3isPlayable/dataTypeObjectPositionInfo0sideWestflagsAttributesT0idtypeB_soldier_AR_F1position;E @Eangles1[@T0skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 3 Automatic Rifleman@Alpha 3isPlayable1dataTypeObjectPositionInfo1sideWestflagsAttributes1idtypeB_Soldier_A_F}2positionmSE @;Eangles1[@1skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable}2dataTypeObjectPositionInfo2sideWestflagsAttributes'3idtypeB_soldier_LAT_F3positionXcE @Eangles1[@'3skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Alpha 3 Rifleman (AT)@Alpha 3isPlayable33dataTypeGroupsideWestEntities%4AttributesT7idZ7itemsItem0M4Item15T7dataTypeObjectPositionInfo4sideWestflagsAttributes4idtypeB_Soldier_SL_F5positionE @PEangles1[@4skill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo Squad Leader @Bravo SLisPlayable5dataTypeObjectPositionInfo?6sideWestflagsAttributesw6idtypeB_medic_FT7positionE @Eangles1[@w6skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo Squad Medic@Bravo SLisPlayableT7Z7dataTypeGroupsideWestEntities7Attributes=id=itemsItem07Item1k9Item2:Item3=<=dataTypeObjectPositionInfoS8sideWestflagsAttributes8idtypeB_Soldier_TL_Fk9position$E @nEangles1[@8skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Fireteam Leader@Bravo 1isPlayablek9dataTypeObjectPositionInfo9sideWestflagsAttributes:idtypeB_soldier_AR_F:positionE @jEangles1[@:skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Automatic Rifleman@Bravo 1isPlayable:dataTypeObjectPositionInfoG;sideWestflagsAttributes;idtypeB_Soldier_A_F=<position]'E @]Eangles1[@;skill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable=<dataTypeObjectPositionInfo<sideWestflagsAttributes<idtypeB_soldier_LAT_F=position:?E @ Eangles1[@<skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 1 Rifleman (AT)@Bravo 1isPlayable==dataTypeGroupsideWestEntities=AttributesCid$CitemsItem0#>Item1?Item2AItem3~BCdataTypeObjectPositionInfo>sideWestflagsAttributes>id typeB_Soldier_TL_F?positionE @@Eangles1[@>skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Fireteam Leader@Bravo 2isPlayable?dataTypeObjectPositionInfo@sideWestflagsAttributesU@id!typeB_soldier_AR_FApositionE @;2Eangles1[@U@skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Automatic Rifleman@Bravo 2isPlayableAdataTypeObjectPositionInfoAsideWestflagsAttributesAid"typeB_Soldier_A_F~Bposition4E @k4Eangles1[@Askill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable~BdataTypeObjectPositionInfoBsideWestflagsAttributes(Cid#typeB_soldier_LAT_FCpositionLE @N8Eangles1[@(Cskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 2 Rifleman (AT)@Bravo 2isPlayableCCdataTypeGroupsideWestEntities&DAttributesJid)JitemsItem0dDItem1EItem2YGItem3HJdataTypeObjectPositionInfoDsideWestflagsAttributes Eid%typeB_Soldier_TL_FEpositionE @5Eangles1[@ Eskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 3 Fireteam Leader@Bravo 3isPlayableEdataTypeObjectPositionInfo^FsideWestflagsAttributesFid&typeB_soldier_AR_FYGpositionp)E @ݹEangles1[@Fskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 3 Automatic Rifleman@Bravo 3isPlayableYGdataTypeObjectPositionInfoGsideWestflagsAttributesHid'typeB_Soldier_A_FHposition-AE @Eangles1[@Hskill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayableHdataTypeObjectPositionInfo1IsideWestflagsAttributesiIid(typeB_soldier_LAT_FJpositionXE @Eangles1[@iIskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Bravo 3 Rifleman (AT)@Bravo 3isPlayableJJdataTypeGroupsideWestEntitiesgJAttributesMid,MitemsItem0JItem1LMdataTypeObjectPositionInfoKsideWestflagsAttributes8Kid*typeB_Soldier_SL_FLposition-E8@Eangles1[@_@8Kskill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie Squad Leader@Charlie SLisPlayableLdataTypeObjectPositionInfoLsideWestflagsAttributesLid+typeB_medic_FMpositionGE @-Eangles1[@Lskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie Squad Medic@Charlie SLisPlayableMMdataTypeGroupsideWestEntitiesMAttributesSid1SitemsItem0-NItem1OItem2+QItem3RSdataTypeObjectPositionInfoNsideWestflagsAttributesNid-typeB_Soldier_TL_FOposition#)E @̺Eangles1[@Nskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 1 Fireteam Leader@Charlie 1isPlayableOdataTypeObjectPositionInfo,PsideWestflagsAttributesdPid.typeB_soldier_AR_F+Qposition-CE @Eangles1[@dPskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 1 Automatic Rifleman@Charlie 1isPlayable+QdataTypeObjectPositionInfoQsideWestflagsAttributesQid/typeB_Soldier_A_FRposition$SE @FºEangles1[@Qskill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayableRdataTypeObjectPositionInfoSsideWestflagsAttributes?Sid0typeB_soldier_LAT_FSpositionrE @ǺEangles1[@?Sskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 1 Rifleman (AT)@Charlie 1isPlayableSSdataTypeGroupsideWestEntitiesATAttributesBZid6HZitemsItem0TItem1 VItem2}WItem3XBZdataTypeObjectPositionInfoTsideWestflagsAttributes(Uid2typeB_Soldier_TL_F Vpositionu/E @kEangles1[@(Uskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 2 Fireteam Leader@Charlie 2isPlayable VdataTypeObjectPositionInfo~VsideWestflagsAttributesVid3typeB_soldier_AR_F}WpositionIE @(^Eangles1[@Vskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 2 Automatic Rifleman@Charlie 2isPlayable}WdataTypeObjectPositionInfoWsideWestflagsAttributes%Xid4typeB_Soldier_A_FXpositionYE @k_Eangles1[@%Xskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 2 Assistant Automatic Rifleman@Charlie 2isPlayableXdataTypeObjectPositionInfoXYsideWestflagsAttributesYid5typeB_soldier_LAT_FBZpositionvyE @]cEangles1[@Yskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 2 Rifleman (AT)@Charlie 2isPlayableBZHZdataTypeGroupsideWestEntitiesZAttributes`id;`itemsItem0ZItem1^\Item2]Item37_`dataTypeObjectPositionInfoA[sideWestflagsAttributesy[id7typeB_Soldier_TL_F^\position;E @Eangles1[@y[skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "C3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 3 Fireteam Leader@Charlie 3isPlayable^\dataTypeObjectPositionInfo\sideWestflagsAttributes]id8typeB_soldier_AR_F]positionpUE @Eangles1[@]skill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 3 Automatic Rifleman@Charlie 3isPlayable]dataTypeObjectPositionInfo>^sideWestflagsAttributesv^id9typeB_Soldier_A_F7_positionyeE @Eangles1[@v^skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 3 Assistant Automatic Rifleman@Charlie 3isPlayable7_dataTypeObjectPositionInfo_sideWestflagsAttributes_id:typeB_soldier_LAT_F`position>}E @>Eangles1[@_skill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Charlie 3 Rifleman (AT)@Charlie 3isPlayable``dataTypeGroupsideWestEntities`Attributesdid>ditemsItem0 aItem1bddataTypeObjectPositionInfo|asideWestflagsAttributesaid<typeB_Soldier_SL_FbpositionzE @8Eangles1[@askill?rankSERGEANTinit [this, ["faction", "CUP_ION_PMC"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta Squad Leader@Delta SLisPlayablebdataTypeObjectPositionInfobsideWestflagsAttributes5cid=typeB_medic_FdpositionYE @\'Eangles1[@5cskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta Squad Medic@Delta SLisPlayabledddataTypeGroupsideWestEntitiescdAttributesUjidC[jitemsItem0dItem1+fItem2gItem3hUjdataTypeObjectPositionInfoesideWestflagsAttributesJeid?typeB_Soldier_TL_F+fposition E @Eangles1[@Jeskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 1 Fireteam Leader@Delta 1isPlayable+fdataTypeObjectPositionInfofsideWestflagsAttributesfid@typeB_soldier_AR_FgpositioneE @^Eangles1[@fskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 1 Automatic Rifleman@Delta 1isPlayablegdataTypeObjectPositionInfohsideWestflagsAttributes?hidAtypeB_Soldier_A_FhpositionLE @/Eangles1[@?hskill?init [this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 1 Assistant Automatic Rifleman@Delta 1isPlayablehdataTypeObjectPositionInfooisideWestflagsAttributesiidBtypeB_soldier_LAT_FUjposition0E @lEangles1[@iskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 1 Rifleman (AT)@Delta 1isPlayableUj[jdataTypeGroupsideWestEntitiesjAttributespidHpitemsItem0jItem1mlItem2mItem3>opdataTypeObjectPositionInfoTksideWestflagsAttributeskidDtypeB_Soldier_TL_Fmlposition@E @痺Eangles1[@kskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "D2", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 2 Fireteam Leader@Delta 2isPlayablemldataTypeObjectPositionInfolsideWestflagsAttributesmidEtypeB_soldier_AR_FmpositionE @"Eangles1[@mskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 2 Automatic Rifleman@Delta 2isPlayablemdataTypeObjectPositionInfoInsideWestflagsAttributesnidFtypeB_Soldier_A_F>opositiony.E @Eangles1[@nskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 2 Assistant Automatic Rifleman@Delta 2isPlayable>odataTypeObjectPositionInfoosideWestflagsAttributesoidGtypeB_soldier_LAT_FppositionDFE @>Eangles1[@oskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 2 Rifleman (AT)@Delta 2isPlayableppdataTypeGroupsideWestEntitiespAttributesvidMvitemsItem0$qItem1rItem2tItem3uvdataTypeObjectPositionInfoqsideWestflagsAttributesqidItypeB_Soldier_TL_FrpositionDE @G9Eangles1[@qskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "FTL"], ["marker", "D3", "ColorBrown"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 3 Fireteam Leader@Delta 3isPlayablerdataTypeObjectPositionInfossideWestflagsAttributesWsidJtypeB_soldier_AR_Ftposition#E @)Eangles1[@Wsskill?rankCORPORALinit [this, ["faction", "CUP_ION_PMC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 3 Automatic Rifleman@Delta 3isPlayabletdataTypeObjectPositionInfotsideWestflagsAttributestidKtypeB_Soldier_A_FupositionA;E @.Eangles1[@tskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 3 Assistant Automatic Rifleman@Delta 3isPlayableudataTypeObjectPositionInfousideWestflagsAttributes)vidLtypeB_soldier_LAT_Fvposition@KE @/Eangles1[@)vskill?init[this, ["faction", "CUP_ION_PMC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionION PMC - Delta 3 Rifleman (AT)@Delta 3isPlayablevvdataTypeLogicPositionInfolwnameadm_hc_unitisPlayabledescriptionHCid[typeHeadlessClient_FatlOffset@xDwpositionzDwdataTypeMarkerpositionsF@Enamemarker_1textFOB Hiltontypehd_flagcolorNameColorEASTid_xdataTypeLayernameFOBEntitiesGxiditemsItem0yItem1oItem2Item3Item4Item5Item6Item75Item8Item9Item10dItem11Item12Item13Item14<Item15Item16Item17^Item18Item19Item20Item21~Item22LItem23Item24Item25Item26Item27idataTypeLayernameCamp AudacityEntitiesyidatlOffsetM?oIitemsHItem0Z}Item12~Item2Item3Item4Item5Item6Item7Item8Item9lItem10CItem11Item12Item13ˈItem14Item15{Item16WItem17.Item18Item19܍Item20Item21Item22dItem23;Item24Item25Item26Item27Item28ݕItem29Item30Item31Item32Item33Item34Item35Item36SItem37/Item38"Item39Item40Item41Item42Item43Item44Item45kItem46CItem47Item48Item49˨Item50Item51{Item52SItem53+Item54Item55ۭItem56Item57Item58gItem59CItem60Item61Item62׳Item63Item64Item65kItem66GItem67#Item68Item69۹Item70Item71odataTypeObjectPositionInfo}sideEmptyflagsAttributes~idtypeLand_HBarrierBig_F2~positionF)\AˬEangles@i=~skillL>disableSimulation2~dataTypeObjectPositionInfo~sideEmptyflagsAttributes~idtypeLand_BagBunker_Large_FpositionX}FZx@QEangles@i=~skillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_ToiletBox_FatlOffsetpositionF^AĭEangles ?skillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_WaterTank_FpositionF@"Eangles;skillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesɁidtypeLand_Cargo20_military_green_FatlOffset5positionZF`0AIEangles>ɁskillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HBarrierBig_Fposition6F)\AEangles(@skillL>disableSimulationdataTypeObjectPositionInfo\sideEmptyflagsAttributesidtypeLand_HBarrierBig_FpositionF)\AEanglesx @skillL>disableSimulationdataTypeObjectPositionInfo3sideEmptyflagsAttributeskidtypeLand_HBarrier_5_Fposition?FK@PEangles@i=kskillL>disableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesBidtypeLand_HBarrier_5_Flposition)FK@ԖEangles@i=BskillL>disableSimulationldataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HBarrier_5_FCpositionHFK@XEangles@skillL>disableSimulationCdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HBarrierBig_FpositionF)\ABEangles՘@skillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesɇidtypeLand_HBarrierBig_Fposition F)\A,Eangles |t@ɇskillL>disableSimulationdataTypeObjectPositionInfoisideEmptyflagsAttributesidtypeLand_HBarrierBig_FˈpositionF)\A}&Eangles՘@skillL>disableSimulationˈdataTypeObjectPositionInfoAsideEmptyflagsAttributesyidtypeLand_HBarrierBig_FpositionvF)\A>Eangles@i=yskillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesQidtypeLand_HBarrierBig_F{position F)\AEangles?QskillL>disableSimulation{dataTypeObjectPositionInfosideEmptyflagsAttributes-idtypeLand_BagBunker_Large_FWposition:FZx@Eangles I@-skillL>disableSimulationWdataTypeObjectPositionInfősideEmptyflagsAttributesidtypeLand_HBarrier_5_F.positionvFK@k;Eangles I@skillL>disableSimulation.dataTypeObjectPositionInfosideEmptyflagsAttributesیidtypeLand_HBarrier_5_FpositionFK@o;Eangles I@یskillL>disableSimulationdataTypeObjectPositionInfozsideEmptyflagsAttributesidtypeLand_HBarrier_5_F܍positionnFK@Eangles"?skillL>disableSimulation܍dataTypeObjectPositionInfoRsideEmptyflagsAttributesidtypeLand_HBarrierBig_FpositionF)\A0 Eangleso?skillL>disableSimulationdataTypeObjectPositionInfo*sideEmptyflagsAttributesbidtypeLand_HBarrierBig_FpositionyF)\A7Eangles$?bskillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes:idtypeLand_HBarrierBig_FdpositionF)\AEangleso?:skillL>disableSimulationddataTypeObjectPositionInfoِsideEmptyflagsAttributesidtypeLand_HBarrier_5_F;position2FK@Eangles?skillL>disableSimulation;dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HBarrierBig_Fposition|F)\AٔEangles I@skillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HBarrier_5_Fposition2FK@XEangles?skillL>disableSimulationdataTypeObjectPositionInfo{sideEmptyflagsAttributesidtypeLand_Cargo20_military_green_FatlOffset5positionF`0AdxEangles=K@skillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Cargo20_military_green_FatlOffset5positionF`0A3EanglesK @skillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo{sideEmptyflagsAttributesidtypeLand_HBarrier_5_Fݕpositionb2FK@disableSimulationݕdataTypeObjectPositionInfoRsideEmptyflagsAttributesidtypeLand_HBarrier_5_FpositionFK@Eangles=skillL>disableSimulationdataTypeObjectPositionInfo8sideEmptyflagsAttributespidtypeLand_ToiletBox_FatlOffsetpositionF^A3Eangles ?pskillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo)sideEmptyflagsAttributesaidtypeLand_WaterTank_FpositionF@EanglesT;askillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesTidtypeLand_WaterBarrel_Fposition:F"@y0Eangles1JU@TskillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo*sideEmptyflagsAttributesbidtypeLand_Cargo20_military_green_FatlOffset5positionqF`0A>Eangles?bskillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo1sideEmptyflagsAttributesiidtypeLand_Cargo_Patrol_V1_FatlOffset5positionFz>AEangles I@iskillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesUidtypeLand_Cargo_Patrol_V1_FatlOffset5position2Fz>AEangles%<UskillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes)idtypeLand_Pallets_FSpositionnF/@Eangles^@)skillL>disableSimulationSdataTypeObjectPositionInfo͝sideEmptyflagsAttributesidtypeLand_PaperBox_closed_F/positionLF@!QEanglesx@skillL>disableSimulation/dataTypeObjectPositionInfosideEmptyflagsAttributesݞidtypeLand_MetalBarrel_F"positionj;F@'Eanglesئ@ݞskillL>createAsSimpleObjectdisableSimulation"dataTypeObjectPositionInfosideEmptyflagsAttributes՟idtypeLand_BarrelEmpty_grey_Fposition6F@$Eangles=՟skillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes͠idtypeLand_BarrelTrash_grey_Fposition9F@#Eangles>͠skillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesġidtypeLand_PaperBox_closed_FpositionF@fEanglesA@ġskillL>disableSimulationdataTypeObjectPositionInfofsideEmptyflagsAttributesidtypeLand_Pallets_stack_FpositionF@4vEangles@k=skillL>createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfoYsideEmptyflagsAttributesidtypeLand_HBarrierBig_FpositionH F)\A5Eangles`L@skillL>disableSimulationdataTypeObjectPositionInfo1sideEmptyflagsAttributesiidtypeLand_HBarrierBig_FpositionAF)\AEangles`L@iskillL>disableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesAidtypeLand_HBarrierBig_FkpositionFcF)\AEangles`L@AskillL>disableSimulationkdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HBarrierBig_FCpositionF)\AEangles`L@skillL>disableSimulationCdataTypeObjectPositionInfosideEmptyflagsAttributesid typeLand_HBarrierBig_FpositionCF)\AEangles`L@skillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesɧid!typeLand_HBarrierBig_FpositionF)\AoEangles`L@ɧskillL>disableSimulationdataTypeObjectPositionInfoisideEmptyflagsAttributesid"typeLand_HBarrierBig_F˨positionAF)\AEangles`L@skillL>disableSimulation˨dataTypeObjectPositionInfoAsideEmptyflagsAttributesyid#typeLand_HBarrierBig_Fposition F)\A,Eangles`L@yskillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesQid$typeLand_HBarrierBig_F{positionF)\ANڮEangles-@QskillL>disableSimulation{dataTypeObjectPositionInfosideEmptyflagsAttributes)id%typeLand_HBarrierBig_FSpositionF)\AEangles-@)skillL>disableSimulationSdataTypeObjectPositionInfoɫsideEmptyflagsAttributesid&typeLand_HBarrierBig_F+positionE)\A֮Eangles-@skillL>disableSimulation+dataTypeObjectPositionInfosideEmptyflagsAttributes٬id'typeLand_HBarrierBig_FpositionE)\AՓEangles-@٬skillL>disableSimulationdataTypeObjectPositionInfoysideEmptyflagsAttributesid(typeLand_HBarrierBig_FۭpositionyF)\A.Eangles`L@skillL>disableSimulationۭdataTypeObjectPositionInfoQsideEmptyflagsAttributesid)typeLand_HBarrierBig_FpositionE)\APEangles-@skillL>disableSimulationdataTypeObjectPositionInfo)sideEmptyflagsAttributesaid*typeLand_HBarrierBig_FpositionF)\A|TEangles-@askillL>disableSimulationdataTypeObjectPositionInfosideEmptyAttributes=id+typeLand_HBarrierBig_FatlOffset<8@gposition&F8j#A=Eangles`L@=skillL>disableSimulationgdataTypeObjectPositionInfosideEmptyAttributesid,typeLand_HBarrierBig_FatlOffset<8@CpositionGF8j#AEangles`L@skillL>disableSimulationCdataTypeObjectPositionInfosideEmptyAttributesid-typeLand_HBarrierBig_FatlOffset<8@positioniF8j#AEangles`L@skillL>disableSimulationdataTypeObjectPositionInfosideEmptyAttributesѲid.typeLand_HBarrierBig_FatlOffset<8@positionDF8j#AEangles`L@ѲskillL>disableSimulationdataTypeObjectPositionInfousideEmptyAttributesid/typeLand_HBarrierBig_FatlOffset @׳positionɫF#AEangles`L@skillL>disableSimulation׳dataTypeObjectPositionInfoQsideEmptyAttributesid0typeLand_HBarrierBig_FatlOffset @positionF#AwEangles`L@skillL>disableSimulationdataTypeObjectPositionInfo-sideEmptyAttributeseid1typeLand_HBarrierBig_FatlOffset @positionF#AEangles`L@eskillL>disableSimulationdataTypeObjectPositionInfo sideEmptyAttributesAid2typeLand_HBarrierBig_FatlOffset @kposition?F#A4Eangles`L@AskillL>disableSimulationkdataTypeObjectPositionInfosideEmptyAttributesid4typeLand_HBarrierBig_FatlOffset?GpositionF8#A6Eangles`L@skillL>disableSimulationGdataTypeObjectPositionInfosideEmptyAttributesid5typeLand_HBarrierBig_FatlOffset@ ?#positionlE="AEangles-@skillL>disableSimulation#dataTypeObjectPositionInfosideEmptyAttributesոid6typeLand_HBarrierBig_FatlOffset@ ?positionVE="AԡEangles-@ոskillL>disableSimulationdataTypeObjectPositionInfoysideEmptyAttributesid7typeLand_HBarrierBig_FatlOffset@ ?۹positionTE="A^Eangles-@skillL>disableSimulation۹dataTypeObjectPositionInfoUsideEmptyAttributesid8typeLand_HBarrierBig_FatlOffset"?positionF#AɮEangles-@skillL>disableSimulationdataTypeObjectPositionInfo1sideEmptyAttributesiid9typeLand_HBarrierBig_FatlOffset"?positionF#AEangles-@iskillL>disableSimulationdataTypeObjectPositionInfo sideEmptyAttributesEid:typeLand_HBarrierBig_FatlOffset`?opositionoFU3"AJEangles-@EskillL>disableSimulationodataTypeLayernameCamp FortitudeEntitiesiditemsItem0Item1˾Item2Item3Item4cItem5;Item6Item7Item8Item9Item10sItem11KItem12#Item13Item14Item15Item16Item17bItem18:Item19Item20Item21Item22Item23xItem24PItem25%dataTypeObjectPositionInfoisideEmptyflagsAttributesid`typeLand_HBarrierBig_F˾positionEF)\AEangleseL@skillL>disableSimulation˾dataTypeObjectPositionInfoAsideEmptyflagsAttributesyidatypeLand_HBarrierBig_FpositionF)\AEangles&?yskillL>disableSimulationdataTypeObjectPositionInfo)sideEmptyflagsAttributesaidbtypeLand_Cargo_HQ_V2_FatlOffset5positionEF.AWEangles;?askillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes9idctypeLand_HBarrierBig_Fcposition2F)\ACEanglescK@9skillL>disableSimulationcdataTypeObjectPositionInfosideEmptyflagsAttributesiddtypeLand_HBarrierBig_F;position:F)\A%Eangleso?skillL>disableSimulation;dataTypeObjectPositionInfosideEmptyflagsAttributesidetypeLand_HBarrierBig_FpositionF)\ADžEangles׎K@skillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidftypeLand_HBarrierBig_FpositionF)\A4Eangleso?skillL>disableSimulationdataTypeObjectPositionInfoasideEmptyflagsAttributesidgtypeLand_HBarrierBig_Fposition F)\A2EangleseI@skillL>disableSimulationdataTypeObjectPositionInfo9sideEmptyflagsAttributesqidhtypeLand_HBarrierBig_FpositionYF)\AFEanglesЗ@qskillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesIidqtypeLand_HBarrierBig_Fsposition=F)\AiEangles3@IskillL>disableSimulationsdataTypeObjectPositionInfosideEmptyflagsAttributes!idxtypeLand_HBarrierBig_FKpositionF)\AEangleseL@!skillL>disableSimulationKdataTypeObjectPositionInfosideEmptyflagsAttributesidytypeLand_HBarrierBig_F#positionF)\A͆EanglesK@skillL>disableSimulation#dataTypeObjectPositionInfosideEmptyflagsAttributesidztypeLand_HBarrierBig_FpositionZF)\A,Eangles׎K@skillL>disableSimulationdataTypeObjectPositionInfoqsideEmptyflagsAttributesid{typeLand_HBarrierBig_Fposition+F)\AEanglesJ@skillL>disableSimulationdataTypeObjectPositionInfoIsideEmptyflagsAttributesidtypeLand_HBarrierBig_FpositionnF)\AjEangleso?skillL>disableSimulationdataTypeObjectPositionInfo*sideEmptyflagsAttributesbidtypeLand_Cargo_Tower_V2_ruins_FpositionlFSSAsEangles\o;bskillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes8idtypeLand_Wreck_UAZ_FbpositionF@_Eangles?8skillL>disableSimulationbdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HBarrierBig_F:positionrF)\AsEanglesЗ@skillL>disableSimulation:dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_HBarrierBig_FpositionF)\A`Eangleso?skillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Wreck_Ural_FpositionFA8Eangles\ג@skillL>disableSimulationdataTypeObjectPositionInfobsideEmptyflagsAttributesidtypeLand_Wreck_T72_hull_FpositionF@oEangles#kW@skillL>disableSimulationdataTypeObjectPositionInfo9sideEmptyflagsAttributesqidtypeLand_Wreck_BMP2_FpositionFc/@Eangles?yI@qskillL>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesNidtypeLand_Wreck_T72_turret_Fxposition$FJ!@ ۪Eangles?NskillL>disableSimulationxdataTypeObjectPositionInfosideEmptyflagsAttributes&idtypeLand_GarbageBags_FPpositionF]@Eangles6@&skillL>disableSimulationPdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_JunkPile_F%positionӥF:@GEanglesH?skillL>disableSimulation%dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Tyres_FpositionF @iEanglesf/@skillL>disableSimulationdataTypeObjectPositionInfousideEmptyflagsAttributesidtypeLand_PaperBox_open_empty_Fposition FAEanglesx@disableSimulationdataTypeObjectPositionInfo@sideEmptyflagsAttributesxidtypeCargoNet_01_box_Fposition#FEAެEanglesgS@xcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo&sideEmptyflagsAttributes^idtypeCargoNet_01_box_FpositionFEAEangles28@^createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesFidtypeLand_ChairPlastic_FpositionmF$A٬EanglesQ@FcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes/idtypeLand_ladder_half_EP15positionFfNAEanglesqI@/5dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_Weapon_srifle_M107_LeupoldVX3position~FAѬEangles\@dataTypeObjectPositionInfopsideEmptyflagsAttributesidtypeLand_BagFence_Long_Fposition~F'AͻEdisableSimulationdataTypeObjectPositionInfo&sideEmptyflagsAttributesFidtypeLand_BagFence_Long_FdpositionF'A0EFdisableSimulationddataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_FpositionŖF'AEdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_Fposition?F'A EdisableSimulationdataTypeObjectPositionInfoHsideEmptyflagsAttributeshidtypeLand_BagFence_Long_Fposition׭F'AEhdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_F<position~F'AwEdisableSimulation<dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_FpositionF'A EdisableSimulationdataTypeObjectPositionInfojsideEmptyflagsAttributesidtypeLand_BagFence_Long_FpositionF'AsEdisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributes@idtypeLand_BagFence_Long_F^position3F'AE@disableSimulation^dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_Fposition@F'AEdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_FpositionF'AEangles@disableSimulationdataTypeObjectPositionInfoZsideEmptyflagsAttributesidtypeLand_BagFence_Long_FpositionF'AEangles@disableSimulationdataTypeObjectPositionInfo(sideEmptyflagsAttributes`idtypeLand_BagFence_Long_F~positionF'A ӬEangles@`disableSimulation~dataTypeObjectPositionInfosideEmptyflagsAttributes.idtypeLand_BagFence_Long_FLpositionF'A3ȬEangles@.disableSimulationLdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_FpositionxF'AɬEangles@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Long_FpositionxF'A߬Eangles@disableSimulationdataTypeObjectPositionInfo`sideEmptyflagsAttributesidtypeLand_BagFence_Long_FpositionyF'AtEangles@disableSimulationdataTypeObjectPositionInfo.sideEmptyflagsAttributesfidtypeLand_BagFence_Long_Fposition?yF'AEangles@fdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes0idtypeLand_Sun_chair_FipositionFA߬Eangles;ww@0createAsSimpleObjectdisableSimulationidataTypeObjectPositionInfosideEmptyflagsAttributes-idtypeCUP_RUBasicAmmunitionBoxatlOffset6positionǃF)AҬEanglesr?-initcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Box"]] call hull3_unit_fnc_init;} dataTypeObjectPositionInfo/sideEmptyflagsAttributesgidtypeCUP_O_LR_Transport_TKAatlOffset9CustomAttributes positionwEHEAEanglesGA@-?$ skill?lockLOCKEDfuelinitcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;}Attribute0CAttribute1Attribute2nAttributes propertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValueZdatajtypevaluetypeBOOLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value data type value[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false] typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_SUV_TKACustomAttributessposition@E֒AaEangles^U@?b@health>skill?lockLOCKEDfuelinitcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;}sAttribute0Attribute1IAttribute2nAttributespropertyallowDamageexpression_this allowdamage _value;Value IdataItype6valueItypeBOOLIpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValuedatatypevaluetypeBOOLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuekdata{typevalue[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false]typeSTRINGdataTypeObjectPositionInfo'sideEmptyflagsAttributes_idtypeCUP_I_Datsun_4seat_TKCustomAttributespositionҡEAEangles9k?_health>skill?lockUNLOCKEDfuelinitcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;}Attribute0=Attribute1Attribute2nAttributespropertyallowDamageexpression_this allowdamage _value;ValuedatatypevaluetypeBOOLpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValueTdatadtypevaluetypeBOOLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_C_Lada_White_CIVatlOffset2=CustomAttributesposition4XEAzOEanglesq?health>skill?lockUNLOCKEDfuelinit [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;Attribute0Attribute1VAttribute2nAttributespropertyallowDamageexpression_this allowdamage _value;ValueVdata'VtypeCvalueVtypeBOOLVpropertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Valuedatatype valuetypeBOOLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuexdatatypevalue[[[["arifle_MX_khk_F","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_65x39_caseless_mag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_AssaultPack_tna_F"],[4]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributes/idtypeCrater5position[DE@_E/5dataTypeLogicPositionInfoidtypeModuleEffectsSmoke_FCustomAttributespositionEE@锼EAttribute0Attribute1hAttribute2*Attribute3Attribute4Attribute5JAttribute6Attribute7Attribute8vAttribute9.Attribute10Attribute11Attribute12`nAttributes propertyModuleEffectsSmoke_F_ParticleLifeTimeexpression_this setVariable ['ParticleLifeTime',_value,true];Value'hdata7htypeSvalueHBhtypeSCALARhpropertyModuleEffectsSmoke_F_ParticleLiftingexpression_this setVariable ['ParticleLifting',_value,true];Value*data*typevalue?*typeSCALAR*propertyModuleEffectsSmoke_F_ColorAlphaexpression_this setVariable ['ColorAlpha',_value,true];Valuedatatypevalue?typeSCALARpropertyModuleEffectsSmoke_F_ColorBlueexpression_this setVariable ['ColorBlue',_value,true];ValueWdatagtypevalue?typeSCALARpropertyModuleEffectsSmoke_F_Timeoutexpression_this setVariable ['Timeout',_value,true];Value JdataJtype5value4CJtypeSCALARJpropertyModuleEffectsSmoke_F_Expansionexpression_this setVariable ['Expansion',_value,true];Valuedatatypevalue?typeSCALARpropertyModuleEffectsSmoke_F_ColorRedexpression_this setVariable ['ColorRed',_value,true];Valuesdatatypevalue?typeSCALARpropertyModuleEffectsSmoke_F_ParticleDensityexpression_this setVariable ['ParticleDensity',_value,true];Value5vdataEvtypeavalue@vtypeSCALARvpropertyModuleEffectsSmoke_F_ColorGreenexpression_this setVariable ['ColorGreen',_value,true];Value.data.typevalue?.typeSCALAR.propertyModuleEffectsSmoke_F_EffectSizeexpression_this setVariable ['EffectSize',_value,true];Valuedatatypevalue@typeSCALARpropertyModuleEffectsSmoke_F_ParticleSpeedexpression_this setVariable ['ParticleSpeed',_value,true];Valuecdatastypevalue?typeSCALARpropertyModuleEffectsSmoke_F_ParticleSizeexpression_this setVariable ['ParticleSize',_value,true];Value`data/`typeKvalue@`typeSCALAR`propertyModuleEffectsSmoke_F_WindEffectexpression_this setVariable ['WindEffect',_value,true];Valuedatatypevalue?typeSCALARdataTypeLogicPositionInfoareaSize@}BflagsidtypeModuleHideTerrainObjects_FCustomAttributesNposition F@Eangles(<Attribute0Attribute1nAttributesNproperty#filterexpression_this setVariable ["#filter",_value]Valuendata~typevalue@typeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueNdataNtype;valueNtypeBOOLNdataTypeLogicPositionInfoareaSize@}BflagsidtypeModuleHideTerrainObjects_FCustomAttributes  positionдE@8fEangles(< Attribute0N Attribute1 nAttributes property#filterexpression_this setVariable ["#filter",_value]Value  data  type value@ typeSCALAR property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueE  dataU  typeq value typeBOOL dataTypeLogicPositionInfo areaSize@}BflagsidtypeModuleHideTerrainObjects_FCustomAttributesL  positioneF@uEangles5?L Attribute0 Attribute1 nAttributes property#filterexpression_this setVariable ["#filter",_value]Value  data  type value@ typeSCALAR property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value{  data  type value typeBOOL dataTypeLogicPositionInfoJ areaSize@}BflagsidtypeModuleHideTerrainObjects_FCustomAttributes positionkF@8Eangles? Attribute0 Attribute1QnAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueQdata Qtype<value@QtypeSCALARQproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatatypevaluetypeBOOLdataTypeGroupsideIndependentEntitiesPAttributespCrewLinksviditemsItem0Item1kItem2'Item3Item4.Item5Item6pdataTypeObjectPositionInfo-sideIndependentflagsAttributeseidtypeCUP_I_TK_GUE_SoldierkpositionE @GՏEangles@ekdataTypeObjectPositionInfosideIndependentflagsAttributes!idtypeCUP_I_TK_GUE_Soldier'positionE @GՏEangles@!' dataTypeWaypointposition6E@vEcombatModeYELLOWspeedNORMALcombatSAFEEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionzE@iEEffects(showWPNEVERidtypeMove..dataTypeWaypointposition E@EEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionE@܋EEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionE@EtypeCycleEffectsjshowWPNEVERidppvLinkIDProviderLinksnextIDitemsItem0Item1"linkIDitem0item1CustomData"role"linkIDitem0item1CustomData]roleturretPathdataTypeObjectPositionInfosideIndependentflagsAttributes;idtypeCUP_I_Datsun_PK_TK_RandomApositionEAԏEangles@;AdataTypeGroupsideIndependentEntitiesAttributesCrewLinksidw items Item0Item1Item2Item3JItem4Item5QItem6Item7'Item8dataTypeObjectPositionInfosideIndependentflagsAttributesidtypeCUP_I_TK_GUE_SoldierpositionCF @4Eangles4@dataTypeObjectPositionInfoPsideIndependentflagsAttributesidtypeCUP_I_TK_GUE_SoldierpositionCF @4Eangles4@dataTypeObjectPositionInfo sideIndependentflagsAttributesDidtypeCUP_I_TK_GUE_SoldierJpositionCF @4Eangles4@DJ dataTypeWaypointpositionF@9EcombatModeYELLOWspeedNORMALcombatSAFEEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionBE@j/EEffectsKshowWPNEVERidtypeMoveQQdataTypeWaypointpositionOE@UǦEEffectsshowWPNEVERid typeMovedataTypeWaypointposition]F@ʥEEffects!showWPNEVERid typeMove''dataTypeWaypointpositionF@S1EEffectsshowWPNEVERid typeMovedataTypeWaypointpositionF@)EtypeCycleEffectsshowWPNEVERid LinkIDProvider)Links<wnextID<itemsItem0oItem1Item2wlinkIDitem0item1CustomDatarolelinkIDitem0item1CustomDataroleturretPathlinkIDitem0item1CustomDataTwroleturretPathwdataTypeObjectPositionInfosideIndependentflagsAttributes*idtypeCUP_I_BMP1_TK_GUE0positionCFtWA3Eangles4@*0dataTypeGroupsideIndependentEntitiesAttributesR"CrewLinksX"id 9$itemsItem0Item1Item2gItem3# Item4 Item5{!Item6!R"dataTypeObjectPositionInfomsideIndependentflagsAttributesidtypeCUP_I_TK_GUE_SoldierpositionPE @kEanglesw@dataTypeObjectPositionInfo)sideIndependentflagsAttributesaidtypeCUP_I_TK_GUE_SoldiergpositionPE @kEanglesw@agdataTypeObjectPositionInfosideIndependentflagsAttributes idtypeCUP_I_TK_GUE_Soldier# positionPE @kEanglesw@ # dataTypeObjectPositionInfo sideIndependentflagsAttributes idtypeCUP_I_TK_GUE_Soldier positionPE @kEanglesw@   dataTypeWaypointpositionZE@EcombatModeYELLOWspeedNORMALcombatSAFEEffectsu!showWPNEVERidtypeMove{!{!dataTypeWaypointposition-E@ȧEEffects!showWPNEVERidtypeMove!!dataTypeWaypointpositionǡE@EtypeCycleEffectsL"showWPNEVERidR"R"X"LinkIDProvider}"Links"9$nextID"itemsItem0"Item1#Item2x#Item3#9$linkIDitem0item1CustomData ##role#linkIDitem0item1CustomDataU#x#roleturretPathx#linkIDitem0item1CustomData##roleturretPath#linkIDitem0item1CustomData$9$roleturretPath9$dataTypeObjectPositionInfo$sideIndependentflagsAttributes$idtypeCUP_I_T34_TK_GUE$positionPEAYkEanglesw@$$ dataTypeObjectPositionInfo%sideEmptyflagsAttributes%idtypeCUP_B_MH6J_USAatlOffsetCustomAttributes#&W(positionF8AhEanglesoO@%initcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;}#&Attribute0[&Attribute1'nAttributesW(propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value&'data&'typez'value[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]'typeSTRING'propertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value(W(data((W(typeD(valueW(typeBOOLW( dataTypeObjectPositionInfo(sideEmptyflagsAttributes')idtypeCUP_B_MH6J_USAatlOffsetCustomAttributes)+positionTF8Ax}EanglesoO@')initcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;})Attribute0)Attribute1*nAttributes+propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value**data+**type*value[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]*typeSTRING*propertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value~++data++type+value+typeBOOL+ dataTypeObjectPositionInfoU,sideEmptyflagsAttributes,idtypeCUP_B_MH6J_USAatlOffsetCustomAttributes,#/positionΑF8AyEanglesoO@,initcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;},Attribute0'-Attribute1[.nAttributes#/propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value-[.data-[.typeF.value[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false][.typeSTRING[.propertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value.#/data.#/type/value#/typeBOOL#/ dataTypeObjectPositionInfo/sideEmptyflagsAttributes/idtypeCUP_B_MH6J_USAatlOffsetCustomAttributesU02position[F8AytEanglesoO@/initcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;}U0Attribute00Attribute11nAttributes2propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value01data01type1value[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]1typeSTRING1propertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};ValueJ22dataZ22typev2value2typeBOOL2 dataTypeObjectPositionInfo!3sideEmptyflagsAttributesY3idtypeCUP_B_MH6J_USAatlOffsetCustomAttributes35position@F8A lEanglesoO@Y3initcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;}3Attribute03Attribute1'5nAttributes5propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueM4'5data]4'5type5value[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]'5typeSTRING'5propertyace_cookoff_enableexpressionif !(_value) then {_this setVariable ['ace_cookoff_enable', _value, true];};Value55data55type5value5typeBOOL5dataTypeObjectPositionInfo{6sideEmptyflagsAttributes6id;typeCUP_B_M113_Med_USACustomAttributes'739positionTTE AYEanglesh?6initcall{ [this, ["faction", "CUP_ION_PMC"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesDesert'7Attribute0O7nAttributes39propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value739data739type9value[[[["CUP_arifle_M4A1_black","CUP_launch_M136","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_556x45_Stanag","CUP_200Rnd_TE4_Red_Tracer_556x45_M249","CUP_1Rnd_HEDP_M203","CUP_M136_M","CUP_HandGrenade_M67","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_USPack_Coyote"],[8]]],false]39typeSTRING39@J}G0d~ˮeF