sreVdescription.exth#s` hull3\air_g.hs`hull3\air_u.hSs`hull3\biker_g.h?s`hull3\biker_u.h8s`hull3\briefing\blufor.sqf1#s`"hull3\briefing\civilian.sqfn_hull3\briefing\indfor.sqfn_hull3\briefing\opfor.sqf\#s` hull3\hull3.hUs`hull3\LICENSEn_8initPlayerLocal.sqf#s`2initServer.sqfs`.mission.sqmw#s`ij#include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Das Autobahn"; onLoadMission = "Made with Hull3"; author = "Cyruz"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = DM; minPlayers = 1; maxPlayers = 28; }; disabledAI = 1; 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 = 0; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; 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 = 1; 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 CfgDebriefing { class bluwin { title = "Air wins"; subtitle = "Who'd have thought tanks would win against bikes..."; description = "Who'd have thought tanks would win against bikes..."; }; class opfwin { title = "Bikes win"; subtitle = "You couldn't stop a bike with flying tanks..."; description = "You couldn't stop a bike with flying tanks..."; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; class air_g { class Rifleman { primaryWeapon = ""; primaryWeaponItems[] = {}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = {}; vestMagazines[] = {}; backpackMagazines[] = {}; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = {}; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = {}; vestMedicalItems[] = {}; backpackMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 4}, {"ACE_morphine", 5}, {"ACE_epinephrine", 5}, {"ACE_bloodIV_500", 5}, {"ACE_splint", 4} }; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Crew : Rifleman { uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; assignItems[] = {"ItemGPS", "ACE_NVG_Wide"}; }; class P : Crew { }; class PCM : P { }; }; class air_u { class P { headGear = "H_PilotHelmetHeli_O"; uniform = "CUP_U_B_USMC_PilotOverall"; vest = "CUP_V_B_PilotVest_ARM"; backpack = "ark_backpack_med"; }; class PCM : P { headGear = "H_CrewHelmetHeli_O"; }; }; class biker_g { class Rifleman { primaryWeapon = ""; primaryWeaponItems[] = {}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = {}; vestMagazines[] = {}; backpackMagazines[] = {}; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "ItemGPS"}; assignItems[] = {}; binocular = ""; uniformItems[] = {}; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC152"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = {}; vestMedicalItems[] = {}; backpackMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 4}, {"ACE_morphine", 5}, {"ACE_epinephrine", 5}, {"ACE_bloodIV_500", 5}, {"ACE_splint", 4} }; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; };class biker_u { class Rifleman { headGear = "H_RacingHelmet_1_black_F"; goggles = ""; uniform = "U_C_Driver_1_black"; vest = ""; backpack = "ark_backpack_med"; }; };// BLUFOR Notes // Mission player createDiaryRecord ["Diary", ["Mission","
Hunt down the rogue bikers before they make it to the finish. Kill them all to win. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Everyone is auto-mounted at the start. I've done my best to block changing seats, getting out or ejecting to stop you getting stuck outside the vehicle. Don't fuck around! "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz
Homage to Kamis version "]]; // 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 // Mission player createDiaryRecord ["Diary", ["Mission","
Escape the rabid air armour brigade by getting all ALIVE opfor to the end zone! You can also win if all BLUFOR crash, this is highly likely... "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
You have BOOST but you can die, use it as your own risk! It seems fairly safe on straights. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz
Homage to Kamis version "]]; class Hull3 { isEnabled = 1; 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 "biker_u.h" #include "air_u.h" }; class Gear { #include "biker_g.h" #include "air_g.h" }; class Faction { class CUP_USA_OCP { gear = "air_g"; uniform = "air_u"; }; class CUP_CHKDZ { gear = "biker_g"; uniform = "biker_u"; }; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.if (side group player isEqualTo west) then { player addEventHandler ["GetInMan", { params ["_unit", "", "_vehicle"]; if (!local _unit) exitWith {}; [{local _this}, { _this lockDriver true; _this lockCargo true; {_this lockTurret [_x, true]} forEach allTurrets [_this, true]; _this lock true; _this removeWeaponTurret ["CUP_Vhmg_PKT_T34", [0]]; }, _vehicle] call CBA_fnc_waitUntilAndExecute; }]; ["CBA_loadingScreenDone", { [] spawn { cutText ["","BLACK FADED", -1]; [ [ ["LOADING PLAYER IN TO VEHICLE", "%1
"], ["PLEASE WAIT...", "%1", 15] ] ] spawn BIS_fnc_typeText; sleep 7; cutText ["","BLACK IN", 3]; }; }] call CBA_fnc_addEventHandler; }; ark_race_fnc_addActions = { player addAction ["B O O S T", {objectParent player call ark_race_fnc_goFast},nil,50,false,true,"","!(isNull objectParent player)"]; }; ark_race_fnc_goFast = { params ["_veh"]; if (_veh isKindOf "Ship") exitWith { systemChat "Boost unavailable in boats"; }; private _lastBoostTime = _veh getVariable ["ark_race_fnc_var_lastBoostTime", 0]; if (time - _lastBoostTime <= 30) exitWith { systemChat "Please wait 30 seconds before trying to boost again"; }; _veh setVelocityModelSpace [0,75,0]; _veh setVariable ["ark_race_fnc_var_lastBoostTime", time, false]; }; if (side group player isEqualTo east) then { call ark_race_fnc_addActions; }; {_x addEventHandler ["Killed", { params ["_unit"]; if (!local _unit) exitWith {}; { detach _x; _x setVelocityModelSpace [random 10, random 10, random 25]; _x setDamage 1; } forEach attachedObjects _unit; }];} forEach [plane1,plane2,plane3]; [{[nil, nil, nil, ['confirm']] call compile preProcessFileLineNumbers 'x\ark\addons\hull3\mission_host_safetytimer_stop.sqf';}, [], 5] call CBA_fnc_waitAndExecute; ark_da_fnc_setupPlanes = { { _x setFuel 0; _x call ark_clear_cargo_fnc_clearVehicle; } forEach [tank1,tank2,tank3,tank4,tank5,tank6]; tank1 attachTo [plane1, [16, 0, 1.4]]; tank2 attachTo [plane1, [-16, 0, 1.4]]; tank3 attachTo [plane2, [16, 0, 1.4]]; tank4 attachTo [plane2, [-16, 0, 1.4]]; tank5 attachTo [plane3, [16, 0, 1.4]]; tank6 attachTo [plane3, [-16, 0, 1.4]]; }; call ark_da_fnc_setupPlanes; [{ (count ((units east) inAreaArray endTrg) isEqualTo (count units east)) }, { "opfwin" call BIS_fnc_endMissionServer; }] call CBA_fnc_waitUntilAndExecute; [{ (count (units east) isEqualTo 0) }, { "bluwin" call BIS_fnc_endMissionServer; }] call CBA_fnc_waitUntilAndExecute; [{ (count (units west) isEqualTo 0) }, { "opfwin" call BIS_fnc_endMissionServer; }] call CBA_fnc_waitUntilAndExecute;raP version6EditorDatasourceNameark_gtvt28_das_autobahnaddonsCUP_WheeledVehicles_TT650ark_clear_cargoA3_Structures_F_Bootcamp_Civ_SportsGroundsA3_Characters_FCUP_AirVehicles_C130JA3_Structures_F_Kart_Civ_SportsGroundsA3_Ui_FCUP_TrackedVehicles_T34AddonsMetaDatarandomSeedScenarioDataCustomAttributesMission~moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider"MarkerIDProvider5CameraHnextID5nextIDRHpos!F'CoFdir0e 獊upu6p?ͽasideƓu?List itemsItem0Item1jItem2Item3vItem4Item5DItem6Item7EclassNameCUP_WheeledVehicles_TT650nameCUP_WheeledVehicles_TT650jclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgclassNameA3_Structures_F_BootcampnameArma 3 Bootcamp Update - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comvclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_AirVehicles_C130JnameCUP_AirVehicles_C130JDclassNameA3_Structures_F_KartnameArma 3 Karts - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comEclassNameCUP_TrackedVehicles_T34nameCUP_TrackedVehicles_T34authorCyruzHeadergameTypeDMminPlayersmaxPlayersCategory0~nameMultiplayerAttribute0EAttribute1nAttributes~propertyRespawnButtonexpressiontrueValuedatasingleTypeSCALARvalue?propertyRespawnTemplatesexpressiontrueValue~data~singleTypeARRAYvalue*~itemsItem0G~dataW~singleTypeSTRINGvalueNone~IntelEntities Connections>briefingNameark_gtvt28_das_autobahnoverviewTextRun rabbit run!timeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT< itemsItem0Item1Item2sItem3IItem4 Item5Item6Item7rItem8HItem9 Item10Item11Item12qItem13GItem14 Item15Item16`Item17Item18 Item19H"Item20#Item21x%Item22'Item23(Item24P*Item25+Item26-Item27H/Item280Item29x2Item304Item315Item327Item339Item34l;Item35k>Item36:@Item37BItem38CItem39EItem406GItem41HItem42JItem43LItem44RNItem45XItem46YcItem47mItem48oItem49%rItem50ktItem516uItem52vItem53vItem54wItem55wItem56xItem57xItem58yItem59yItem60zItem61zItem62zItem63~{Item64{Item65~|Item66|Item67~}Item68}Item69~~Item70~Item71~Item72Item73~Item74Item75~Item76Item77~Item78Item79~Item80Item81~Item82Item83~Item84Item85~Item86Item87~Item88Item89~Item90Item91~Item92Item93~Item94Item95nItem96Item97nItem98Item99nItem100Item101nItem102Item103nItem104Item105nItem106Item107nItem108Item109nItem110Item111nItem112Item113nItem114Item115nItem116Item117nItem118Item119nItem120Item121nItem122Item123nItem124Item125nItem126Item127nItem128Item129nItem130Item131nItem132Item133nItem134Item135TItem136Item137Item138zItem139ܪ>dataTypeObjectPositionInfoesideEmptyflagsAttributesid+typeCUP_O_TT650_CHDKZatlOffsetposition̝'Ct1A@FanglesO@o̯?_r<texturesReddataTypeObjectPositionInfo5sideEmptyflagsAttributesmid,typeCUP_O_TT650_TKAatlOffsetsposition'Cu5A@FanglesO@:?_rtypeLand_TyreBarrier_01_line_x6_FatlOffset6CustomAttributes position+CA@Fangles@vC;@&<disableSimulation Attribute0- nAttributes propertyallowDamageexpression_this allowdamage _value;Value| data singleTypeBOOLvalue dataTypeObjectPositionInfoG!sideEmptyflagsAttributes!id?typeLand_TyreBarrier_01_line_x6_FCustomAttributes!H"position'CBA@Fangles@vC;@&<!disableSimulation!Attribute0!nAttributesH"propertyallowDamageexpression_this allowdamage _value;Value"H"data$"H"singleTypeBOOLvalueH"dataTypeObjectPositionInfo"sideEmptyflagsAttributes#id@typeLand_TyreBarrier_01_line_x6_FCustomAttributes5##position"C"AP@FanglesvC;@x;#disableSimulation5#Attribute0]#nAttributes#propertyallowDamageexpression_this allowdamage _value;Value##data##singleTypeBOOLvalue#dataTypeObjectPositionInfow$sideEmptyflagsAttributes$idAtypeLand_TyreBarrier_01_line_x6_FCustomAttributes$x%positioniCO!A@FanglesvC;@$disableSimulation$Attribute0$nAttributesx%propertyallowDamageexpression_this allowdamage _value;ValueD%x%dataT%x%singleTypeBOOLvaluex%dataTypeObjectPositionInfo&sideEmptyflagsAttributesG&idBtypeLand_TyreBarrier_01_line_x6_FCustomAttributese&'positionTCO!A@FanglesvC;@G&disableSimulatione&Attribute0&nAttributes'propertyallowDamageexpression_this allowdamage _value;Value&'data&'singleTypeBOOLvalue'dataTypeObjectPositionInfo'sideEmptyflagsAttributes'idCtypeLand_TyreBarrier_01_line_x6_FCustomAttributes'(positionCA|@Fangles_<??<'disableSimulation'Attribute0%(nAttributes(propertyallowDamageexpression_this allowdamage _value;Valuet((data((singleTypeBOOLvalue( dataTypeObjectPositionInfoO)sideEmptyflagsAttributes)idDtypeLand_TyreBarrier_01_line_x6_FatlOffset6CustomAttributes)P*positionCWA@Fangles@?[;<)disableSimulation)Attribute0)nAttributesP*propertyallowDamageexpression_this allowdamage _value;Value*P*data,*P*singleTypeBOOLvalueP* dataTypeObjectPositionInfo*sideEmptyflagsAttributes/+idFtypeLand_TyreBarrier_01_line_x6_FatlOffsetCustomAttributesM++positionž1ClAq@Fangles@J"=@&idQk>itemsItem0;e>dataTypeObjectPositionInfoW<sideEastflagsAttributes<idtypeO_Soldier_FCustomAttributes+=e>positionC'A}@Fangles@?<<skill?initcall{ [this, ["faction", "CUP_CHKDZ"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionBiker@BikerisPlayable+=Attribute0c=Attribute1=nAttributese>propertyspeakerexpression_this setspeaker _value;Value==data==singleTypeSTRINGvalueMale03PER=propertypitchexpression_this setpitch _value;Value/>e>data?>e>singleTypeSCALARvalue\?e>k>dataTypeGroupsideEastEntities>Attributes4@idRatlOffset6:@itemsItem0>4@dataTypeObjectPositionInfo`?sideEastflagsAttributes?idtypeO_Soldier_FatlOffset64@position4 CA@Fangles@Y?C"A@Fangles@Y?0=CHskill?rankCORPORALinitcall{ [this, ["faction", "CUP_CHKDZ"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionBiker@BikerisPlayableHHdataTypeGroupsideEastEntities?IAttributesJidXJitemsItem0\IJdataTypeObjectPositionInfoIsideEastflagsAttributesJidtypeO_Soldier_FJposition"4CA@Fangles@Y?0=Jskill?rankCORPORALinitcall{ [this, ["faction", "CUP_CHKDZ"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionBiker@BikerisPlayableJJdataTypeGroupsideEastEntitiesKAttributes}LidYatlOffset6LitemsItem0+K}LdataTypeObjectPositionInfoKsideEastflagsAttributesKidtypeO_Soldier_FatlOffset6}Lposition6fCRA@Fangles@Y?'=Kskill?initcall{ [this, ["faction", "CUP_CHKDZ"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionBiker@BikerisPlayable}LLdataTypeGroupsideEastEntitiesLAttributesLNidZatlOffset6RNitemsItem0LLNdataTypeObjectPositionInfoxMsideEastflagsAttributesMidtypeO_Soldier_FatlOffset6LNpositionCClA@FanglesJ@Y?'=Mskill?initcall{ [this, ["faction", "CUP_CHKDZ"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionBiker@BikerisPlayableLNRNdataTypeGroupsideWestEntitiesNAttributesXid]XitemsItem0NItem1QItem2GUXdataTypeObjectPositionInfoVOsideWestflagsAttributesOidtypeB_Soldier_TL_FCustomAttributesPQpositionȎpFv AFangles:P@Oskill?rankCORPORALinitcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "P"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init; if (local this) then {this assignAsDriver plane1; this moveInDriver plane1};}descriptionAir Armour - Alpha 1 Pilot@Alpha 1isPlayablePAttribute0PAttribute1uQnAttributesQpropertyspeakerexpression_this setspeaker _value;Value9QuQdataIQuQsingleTypeSTRINGvalueMale02ENGuQpropertypitchexpression_this setpitch _value;ValueQQdataQQsingleTypeSCALARvalueHz?QdataTypeObjectPositionInfoxRsideWestflagsAttributesRidtypeB_soldier_AR_FCustomAttributes TGUpositionpFv AĄFangles:P@Rskill?rankCORPORALinitcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "PCM"]] call hull3_unit_fnc_init; [this] spawn { params ["_unit"]; waitUntil {time > 5}; if (local _unit) then {_unit assignAsGunner tank1; _unit moveInGunner tank1}; };}descriptionAir Armour - Alpha 1 Crewman@Alpha 1isPlayable TAttribute0ETAttribute1TnAttributesGUpropertyspeakerexpression_this setspeaker _value;ValueTTdataTTsingleTypeSTRINGvalueMale09ENGTpropertypitchexpression_this setpitch _value;ValueUGUdata!UGUsingleTypeSCALARvalueQx?GUdataTypeObjectPositionInfoUsideWestflagsAttributesVidtypeB_Soldier_A_FCustomAttributesRWXpositionpFv A}ńFangles:P@Vskill?initcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "PCM"]] call hull3_unit_fnc_init; [this] spawn { params ["_unit"]; waitUntil {time > 5}; if (local _unit) then {_unit assignAsGunner tank2; _unit moveInGunner tank2}; };}descriptionAir Armour - Alpha 1 Crewman@Alpha 1isPlayableRWAttribute0WAttribute1XnAttributesXpropertyspeakerexpression_this setspeaker _value;ValueWXdataWXsingleTypeSTRINGvalueMale08ENGXpropertypitchexpression_this setpitch _value;ValueVXXdatafXXsingleTypeSCALARvalueu?XXdataTypeGroupsideWestEntitiesXAttributesScidaYcitemsItem0YItem1\Item2`ScdataTypeObjectPositionInfoYsideWestflagsAttributesYid typeB_Soldier_TL_FCustomAttributesZ\positionpFv AׄFangles:P@Yskill?rankCORPORALinitcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "P"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init; if (local this) then {this assignAsDriver plane2; this moveInDriver plane2};}descriptionAir Armour - Alpha 2 Pilot@Alpha 2isPlayableZAttribute0?[Attribute1[Attribute2A\nAttributes\propertyspeakerexpression_this setspeaker _value;Value[[data[[singleTypeSTRINGvalueMale06ENG[propertypitchexpression_this setpitch _value;Value \A\data\A\singleTypeSCALARvalue?A\propertyfaceexpression_this setface _value;Value\\data\\singleTypeSTRINGvalue\dataTypeObjectPositionInfo?]sideWestflagsAttributesw]id typeB_soldier_AR_FCustomAttributes^`positionrpFv ALۄFangles:P@w]skill?rankCORPORALinitcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "PCM"]] call hull3_unit_fnc_init; [this] spawn { params ["_unit"]; waitUntil {time > 5}; if (local _unit) then {_unit assignAsGunner tank3; _unit moveInGunner tank3}; };}descriptionAir Armour - Alpha 2 Crewman@Alpha 2isPlayable^Attribute0 _Attribute1_nAttributes`propertyspeakerexpression_this setspeaker _value;ValueV__dataf__singleTypeSTRINGvalueMale12ENG_propertypitchexpression_this setpitch _value;Value_`data_`singleTypeSCALARvalueHz?`dataTypeObjectPositionInfo`sideWestflagsAttributes`id typeB_Soldier_A_FCustomAttributesbScpositionpFv A1܄Fangles:P@`skill?initcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "PCM"]] call hull3_unit_fnc_init; [this] spawn { params ["_unit"]; waitUntil {time > 5}; if (local _unit) then {_unit assignAsGunner tank4; _unit moveInGunner tank4}; };}descriptionAir Armour - Alpha 2 Crewman@Alpha 2isPlayablebAttribute0QbAttribute1bnAttributesScpropertyspeakerexpression_this setspeaker _value;ValuebbdatabbsingleTypeSTRINGvalueMale11ENGbpropertypitchexpression_this setpitch _value;ValuecScdata-cScsingleTypeSCALARvalue?ScYcdataTypeGroupsideWestEntitiescAttributesmidemitemsItem0cItem1fItem2NjmdataTypeObjectPositionInfo]dsideWestflagsAttributesdidtypeB_Soldier_TL_FCustomAttributesefpositionpFv A7܄Fangles:P@dskill?rankCORPORALinitcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "P"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init; if (local this) then {this assignAsDriver plane3; this moveInDriver plane3};}descriptionAir Armour - Alpha 3 Pilot@Alpha 3isPlayableeAttribute0eAttribute1|fnAttributesfpropertyspeakerexpression_this setspeaker _value;Value@f|fdataPf|fsingleTypeSTRINGvalueMale09ENG|fpropertypitchexpression_this setpitch _value;ValueffdataffsingleTypeSCALARvalueHz?fdataTypeObjectPositionInfogsideWestflagsAttributesgidtypeB_soldier_AR_FCustomAttributesiNjposition{pFv A)Fangles:P@gskill?rankCORPORALinitcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "PCM"]] call hull3_unit_fnc_init; [this] spawn { params ["_unit"]; waitUntil {time > 5}; if (local _unit) then {_unit assignAsGunner tank5; _unit moveInGunner tank5}; };}descriptionAir Armour - Alpha 3 Crewman@Alpha 3isPlayableiAttribute0LiAttribute1inAttributesNjpropertyspeakerexpression_this setspeaker _value;ValueiidataiisingleTypeSTRINGvalueMale11ENGipropertypitchexpression_this setpitch _value;ValuejNjdata(jNjsingleTypeSCALARvalueu?NjdataTypeObjectPositionInfojsideWestflagsAttributes kidtypeB_Soldier_A_FCustomAttributesYlmpositionopFv AFangles:P@ kskill?initcall{ [this, ["faction", "CUP_USA_OCP"], ["gear", "PCM"]] call hull3_unit_fnc_init; [this] spawn { params ["_unit"]; waitUntil {time > 5}; if (local _unit) then {_unit assignAsGunner tank6; _unit moveInGunner tank6}; };}descriptionAir Armour - Alpha 3 Crewman@Alpha 3isPlayableYlAttribute0lAttribute1mnAttributesmpropertyspeakerexpression_this setspeaker _value;ValuelmdatalmsingleTypeSTRINGvalueMale01ENGmpropertypitchexpression_this setpitch _value;Value]mmdatammmsingleTypeSCALARvalueu?mmdataTypeObjectPositionInfo#nsideEmptyflagsAttributes[niditypeCUP_B_C130J_USMCCustomAttributesonopositionqF"cAFanglesR&@[nnameplane1onAttribute0nnAttributesopropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuenodataoosingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit","Medikit"],[1,10,1]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[["ToolKit"],[1]],[["B_Parachute"],[16]]],false]odataTypeObjectPositionInfoipsideEmptyflagsAttributespidjtypeCUP_B_C130J_USMCCustomAttributesp%rposition pF"cA/܃Fangles@@pnameplane2pAttribute0pnAttributes%rpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value7q%rdataGq%rsingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit","Medikit"],[1,10,1]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[["ToolKit"],[1]],[["B_Parachute"],[16]]],false]%rdataTypeObjectPositionInforsideEmptyflagsAttributesridktypeCUP_B_C130J_USMCCustomAttributesrktpositionUqF"cAwFangles@@rnameplane3rAttribute0#snAttributesktpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value}sktdatasktsingleTypeSTRINGvalue[[[["CUP_smg_MP5A5","FirstAidKit","Medikit"],[1,10,1]],[["CUP_30Rnd_9x19_MP5","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[["ToolKit"],[1]],[["B_Parachute"],[16]]],false]ktdataTypeObjectPositionInfotsideEmptyflagsAttributes0uidotypeLand_FinishGate_01_wide_FatlOffset56upositionDF?AajuFanglesC?0u6udataTypeTriggerpositionFAvFanglem?AttributesuidptypeEmptyDetectorAreaR250vnameendTrgsizeA0CsizeB#CsizeCisRectangleisServerOnlyvdataTypeMarkerpositionCAAFnamemarker_0typemil_dotcolorNameColorRedidqatlOffset\vdataTypeMarkerpositionDACFnamemarker_1typemil_dotcolorNameColorRedidratlOffset\wdataTypeMarkerposition;)CDeA&DFnamemarker_2typemil_dotcolorNameColorRedidsatlOffset\wdataTypeMarkerpositionmD?AEFnamemarker_3typemil_dotcolorNameColorRedidtatlOffset\xdataTypeMarkerposition=D8AFFnamemarker_4typemil_dotcolorNameColorRediduatlOffset\xdataTypeMarkerpositionXD|AuGFnamemarker_5typemil_dotcolorNameColorRedidvatlOffset\ydataTypeMarkerpositionNXDA_>HFnamemarker_6typemil_dotcolorNameColorRedidwatlOffset\ydataTypeMarkerpositionzDRA HFnamemarker_7typemil_dotcolorNameColorRedidxatlOffset\zdataTypeMarkerpositiond EA jGFnamemarker_8typemil_dotcolorNameColorRedidyatlOffset\zdataTypeMarkerposition/EnPyA6?FFnamemarker_9typemil_dotcolorNameColorRedidzatlOffset\zdataTypeMarkerposition(EAEFnamemarker_10typemil_dotcolorNameColorRedid{atlOffset\~{dataTypeMarkerposition5E$-AFLCFnamemarker_11typemil_dotcolorNameColorRedid|atlOffset\{dataTypeMarkerpositionAEAYAFnamemarker_12typemil_dotcolorNameColorRedid}atlOffset\~|dataTypeMarkerposition`KE|A=@Fnamemarker_13typemil_dotcolorNameColorRedid~atlOffset\|dataTypeMarkerpositionVEi#AJ@Fnamemarker_14typemil_dotcolorNameColorRedidatlOffset\~}dataTypeMarkerpositionydE^`AM?Fnamemarker_15typemil_dotcolorNameColorRedidatlOffset\}dataTypeMarkerpositionarE'AA@Fnamemarker_16typemil_dotcolorNameColorRedidatlOffset\~~dataTypeMarkerposition4E?AzAFnamemarker_17typemil_dotcolorNameColorRedidatlOffset'~dataTypeMarkerposition{EIA]zCFnamemarker_18typemil_dotcolorNameColorRedidatlOffset\~dataTypeMarkerpositionZE#ABDFnamemarker_19typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionKEFA_ UFnamemarker_49typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerposition@FףA}MVFnamemarker_50typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerposition~CF*~ASBXFnamemarker_51typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionUEF)$AQGZFnamemarker_52typemil_dotcolorNameColorRedidatlOffset ndataTypeMarkerpositionhGF.tA\Fnamemarker_53typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerposition>IFAn]Fnamemarker_54typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionKFr A_Fnamemarker_55typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerposition_OF7>APaFnamemarker_56typemil_dotcolorNameColorRedidatlOffset٦ndataTypeMarkerpositionHRF?A}bFnamemarker_57typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerposition]UFH@cFnamemarker_58typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionWF ?:eFnamemarker_59typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerposition~ZF\?fFnamemarker_60typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionR]F?gFnamemarker_61typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionv`FT?]iFnamemarker_62typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionldFȠe@ kFnamemarker_63typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerposition9gFϝ@kFnamemarker_64typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionjFG=ѲkFnamemarker_65typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerposition-BmF< kFnamemarker_66typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionopFr5jFnamemarker_67typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionsFT?iFnamemarker_68typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionQvF@[jFnamemarker_69typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionyFZ?FskFnamemarker_70typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerposition^>}F @IlFnamemarker_71typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionCzFh@ImFnamemarker_72typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionFX@A.nFnamemarker_73typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionqFj@-nFnamemarker_74typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerposition]F ?DpFnamemarker_75typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerposition@F@(qFnamemarker_76typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerposition1Fķ? rFnamemarker_77typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionhF|"??KsFnamemarker_78typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionFo@K#tFnamemarker_79typemil_dotcolorNameColorRedidatlOffset\dataTypeMarkerpositionFp@tFnamemarker_80typemil_dotcolorNameColorRedidatlOffset\ndataTypeMarkerpositionъF!cAyuFnamemarker_81textFinish Linetypemil_flagcolorNameColorRediddataTypeObjectPositionInfo|sideEmptyflagsAttributesidtypeCUP_I_T34_TK_GUECustomAttributesTposition(qFh.AHFnametank1Attribute0ןnAttributesTpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value1TdataATsingleTypeSTRINGvalue[[[["CUP_arifle_AK47","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]TdataTypeObjectPositionInfoޡsideEmptyflagsAttributesidtypeCUP_I_T34_TK_GUECustomAttributesposition=qFh.AᏂFnametank2Attribute09nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_AK47","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]dataTypeObjectPositionInfo@sideEmptyflagsAttributes`idtypeCUP_I_T34_TK_GUECustomAttributesspositionOqFh.AF`nametank3sAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_AK47","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]dataTypeObjectPositionInfosideEmptyflagsAttributes¦idtypeCUP_I_T34_TK_GUECustomAttributesզzposition;fqFh.A~F¦nametank4զAttribute0nAttributeszpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueWzdatagzsingleTypeSTRINGvalue[[[["CUP_arifle_AK47","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]zdataTypeObjectPositionInfosideEmptyflagsAttributes$idtypeCUP_I_T34_TK_GUECustomAttributes7ܪposition8qFh.ApF$nametank57Attribute0_nAttributesܪpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueܪdataɩܪsingleTypeSTRINGvalue[[[["CUP_arifle_AK47","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]ܪdataTypeObjectPositionInfofsideEmptyflagsAttributesidtypeCUP_I_T34_TK_GUECustomAttributes>position%qFh.AgFnametank6Attribute0nAttributes>propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value>data+>singleTypeSTRINGvalue[[[["CUP_arifle_AK47","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]>LinkIDProvidercLinksvnextIDvitemsItem0VItem1Item2Item3=Item4Item5ׯItem6$Item7qItem8Item9 Item10XItem11Item12Item13?Item14Item15ٲItem16&Item17slinkIDitem0+item1:CustomDatatypeSynclinkIDitem0,item1:CustomDataޮtypeSynclinkIDitem0-item1:CustomData+=typeSync=linkIDitem0.item1:CustomDataxtypeSynclinkIDitem0/item1:CustomDataůׯtypeSyncׯlinkIDitem00item1:CustomData$typeSync$linkIDitem01item1:CustomData_qtypeSyncqlinkIDitem02item1:CustomDatatypeSynclinkIDitem03item1:CustomData typeSync linkID item04item1:CustomDataFXtypeSyncXlinkID item05item1:CustomDatatypeSynclinkID item06item1:CustomDatatypeSynclinkID item07item1:CustomData-?typeSync?linkID item08item1:CustomDataztypeSynclinkIDitem09item1:CustomDataDzٲtypeSyncٲlinkIDitem0iitem1:CustomData&typeSync&linkIDitem0jitem1:CustomDataastypeSyncslinkIDitem0kitem1:CustomDatatypeSyncȬsWBXa