From c038305d4bf959c6a180bef761e4d2545f0d1a3b Mon Sep 17 00:00:00 2001 From: madpat3 Date: Wed, 5 Sep 2018 21:30:57 +0200 Subject: [PATCH 001/111] Update kp_liberation_config.sqf new "allowed items" classnames after bw mod update (2.0) --- Missionframework/kp_liberation_config.sqf | 50 ++++++++++++++++++++--- 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index ab00e8905..5169b012f 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -261,24 +261,62 @@ KP_liberation_allowed_items_extension = [ "rhs_m136_hp_mag", "rhs_weap_M136_used", "rhs_m72a7_mag", + "BWA3_opticZO4x30_pip", + "BWA3_opticZO4x30_RSAS_pip", + "BWA3_optic_ZO4x30_RSAS_NSV_pip", + "BWA3_optic_ZO4x30_RSAS_IRV_pip", + "BWA3_opticZO4x30_brown_pip", + "BWA3_opticZO4x30_brown_RSAS_pip", + "BWA3_optic_ZO4x30_brown_RSAS_NSV_pip", + "BWA3_optic_ZO4x30_brown_RSAS_IRV_pip", + "BWA3_opticZO4x30i_pip", + "BWA3_opticZO4x30i_sand_pip", + "BWA3_opticZO4x30i_MicroT2_pip", + "BWA3_opticZO4x30i_MicroT2_sand_pip", + "BWA3_opticZO4x30i_RSAS_pip", + "BWA3_opticZO4x30i_RSAS_sand_pip", + "BWA3_optic_PMII_ShortdotCC_pip", + "BWA3_optic_PMII_DMR_pip", + "BWA3_optic_PMII_DMR_NSV_pip", + "BWA3_optic_PMII_DMR_MicroT1_rear_pip", + "BWA3_optic_PMII_DMR_MicroT1_front_pip", + "BWA3_optic_PMII_DMR_MicroT1_rear_NSV_pip", + "BWA3_optic_PMII_DMR_MicroT1_front_NSV_pip", + "BWA3_optic_M5Xi_MSR_pip", + "BWA3_optic_M5Xi_MSR_MicroT2_pip", + "BWA3_optic_M5Xi_MSR_Tremor3_pip", + "BWA3_optic_M5Xi_MSR_Tremor3_MicroT2_pip", + "BWA3_optic_ZO4x30_RSAS_NSV", + "BWA3_optic_ZO4x30_RSAS_IRV", + "BWA3_optic_ZO4x30_MicroT2_NSV", + "BWA3_optic_ZO4x30_MicroT2_IRV", "BWA3_optic_ZO4x30_NSV", "BWA3_optic_ZO4x30_IRV", - "BWA3_optic_ZO4x30_Single_NSV", - "BWA3_optic_ZO4x30_Single_IRV", + "BWA3_optic_ZO4x30_brown_RSAS_NSV", + "BWA3_optic_ZO4x30_brown_RSAS_IRV", + "BWA3_optic_ZO4x30_MicroT2_brown_NSV", + "BWA3_optic_ZO4x30_MicroT2_brown_IRV", + "BWA3_optic_ZO4x30_brown_NSV", + "BWA3_optic_ZO4x30_brown_IRV", + "BWA3_optic_PMII_DMR_NSV", + "BWA3_optic_PMII_DMR_MicroT1_rear_NSV", + "BWA3_optic_PMII_DMR_MicroT1_front_NSV", + "BWA3_optic_Hensoldt_NSV", "BWA3_optic_EOTech_Mag_On", "BWA3_optic_EOTech_Mag_Off", "BWA3_optic_EOTech_tan_Mag_On", "BWA3_optic_EOTech_tan_Mag_Off", - "BWA3_optic_20x50_NSV", - "BWA3_optic_24x72_NSV", "BWA3_acc_VarioRay_flash", "BWA3_acc_VarioRay_laser", "BWA3_acc_LLM01_flash", "BWA3_acc_LLM01_laser", "BWA3_acc_LLM01_flash_underbarrel", "BWA3_acc_LLM01_laser_underberrel", - "BWA3_acc_LLM01_laser_underbarrel", - "BWA3_Pzf3_Used", + "BWA3_acc_LLM01_flash_tan", + "BWA3_acc_LLM01_laser_tan", + "BWA3_PzF3", + "BWA3_PzF3_Used", + "BWA3_RGW90", "BWA3_RGW90_Used", "UK3CB_BAF_AT4_CS_AP_Mag", "UK3CB_BAF_Javelin_Launcher", From 9debfae0219e3f8c8d6af745dd7f85d167a4027a Mon Sep 17 00:00:00 2001 From: madpat3 Date: Wed, 5 Sep 2018 21:46:44 +0200 Subject: [PATCH 002/111] Update kp_liberation_config.sqf --- Missionframework/kp_liberation_config.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 5169b012f..86a8a36d4 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -311,7 +311,7 @@ KP_liberation_allowed_items_extension = [ "BWA3_acc_LLM01_flash", "BWA3_acc_LLM01_laser", "BWA3_acc_LLM01_flash_underbarrel", - "BWA3_acc_LLM01_laser_underberrel", + "BWA3_acc_LLM01_laser_underbarrel", "BWA3_acc_LLM01_flash_tan", "BWA3_acc_LLM01_laser_tan", "BWA3_PzF3", From d24ec8aff6e27696ed97c0e1713fa7034b8f7221 Mon Sep 17 00:00:00 2001 From: madpat3 Date: Sun, 9 Sep 2018 18:58:26 +0200 Subject: [PATCH 003/111] Update kp_liberation_config.sqf --- Missionframework/kp_liberation_config.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 86a8a36d4..310fb82c1 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -284,8 +284,8 @@ KP_liberation_allowed_items_extension = [ "BWA3_optic_PMII_DMR_MicroT1_front_NSV_pip", "BWA3_optic_M5Xi_MSR_pip", "BWA3_optic_M5Xi_MSR_MicroT2_pip", - "BWA3_optic_M5Xi_MSR_Tremor3_pip", - "BWA3_optic_M5Xi_MSR_Tremor3_MicroT2_pip", + "BWA3_optic_M5Xi_Tremor3_pip", + "BWA3_optic_M5Xi_Tremor3_MicroT2_pip", "BWA3_optic_ZO4x30_RSAS_NSV", "BWA3_optic_ZO4x30_RSAS_IRV", "BWA3_optic_ZO4x30_MicroT2_NSV", From 3f07da5b94b582db85e6b1ddeaa04b8b5a2dbce1 Mon Sep 17 00:00:00 2001 From: madpat3 Date: Mon, 10 Sep 2018 17:15:52 +0200 Subject: [PATCH 004/111] Update kp_liberation_config.sqf --- Missionframework/kp_liberation_config.sqf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 310fb82c1..88833fd97 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -261,20 +261,20 @@ KP_liberation_allowed_items_extension = [ "rhs_m136_hp_mag", "rhs_weap_M136_used", "rhs_m72a7_mag", - "BWA3_opticZO4x30_pip", - "BWA3_opticZO4x30_RSAS_pip", + "BWA3_optic_ZO4x30_pip", + "BWA3_optic_ZO4x30_RSAS_pip", "BWA3_optic_ZO4x30_RSAS_NSV_pip", "BWA3_optic_ZO4x30_RSAS_IRV_pip", - "BWA3_opticZO4x30_brown_pip", - "BWA3_opticZO4x30_brown_RSAS_pip", + "BWA3_optic_ZO4x30_brown_pip", + "BWA3_optic_ZO4x30_brown_RSAS_pip", "BWA3_optic_ZO4x30_brown_RSAS_NSV_pip", "BWA3_optic_ZO4x30_brown_RSAS_IRV_pip", - "BWA3_opticZO4x30i_pip", - "BWA3_opticZO4x30i_sand_pip", - "BWA3_opticZO4x30i_MicroT2_pip", - "BWA3_opticZO4x30i_MicroT2_sand_pip", - "BWA3_opticZO4x30i_RSAS_pip", - "BWA3_opticZO4x30i_RSAS_sand_pip", + "BWA3_optic_ZO4x30i_pip", + "BWA3_optic_ZO4x30i_sand_pip", + "BWA3_optic_ZO4x30i_MicroT2_pip", + "BWA3_optic_ZO4x30i_MicroT2_sand_pip", + "BWA3_optic_ZO4x30i_RSAS_pip", + "BWA3_optic_ZO4x30i_RSAS_sand_pip", "BWA3_optic_PMII_ShortdotCC_pip", "BWA3_optic_PMII_DMR_pip", "BWA3_optic_PMII_DMR_NSV_pip", From 4e3bbd11de8d60f687b6c17a76a38a0177ebd511 Mon Sep 17 00:00:00 2001 From: madpat3 Date: Sun, 7 Oct 2018 13:06:23 +0200 Subject: [PATCH 005/111] Update kp_liberation_config.sqf --- Missionframework/kp_liberation_config.sqf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 88833fd97..04924d468 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -306,6 +306,28 @@ KP_liberation_allowed_items_extension = [ "BWA3_optic_EOTech_Mag_Off", "BWA3_optic_EOTech_tan_Mag_On", "BWA3_optic_EOTech_tan_Mag_Off", + "BWA3_optic_CompM2_G36A2", + "BWA3_optic_CompM2_tan_G36A2", + "BWA3_optic_MicroT1_G36A2", + "BWA3_optic_MicroT2_G36A2", + "BWA3_optic_EOTech552_G36A2", + "BWA3_optic_EOTech552_tan_G36A2", + "BWA3_optic_EOTech_G36A2", + "BWA3_optic_EOTech_sand_G36A2", + "BWA3_optic_RSAS_G36A2", + "BWA3_optic_RSAS_brown_G36A2", + "BWA3_optic_RSAS_tan_G36A2", + "BWA3_optic_RSAS_sand_G36A2", + "BWA3_acc_VarioRay_flash", + "BWA3_acc_VarioRay_laser", + "BWA3_acc_LLM01_flash", + "BWA3_acc_LLM01_laser", + "BWA3_acc_LLM01_flash_underbarrel", + "BWA3_acc_LLM01_laser_underbarrel", + "BWA3_acc_LLM01_flash_tan", + "BWA3_acc_LLM01_laser_tan", + "BWA3_G36A2_pip", + "BWA3_G36A2_tan_pip", "BWA3_acc_VarioRay_flash", "BWA3_acc_VarioRay_laser", "BWA3_acc_LLM01_flash", From be1027e5ed522f63e1d22de14e5ad88483a34d1c Mon Sep 17 00:00:00 2001 From: madpat3 Date: Wed, 31 Oct 2018 19:37:33 +0100 Subject: [PATCH 006/111] Update kp_liberation_config.sqf more classnames for cup launchers, in conjunction with ace. --- Missionframework/kp_liberation_config.sqf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 04924d468..a4269ab45 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -350,7 +350,14 @@ KP_liberation_allowed_items_extension = [ "ACE_Chemlight_Shield_Green", "ACE_Chemlight_Shield_Red", "ACE_ReserveParachute", - "ACE_launch_NLAW_Used_F" + "ACE_launch_NLAW_Used_F", + "ACE_PreloadedMissileDummy_Strela_2_CUP", + "ACE_PreloadedMissileDummy_Stinger_CUP", + "ACE_PreloadedMissileDummy_Igla_CUP", + "ACE_PreloadedMissileDummy_CUP", + "ACE_PreloadedMissileDummy_M72A6_CUP", + "ACE_PreloadedMissileDummy_NLAW_CUP", + "ACE_PreloadedMissileDummy_RPG18_CUP" ]; /* - Configuration settings for crates transported by vehicles. From ebb9b2776aefe068fbc91d6651038e9c83e130ee Mon Sep 17 00:00:00 2001 From: madpat3 Date: Mon, 19 Nov 2018 20:26:29 +0100 Subject: [PATCH 007/111] Create rosche.sqf additional "ignore-buildings.sqf" for the map Rosche. --- .../scripts/server/civrep/ignored/rosche.sqf | 155 ++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 Missionframework/scripts/server/civrep/ignored/rosche.sqf diff --git a/Missionframework/scripts/server/civrep/ignored/rosche.sqf b/Missionframework/scripts/server/civrep/ignored/rosche.sqf new file mode 100644 index 000000000..c7c2a5671 --- /dev/null +++ b/Missionframework/scripts/server/civrep/ignored/rosche.sqf @@ -0,0 +1,155 @@ +KP_liberation_cr_ign_buildings = [ + "Land_Barn_W_01_dam", + "Land_Barracks_01_grey_F", + "Land_BellTower_01_V1_F", + "Land_BoatSmall_1", + "Land_BoatSmall_2a", + "Land_BoatSmall_2b", + "Land_cargo_house_slum_F", + "Land_cmp_Shed_F", + "Land_cmp_Tower_F", + "Land_CncShelter_F", + "Land_Communication_F", + "Land_Dirthump01", + "Land_dp_smallTank_F", + "Land_DPP_01_waterCooler_ladder_F", + "Land_Dulni_bs", + "Land_FireEscape_01_short_F", + "Land_FuelStation_01_pump_F", + "Land_FuelStation_02_pump_F", + "Land_FuelStation_Build_PMC", + "Land_Gate_IndVar2_5", + "Land_Gate_Wood1_5", + "Land_Gate_wood2_5", + "Land_GuardHouse_01_F", + "Land_hag_bridge_rail", + "Land_Hag_Garage", + "Land_hopper_old_PMC", + "Land_Hut06", + "Land_i_Addon_03_V1_F", + "Land_i_Addon_03mid_V1_F", + "Land_i_Addon_04_V1_F", + "Land_i_Barracks_V2_F", + "Land_i_Garage_V1_F", + "Land_i_Garage_V2_F", + "Land_Ind_BoardsPack1", + "Land_Ind_BoardsPack2", + "Land_Ind_MalyKomin", + "Land_Ind_SawMillPen", + "Land_Ind_Shed_01_EP1", + "Land_Ind_Shed_01_main", + "Land_Ind_Shed_02_end", + "Land_Ind_Shed_02_EP1", + "Land_Ind_Shed_02_main", + "Land_Ind_TankSmall", + "Land_Ind_TankSmall2", + "Land_Ind_Timbers", + "Land_Ind_Vysypka", + "Land_Ind_Workshop01_box", + "Land_KBud", + "Land_Kontejner", + "Land_Kulna", + "Land_LampDecor_F", + "Land_LampHalogen_F", + "Land_LampHarbour_F", + "Land_LampShabby_F", + "Land_LampStreet_F", + "Land_LampStreet_small_F", + "Land_Leseni2x", + "Land_Leseni4x", + "Land_Mausoleum_01_F", + "Land_MBG_ATC_Segment", + "Land_MBG_Beach_Chair_1", + "Land_MBG_Beach_Chair_2", + "Land_Metal_Shed_F", + "Land_MetalShelter_01_F", + "Land_MetalShelter_02_F", + "Land_Mil_Barracks", + "Land_MilOffices_V1_F", + "Land_Misc_Cargo1Ao", + "Land_Misc_Cargo1B", + "Land_Misc_Cargo1Bo", + "Land_Misc_Cargo1C", + "Land_Misc_Cargo1E", + "Land_Misc_Cargo1F", + "Land_Misc_deerstand", + "Land_Misc_GContainer_Big", + "Land_Misc_Scaffolding", + "Land_Misc_Well_C_EP1", + "Land_Molo_krychle", + "Land_Nasypka", + "Land_PierLadder_F", + "Land_PierWooden_01_10m_noRails_F", + "Land_PierWooden_01_ladder_F", + "Land_PierWooden_01_platform_F", + "Land_PierWooden_02_16m_F", + "Land_PierWooden_02_ladder_F", + "Land_Plot_green_branka", + "Land_Plot_green_vrata", + "Land_Plot_istan1_rovny_gate", + "Land_Plot_rust_branka", + "Land_Plot_rust_vrata", + "Land_Plot_zed_drevo1_branka", + "Land_popelnice", + "Land_PortableLight_double_F", + "Land_PortableLight_single_F", + "Land_Posed", + "Land_Psi_bouda", + "Land_pumpa", + "Land_Rail_Zavora", + "Land_ReservoirTank_Rust_F", + "Land_ruin_01", + "Land_ruin_01_PMC", + "Land_ruin_chimney", + "Land_ruin_chimney_PMC", + "Land_ruin_rubble", + "Land_ruin_wall", + "Land_ruin_walldoor", + "Land_Sara_zluty_statek_in", + "Land_SCF_01_heap_bagasse_F", + "Land_seno_balik", + "Land_Shed_03_F", + "Land_Shed_04_F", + "Land_Shed_06_F", + "Land_Shed_07_F", + "Land_Shed_Big_F", + "Land_Shed_M01", + "Land_Shed_M01_EP1", + "Land_Shed_M02", + "Land_Shed_M03", + "Land_Shed_Small_F", + "Land_Shed_W01", + "Land_Shed_W02_EP1", + "Land_Shed_W03", + "Land_Shed_wooden", + "Land_SignB_Hotel_CZ2", + "Land_SignB_Hotel_CZ3", + "Land_SignB_Pharmacy", + "Land_Slum_House01_F", + "Land_Slum_House02_F", + "Land_Slum_House03_F", + "Land_SM_01_shed_unfinished_F", + "Land_SM_01_shelter_narrow_F", + "Land_SM_01_shelter_wide_F", + "Land_TTowerBig_2_F", + "Land_u_Addon_01_V1_dam_F", + "Land_u_Addon_01_V1_F", + "Land_u_Shed_Ind_F", + "Land_Walkover_01_F", + "Land_Wall_CBrk_5_D", + "Land_Wall_CGry_5_D", + "Land_Wall_Gate_Ind1_L", + "Land_Wall_Gate_Ind1_R", + "Land_Wall_Gate_Ind2A_L", + "Land_Wall_Gate_Ind2A_R", + "Land_Wall_Gate_Ind2B_L", + "Land_Wall_Gate_Ind2B_R", + "Land_Wall_Gate_Ind2Rail_L", + "Land_Wall_Gate_Ind2Rail_R", + "Land_Wall_Gate_Village", + "Land_Wall_Gate_Wood1", + "Land_Warehouse_01_ladder_F", + "Land_WindmillPump_01_F", + "Land_WoodenShelter_01_F", + "Land_zavora_2" +]; From e8a0f7d0b3e5128d05befe8191f112d10e93fd6a Mon Sep 17 00:00:00 2001 From: madpat3 Date: Mon, 17 Dec 2018 09:24:43 +0100 Subject: [PATCH 008/111] Update kp_liberation_config.sqf and another addition, due to the latest bwa3 version (2.1) --- Missionframework/kp_liberation_config.sqf | 92 +++++++++++------------ 1 file changed, 43 insertions(+), 49 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index a4269ab45..1cc0d5bcf 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -261,6 +261,49 @@ KP_liberation_allowed_items_extension = [ "rhs_m136_hp_mag", "rhs_weap_M136_used", "rhs_m72a7_mag", + "BWA3_acc_LLM01_flash", + "BWA3_acc_LLM01_laser", + "BWA3_acc_LLM01_flash_underbarrel", + "BWA3_acc_LLM01_laser_underbarrel", + "BWA3_acc_LLM01_flash_tan", + "BWA3_acc_LLM01_laser_tan", + "BWA3_acc_VarioRay_flash", + "BWA3_acc_VarioRay_laser", + "BWA3_Bunkerfaust", + "BWA3_G36A2_pip", + "BWA3_G36A2_tan_pip", + "BWA3_optic_CompM2_G36A2", + "BWA3_optic_CompM2_tan_G36A2", + "BWA3_optic_EOTech_Mag_On", + "BWA3_optic_EOTech_Mag_Off", + "BWA3_optic_EOTech_tan_Mag_On", + "BWA3_optic_EOTech_tan_Mag_Off", + "BWA3_optic_EOTech552_G36A2", + "BWA3_optic_EOTech552_tan_G36A2", + "BWA3_optic_EOTech_G36A2", + "BWA3_optic_EOTech_sand_G36A2", + "BWA3_optic_Hensoldt_NSV", + "BWA3_optic_MicroT1_G36A2", + "BWA3_optic_MicroT2_G36A2", + "BWA3_optic_M5Xi_MSR_pip", + "BWA3_optic_M5Xi_MSR_MicroT2_pip", + "BWA3_optic_M5Xi_Tremor3_pip", + "BWA3_optic_M5Xi_Tremor3_MicroT2_pip", + "BWA3_optic_NSA80_G36", + "BWA3_optic_PMII_ShortdotCC_pip", + "BWA3_optic_PMII_DMR_pip", + "BWA3_optic_PMII_DMR_NSV_pip", + "BWA3_optic_PMII_DMR_MicroT1_rear_pip", + "BWA3_optic_PMII_DMR_MicroT1_front_pip", + "BWA3_optic_PMII_DMR_MicroT1_rear_NSV_pip", + "BWA3_optic_PMII_DMR_MicroT1_front_NSV_pip", + "BWA3_optic_PMII_DMR_NSV", + "BWA3_optic_PMII_DMR_MicroT1_rear_NSV", + "BWA3_optic_PMII_DMR_MicroT1_front_NSV", + "BWA3_optic_RSAS_G36A2", + "BWA3_optic_RSAS_brown_G36A2", + "BWA3_optic_RSAS_tan_G36A2", + "BWA3_optic_RSAS_sand_G36A2", "BWA3_optic_ZO4x30_pip", "BWA3_optic_ZO4x30_RSAS_pip", "BWA3_optic_ZO4x30_RSAS_NSV_pip", @@ -275,17 +318,6 @@ KP_liberation_allowed_items_extension = [ "BWA3_optic_ZO4x30i_MicroT2_sand_pip", "BWA3_optic_ZO4x30i_RSAS_pip", "BWA3_optic_ZO4x30i_RSAS_sand_pip", - "BWA3_optic_PMII_ShortdotCC_pip", - "BWA3_optic_PMII_DMR_pip", - "BWA3_optic_PMII_DMR_NSV_pip", - "BWA3_optic_PMII_DMR_MicroT1_rear_pip", - "BWA3_optic_PMII_DMR_MicroT1_front_pip", - "BWA3_optic_PMII_DMR_MicroT1_rear_NSV_pip", - "BWA3_optic_PMII_DMR_MicroT1_front_NSV_pip", - "BWA3_optic_M5Xi_MSR_pip", - "BWA3_optic_M5Xi_MSR_MicroT2_pip", - "BWA3_optic_M5Xi_Tremor3_pip", - "BWA3_optic_M5Xi_Tremor3_MicroT2_pip", "BWA3_optic_ZO4x30_RSAS_NSV", "BWA3_optic_ZO4x30_RSAS_IRV", "BWA3_optic_ZO4x30_MicroT2_NSV", @@ -298,44 +330,6 @@ KP_liberation_allowed_items_extension = [ "BWA3_optic_ZO4x30_MicroT2_brown_IRV", "BWA3_optic_ZO4x30_brown_NSV", "BWA3_optic_ZO4x30_brown_IRV", - "BWA3_optic_PMII_DMR_NSV", - "BWA3_optic_PMII_DMR_MicroT1_rear_NSV", - "BWA3_optic_PMII_DMR_MicroT1_front_NSV", - "BWA3_optic_Hensoldt_NSV", - "BWA3_optic_EOTech_Mag_On", - "BWA3_optic_EOTech_Mag_Off", - "BWA3_optic_EOTech_tan_Mag_On", - "BWA3_optic_EOTech_tan_Mag_Off", - "BWA3_optic_CompM2_G36A2", - "BWA3_optic_CompM2_tan_G36A2", - "BWA3_optic_MicroT1_G36A2", - "BWA3_optic_MicroT2_G36A2", - "BWA3_optic_EOTech552_G36A2", - "BWA3_optic_EOTech552_tan_G36A2", - "BWA3_optic_EOTech_G36A2", - "BWA3_optic_EOTech_sand_G36A2", - "BWA3_optic_RSAS_G36A2", - "BWA3_optic_RSAS_brown_G36A2", - "BWA3_optic_RSAS_tan_G36A2", - "BWA3_optic_RSAS_sand_G36A2", - "BWA3_acc_VarioRay_flash", - "BWA3_acc_VarioRay_laser", - "BWA3_acc_LLM01_flash", - "BWA3_acc_LLM01_laser", - "BWA3_acc_LLM01_flash_underbarrel", - "BWA3_acc_LLM01_laser_underbarrel", - "BWA3_acc_LLM01_flash_tan", - "BWA3_acc_LLM01_laser_tan", - "BWA3_G36A2_pip", - "BWA3_G36A2_tan_pip", - "BWA3_acc_VarioRay_flash", - "BWA3_acc_VarioRay_laser", - "BWA3_acc_LLM01_flash", - "BWA3_acc_LLM01_laser", - "BWA3_acc_LLM01_flash_underbarrel", - "BWA3_acc_LLM01_laser_underbarrel", - "BWA3_acc_LLM01_flash_tan", - "BWA3_acc_LLM01_laser_tan", "BWA3_PzF3", "BWA3_PzF3_Used", "BWA3_RGW90", From d34ab38ebd1fa48788eca4b18491c520aec3a682 Mon Sep 17 00:00:00 2001 From: Colin M Date: Sun, 27 Jan 2019 19:44:25 +0000 Subject: [PATCH 009/111] Refactor Vehicle Permissions to event handler and clean code Converted the Vehicle Permissions script to use the GetInMan Event Handler, and cleaned up the code Added blacklisted roles for Driver, Gunner and Commander to allow players to enter vehicle cargo for transport. --- .../scripts/client/init_client.sqf | 3 +- .../client/misc/vehicle_permissions.sqf | 52 +- _tools/.gitignore | 3 +- _tools/package-lock.json | 4869 ----------------- 4 files changed, 22 insertions(+), 4905 deletions(-) delete mode 100644 _tools/package-lock.json diff --git a/Missionframework/scripts/client/init_client.sqf b/Missionframework/scripts/client/init_client.sqf index 8e4c31a36..8c8f4cc90 100644 --- a/Missionframework/scripts/client/init_client.sqf +++ b/Missionframework/scripts/client/init_client.sqf @@ -28,6 +28,7 @@ write_credit_line = compileFinal preprocessFileLineNumbers "scripts\client\ui\wr do_load_box = compileFinal preprocessFileLineNumbers "scripts\client\ammoboxes\do_load_box.sqf"; kp_fuel_consumption = compileFinal preprocessFileLineNumbers "scripts\client\misc\kp_fuel_consumption.sqf"; kp_cr_checkVehicle = compileFinal preprocessFileLineNumbers "scripts\client\civrep\kp_cr_checkVehicle.sqf"; +kp_vehicle_permissions = compileFinal preprocessFileLineNumbers "scripts\client\misc\vehicle_permissions.sqf"; execVM "scripts\client\actions\action_manager.sqf"; execVM "scripts\client\actions\intel_manager.sqf"; @@ -54,7 +55,6 @@ execVM "scripts\client\misc\secondary_jip.sqf"; execVM "scripts\client\misc\stop_renegade.sqf"; execVM "scripts\client\misc\synchronise_vars.sqf"; execVM "scripts\client\misc\synchronise_eco.sqf"; -execVM "scripts\client\misc\vehicle_permissions.sqf"; execVM "scripts\client\spawn\redeploy_manager.sqf"; execVM "scripts\client\ui\ui_manager.sqf"; execVM "scripts\client\ui\tutorial_manager.sqf"; @@ -63,6 +63,7 @@ execVM "scripts\client\markers\update_production_sites.sqf"; player addMPEventHandler ["MPKilled", {_this spawn kill_manager;}]; player addEventHandler ["GetInMan", {[_this select 2] spawn kp_fuel_consumption;}]; player addEventHandler ["GetInMan", {[_this select 2] spawn kp_cr_checkVehicle;}]; +player addEventHandler ["GetInMan", {_this call kp_vehicle_permissions;}]; { [_x] call BIS_fnc_drawCuratorLocations; diff --git a/Missionframework/scripts/client/misc/vehicle_permissions.sqf b/Missionframework/scripts/client/misc/vehicle_permissions.sqf index 45b750651..ac62125d0 100644 --- a/Missionframework/scripts/client/misc/vehicle_permissions.sqf +++ b/Missionframework/scripts/client/misc/vehicle_permissions.sqf @@ -1,41 +1,25 @@ -private [ "_doeject" ]; +params ["_role", "_vehicle"]; -_doeject = false; +private _doEject = false; +private _blacklistedRoles = ["driver", "gunner", "commander"]; +private _permissableVehicles = [["Tank", 1, "STR_PERMISSION_NO_ARMOR"], ["Air", 2, "STR_PERMISSION_NO_AIR"]]; -while { true } do { - - waitUntil { alive player }; - - waitUntil { sleep 0.2; - vehicle player == player - }; - - waitUntil { sleep 0.2; - (vehicle player != player) && ( (vehicle player ) getCargoIndex player ) < 0 && isTouchingGround (vehicle player) && !((vehicle player ) isKindOf "ParachuteBase") +_playerVehicleDetails = _permissableVehicles select {_vehicle isKindOf (_x select 0)} select 0; +if(count _playerVehicleDetails == 0) then { + if(!([player, 0] call F_fetchPermission)) then { + _doEject = true; + hint localize "STR_PERMISSION_NO_LIGHT"; }; +} else { + _vehiclePermissionIndex = _playerVehicleDetails select 1; + _vehiclePermissionAccessMessage = _playerVehicleDetails select 2; - if ( (vehicle player ) isKindOf "Tank" ) then { - if ( ! ( [ player, 1 ] call F_fetchPermission ) ) then { - _doeject = true; - hint localize "STR_PERMISSION_NO_ARMOR"; - }; - } else { - if ( (vehicle player ) isKindOf "Air" ) then { - if ( ! ( [ player, 2 ] call F_fetchPermission ) ) then { - _doeject = true; - hint localize "STR_PERMISSION_NO_AIR"; - }; - } else { - if ( ! ( [ player, 0 ] call F_fetchPermission ) ) then { - _doeject = true; - hint localize "STR_PERMISSION_NO_LIGHT"; - }; - - }; + if(!([player, _vehiclePermissionIndex] call F_fetchPermission) && _role in _blacklistedRoles) then { + _doEject = true; + hint localize _vehiclePermissionAccessMessage; }; +}; - if ( _doeject ) then { - moveOut player; - _doeject = false; - }; +if (_doEject) then { + moveOut player; }; \ No newline at end of file diff --git a/_tools/.gitignore b/_tools/.gitignore index 63368e1a8..aa7d966f8 100644 --- a/_tools/.gitignore +++ b/_tools/.gitignore @@ -1,3 +1,4 @@ # Node node_modules/ -npm-debug.log* \ No newline at end of file +npm-debug.log* +package-lock.json \ No newline at end of file diff --git a/_tools/package-lock.json b/_tools/package-lock.json deleted file mode 100644 index 27a718d0d..000000000 --- a/_tools/package-lock.json +++ /dev/null @@ -1,4869 +0,0 @@ -{ - "name": "kp_liberation", - "requires": true, - "lockfileVersion": 1, - "dependencies": { - "@types/chokidar": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/@types/chokidar/-/chokidar-1.7.4.tgz", - "integrity": "sha512-QVuksEzbvU22DJg9vFW9O++u0yT6aXnn64qq/KzaUUWuf+E2IAEzAM90qGlgWpLq3pPHbUfvmlJz1TZnUePQUg==", - "requires": { - "@types/events": "1.1.0", - "@types/node": "9.4.1" - } - }, - "@types/del": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/del/-/del-3.0.0.tgz", - "integrity": "sha512-18mSs54BvzV8+TTQxt0ancig6tsuPZySnhp3cQkWFFDmDMavU4pmWwR+bHHqRBWODYqpzIzVkqKLuk/fP6yypQ==", - "requires": { - "@types/glob": "5.0.35" - } - }, - "@types/events": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@types/events/-/events-1.1.0.tgz", - "integrity": "sha512-y3bR98mzYOo0pAZuiLari+cQyiKk3UXRuT45h1RjhfeCzqkjaVsfZJNaxdgtk7/3tzOm1ozLTqEqMP3VbI48jw==" - }, - "@types/glob": { - "version": "5.0.35", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-5.0.35.tgz", - "integrity": "sha512-wc+VveszMLyMWFvXLkloixT4n0harUIVZjnpzztaZ0nKLuul7Z32iMt2fUFGAaZ4y1XWjFRMtCI5ewvyh4aIeg==", - "requires": { - "@types/events": "1.1.0", - "@types/minimatch": "3.0.3", - "@types/node": "9.4.1" - } - }, - "@types/glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@types/glob-stream/-/glob-stream-6.1.0.tgz", - "integrity": "sha512-RHv6ZQjcTncXo3thYZrsbAVwoy4vSKosSWhuhuQxLOTv74OJuFQxXkmUuZCr3q9uNBEVCvIzmZL/FeRNbHZGUg==", - "requires": { - "@types/glob": "5.0.35", - "@types/node": "9.4.1" - } - }, - "@types/gulp": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@types/gulp/-/gulp-4.0.5.tgz", - "integrity": "sha512-nx1QjPTiRpvLfYsZ7MBu7bT6Cm7tAXyLbY0xbdx2IEMxCK2v2urIhJMQZHW0iV1TskM71Xl6p2uRRuWDbk+/7g==", - "requires": { - "@types/chokidar": "1.7.4", - "@types/undertaker": "1.1.4", - "@types/vinyl-fs": "2.4.8" - } - }, - "@types/gulp-replace": { - "version": "0.0.31", - "resolved": "https://registry.npmjs.org/@types/gulp-replace/-/gulp-replace-0.0.31.tgz", - "integrity": "sha512-dbgQ1u0N9ShXrzahBgQfMSu6qUh8nlTLt7whhQ0S0sEUHhV3scysppJ1UX0fl53PJENgAL99ueykddyrCaDt7g==", - "requires": { - "@types/node": "9.4.1" - } - }, - "@types/gulp-zip": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/gulp-zip/-/gulp-zip-4.0.0.tgz", - "integrity": "sha512-fhCJBeogdaEEj1+J1r46EQUsiSToPA8A2E9fRLua9hCu3AIGJ3Rf0Yayl7ssnsIW6t2vmMgQLW6TWCakGkVfHw==", - "requires": { - "@types/node": "9.4.1" - } - }, - "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", - "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" - }, - "@types/node": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-9.4.1.tgz", - "integrity": "sha512-9ESUxmXt1Isc1xKfDBZ7tpULyTPY5ZCywcfvQTXoLUqP+n4D+MBH+0n75hdzrcmfCc3eWByOi27+GLmMuAvcUA==" - }, - "@types/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I=" - }, - "@types/strip-json-comments": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", - "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==" - }, - "@types/undertaker": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@types/undertaker/-/undertaker-1.1.4.tgz", - "integrity": "sha512-LhkjHZmh7zDJm4SRn59+LN7rYMy41s+GkKmMiaoXpnsWijkYTLPnOG4z8s2SLS5PE/fEZrQXhLBTR+iImM3feA==", - "requires": { - "@types/events": "1.1.0", - "@types/undertaker-registry": "1.0.1" - } - }, - "@types/undertaker-registry": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/undertaker-registry/-/undertaker-registry-1.0.1.tgz", - "integrity": "sha512-Z4TYuEKn9+RbNVk1Ll2SS4x1JeLHecolIbM/a8gveaHsW0Hr+RQMraZACwTO2VD7JvepgA6UO1A1VrbktQrIbQ==" - }, - "@types/vinyl": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.2.tgz", - "integrity": "sha512-2iYpNuOl98SrLPBZfEN9Mh2JCJ2EI9HU35SfgBEb51DcmaHkhp8cKMblYeBqMQiwXMgAD3W60DbQ4i/UdLiXhw==", - "requires": { - "@types/node": "9.4.1" - } - }, - "@types/vinyl-fs": { - "version": "2.4.8", - "resolved": "https://registry.npmjs.org/@types/vinyl-fs/-/vinyl-fs-2.4.8.tgz", - "integrity": "sha512-yE2pN9OOrxJVeO7IZLHAHrh5R4Q0osbn5WQRuQU6GdXoK7dNFrMK3K7YhATkzf3z0yQBkol3+gafs7Rp0s7dDg==", - "requires": { - "@types/glob-stream": "6.1.0", - "@types/node": "9.4.1", - "@types/vinyl": "2.0.2" - } - }, - "@types/vinyl-paths": { - "version": "0.0.31", - "resolved": "https://registry.npmjs.org/@types/vinyl-paths/-/vinyl-paths-0.0.31.tgz", - "integrity": "sha512-sw1o+DVXwEuPN4YsirTYTSmtuTDeoyJU217CZ4EuJkerdo7h6lacj7wGUA6mQNl0YgYmu+pTM1FrusLhWlELWg==", - "requires": { - "@types/node": "9.4.1" - } - }, - "ansi-colors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.0.1.tgz", - "integrity": "sha512-yopkAU0ZD/WQ56Tms3xLn6jRuX3SyUMAVi0FdmDIbmmnHW3jHiI1sQFdUl3gfVddjnrsP3Y6ywFKvCRopvoVIA==", - "requires": { - "ansi-wrap": "0.1.0" - } - }, - "ansi-cyan": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz", - "integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=", - "requires": { - "ansi-wrap": "0.1.0" - } - }, - "ansi-gray": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz", - "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=", - "requires": { - "ansi-wrap": "0.1.0" - } - }, - "ansi-red": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz", - "integrity": "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=", - "requires": { - "ansi-wrap": "0.1.0" - } - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" - }, - "ansi-styles": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz", - "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", - "requires": { - "color-convert": "1.9.1" - } - }, - "ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", - "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=" - }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "requires": { - "micromatch": "3.1.5", - "normalize-path": "2.1.1" - } - }, - "append-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", - "integrity": "sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=", - "requires": { - "buffer-equal": "1.0.0" - } - }, - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" - }, - "arr-filter": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz", - "integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=", - "requires": { - "make-iterator": "1.0.0" - } - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" - }, - "arr-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz", - "integrity": "sha1-Onc0X/wc814qkYJWAfnljy4kysQ=", - "requires": { - "make-iterator": "1.0.0" - } - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" - }, - "array-differ": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", - "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=" - }, - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", - "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=" - }, - "array-initial": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz", - "integrity": "sha1-L6dLJnOTccOUe9enrcc74zSz15U=", - "requires": { - "array-slice": "1.1.0", - "is-number": "4.0.0" - }, - "dependencies": { - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", - "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" - } - } - }, - "array-last": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz", - "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==", - "requires": { - "is-number": "4.0.0" - }, - "dependencies": { - "is-number": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", - "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" - } - } - }, - "array-slice": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", - "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" - }, - "array-sort": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz", - "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==", - "requires": { - "default-compare": "1.0.0", - "get-value": "2.0.6", - "kind-of": "5.1.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "requires": { - "array-uniq": "1.0.3" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" - }, - "async-done": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.2.4.tgz", - "integrity": "sha512-mxc+yISkb0vjsuvG3dJCIZXzRWjKndQ9Zo9zNDJ1K2wh9eP0E0oGmOWm+4cFOvW4dA0tGFImTW5tQJHCtn1kIQ==", - "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0", - "process-nextick-args": "1.0.7", - "stream-exhaust": "1.0.2" - }, - "dependencies": { - "process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=" - } - } - }, - "async-each": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", - "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=" - }, - "async-settle": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz", - "integrity": "sha1-HQqRS7Aldb7IqPOnTlCA9yssDGs=", - "requires": { - "async-done": "1.2.4" - } - }, - "atob": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.0.3.tgz", - "integrity": "sha1-GcenYEc3dEaPILLS0DNyrX1Mv10=" - }, - "bach": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz", - "integrity": "sha1-Szzpa/JxNPeaG0FKUcFONMO9mIA=", - "requires": { - "arr-filter": "1.1.2", - "arr-flatten": "1.1.0", - "arr-map": "2.0.2", - "array-each": "1.0.1", - "array-initial": "1.1.0", - "array-last": "1.3.0", - "async-done": "1.2.4", - "async-settle": "1.0.0", - "now-and-later": "2.0.0" - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "requires": { - "cache-base": "1.0.1", - "class-utils": "0.3.6", - "component-emitter": "1.2.1", - "define-property": "1.0.0", - "isobject": "3.0.1", - "mixin-deep": "1.3.1", - "pascalcase": "0.1.1" - } - }, - "beeper": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz", - "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=" - }, - "binary": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", - "integrity": "sha1-n2BVO8XOjDOG87VTz/R0Yq3sqnk=", - "requires": { - "buffers": "0.1.1", - "chainsaw": "0.1.0" - } - }, - "binary-extensions": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz", - "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=" - }, - "binaryextensions": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.1.tgz", - "integrity": "sha1-HmN0iLNbWL2l9HdL+WpSEqjJB1U=" - }, - "brace-expansion": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", - "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", - "requires": { - "balanced-match": "1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.0.tgz", - "integrity": "sha512-P4O8UQRdGiMLWSizsApmXVQDBS6KCt7dSexgLKBmH5Hr1CZq7vsnscFh8oR1sP1ab1Zj0uCHCEzZeV6SfUf3rA==", - "requires": { - "arr-flatten": "1.1.0", - "array-unique": "0.3.2", - "define-property": "1.0.0", - "extend-shallow": "2.0.1", - "fill-range": "4.0.0", - "isobject": "3.0.1", - "repeat-element": "1.1.2", - "snapdragon": "0.8.1", - "snapdragon-node": "2.1.1", - "split-string": "3.1.0", - "to-regex": "3.0.1" - } - }, - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=" - }, - "buffer-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz", - "integrity": "sha1-WWFrSYME1Var1GaWayLu2j7KX74=" - }, - "buffers": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", - "integrity": "sha1-skV5w77U1tOWru5tmorn9Ugqt7s=" - }, - "builtin-modules": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", - "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=" - }, - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "requires": { - "collection-visit": "1.0.0", - "component-emitter": "1.2.1", - "get-value": "2.0.6", - "has-value": "1.0.0", - "isobject": "3.0.1", - "set-value": "2.0.0", - "to-object-path": "0.3.0", - "union-value": "1.0.0", - "unset-value": "1.0.0" - } - }, - "camelcase": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", - "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" - }, - "chainsaw": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", - "integrity": "sha1-XqtQsor+WAdNDVgpE4iCi15fvJg=", - "requires": { - "traverse": "0.3.9" - } - }, - "chalk": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", - "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", - "requires": { - "ansi-styles": "3.2.0", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" - } - }, - "chokidar": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.1.tgz", - "integrity": "sha512-rv5iP8ENhpqvDWr677rAXcB+SMoPQ1urd4ch79+PhM4lQwbATdJUQK69t0lJIKNB+VXpqxt5V1gvqs59XEPKnw==", - "requires": { - "anymatch": "2.0.0", - "async-each": "1.0.1", - "braces": "2.3.0", - "fsevents": "1.1.3", - "glob-parent": "3.1.0", - "inherits": "2.0.3", - "is-binary-path": "1.0.1", - "is-glob": "4.0.0", - "normalize-path": "2.1.1", - "path-is-absolute": "1.0.1", - "readdirp": "2.1.0", - "upath": "1.0.0" - } - }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "requires": { - "arr-union": "3.1.0", - "define-property": "0.2.5", - "isobject": "3.0.1", - "static-extend": "0.1.2" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "0.1.6" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" - } - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "cliui": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", - "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", - "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wrap-ansi": "2.1.0" - } - }, - "clone": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz", - "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=" - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", - "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=" - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=" - }, - "cloneable-readable": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz", - "integrity": "sha1-pikNQT8hemEjL5XkWP84QYz7ARc=", - "requires": { - "inherits": "2.0.3", - "process-nextick-args": "1.0.7", - "through2": "2.0.3" - }, - "dependencies": { - "process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=" - } - } - }, - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" - }, - "collection-map": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz", - "integrity": "sha1-rqDwb40mx4DCt1SUOFVEsiVa8Yw=", - "requires": { - "arr-map": "2.0.2", - "for-own": "1.0.0", - "make-iterator": "1.0.0" - } - }, - "collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "requires": { - "map-visit": "1.0.0", - "object-visit": "1.0.1" - } - }, - "color-convert": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz", - "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" - }, - "component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "concat-stream": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz", - "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=", - "requires": { - "inherits": "2.0.3", - "readable-stream": "2.3.4", - "typedarray": "0.0.6" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "convert-source-map": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz", - "integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=" - }, - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" - }, - "copy-props": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.1.tgz", - "integrity": "sha1-Zl/DIEbKhKiYq6o8WUXn8kjMugA=", - "requires": { - "each-props": "1.3.1", - "is-plain-object": "2.0.4" - } - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "d": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz", - "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", - "requires": { - "es5-ext": "0.10.38" - } - }, - "dateformat": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz", - "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" - }, - "default-compare": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz", - "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==", - "requires": { - "kind-of": "5.1.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "default-resolution": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz", - "integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=" - }, - "define-properties": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz", - "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=", - "requires": { - "foreach": "2.0.5", - "object-keys": "1.0.11" - } - }, - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "1.0.2" - } - }, - "del": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz", - "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=", - "requires": { - "globby": "6.1.0", - "is-path-cwd": "1.0.0", - "is-path-in-cwd": "1.0.0", - "p-map": "1.2.0", - "pify": "3.0.0", - "rimraf": "2.6.2" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" - } - } - }, - "detect-file": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", - "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=" - }, - "diff": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz", - "integrity": "sha512-QpVuMTEoJMF7cKzi6bvWhRulU1fZqZnvyVQgNhPaxxuTYwyjn/j1v9falseQ/uXWwPnO56RBfwtg4h/EQXmucA==" - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", - "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", - "requires": { - "readable-stream": "1.1.14" - }, - "dependencies": { - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - } - } - }, - "duplexify": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.3.tgz", - "integrity": "sha512-g8ID9OroF9hKt2POf8YLayy+9594PzmM3scI00/uBXocX3TWNgoB67hjzkFe9ITAbQOne/lLdBxHXvYUM4ZgGA==", - "requires": { - "end-of-stream": "1.4.1", - "inherits": "2.0.3", - "readable-stream": "2.3.4", - "stream-shift": "1.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "each-props": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.1.tgz", - "integrity": "sha1-/BOPUeOid0KG1IWOAtbn3kYt4Vg=", - "requires": { - "is-plain-object": "2.0.4", - "object.defaults": "1.1.0" - } - }, - "end-of-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", - "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", - "requires": { - "once": "1.4.0" - } - }, - "error-ex": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz", - "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=", - "requires": { - "is-arrayish": "0.2.1" - } - }, - "es5-ext": { - "version": "0.10.38", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.38.tgz", - "integrity": "sha512-jCMyePo7AXbUESwbl8Qi01VSH2piY9s/a3rSU/5w/MlTIx8HPL1xn2InGN8ejt/xulcJgnTO7vqNtOAxzYd2Kg==", - "requires": { - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" - } - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.38", - "es6-symbol": "3.1.1" - } - }, - "es6-symbol": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", - "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.38" - } - }, - "es6-weak-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz", - "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=", - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.38", - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "requires": { - "debug": "2.6.9", - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "posix-character-classes": "0.1.1", - "regex-not": "1.0.0", - "snapdragon": "0.8.1", - "to-regex": "3.0.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "0.1.6" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" - } - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", - "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", - "requires": { - "homedir-polyfill": "1.0.1" - } - }, - "extend": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "0.1.1" - } - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "requires": { - "array-unique": "0.3.2", - "define-property": "1.0.0", - "expand-brackets": "2.1.4", - "extend-shallow": "2.0.1", - "fragment-cache": "0.2.1", - "regex-not": "1.0.0", - "snapdragon": "0.8.1", - "to-regex": "3.0.1" - } - }, - "fancy-log": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.2.tgz", - "integrity": "sha1-9BEl49hPLn2JpD0G2VjI94vha+E=", - "requires": { - "ansi-gray": "0.1.1", - "color-support": "1.1.3", - "time-stamp": "1.1.0" - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "2.0.1", - "is-number": "3.0.0", - "repeat-string": "1.6.1", - "to-regex-range": "2.1.1" - } - }, - "find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "requires": { - "path-exists": "2.1.0", - "pinkie-promise": "2.0.1" - } - }, - "findup-sync": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", - "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=", - "requires": { - "detect-file": "1.0.0", - "is-glob": "3.1.0", - "micromatch": "3.1.5", - "resolve-dir": "1.0.1" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "requires": { - "is-extglob": "2.1.1" - } - } - } - }, - "fined": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fined/-/fined-1.1.0.tgz", - "integrity": "sha1-s33IRLdqL15wgeiE98CuNE8VNHY=", - "requires": { - "expand-tilde": "2.0.2", - "is-plain-object": "2.0.4", - "object.defaults": "1.1.0", - "object.pick": "1.3.0", - "parse-filepath": "1.0.2" - } - }, - "flagged-respawn": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.0.tgz", - "integrity": "sha1-Tnmumy6zi/hrO7Vr8+ClaqX8q9c=" - }, - "flush-write-stream": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.2.tgz", - "integrity": "sha1-yBuQ2HRnZvGmCaRoCZRsRd2K5Bc=", - "requires": { - "inherits": "2.0.3", - "readable-stream": "2.3.4" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" - }, - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", - "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", - "requires": { - "for-in": "1.0.2" - } - }, - "foreach": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", - "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "requires": { - "map-cache": "0.2.2" - } - }, - "fs-mkdirp-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", - "integrity": "sha1-C3gV/DIBxqaeFNuYzgmMFpNSWes=", - "requires": { - "graceful-fs": "4.1.11", - "through2": "2.0.3" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz", - "integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==", - "optional": true, - "requires": { - "nan": "2.8.0", - "node-pre-gyp": "0.6.39" - }, - "dependencies": { - "abbrev": { - "version": "1.1.0", - "bundled": true, - "optional": true - }, - "ajv": { - "version": "4.11.8", - "bundled": true, - "optional": true, - "requires": { - "co": "4.6.0", - "json-stable-stringify": "1.0.1" - } - }, - "ansi-regex": { - "version": "2.1.1", - "bundled": true - }, - "aproba": { - "version": "1.1.1", - "bundled": true, - "optional": true - }, - "are-we-there-yet": { - "version": "1.1.4", - "bundled": true, - "optional": true, - "requires": { - "delegates": "1.0.0", - "readable-stream": "2.2.9" - } - }, - "asn1": { - "version": "0.2.3", - "bundled": true, - "optional": true - }, - "assert-plus": { - "version": "0.2.0", - "bundled": true, - "optional": true - }, - "asynckit": { - "version": "0.4.0", - "bundled": true, - "optional": true - }, - "aws-sign2": { - "version": "0.6.0", - "bundled": true, - "optional": true - }, - "aws4": { - "version": "1.6.0", - "bundled": true, - "optional": true - }, - "balanced-match": { - "version": "0.4.2", - "bundled": true - }, - "bcrypt-pbkdf": { - "version": "1.0.1", - "bundled": true, - "optional": true, - "requires": { - "tweetnacl": "0.14.5" - } - }, - "block-stream": { - "version": "0.0.9", - "bundled": true, - "requires": { - "inherits": "2.0.3" - } - }, - "boom": { - "version": "2.10.1", - "bundled": true, - "requires": { - "hoek": "2.16.3" - } - }, - "brace-expansion": { - "version": "1.1.7", - "bundled": true, - "requires": { - "balanced-match": "0.4.2", - "concat-map": "0.0.1" - } - }, - "buffer-shims": { - "version": "1.0.0", - "bundled": true - }, - "caseless": { - "version": "0.12.0", - "bundled": true, - "optional": true - }, - "co": { - "version": "4.6.0", - "bundled": true, - "optional": true - }, - "code-point-at": { - "version": "1.1.0", - "bundled": true - }, - "combined-stream": { - "version": "1.0.5", - "bundled": true, - "requires": { - "delayed-stream": "1.0.0" - } - }, - "concat-map": { - "version": "0.0.1", - "bundled": true - }, - "console-control-strings": { - "version": "1.1.0", - "bundled": true - }, - "core-util-is": { - "version": "1.0.2", - "bundled": true - }, - "cryptiles": { - "version": "2.0.5", - "bundled": true, - "requires": { - "boom": "2.10.1" - } - }, - "dashdash": { - "version": "1.14.1", - "bundled": true, - "optional": true, - "requires": { - "assert-plus": "1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "bundled": true, - "optional": true - } - } - }, - "debug": { - "version": "2.6.8", - "bundled": true, - "optional": true, - "requires": { - "ms": "2.0.0" - } - }, - "deep-extend": { - "version": "0.4.2", - "bundled": true, - "optional": true - }, - "delayed-stream": { - "version": "1.0.0", - "bundled": true - }, - "delegates": { - "version": "1.0.0", - "bundled": true, - "optional": true - }, - "detect-libc": { - "version": "1.0.2", - "bundled": true, - "optional": true - }, - "ecc-jsbn": { - "version": "0.1.1", - "bundled": true, - "optional": true, - "requires": { - "jsbn": "0.1.1" - } - }, - "extend": { - "version": "3.0.1", - "bundled": true, - "optional": true - }, - "extsprintf": { - "version": "1.0.2", - "bundled": true - }, - "forever-agent": { - "version": "0.6.1", - "bundled": true, - "optional": true - }, - "form-data": { - "version": "2.1.4", - "bundled": true, - "optional": true, - "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.5", - "mime-types": "2.1.15" - } - }, - "fs.realpath": { - "version": "1.0.0", - "bundled": true - }, - "fstream": { - "version": "1.0.11", - "bundled": true, - "requires": { - "graceful-fs": "4.1.11", - "inherits": "2.0.3", - "mkdirp": "0.5.1", - "rimraf": "2.6.1" - } - }, - "fstream-ignore": { - "version": "1.0.5", - "bundled": true, - "optional": true, - "requires": { - "fstream": "1.0.11", - "inherits": "2.0.3", - "minimatch": "3.0.4" - } - }, - "gauge": { - "version": "2.7.4", - "bundled": true, - "optional": true, - "requires": { - "aproba": "1.1.1", - "console-control-strings": "1.1.0", - "has-unicode": "2.0.1", - "object-assign": "4.1.1", - "signal-exit": "3.0.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wide-align": "1.1.2" - } - }, - "getpass": { - "version": "0.1.7", - "bundled": true, - "optional": true, - "requires": { - "assert-plus": "1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "bundled": true, - "optional": true - } - } - }, - "glob": { - "version": "7.1.2", - "bundled": true, - "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - } - }, - "graceful-fs": { - "version": "4.1.11", - "bundled": true - }, - "har-schema": { - "version": "1.0.5", - "bundled": true, - "optional": true - }, - "har-validator": { - "version": "4.2.1", - "bundled": true, - "optional": true, - "requires": { - "ajv": "4.11.8", - "har-schema": "1.0.5" - } - }, - "has-unicode": { - "version": "2.0.1", - "bundled": true, - "optional": true - }, - "hawk": { - "version": "3.1.3", - "bundled": true, - "requires": { - "boom": "2.10.1", - "cryptiles": "2.0.5", - "hoek": "2.16.3", - "sntp": "1.0.9" - } - }, - "hoek": { - "version": "2.16.3", - "bundled": true - }, - "http-signature": { - "version": "1.1.1", - "bundled": true, - "optional": true, - "requires": { - "assert-plus": "0.2.0", - "jsprim": "1.4.0", - "sshpk": "1.13.0" - } - }, - "inflight": { - "version": "1.0.6", - "bundled": true, - "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" - } - }, - "inherits": { - "version": "2.0.3", - "bundled": true - }, - "ini": { - "version": "1.3.4", - "bundled": true, - "optional": true - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "bundled": true, - "requires": { - "number-is-nan": "1.0.1" - } - }, - "is-typedarray": { - "version": "1.0.0", - "bundled": true, - "optional": true - }, - "isarray": { - "version": "1.0.0", - "bundled": true - }, - "isstream": { - "version": "0.1.2", - "bundled": true, - "optional": true - }, - "jodid25519": { - "version": "1.0.2", - "bundled": true, - "optional": true, - "requires": { - "jsbn": "0.1.1" - } - }, - "jsbn": { - "version": "0.1.1", - "bundled": true, - "optional": true - }, - "json-schema": { - "version": "0.2.3", - "bundled": true, - "optional": true - }, - "json-stable-stringify": { - "version": "1.0.1", - "bundled": true, - "optional": true, - "requires": { - "jsonify": "0.0.0" - } - }, - "json-stringify-safe": { - "version": "5.0.1", - "bundled": true, - "optional": true - }, - "jsonify": { - "version": "0.0.0", - "bundled": true, - "optional": true - }, - "jsprim": { - "version": "1.4.0", - "bundled": true, - "optional": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.0.2", - "json-schema": "0.2.3", - "verror": "1.3.6" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "bundled": true, - "optional": true - } - } - }, - "mime-db": { - "version": "1.27.0", - "bundled": true - }, - "mime-types": { - "version": "2.1.15", - "bundled": true, - "requires": { - "mime-db": "1.27.0" - } - }, - "minimatch": { - "version": "3.0.4", - "bundled": true, - "requires": { - "brace-expansion": "1.1.7" - } - }, - "minimist": { - "version": "0.0.8", - "bundled": true - }, - "mkdirp": { - "version": "0.5.1", - "bundled": true, - "requires": { - "minimist": "0.0.8" - } - }, - "ms": { - "version": "2.0.0", - "bundled": true, - "optional": true - }, - "node-pre-gyp": { - "version": "0.6.39", - "bundled": true, - "optional": true, - "requires": { - "detect-libc": "1.0.2", - "hawk": "3.1.3", - "mkdirp": "0.5.1", - "nopt": "4.0.1", - "npmlog": "4.1.0", - "rc": "1.2.1", - "request": "2.81.0", - "rimraf": "2.6.1", - "semver": "5.3.0", - "tar": "2.2.1", - "tar-pack": "3.4.0" - } - }, - "nopt": { - "version": "4.0.1", - "bundled": true, - "optional": true, - "requires": { - "abbrev": "1.1.0", - "osenv": "0.1.4" - } - }, - "npmlog": { - "version": "4.1.0", - "bundled": true, - "optional": true, - "requires": { - "are-we-there-yet": "1.1.4", - "console-control-strings": "1.1.0", - "gauge": "2.7.4", - "set-blocking": "2.0.0" - } - }, - "number-is-nan": { - "version": "1.0.1", - "bundled": true - }, - "oauth-sign": { - "version": "0.8.2", - "bundled": true, - "optional": true - }, - "object-assign": { - "version": "4.1.1", - "bundled": true, - "optional": true - }, - "once": { - "version": "1.4.0", - "bundled": true, - "requires": { - "wrappy": "1.0.2" - } - }, - "os-homedir": { - "version": "1.0.2", - "bundled": true, - "optional": true - }, - "os-tmpdir": { - "version": "1.0.2", - "bundled": true, - "optional": true - }, - "osenv": { - "version": "0.1.4", - "bundled": true, - "optional": true, - "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "bundled": true - }, - "performance-now": { - "version": "0.2.0", - "bundled": true, - "optional": true - }, - "process-nextick-args": { - "version": "1.0.7", - "bundled": true - }, - "punycode": { - "version": "1.4.1", - "bundled": true, - "optional": true - }, - "qs": { - "version": "6.4.0", - "bundled": true, - "optional": true - }, - "rc": { - "version": "1.2.1", - "bundled": true, - "optional": true, - "requires": { - "deep-extend": "0.4.2", - "ini": "1.3.4", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" - }, - "dependencies": { - "minimist": { - "version": "1.2.0", - "bundled": true, - "optional": true - } - } - }, - "readable-stream": { - "version": "2.2.9", - "bundled": true, - "requires": { - "buffer-shims": "1.0.0", - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "string_decoder": "1.0.1", - "util-deprecate": "1.0.2" - } - }, - "request": { - "version": "2.81.0", - "bundled": true, - "optional": true, - "requires": { - "aws-sign2": "0.6.0", - "aws4": "1.6.0", - "caseless": "0.12.0", - "combined-stream": "1.0.5", - "extend": "3.0.1", - "forever-agent": "0.6.1", - "form-data": "2.1.4", - "har-validator": "4.2.1", - "hawk": "3.1.3", - "http-signature": "1.1.1", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.15", - "oauth-sign": "0.8.2", - "performance-now": "0.2.0", - "qs": "6.4.0", - "safe-buffer": "5.0.1", - "stringstream": "0.0.5", - "tough-cookie": "2.3.2", - "tunnel-agent": "0.6.0", - "uuid": "3.0.1" - } - }, - "rimraf": { - "version": "2.6.1", - "bundled": true, - "requires": { - "glob": "7.1.2" - } - }, - "safe-buffer": { - "version": "5.0.1", - "bundled": true - }, - "semver": { - "version": "5.3.0", - "bundled": true, - "optional": true - }, - "set-blocking": { - "version": "2.0.0", - "bundled": true, - "optional": true - }, - "signal-exit": { - "version": "3.0.2", - "bundled": true, - "optional": true - }, - "sntp": { - "version": "1.0.9", - "bundled": true, - "requires": { - "hoek": "2.16.3" - } - }, - "sshpk": { - "version": "1.13.0", - "bundled": true, - "optional": true, - "requires": { - "asn1": "0.2.3", - "assert-plus": "1.0.0", - "bcrypt-pbkdf": "1.0.1", - "dashdash": "1.14.1", - "ecc-jsbn": "0.1.1", - "getpass": "0.1.7", - "jodid25519": "1.0.2", - "jsbn": "0.1.1", - "tweetnacl": "0.14.5" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "bundled": true, - "optional": true - } - } - }, - "string-width": { - "version": "1.0.2", - "bundled": true, - "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" - } - }, - "string_decoder": { - "version": "1.0.1", - "bundled": true, - "requires": { - "safe-buffer": "5.0.1" - } - }, - "stringstream": { - "version": "0.0.5", - "bundled": true, - "optional": true - }, - "strip-ansi": { - "version": "3.0.1", - "bundled": true, - "requires": { - "ansi-regex": "2.1.1" - } - }, - "strip-json-comments": { - "version": "2.0.1", - "bundled": true, - "optional": true - }, - "tar": { - "version": "2.2.1", - "bundled": true, - "requires": { - "block-stream": "0.0.9", - "fstream": "1.0.11", - "inherits": "2.0.3" - } - }, - "tar-pack": { - "version": "3.4.0", - "bundled": true, - "optional": true, - "requires": { - "debug": "2.6.8", - "fstream": "1.0.11", - "fstream-ignore": "1.0.5", - "once": "1.4.0", - "readable-stream": "2.2.9", - "rimraf": "2.6.1", - "tar": "2.2.1", - "uid-number": "0.0.6" - } - }, - "tough-cookie": { - "version": "2.3.2", - "bundled": true, - "optional": true, - "requires": { - "punycode": "1.4.1" - } - }, - "tunnel-agent": { - "version": "0.6.0", - "bundled": true, - "optional": true, - "requires": { - "safe-buffer": "5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "bundled": true, - "optional": true - }, - "uid-number": { - "version": "0.0.6", - "bundled": true, - "optional": true - }, - "util-deprecate": { - "version": "1.0.2", - "bundled": true - }, - "uuid": { - "version": "3.0.1", - "bundled": true, - "optional": true - }, - "verror": { - "version": "1.3.6", - "bundled": true, - "optional": true, - "requires": { - "extsprintf": "1.0.2" - } - }, - "wide-align": { - "version": "1.1.2", - "bundled": true, - "optional": true, - "requires": { - "string-width": "1.0.2" - } - }, - "wrappy": { - "version": "1.0.2", - "bundled": true - } - } - }, - "fstream": { - "version": "0.1.31", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz", - "integrity": "sha1-czfwWPu7vvqMn1YaKMqwhJICyYg=", - "requires": { - "graceful-fs": "3.0.11", - "inherits": "2.0.3", - "mkdirp": "0.5.1", - "rimraf": "2.6.2" - }, - "dependencies": { - "graceful-fs": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", - "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", - "requires": { - "natives": "1.1.1" - } - } - } - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "get-caller-file": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz", - "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=" - }, - "get-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", - "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" - }, - "glob": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", - "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" - }, - "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "requires": { - "is-extglob": "2.1.1" - } - } - } - }, - "glob-stream": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", - "integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=", - "requires": { - "extend": "3.0.1", - "glob": "7.1.2", - "glob-parent": "3.1.0", - "is-negated-glob": "1.0.0", - "ordered-read-streams": "1.0.1", - "pumpify": "1.4.0", - "readable-stream": "2.3.4", - "remove-trailing-separator": "1.1.0", - "to-absolute-glob": "2.0.2", - "unique-stream": "2.2.1" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "glob-watcher": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.0.tgz", - "integrity": "sha1-XhR4h/hzMTTCErwZaX3aGaAp6y4=", - "requires": { - "async-done": "1.2.4", - "chokidar": "2.0.1", - "just-debounce": "1.0.0", - "object.defaults": "1.1.0" - } - }, - "global-modules": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", - "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", - "requires": { - "global-prefix": "1.0.2", - "is-windows": "1.0.1", - "resolve-dir": "1.0.1" - } - }, - "global-prefix": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", - "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", - "requires": { - "expand-tilde": "2.0.2", - "homedir-polyfill": "1.0.1", - "ini": "1.3.5", - "is-windows": "1.0.1", - "which": "1.3.0" - } - }, - "globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "requires": { - "array-union": "1.0.2", - "glob": "7.1.2", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" - }, - "dependencies": { - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - } - } - }, - "glogg": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.1.tgz", - "integrity": "sha512-ynYqXLoluBKf9XGR1gA59yEJisIL7YHEH4xr3ZziHB5/yl4qWfaK8Js9jGe6gBGCSCKVqiyO30WnRZADvemUNw==", - "requires": { - "sparkles": "1.0.0" - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" - }, - "gulp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz", - "integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=", - "requires": { - "glob-watcher": "5.0.0", - "gulp-cli": "2.0.1", - "undertaker": "1.2.0", - "vinyl-fs": "3.0.2" - }, - "dependencies": { - "gulp-cli": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.0.1.tgz", - "integrity": "sha512-RxujJJdN8/O6IW2nPugl7YazhmrIEjmiVfPKrWt68r71UCaLKS71Hp0gpKT+F6qOUFtr7KqtifDKaAJPRVvMYQ==", - "requires": { - "ansi-colors": "1.0.1", - "archy": "1.0.0", - "array-sort": "1.0.0", - "color-support": "1.1.3", - "concat-stream": "1.6.0", - "copy-props": "2.0.1", - "fancy-log": "1.3.2", - "gulplog": "1.0.0", - "interpret": "1.1.0", - "isobject": "3.0.1", - "liftoff": "2.5.0", - "matchdep": "2.0.0", - "mute-stdout": "1.0.0", - "pretty-hrtime": "1.0.3", - "replace-homedir": "1.0.0", - "semver-greatest-satisfied-range": "1.1.0", - "v8flags": "3.0.1", - "yargs": "7.1.0" - } - } - } - }, - "gulp-armapbo": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gulp-armapbo/-/gulp-armapbo-1.1.3.tgz", - "integrity": "sha512-ZqbCDYU8sTBvp/JlSjSk8lhRXLUMpBYR7ZX2eerbQqsk/fd66nlwjrsL9SVgukISuClEFQv4BBmaokhAZq1LwA==", - "requires": { - "chalk": "2.3.0", - "gulp-util": "3.0.8", - "minimatch": "3.0.4", - "single-line-log": "1.1.2", - "vinyl": "2.1.0" - }, - "dependencies": { - "clone": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", - "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" - }, - "vinyl": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", - "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", - "requires": { - "clone": "2.1.1", - "clone-buffer": "1.0.0", - "clone-stats": "1.0.0", - "cloneable-readable": "1.0.0", - "remove-trailing-separator": "1.1.0", - "replace-ext": "1.0.0" - } - } - } - }, - "gulp-replace": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-0.6.1.tgz", - "integrity": "sha1-Eb+Mj85TPjPi9qjy9DC5VboL4GY=", - "requires": { - "istextorbinary": "1.0.2", - "readable-stream": "2.3.4", - "replacestream": "4.0.3" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "gulp-util": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz", - "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=", - "requires": { - "array-differ": "1.0.0", - "array-uniq": "1.0.3", - "beeper": "1.1.1", - "chalk": "1.1.3", - "dateformat": "2.2.0", - "fancy-log": "1.3.2", - "gulplog": "1.0.0", - "has-gulplog": "0.1.0", - "lodash._reescape": "3.0.0", - "lodash._reevaluate": "3.0.0", - "lodash._reinterpolate": "3.0.0", - "lodash.template": "3.6.2", - "minimist": "1.2.0", - "multipipe": "0.1.2", - "object-assign": "3.0.0", - "replace-ext": "0.0.1", - "through2": "2.0.3", - "vinyl": "0.5.3" - }, - "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" - } - }, - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" - } - } - }, - "gulp-zip": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/gulp-zip/-/gulp-zip-4.1.0.tgz", - "integrity": "sha1-2rF4vZmvoZCSPx63irrw20eBdwQ=", - "requires": { - "get-stream": "3.0.0", - "plugin-error": "0.1.2", - "through2": "2.0.3", - "vinyl": "2.1.0", - "yazl": "2.4.3" - }, - "dependencies": { - "clone": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", - "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" - }, - "vinyl": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", - "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", - "requires": { - "clone": "2.1.1", - "clone-buffer": "1.0.0", - "clone-stats": "1.0.0", - "cloneable-readable": "1.0.0", - "remove-trailing-separator": "1.1.0", - "replace-ext": "1.0.0" - } - } - } - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", - "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", - "requires": { - "glogg": "1.0.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "requires": { - "ansi-regex": "2.1.1" - } - }, - "has-flag": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", - "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=" - }, - "has-gulplog": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz", - "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", - "requires": { - "sparkles": "1.0.0" - } - }, - "has-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", - "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" - }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "requires": { - "get-value": "2.0.6", - "has-values": "1.0.0", - "isobject": "3.0.1" - } - }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "requires": { - "is-number": "3.0.0", - "kind-of": "4.0.0" - }, - "dependencies": { - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "homedir-polyfill": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", - "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=", - "requires": { - "parse-passwd": "1.0.0" - } - }, - "hosted-git-info": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz", - "integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" - }, - "interpret": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz", - "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=" - }, - "invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", - "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" - }, - "is-absolute": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", - "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", - "requires": { - "is-relative": "1.0.0", - "is-windows": "1.0.1" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "6.0.2" - } - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "requires": { - "binary-extensions": "1.11.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "is-builtin-module": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", - "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", - "requires": { - "builtin-modules": "1.1.1" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "6.0.2" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "1.0.0", - "is-data-descriptor": "1.0.0", - "kind-of": "6.0.2" - } - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "requires": { - "number-is-nan": "1.0.1" - } - }, - "is-glob": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.0.tgz", - "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=", - "requires": { - "is-extglob": "2.1.1" - } - }, - "is-negated-glob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", - "integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=" - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-odd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-odd/-/is-odd-1.0.0.tgz", - "integrity": "sha1-O4qTLrAos3dcObsJ6RdnrM22kIg=", - "requires": { - "is-number": "3.0.0" - } - }, - "is-path-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=" - }, - "is-path-in-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz", - "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=", - "requires": { - "is-path-inside": "1.0.1" - } - }, - "is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", - "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", - "requires": { - "path-is-inside": "1.0.2" - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "requires": { - "isobject": "3.0.1" - } - }, - "is-relative": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", - "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", - "requires": { - "is-unc-path": "1.0.0" - } - }, - "is-unc-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", - "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", - "requires": { - "unc-path-regex": "0.1.2" - } - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" - }, - "is-valid-glob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", - "integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=" - }, - "is-windows": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.1.tgz", - "integrity": "sha1-MQ23D3QtJZoWo2kgK1GvhCMzENk=" - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" - }, - "istextorbinary": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-1.0.2.tgz", - "integrity": "sha1-rOGTVNGpoBc+/rEITOD4ewrX3s8=", - "requires": { - "binaryextensions": "1.0.1", - "textextensions": "1.0.2" - } - }, - "json-stable-stringify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", - "requires": { - "jsonify": "0.0.0" - } - }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" - }, - "jszip": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz", - "integrity": "sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=", - "requires": { - "pako": "1.0.6" - } - }, - "just-debounce": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.0.0.tgz", - "integrity": "sha1-h/zPrv/AtozRnVX2cilD+SnqNeo=" - }, - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" - }, - "last-run": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz", - "integrity": "sha1-RblpQsF7HHnHchmCWbqUO+v4yls=", - "requires": { - "default-resolution": "2.0.0", - "es6-weak-map": "2.0.2" - } - }, - "lazy-cache": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-2.0.2.tgz", - "integrity": "sha1-uRkKT5EzVGlIQIWfio9whNiCImQ=", - "requires": { - "set-getter": "0.1.0" - } - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", - "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", - "requires": { - "readable-stream": "2.3.4" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "lcid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", - "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", - "requires": { - "invert-kv": "1.0.0" - } - }, - "lead": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", - "integrity": "sha1-bxT5mje+Op3XhPVJVpDlkDRm7kI=", - "requires": { - "flush-write-stream": "1.0.2" - } - }, - "liftoff": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz", - "integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=", - "requires": { - "extend": "3.0.1", - "findup-sync": "2.0.0", - "fined": "1.1.0", - "flagged-respawn": "1.0.0", - "is-plain-object": "2.0.4", - "object.map": "1.0.1", - "rechoir": "0.6.2", - "resolve": "1.5.0" - } - }, - "load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "requires": { - "graceful-fs": "4.1.11", - "parse-json": "2.2.0", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "strip-bom": "2.0.0" - }, - "dependencies": { - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "requires": { - "is-utf8": "0.2.1" - } - } - } - }, - "lodash": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" - }, - "lodash._basecopy": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", - "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=" - }, - "lodash._basetostring": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz", - "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=" - }, - "lodash._basevalues": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz", - "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=" - }, - "lodash._getnative": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", - "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=" - }, - "lodash._isiterateecall": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", - "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=" - }, - "lodash._reescape": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz", - "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=" - }, - "lodash._reevaluate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz", - "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=" - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", - "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" - }, - "lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", - "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=" - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz", - "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", - "requires": { - "lodash._root": "3.0.1" - } - }, - "lodash.isarguments": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", - "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=" - }, - "lodash.isarray": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz", - "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=" - }, - "lodash.keys": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", - "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", - "requires": { - "lodash._getnative": "3.9.1", - "lodash.isarguments": "3.1.0", - "lodash.isarray": "3.0.4" - } - }, - "lodash.restparam": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz", - "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=" - }, - "lodash.template": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", - "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", - "requires": { - "lodash._basecopy": "3.0.1", - "lodash._basetostring": "3.0.1", - "lodash._basevalues": "3.0.0", - "lodash._isiterateecall": "3.0.9", - "lodash._reinterpolate": "3.0.0", - "lodash.escape": "3.2.0", - "lodash.keys": "3.1.2", - "lodash.restparam": "3.6.1", - "lodash.templatesettings": "3.1.1" - } - }, - "lodash.templatesettings": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz", - "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", - "requires": { - "lodash._reinterpolate": "3.0.0", - "lodash.escape": "3.2.0" - } - }, - "make-error": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.3.tgz", - "integrity": "sha512-j3dZCri3cCd23wgPqK/0/KvTN8R+W6fXDqQe8BNLbTpONjbA8SPaRr+q0BQq9bx3Q/+g68/gDIh9FW3by702Tg==" - }, - "make-iterator": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.0.tgz", - "integrity": "sha1-V7713IXSOSO6I3ZzJNjo+PPZaUs=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" - }, - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "requires": { - "object-visit": "1.0.1" - } - }, - "match-stream": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/match-stream/-/match-stream-0.0.2.tgz", - "integrity": "sha1-mesFAJOzTf+t5CG5rAtBCpz6F88=", - "requires": { - "buffers": "0.1.1", - "readable-stream": "1.0.34" - } - }, - "matchdep": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", - "integrity": "sha1-xvNINKDY28OzfCfui7yyfHd1WC4=", - "requires": { - "findup-sync": "2.0.0", - "micromatch": "3.1.5", - "resolve": "1.5.0", - "stack-trace": "0.0.10" - } - }, - "micromatch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.5.tgz", - "integrity": "sha512-ykttrLPQrz1PUJcXjwsTUjGoPJ64StIGNE2lGVD1c9CuguJ+L7/navsE8IcDNndOoCMvYV0qc/exfVbMHkUhvA==", - "requires": { - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "braces": "2.3.0", - "define-property": "1.0.0", - "extend-shallow": "2.0.1", - "extglob": "2.0.4", - "fragment-cache": "0.2.1", - "kind-of": "6.0.2", - "nanomatch": "1.2.7", - "object.pick": "1.3.0", - "regex-not": "1.0.0", - "snapdragon": "0.8.1", - "to-regex": "3.0.1" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "1.1.8" - } - }, - "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" - }, - "mixin-deep": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", - "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", - "requires": { - "for-in": "1.0.2", - "is-extendable": "1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "2.0.4" - } - } - } - }, - "mkdirp": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "requires": { - "minimist": "0.0.8" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "multipipe": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz", - "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=", - "requires": { - "duplexer2": "0.0.2" - } - }, - "mute-stdout": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.0.tgz", - "integrity": "sha1-WzLqB+tDyd7WEwQ0z5JvRrKn/U0=" - }, - "nan": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz", - "integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=", - "optional": true - }, - "nanomatch": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.7.tgz", - "integrity": "sha512-/5ldsnyurvEw7wNpxLFgjVvBLMta43niEYOy0CJ4ntcYSbx6bugRUTQeFb4BR/WanEL1o3aQgHuVLHQaB6tOqg==", - "requires": { - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "define-property": "1.0.0", - "extend-shallow": "2.0.1", - "fragment-cache": "0.2.1", - "is-odd": "1.0.0", - "kind-of": "5.1.0", - "object.pick": "1.3.0", - "regex-not": "1.0.0", - "snapdragon": "0.8.1", - "to-regex": "3.0.1" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "natives": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.1.tgz", - "integrity": "sha512-8eRaxn8u/4wN8tGkhlc2cgwwvOLMLUMUn4IYTexMgWd+LyUDfeXVkk2ygQR0hvIHbJQXgHujia3ieUUDwNGkEA==" - }, - "normalize-package-data": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", - "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", - "requires": { - "hosted-git-info": "2.5.0", - "is-builtin-module": "1.0.0", - "semver": "5.5.0", - "validate-npm-package-license": "3.0.1" - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "requires": { - "remove-trailing-separator": "1.1.0" - } - }, - "now-and-later": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.0.tgz", - "integrity": "sha1-vGHLtFbXnLMiB85HygUTb/Ln1u4=", - "requires": { - "once": "1.4.0" - } - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" - }, - "object-assign": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", - "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=" - }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "requires": { - "copy-descriptor": "0.1.1", - "define-property": "0.2.5", - "kind-of": "3.2.2" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "0.1.6" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "3.2.2" - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "3.2.2" - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "object-keys": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz", - "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=" - }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "requires": { - "isobject": "3.0.1" - } - }, - "object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", - "requires": { - "define-properties": "1.1.2", - "function-bind": "1.1.1", - "has-symbols": "1.0.0", - "object-keys": "1.0.11" - } - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", - "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=", - "requires": { - "array-each": "1.0.1", - "array-slice": "1.1.0", - "for-own": "1.0.0", - "isobject": "3.0.1" - } - }, - "object.map": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz", - "integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=", - "requires": { - "for-own": "1.0.0", - "make-iterator": "1.0.0" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "requires": { - "isobject": "3.0.1" - } - }, - "object.reduce": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz", - "integrity": "sha1-b+NI8qx/oPlcpiEiZZkJaCW7A60=", - "requires": { - "for-own": "1.0.0", - "make-iterator": "1.0.0" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1.0.2" - } - }, - "ordered-read-streams": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", - "integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=", - "requires": { - "readable-stream": "2.3.4" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "os-locale": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", - "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", - "requires": { - "lcid": "1.0.0" - } - }, - "over": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/over/-/over-0.0.5.tgz", - "integrity": "sha1-8phS5w/X4l82DgE6jsRMgq7bVwg=" - }, - "p-map": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", - "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==" - }, - "pako": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz", - "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==" - }, - "parse-filepath": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", - "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=", - "requires": { - "is-absolute": "1.0.0", - "map-cache": "0.2.2", - "path-root": "0.1.1" - } - }, - "parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", - "requires": { - "error-ex": "1.3.1" - } - }, - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", - "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" - }, - "path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "requires": { - "pinkie-promise": "2.0.1" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" - }, - "path-parse": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz", - "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=" - }, - "path-root": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", - "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", - "requires": { - "path-root-regex": "0.1.2" - } - }, - "path-root-regex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", - "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=" - }, - "path-type": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", - "requires": { - "graceful-fs": "4.1.11", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" - } - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "requires": { - "pinkie": "2.0.4" - } - }, - "plugin-error": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz", - "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=", - "requires": { - "ansi-cyan": "0.1.1", - "ansi-red": "0.1.1", - "arr-diff": "1.1.0", - "arr-union": "2.1.0", - "extend-shallow": "1.1.4" - }, - "dependencies": { - "arr-diff": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz", - "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=", - "requires": { - "arr-flatten": "1.1.0", - "array-slice": "0.2.3" - } - }, - "arr-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz", - "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0=" - }, - "array-slice": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz", - "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=" - }, - "extend-shallow": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz", - "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=", - "requires": { - "kind-of": "1.1.0" - } - }, - "kind-of": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz", - "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ=" - } - } - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=" - }, - "process-nextick-args": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", - "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" - }, - "pullstream": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/pullstream/-/pullstream-0.4.1.tgz", - "integrity": "sha1-1vs79a7Wl+gxFQ6xACwlo/iuExQ=", - "requires": { - "over": "0.0.5", - "readable-stream": "1.0.34", - "setimmediate": "1.0.5", - "slice-stream": "1.0.0" - } - }, - "pump": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", - "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", - "requires": { - "end-of-stream": "1.4.1", - "once": "1.4.0" - } - }, - "pumpify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.4.0.tgz", - "integrity": "sha512-2kmNR9ry+Pf45opRVirpNuIFotsxUGLaYqxIwuR77AYrYRMuFCz9eryHBS52L360O+NcR383CL4QYlMKPq4zYA==", - "requires": { - "duplexify": "3.5.3", - "inherits": "2.0.3", - "pump": "2.0.1" - } - }, - "read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "requires": { - "load-json-file": "1.1.0", - "normalize-package-data": "2.4.0", - "path-type": "1.1.0" - } - }, - "read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", - "requires": { - "find-up": "1.1.2", - "read-pkg": "1.1.0" - } - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "readdirp": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz", - "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", - "requires": { - "graceful-fs": "4.1.11", - "minimatch": "3.0.4", - "readable-stream": "2.3.4", - "set-immediate-shim": "1.0.1" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "requires": { - "resolve": "1.5.0" - } - }, - "regex-not": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.0.tgz", - "integrity": "sha1-Qvg+OXcWIt+CawKvF2Ul1qXxV/k=", - "requires": { - "extend-shallow": "2.0.1" - } - }, - "remove-bom-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", - "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", - "requires": { - "is-buffer": "1.1.6", - "is-utf8": "0.2.1" - } - }, - "remove-bom-stream": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", - "integrity": "sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=", - "requires": { - "remove-bom-buffer": "3.0.0", - "safe-buffer": "5.1.1", - "through2": "2.0.3" - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" - }, - "repeat-element": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", - "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=" - }, - "replace-homedir": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz", - "integrity": "sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=", - "requires": { - "homedir-polyfill": "1.0.1", - "is-absolute": "1.0.0", - "remove-trailing-separator": "1.1.0" - } - }, - "replacestream": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.3.tgz", - "integrity": "sha512-AC0FiLS352pBBiZhd4VXB1Ab/lh0lEgpP+GGvZqbQh8a5cmXVoTe5EX/YeTFArnp4SRGTHh1qCHu9lGs1qG8sA==", - "requires": { - "escape-string-regexp": "1.0.5", - "object-assign": "4.1.1", - "readable-stream": "2.3.4" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" - }, - "require-main-filename": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", - "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" - }, - "resolve": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz", - "integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==", - "requires": { - "path-parse": "1.0.5" - } - }, - "resolve-dir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", - "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", - "requires": { - "expand-tilde": "2.0.2", - "global-modules": "1.0.0" - } - }, - "resolve-options": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", - "integrity": "sha1-MrueOcBtZzONyTeMDW1gdFZq0TE=", - "requires": { - "value-or-function": "3.0.0" - } - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" - }, - "rimraf": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", - "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", - "requires": { - "glob": "7.1.2" - } - }, - "safe-buffer": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==" - }, - "semver": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", - "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==" - }, - "semver-greatest-satisfied-range": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz", - "integrity": "sha1-E+jCZYq5aRywzXEJMkAoDTb3els=", - "requires": { - "sver-compat": "1.5.0" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "set-getter": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/set-getter/-/set-getter-0.1.0.tgz", - "integrity": "sha1-12nBgsnVpR9AkUXy+6guXoboA3Y=", - "requires": { - "to-object-path": "0.3.0" - } - }, - "set-immediate-shim": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", - "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=" - }, - "set-value": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz", - "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", - "requires": { - "extend-shallow": "2.0.1", - "is-extendable": "0.1.1", - "is-plain-object": "2.0.4", - "split-string": "3.1.0" - } - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" - }, - "single-line-log": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz", - "integrity": "sha1-wvg/Jzo+GhbtsJlWYdoO1e8DM2Q=", - "requires": { - "string-width": "1.0.2" - } - }, - "slice-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/slice-stream/-/slice-stream-1.0.0.tgz", - "integrity": "sha1-WzO9ZvATsaf4ZGCwPUY97DmtPqA=", - "requires": { - "readable-stream": "1.0.34" - } - }, - "smart-zip": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/smart-zip/-/smart-zip-0.0.9.tgz", - "integrity": "sha1-BQbnL4AL+NfqOgYZIpztM2sdaP0=", - "requires": { - "jszip": "2.6.1", - "unzip": "0.1.11" - } - }, - "snapdragon": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.1.tgz", - "integrity": "sha1-4StUh/re0+PeoKyR6UAL91tAE3A=", - "requires": { - "base": "0.11.2", - "debug": "2.6.9", - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "map-cache": "0.2.2", - "source-map": "0.5.7", - "source-map-resolve": "0.5.1", - "use": "2.0.2" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "0.1.6" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" - } - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "requires": { - "define-property": "1.0.0", - "isobject": "3.0.1", - "snapdragon-util": "3.0.1" - } - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "source-map-resolve": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.1.tgz", - "integrity": "sha512-0KW2wvzfxm8NCTb30z0LMNyPqWCdDGE2viwzUaucqJdkTRXtZiSY3I+2A6nVAjmdOy0I4gU8DwnVVGsk9jvP2A==", - "requires": { - "atob": "2.0.3", - "decode-uri-component": "0.2.0", - "resolve-url": "0.2.1", - "source-map-url": "0.4.0", - "urix": "0.1.0" - } - }, - "source-map-support": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.3.tgz", - "integrity": "sha512-eKkTgWYeBOQqFGXRfKabMFdnWepo51vWqEdoeikaEPFiJC7MCU5j2h4+6Q8npkZTeLGbSyecZvRxiSoWl3rh+w==", - "requires": { - "source-map": "0.6.1" - } - }, - "source-map-url": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", - "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" - }, - "sparkles": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz", - "integrity": "sha1-Gsu/tZJDbRC76PeFt8xvgoFQEsM=" - }, - "spdx-correct": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz", - "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=", - "requires": { - "spdx-license-ids": "1.2.2" - } - }, - "spdx-expression-parse": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz", - "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=" - }, - "spdx-license-ids": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz", - "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=" - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "requires": { - "extend-shallow": "3.0.2" - }, - "dependencies": { - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "1.0.0", - "is-extendable": "1.0.1" - } - }, - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "2.0.4" - } - } - } - }, - "stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" - }, - "static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "requires": { - "define-property": "0.2.5", - "object-copy": "0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "0.1.6" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" - } - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "stream-exhaust": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", - "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==" - }, - "stream-shift": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", - "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=" - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "requires": { - "ansi-regex": "2.1.1" - } - }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=" - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" - }, - "supports-color": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", - "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", - "requires": { - "has-flag": "2.0.0" - } - }, - "sver-compat": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz", - "integrity": "sha1-PPh9/rTQe0o/FIJ7wYaz/QxkXNg=", - "requires": { - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" - } - }, - "textextensions": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-1.0.2.tgz", - "integrity": "sha1-ZUhjk+4fK7A5pgy7oFsLaL2VAdI=" - }, - "through2": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", - "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", - "requires": { - "readable-stream": "2.3.4", - "xtend": "4.0.1" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "through2-filter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", - "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", - "requires": { - "through2": "2.0.3", - "xtend": "4.0.1" - } - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", - "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=" - }, - "to-absolute-glob": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", - "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=", - "requires": { - "is-absolute": "1.0.0", - "is-negated-glob": "1.0.0" - } - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "to-regex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.1.tgz", - "integrity": "sha1-FTWL7kosg712N3uh3ASdDxiDeq4=", - "requires": { - "define-property": "0.2.5", - "extend-shallow": "2.0.1", - "regex-not": "1.0.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "0.1.6" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" - } - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "3.0.0", - "repeat-string": "1.6.1" - } - }, - "to-through": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", - "integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=", - "requires": { - "through2": "2.0.3" - } - }, - "traverse": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", - "integrity": "sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=" - }, - "ts-node": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-4.1.0.tgz", - "integrity": "sha512-xcZH12oVg9PShKhy3UHyDmuDLV3y7iKwX25aMVPt1SIXSuAfWkFiGPEkg+th8R4YKW/QCxDoW7lJdb15lx6QWg==", - "requires": { - "arrify": "1.0.1", - "chalk": "2.3.0", - "diff": "3.4.0", - "make-error": "1.3.3", - "minimist": "1.2.0", - "mkdirp": "0.5.1", - "source-map-support": "0.5.3", - "tsconfig": "7.0.0", - "v8flags": "3.0.1", - "yn": "2.0.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" - } - } - }, - "tsconfig": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz", - "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", - "requires": { - "@types/strip-bom": "3.0.0", - "@types/strip-json-comments": "0.0.30", - "strip-bom": "3.0.0", - "strip-json-comments": "2.0.1" - } - }, - "typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" - }, - "typescript": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.7.1.tgz", - "integrity": "sha512-bqB1yS6o9TNA9ZC/MJxM0FZzPnZdtHj0xWK/IZ5khzVqdpGul/R/EIiHRgFXlwTD7PSIaYVnGKq1QgMCu2mnqw==" - }, - "unc-path-regex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", - "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=" - }, - "underscore.string": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz", - "integrity": "sha1-ccCL9rQosRM/N+ePo6Icgvcymw0=" - }, - "undertaker": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.2.0.tgz", - "integrity": "sha1-M52kZGJS0ILcN45wgGcpl1DhG0k=", - "requires": { - "arr-flatten": "1.1.0", - "arr-map": "2.0.2", - "bach": "1.2.0", - "collection-map": "1.0.0", - "es6-weak-map": "2.0.2", - "last-run": "1.1.1", - "object.defaults": "1.1.0", - "object.reduce": "1.0.1", - "undertaker-registry": "1.0.1" - } - }, - "undertaker-registry": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz", - "integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA=" - }, - "union-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz", - "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", - "requires": { - "arr-union": "3.1.0", - "get-value": "2.0.6", - "is-extendable": "0.1.1", - "set-value": "0.4.3" - }, - "dependencies": { - "set-value": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz", - "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", - "requires": { - "extend-shallow": "2.0.1", - "is-extendable": "0.1.1", - "is-plain-object": "2.0.4", - "to-object-path": "0.3.0" - } - } - } - }, - "unique-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", - "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", - "requires": { - "json-stable-stringify": "1.0.1", - "through2-filter": "2.0.0" - } - }, - "unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "requires": { - "has-value": "0.3.1", - "isobject": "3.0.1" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "requires": { - "get-value": "2.0.6", - "has-values": "0.1.4", - "isobject": "2.1.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - } - } - }, - "unzip": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz", - "integrity": "sha1-iXScY7BY19kNYZ+GuYqhU107l/A=", - "requires": { - "binary": "0.3.0", - "fstream": "0.1.31", - "match-stream": "0.0.2", - "pullstream": "0.4.1", - "readable-stream": "1.0.34", - "setimmediate": "1.0.5" - } - }, - "upath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/upath/-/upath-1.0.0.tgz", - "integrity": "sha1-tHBrlGHKhHOt+JEz0jVonKF/NlY=", - "requires": { - "lodash": "3.10.1", - "underscore.string": "2.3.3" - } - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" - }, - "use": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/use/-/use-2.0.2.tgz", - "integrity": "sha1-riig1y+TvyJCKhii43mZMRLeyOg=", - "requires": { - "define-property": "0.2.5", - "isobject": "3.0.1", - "lazy-cache": "2.0.2" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "0.1.6" - } - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "kind-of": "5.1.0" - } - }, - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "v8flags": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.0.1.tgz", - "integrity": "sha1-3Oj8N5wX2fLJ6e142JzgAFKxt2s=", - "requires": { - "homedir-polyfill": "1.0.1" - } - }, - "validate-npm-package-license": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz", - "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=", - "requires": { - "spdx-correct": "1.0.2", - "spdx-expression-parse": "1.0.4" - } - }, - "value-or-function": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", - "integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=" - }, - "vinyl": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", - "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - }, - "vinyl-fs": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.2.tgz", - "integrity": "sha512-AUSFda1OukBwuLPBTbyuO4IRWgfXmqC4UTW0f8xrCa8Hkv9oyIU+NSqBlgfOLZRoUt7cHdo75hKQghCywpIyIw==", - "requires": { - "fs-mkdirp-stream": "1.0.0", - "glob-stream": "6.1.0", - "graceful-fs": "4.1.11", - "is-valid-glob": "1.0.0", - "lazystream": "1.0.0", - "lead": "1.0.0", - "object.assign": "4.1.0", - "pumpify": "1.4.0", - "readable-stream": "2.3.4", - "remove-bom-buffer": "3.0.0", - "remove-bom-stream": "1.2.0", - "resolve-options": "1.1.0", - "through2": "2.0.3", - "to-through": "2.0.0", - "value-or-function": "3.0.0", - "vinyl": "2.1.0", - "vinyl-sourcemap": "1.1.0" - }, - "dependencies": { - "clone": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", - "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "readable-stream": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", - "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "2.0.0", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "requires": { - "safe-buffer": "5.1.1" - } - }, - "vinyl": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", - "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", - "requires": { - "clone": "2.1.1", - "clone-buffer": "1.0.0", - "clone-stats": "1.0.0", - "cloneable-readable": "1.0.0", - "remove-trailing-separator": "1.1.0", - "replace-ext": "1.0.0" - } - } - } - }, - "vinyl-paths": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vinyl-paths/-/vinyl-paths-2.1.0.tgz", - "integrity": "sha1-AIIEN8ujgmLO+IAthA+T4zku5Es=", - "requires": { - "through2": "2.0.3" - } - }, - "vinyl-sourcemap": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", - "integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=", - "requires": { - "append-buffer": "1.0.2", - "convert-source-map": "1.5.1", - "graceful-fs": "4.1.11", - "normalize-path": "2.1.1", - "now-and-later": "2.0.0", - "remove-bom-buffer": "3.0.0", - "vinyl": "2.1.0" - }, - "dependencies": { - "clone": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", - "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" - }, - "vinyl": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", - "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", - "requires": { - "clone": "2.1.1", - "clone-buffer": "1.0.0", - "clone-stats": "1.0.0", - "cloneable-readable": "1.0.0", - "remove-trailing-separator": "1.1.0", - "replace-ext": "1.0.0" - } - } - } - }, - "which": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz", - "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==", - "requires": { - "isexe": "2.0.0" - } - }, - "which-module": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", - "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=" - }, - "wrap-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", - "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", - "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "xtend": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", - "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=" - }, - "y18n": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", - "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=" - }, - "yargs": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz", - "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", - "requires": { - "camelcase": "3.0.0", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "get-caller-file": "1.0.2", - "os-locale": "1.4.0", - "read-pkg-up": "1.0.1", - "require-directory": "2.1.1", - "require-main-filename": "1.0.1", - "set-blocking": "2.0.0", - "string-width": "1.0.2", - "which-module": "1.0.0", - "y18n": "3.2.1", - "yargs-parser": "5.0.0" - } - }, - "yargs-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz", - "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", - "requires": { - "camelcase": "3.0.0" - } - }, - "yazl": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/yazl/-/yazl-2.4.3.tgz", - "integrity": "sha1-7CblzIfVYBud+EMtvdPNLlFzoHE=", - "requires": { - "buffer-crc32": "0.2.13" - } - }, - "yn": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/yn/-/yn-2.0.0.tgz", - "integrity": "sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=" - } - } -} From f2e4eba2a16accf1903b5cc908d162b9cbcf41d4 Mon Sep 17 00:00:00 2001 From: Colin M Date: Sun, 27 Jan 2019 19:52:01 +0000 Subject: [PATCH 010/111] Fix spelling mistake permissable -> permissible --- Missionframework/scripts/client/misc/vehicle_permissions.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Missionframework/scripts/client/misc/vehicle_permissions.sqf b/Missionframework/scripts/client/misc/vehicle_permissions.sqf index ac62125d0..96e7ccbf7 100644 --- a/Missionframework/scripts/client/misc/vehicle_permissions.sqf +++ b/Missionframework/scripts/client/misc/vehicle_permissions.sqf @@ -2,9 +2,9 @@ params ["_role", "_vehicle"]; private _doEject = false; private _blacklistedRoles = ["driver", "gunner", "commander"]; -private _permissableVehicles = [["Tank", 1, "STR_PERMISSION_NO_ARMOR"], ["Air", 2, "STR_PERMISSION_NO_AIR"]]; +private _permissibleVehicles = [["Tank", 1, "STR_PERMISSION_NO_ARMOR"], ["Air", 2, "STR_PERMISSION_NO_AIR"]]; -_playerVehicleDetails = _permissableVehicles select {_vehicle isKindOf (_x select 0)} select 0; +_playerVehicleDetails = _permissibleVehicles select {_vehicle isKindOf (_x select 0)} select 0; if(count _playerVehicleDetails == 0) then { if(!([player, 0] call F_fetchPermission)) then { _doEject = true; From d4c780164b9992709360cd90a991c870dbe3f447 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 30 Apr 2019 13:16:36 +0200 Subject: [PATCH 011/111] Update .editorconfig Legacy is using tabs not spaces like 0.97 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index af1c2ff31..469b0a3cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 -indent_style = space +indent_style = tab indent_size = 4 trim_trailing_whitespace = true From b84794114c86f03d33a9268525eb4f61a1f35f3c Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 30 Apr 2019 13:18:28 +0200 Subject: [PATCH 012/111] Transport configs for Global Mobilization vehicles --- Missionframework/kp_liberation_config.sqf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index ab00e8905..de33ff067 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -28,7 +28,7 @@ KP_liberation_ace_crates = [ "ACE_medicalSupplyCrate_advanced" ]; -/* - Custom unit and arsenal preset settings. +/* - Custom unit and arsenal preset settings. If you want to change a preset, it's recommended to set all four presets to 0 and edit the appropriate custom.sqf files in the preset folders.*/ /* BLUFOR preset: @@ -73,7 +73,7 @@ KP_liberation_preset_civilians = 0; 2 = Killah Potatoes Gaming Community arsenal preset. 3 = RHS USAF arsenal preset. 4 = RHS USAF arsenal preset with ACE. -5 = RHS USAF arsenal preset with ACE and ACRE. +5 = RHS USAF arsenal preset with ACE and ACRE. 6 = 3cbBAF and RHS USAF arsenal preset. */ KP_liberation_arsenal = 0; @@ -148,7 +148,7 @@ KP_liberation_resistance_sector_chance = 35; // Chance that a gu KP_liberation_resistance_ambush_chance = 25; // Chance that some guerilla units will spawn in blufor sectors for an ambush, if reputation is low. /* - Default arsenal blacklist method. -Useless if you're using anything other than "kp_liberation_arsenal = 0;" above. A whitelisted arsenal is always more performance friendly then a blacklisted arsenal. +Useless if you're using anything other than "kp_liberation_arsenal = 0;" above. A whitelisted arsenal is always more performance friendly then a blacklisted arsenal. REMEMBER: All static turret and UAV bags should be defined here, to stop players from exploiting free resources via the virtual arsenal. */ blacklisted_from_arsenal = [ "I_HMG_01_weapon_F", @@ -383,7 +383,12 @@ box_transport_config = [ ["rhsusf_M1083A1P2_B_M2_WD_flatbed_fmtv_usarmy", -5.0, [0,-0.2,0.45], [0,-1.9,0.45]], ["rhsusf_CH53E_USMC", -11.0, [0,2.5,1.4], [0,2.5,2.6], [0,1.0,1.4], [0,1.0,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-2.0,1.4], [0,-2.5,2.6], [0,-3.5,1.4], [0,-3.5,2.6]], ["rhsusf_CH53E_USMC_D", -11.0, [0,2.5,1.4], [0,2.5,2.6], [0,1.0,1.4], [0,1.0,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-2.0,1.4], [0,-2.5,2.6], [0,-3.5,1.4], [0,-3.5,2.6]], - ["RHS_C130J", -9.5, [-0.8,4.5,1.9], [0.8,4.5,1.9], [-0.8,4.5,3.1], [0.8,4.5,3.1], [-0.8,3.0,1.9], [0.8,3.0,1.9], [-0.8,3.0,3.1], [0.8,3.0,3.1], [-0.8,2.0,1.9], [0.8,2.0,1.9], [-0.8,2.0,3.1], [0.8,2.0,3.1], [-0.8,1.0,1.9], [0.8,1.0,1.9], [-0.8,1.0,3.1], [0.8,1.0,3.1], [-0.8,0.0,1.9], [0.8,0.0,1.9], [-0.8,0.0,3.1], [0.8,0.0,3.1], [-0.8,-1.0,1.9], [0.8,-1.0,1.9], [-0.8,-1.0,3.1], [0.8,-1.0,3.1]] + ["RHS_C130J", -9.5, [-0.8,4.5,1.9], [0.8,4.5,1.9], [-0.8,4.5,3.1], [0.8,4.5,3.1], [-0.8,3.0,1.9], [0.8,3.0,1.9], [-0.8,3.0,3.1], [0.8,3.0,3.1], [-0.8,2.0,1.9], [0.8,2.0,1.9], [-0.8,2.0,3.1], [0.8,2.0,3.1], [-0.8,1.0,1.9], [0.8,1.0,1.9], [-0.8,1.0,3.1], [0.8,1.0,3.1], [-0.8,0.0,1.9], [0.8,0.0,1.9], [-0.8,0.0,3.1], [0.8,0.0,3.1], [-0.8,-1.0,1.9], [0.8,-1.0,1.9], [-0.8,-1.0,3.1], [0.8,-1.0,3.1]], + ["gm_ge_army_kat1_454_cargo",-5, [[-0.0217285,1.32764,5.34334], [-0.00170898,-0.337891,5.34334], [-0.0441895,-1.90332,5.34334], [-0.0615234,-3.59033,5.34334]]], + ["gm_ge_army_u1300l_container", -5, [[-0.0495605,-0.609863,4.43812], [0.147461,-2.06787,4.43812]]], + ["gm_ge_army_kat1_451_container", -5, [[-0.0280762,0.222656,4.826], [-0.0202637,-1.31152,4.826],[-0.0222168,-2.79834,4.826]]], + ["gm_gc_army_ural4320_cargo", -5, [[0.0773926,-2.85742,4.82529], [0.076416,-1.76904,4.82529], [0.0722656,-0.539063,4.82529]]], + ["gm_gc_bgs_ural4320_cargo", -5, [[-0.0373535,-0.535156,4.94529], [-0.0344238,-1.76611,4.94529], [-0.0334473,-2.85547,4.94529]]] ]; /* Various other settings. From 8d664eb2ebe84ce2e178170d7fc61ce0e3cc77b2 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 30 Apr 2019 13:29:08 +0200 Subject: [PATCH 013/111] Transport configs for winter Global Mobilization vehicles --- Missionframework/kp_liberation_config.sqf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index de33ff067..138d8fd8b 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -384,11 +384,17 @@ box_transport_config = [ ["rhsusf_CH53E_USMC", -11.0, [0,2.5,1.4], [0,2.5,2.6], [0,1.0,1.4], [0,1.0,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-2.0,1.4], [0,-2.5,2.6], [0,-3.5,1.4], [0,-3.5,2.6]], ["rhsusf_CH53E_USMC_D", -11.0, [0,2.5,1.4], [0,2.5,2.6], [0,1.0,1.4], [0,1.0,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-2.0,1.4], [0,-2.5,2.6], [0,-3.5,1.4], [0,-3.5,2.6]], ["RHS_C130J", -9.5, [-0.8,4.5,1.9], [0.8,4.5,1.9], [-0.8,4.5,3.1], [0.8,4.5,3.1], [-0.8,3.0,1.9], [0.8,3.0,1.9], [-0.8,3.0,3.1], [0.8,3.0,3.1], [-0.8,2.0,1.9], [0.8,2.0,1.9], [-0.8,2.0,3.1], [0.8,2.0,3.1], [-0.8,1.0,1.9], [0.8,1.0,1.9], [-0.8,1.0,3.1], [0.8,1.0,3.1], [-0.8,0.0,1.9], [0.8,0.0,1.9], [-0.8,0.0,3.1], [0.8,0.0,3.1], [-0.8,-1.0,1.9], [0.8,-1.0,1.9], [-0.8,-1.0,3.1], [0.8,-1.0,3.1]], + // GM Default ["gm_ge_army_kat1_454_cargo",-5, [[-0.0217285,1.32764,5.34334], [-0.00170898,-0.337891,5.34334], [-0.0441895,-1.90332,5.34334], [-0.0615234,-3.59033,5.34334]]], ["gm_ge_army_u1300l_container", -5, [[-0.0495605,-0.609863,4.43812], [0.147461,-2.06787,4.43812]]], ["gm_ge_army_kat1_451_container", -5, [[-0.0280762,0.222656,4.826], [-0.0202637,-1.31152,4.826],[-0.0222168,-2.79834,4.826]]], ["gm_gc_army_ural4320_cargo", -5, [[0.0773926,-2.85742,4.82529], [0.076416,-1.76904,4.82529], [0.0722656,-0.539063,4.82529]]], - ["gm_gc_bgs_ural4320_cargo", -5, [[-0.0373535,-0.535156,4.94529], [-0.0344238,-1.76611,4.94529], [-0.0334473,-2.85547,4.94529]]] + ["gm_gc_bgs_ural4320_cargo", -5, [[-0.0373535,-0.535156,4.94529], [-0.0344238,-1.76611,4.94529], [-0.0334473,-2.85547,4.94529]]], + // GM Winter + ["gm_ge_army_kat1_454_cargo_win",-5, [[-0.0217285,1.32764,5.34334], [-0.00170898,-0.337891,5.34334], [-0.0441895,-1.90332,5.34334], [-0.0615234,-3.59033,5.34334]]], + ["gm_ge_army_u1300l_container_win", -5, [[-0.0495605,-0.609863,4.43812], [0.147461,-2.06787,4.43812]]], + ["gm_ge_army_kat1_451_container_win", -5, [[-0.0280762,0.222656,4.826], [-0.0202637,-1.31152,4.826],[-0.0222168,-2.79834,4.826]]], + ["gm_gc_army_ural4320_cargo_win", -5, [[0.0773926,-2.85742,4.82529], [0.076416,-1.76904,4.82529], [0.0722656,-0.539063,4.82529]]] ]; /* Various other settings. From f10565160add60f895b1e38f68d3d51b7afe493d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Tue, 30 Apr 2019 13:56:50 +0200 Subject: [PATCH 014/111] Add basic CircleCI config (#597) * Add basic CircleCI config * Store packing artifacts * Add destination prefix --- .circleci/config.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000..133d84688 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,35 @@ +version: 2 +jobs: + pack: + docker: + - image: circleci/node + steps: + - checkout + - run: + name: Install dependencies + command: npm install --loglevel=error + working_directory: ~/project/_tools + - run: + name: Pack PBOs + command: npx gulp + working_directory: ~/project/_tools + - store_artifacts: + path: ~/project/_tools/build/pbo + destination: 'KP-Liberation' + validate: + docker: + - image: circleci/python + steps: + - checkout + - run: + name: Install SQFLint + command: sudo pip install sqflint + - run: + name: Validate SQF + command: sqflint -d Missionframework +workflows: + version: 2 + build: + jobs: + - pack + - validate From c34d9b88b8b0bf4c3f90d534d40bb8fb16ae1262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Tue, 30 Apr 2019 15:11:07 +0200 Subject: [PATCH 015/111] Arsenal for West Germany in Global Mobilization DLC (#596) --- Missionframework/arsenal_presets/gm_west.sqf | 163 ++++++++++++++++++ Missionframework/kp_liberation_config.sqf | 3 +- .../scripts/client/init_client.sqf | 1 + 3 files changed, 166 insertions(+), 1 deletion(-) create mode 100644 Missionframework/arsenal_presets/gm_west.sqf diff --git a/Missionframework/arsenal_presets/gm_west.sqf b/Missionframework/arsenal_presets/gm_west.sqf new file mode 100644 index 000000000..2d2264f40 --- /dev/null +++ b/Missionframework/arsenal_presets/gm_west.sqf @@ -0,0 +1,163 @@ +// Global Mobilization West Germany Arsenal Preset + +// DLCs needed: +// Global Mobilization + +GRLIB_arsenal_weapons = [ + // G3A3 + G3A4 + "gm_g3a3_oli", + "gm_g3a4_oli", + + // MG3 7.62x51 mm + "gm_mg3_blk", + + // MP2A1 9x19 mm + "gm_mp2a1_blk", + + // P1 9x19 mm + "gm_p1_blk", + + // P2A1 26.5 mm + "gm_p2a1_blk", + + // PzF44-2 + "gm_pzf44_2_oli", + + // PzF84 + "gm_pzf84_oli" +]; + +GRLIB_arsenal_magazines = [ + // G3A3 + G3A4 + "gm_20rnd_762x51mm_b_t_dm21_g3_blk", + "gm_20rnd_762x51mm_b_t_dm21a1_g3_blk", + "gm_20rnd_762x51mm_b_t_dm21a2_g3_blk", + "gm_20rnd_762x51mm_b_dm111_g3_blk", + "gm_20rnd_762x51mm_b_dm41_g3_blk", + "gm_20rnd_762x51mm_ap_dm151_g3_blk", + "gm_20rnd_762x51mm_b_t_dm21_g3_des", + "gm_20rnd_762x51mm_b_t_dm21a1_g3_des", + "gm_20rnd_762x51mm_b_t_dm21a2_g3_des", + "gm_20rnd_762x51mm_b_dm111_g3_des", + "gm_20rnd_762x51mm_b_dm41_g3_des", + "gm_20rnd_762x51mm_ap_dm151_g3_des", + + "gm_1rnd_67mm_heat_dm22a1_g3", + + // MG3 7.62x51 mm + "gm_120rnd_762x51mm_b_t_dm21_mg3_grn", + "gm_120rnd_762x51mm_b_t_dm21a1_mg3_grn", + "gm_120rnd_762x51mm_b_t_dm21a2_mg3_grn", + + // MP2A1 9x19 mm + "gm_mp2a1_blk", + + // P1 9x19 mm + "gm_p1_blk", + + // P2A1 26.5 mm + "gm_1Rnd_265mm_flare_single_wht_gc", + "gm_1Rnd_265mm_flare_single_grn_gc", + "gm_1Rnd_265mm_flare_single_red_gc", + "gm_1Rnd_265mm_flare_multi_red_gc", + "gm_1Rnd_265mm_smoke_single_yel_gc", + "gm_1Rnd_265mm_smoke_single_blu_gc", + "gm_1Rnd_265mm_smoke_single_blk_gc", + "gm_1Rnd_265mm_flare_para_yel_DM16", + "gm_1Rnd_265mm_flare_single_wht_DM15", + "gm_1Rnd_265mm_flare_single_red_DM13", + "gm_1Rnd_265mm_flare_single_grn_DM11", + "gm_1Rnd_265mm_flare_single_yel_DM10", + "gm_1Rnd_265mm_flare_multi_wht_DM25", + "gm_1Rnd_265mm_flare_multi_red_DM23", + "gm_1Rnd_265mm_flare_multi_grn_DM21", + "gm_1Rnd_265mm_flare_multi_yel_DM20", + "gm_1Rnd_265mm_smoke_single_yel_DM19", + "gm_1Rnd_265mm_smoke_single_org_DM22", + "gm_1Rnd_265mm_smoke_single_vlt_DM24", + "gm_1Rnd_265mm_flare_multi_nbc_DM47", + + // PzF44-2 + "gm_1rnd_44x537mm_heat_dm32_pzf44_2", + + // PzF84 + "gm_1rnd_84x245mm_heat_t_dm12_carlgustaf", + "gm_1rnd_84x245mm_heat_t_dm12a1_carlgustaf", + "gm_1rnd_84x245mm_heat_t_dm22_carlgustaf", + "gm_1rnd_84x245mm_heat_t_dm32_carlgustaf", + "gm_1rnd_84x245mm_illum_dm16_carlgustaf", + + // Grenades + "gm_handgrenade_frag_dm51", + "gm_handgrenade_frag_dm51a1", + "gm_handgrenade_conc_dm51", + "gm_handgrenade_conc_dm51a1", + "gm_smokeshell_grn_dm21", + "gm_smokeshell_red_dm23", + "gm_smokeshell_yel_dm26", + "gm_smokeshell_org_dm32", + "gm_smokeshell_wht_dm25" +]; + +GRLIB_arsenal_items = [ + // Uniforms + "gm_ge_army_uniform_crew_80_oli", + "gm_ge_army_uniform_soldier_80_oli", + "gm_ge_army_uniform_soldier_80_ols", + "gm_ge_army_uniform_soldier_parka_80_oli", + "gm_ge_army_uniform_soldier_parka_80_ols", + "gm_ge_bgs_uniform_soldier_80_smp", + + // Vests + "gm_ge_army_vest_80_bag", + "gm_ge_army_vest_80_belt", + "gm_ge_army_vest_80_crew", + "gm_ge_army_vest_80_demolition", + "gm_ge_army_vest_80_leader", + "gm_ge_army_vest_80_machinegunner", + "gm_ge_army_vest_80_medic", + "gm_ge_army_vest_80_officer", + "gm_ge_army_vest_80_rifleman", + "gm_ge_bgs_vest_80_rifleman", + + // Headgear + "gm_ge_bgs_headgear_m35_53_blk", + "gm_ge_bgs_headgear_m35_53_net_blk", + "gm_ge_headgear_beret_bdx", + "gm_ge_headgear_beret_red", + "gm_ge_headgear_beret_grn", + "gm_ge_headgear_beret_mrb", + "gm_ge_headgear_beret_un", + "gm_ge_headgear_crewhat_80_blk", + "gm_ge_headgear_hat_80_gry", + "gm_ge_headgear_hat_80_m62_oli", + "gm_ge_headgear_hat_80_oli", + "gm_ge_headgear_headset_crew_oli", + "gm_ge_headgear_m62", + "gm_ge_headgear_m62_cover_blu", + "gm_ge_headgear_m62_net", + + // Facewear + "gm_ge_facewear_m65", + + // Attachments + "gm_feroz24_blk", + "gm_feroz2x17_pzf44_2_blk", + "gm_feroz2x17_pzf84_blk", + + // Items + "gm_ge_army_burnBandage", + "gm_ge_army_conat2", + "gm_ge_army_gauzeBandage", + "gm_ge_army_gauzeCompress", + "gm_ge_army_medkit_80", + "gm_repairkit_01", + "gm_ferod16_oli", + "gm_watch_kosei_80" +]; + +GRLIB_arsenal_backpacks = [ + "gm_ge_army_backpack_80_oli", + "gm_ge_backpack_satchel_80_blk", + "gm_ge_backpack_satchel_80_san" +]; diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 138d8fd8b..03ecc2947 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -74,7 +74,8 @@ KP_liberation_preset_civilians = 0; 3 = RHS USAF arsenal preset. 4 = RHS USAF arsenal preset with ACE. 5 = RHS USAF arsenal preset with ACE and ACRE. -6 = 3cbBAF and RHS USAF arsenal preset. */ +6 = 3cbBAF and RHS USAF arsenal preset. +7 = GM West arsenal preset. */ KP_liberation_arsenal = 0; /* - Fuel consumption settings. diff --git a/Missionframework/scripts/client/init_client.sqf b/Missionframework/scripts/client/init_client.sqf index 8e4c31a36..29402d6de 100644 --- a/Missionframework/scripts/client/init_client.sqf +++ b/Missionframework/scripts/client/init_client.sqf @@ -6,6 +6,7 @@ switch (KP_liberation_arsenal) do { case 4: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\rhsusaf_ace.sqf";}; case 5: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\rhsusaf_ace_acre.sqf";}; case 6: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\3cbBAF.sqf";}; + case 7: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\gm_west.sqf";}; default {GRLIB_arsenal_weapons = [];GRLIB_arsenal_magazines = [];GRLIB_arsenal_items = [];GRLIB_arsenal_backpacks = [];}; }; From e3ba03b819d2297c926608ccf800f0344a2dad50 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 30 Apr 2019 20:16:35 +0200 Subject: [PATCH 016/111] Add Germany West Preset (GM) --- Missionframework/kp_liberation_config.sqf | 4 +- Missionframework/presets/blufor/gm_west.sqf | 275 ++++++++++++++++++++ Missionframework/presets/init_presets.sqf | 1 + 3 files changed, 279 insertions(+), 1 deletion(-) create mode 100644 Missionframework/presets/blufor/gm_west.sqf diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 03ecc2947..f4c4c70e2 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -40,7 +40,9 @@ If you want to change a preset, it's recommended to set all four presets to 0 an 5 = BWMod Bundeswehr (Tropentarn) 6 = RHS USAF (Woodland) 7 = RHS USAF (Desert) -8 = RHS AFRF (VDV/MSV) */ +8 = RHS AFRF (VDV/MSV) +9 = Germany West (Global Mobilization) +*/ KP_liberation_preset_blufor = 0; /* OPFOR preset: diff --git a/Missionframework/presets/blufor/gm_west.sqf b/Missionframework/presets/blufor/gm_west.sqf new file mode 100644 index 000000000..0194b6d83 --- /dev/null +++ b/Missionframework/presets/blufor/gm_west.sqf @@ -0,0 +1,275 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 + - RHSUSAF + - RHSSAF + - RHSAFRF +*/ + +/* - Support classnames. +Each of these should be unique, the same classnames for different purposes may cause various unpredictable issues with player actions. Or not, just don't try! */ +FOB_typename = "land_gm_tower_bt_6_fuest_80"; // This is the main FOB HQ building. Default is "Land_Cargo_HQ_V1_F". +FOB_box_typename = "gm_ge_army_shelteraceI_command"; // This is the FOB as a container. Default is "B_Slingload_01_Cargo_F". +FOB_truck_typename = "gm_ge_army_bpz2a0"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F". +Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F". +Respawn_truck_typename = "gm_ge_army_u1300l_medic"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F". +huron_typename = "gm_ge_army_m113a1g_command"; // This is Spartan 01, a multipurpose mobile respawn as a command M113. Default is "B_Heli_Transport_03_unarmed_F". +crewman_classname = "gm_ge_army_crew_mp2a1_80_oli"; // This defines the crew for vehicles. Default is "B_crew_F". +pilot_classname = "gm_ge_army_crew_mp2a1_80_oli"; // This defines the pilot for helicopters. Default is "B_Helipilot_F". +KP_liberation_little_bird_classname = "gm_ge_army_u1300l_container"; // Little birds replaced with unimog for container transportation. Default is "B_Heli_Light_01_F". +KP_liberation_boat_classname = "B_Boat_Transport_01_F"; // These are the boats which spawn at the stern of the Freedom. Default is "B_Boat_Transport_01_F". +KP_liberation_truck_classname = "gm_ge_army_kat1_454_cargo"; // These are the trucks which are used in the logistic convoy system. Default is "B_Truck_01_transport_F". +KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources. Default is "ContainmentArea_02_sand_F". +KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources. Default is "ContainmentArea_01_sand_F". +KP_liberation_recycle_building = "land_gm_euro_shed_03"; // The building defined to unlock FOB recycling functionality. Default is "Land_CarService_F". +KP_liberation_air_vehicle_building = "land_gm_radiotower_01"; // The building defined to unlock FOB air vehicle functionality. Default is "Land_Radar_Small_F". +KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // The helipad used to increase the GLOBAL rotary-wing cap. Default is "Land_HelipadSquare_F". +KP_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // The hangar used to increase the GLOBAL fixed-wing cap. Default is "Land_TentHangar_V1_F". +KP_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources. Default is "CargoNet_01_box_F". +KP_liberation_ammo_crate = "B_CargoNet_01_ammo_F"; // This defines the ammunition crates. Default is "B_CargoNet_01_ammo_F". +KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // This defines the fuel crates. Default is "CargoNet_01_barrels_F". + +/* - Friendly classnames. +Each array below represents one of the 7 pages within the build menu. +Format: ["vehicle_classname",supplies,ammunition,fuel], Example: ["B_APC_Tracked_01_AA_F",300,150,150], +The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build. */ +infantry_units = [ + ["gm_ge_army_rifleman_g3a3_80_ols",20,0,0], //Rifleman + ["gm_ge_army_antitank_g3a3_pzf44_80_ols",30,0,0], //Rifleman (AT) + ["gm_ge_army_grenadier_g3a3_80_ols",25,0,0], //Grenadier + ["gm_ge_army_machinegunner_mg3_80_ols",25,0,0], //Autorifleman + ["gm_ge_army_antitank_g3a3_pzf84_80_ols",50,10,0], //AT Specialist + ["gm_ge_army_medic_g3a3_80_ols",30,0,0], //Combat Life Saver + ["gm_ge_army_engineer_g3a4_80_ols",30,0,0], //Engineer + ["gm_ge_army_demolition_g3a4_80_ols",30,0,0], //Explosives Specialist + ["gm_ge_army_crew_mp2a1_80_oli",10,0,0] //Crewman +]; + +light_vehicles = [ + ["gm_ge_army_bicycle_01_oli",10,0,0], //Service Bicycle + ["gm_ge_army_k125",50,0,25], //K125 Bike + ["gm_ge_army_iltis_cargo",100,0,50], //Truck 0.5t + ["gm_ge_army_iltis_milan",100,60,50], //Truck 0.5t MILAN + ["gm_ge_army_u1300l_cargo",125,30,75], //Truck 2t Transport + ["gm_ge_army_kat1_451_cargo",145,30,75], //Truck 5t Transport + ["gm_ge_army_u1300l_container",100,30,50], //Truck 2t Flatbed + ["B_Boat_Transport_01_F",100,0,25] //Assault Boat +]; + +heavy_vehicles = [ + ["gm_ge_army_m113a1g_apc",200,40,100], //M113A3 (MG3) + ["gm_ge_army_m113a1g_apc_milan",200,60,100], //M113A3 (MILAN) + ["gm_ge_army_m113a1g_medic",200,0,100], //M113A3 (Medical) + ["gm_ge_army_fuchsa0_engineer",200,75,125], //Fuchs (Engineer) + ["gm_ge_army_fuchsa0_reconnaissance",200,150,125], //Fuchs (Recon, MILAN) + ["gm_ge_army_gepard1a1",300,250,175], //Gepard 1A1 + ["gm_ge_army_Leopard1a1a1",400,300,200], //Leopard 1A1A1 + ["gm_ge_army_Leopard1a1a2",400,350,225], //Leopard 1A1A2 + ["gm_ge_army_Leopard1a3",500,500,250], //Leopard 1A3 + ["gm_ge_army_Leopard1a3a1",550,550,250] //Leopard 1A3A1 +]; + +air_vehicles = [ + ["len_uh1d_bw",225,0,125] //BW UH-1D +]; + +static_vehicles = [ + ["gm_ge_army_milan_launcher_tripod",50,100,0] //Static MILAN +]; + +buildings = [ + ["Land_Cargo_House_V4_F",0,0,0], + ["Land_Cargo_Patrol_V4_F",0,0,0], + ["Land_Cargo_Tower_V4_F",0,0,0], + ["Flag_NATO_F",0,0,0], + ["BWA3_Flag_Ger_F",0,0,0], + ["Flag_White_F",0,0,0], + ["Land_Medevac_house_V1_F",0,0,0], + ["Land_Medevac_HQ_V1_F",0,0,0], + ["Flag_RedCrystal_F",0,0,0], + ["CamoNet_ghex_F",0,0,0], + ["CamoNet_ghex_open_F",0,0,0], + ["CamoNet_ghex_big_F",0,0,0], + ["Land_PortableLight_single_F",0,0,0], + ["Land_PortableLight_double_F",0,0,0], + ["Land_LampSolar_F",0,0,0], + ["Land_LampHalogen_F",0,0,0], + ["Land_LampStreet_small_F",0,0,0], + ["Land_LampAirport_F",0,0,0], + ["Land_HelipadCircle_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap! + ["Land_HelipadRescue_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap! + ["PortableHelipadLight_01_blue_F",0,0,0], + ["PortableHelipadLight_01_green_F",0,0,0], + ["PortableHelipadLight_01_red_F",0,0,0], + ["Land_CampingChair_V1_F",0,0,0], + ["Land_CampingChair_V2_F",0,0,0], + ["Land_CampingTable_F",0,0,0], + ["land_gm_euro_furniture_mapboard_01",0,0,0], + ["Land_Pallet_MilBoxes_F",0,0,0], + ["Land_PaperBox_open_empty_F",0,0,0], + ["Land_PaperBox_open_full_F",0,0,0], + ["Land_PaperBox_closed_F",0,0,0], + ["Land_DieselGroundPowerUnit_01_F",0,0,0], + ["Land_ToolTrolley_02_F",0,0,0], + ["Land_WeldingTrolley_01_F",0,0,0], + ["Land_Workbench_01_F",0,0,0], + ["Land_GasTank_01_blue_F",0,0,0], + ["Land_GasTank_01_khaki_F",0,0,0], + ["Land_GasTank_01_yellow_F",0,0,0], + ["Land_GasTank_02_F",0,0,0], + ["Land_BarrelWater_F",0,0,0], + ["Land_BarrelWater_grey_F",0,0,0], + ["Land_WaterBarrel_F",0,0,0], + ["Land_WaterTank_F",0,0,0], + ["Land_BagFence_01_round_green_F",0,0,0], + ["Land_BagFence_01_short_green_F",0,0,0], + ["Land_BagFence_01_long_green_F",0,0,0], + ["Land_BagFence_01_corner_green_F",0,0,0], + ["Land_BagFence_01_end_green_F",0,0,0], + ["Land_BagBunker_01_small_green_F",0,0,0], + ["Land_BagBunker_01_large_green_F",0,0,0], + ["Land_HBarrier_01_tower_green_F",0,0,0], + ["Land_HBarrier_01_line_1_green_F",0,0,0], + ["Land_HBarrier_01_line_3_green_F",0,0,0], + ["Land_HBarrier_01_line_5_green_F",0,0,0], + ["Land_HBarrier_01_big_4_green_F",0,0,0], + ["Land_HBarrier_01_wall_4_green_F",0,0,0], + ["Land_HBarrier_01_wall_6_green_F",0,0,0], + ["Land_HBarrier_01_wall_corner_green_F",0,0,0], + ["Land_HBarrier_01_wall_corridor_green_F",0,0,0], + ["Land_HBarrier_01_big_tower_green_F",0,0,0], + ["Land_CncBarrierMedium_F",0,0,0], + ["Land_CncBarrierMedium4_F",0,0,0], + ["Land_Concrete_SmallWall_4m_F",0,0,0], + ["Land_Concrete_SmallWall_8m_F",0,0,0], + ["Land_CncShelter_F",0,0,0], + ["Land_CncWall1_F",0,0,0], + ["Land_CncWall4_F",0,0,0], + ["Land_Sign_WarningMilitaryArea_F",0,0,0], + ["Land_Sign_WarningMilAreaSmall_F",0,0,0], + ["Land_Sign_WarningMilitaryVehicles_F",0,0,0], + ["Land_Razorwire_F",0,0,0], + ["Land_ClutterCutter_large_F",0,0,0], + ["land_gm_sandbags_01_round_01",0,0,0], + ["land_gm_sandbags_01_wall_01",0,0,0], + ["land_gm_sandbags_01_short_01",0,0,0], + ["land_gm_sandbags_01_door_01",0,0,0], + ["land_gm_sandbags_01_door_02",0,0,0] +]; + +support_vehicles = [ + [Arsenal_typename,100,200,0], + [Respawn_truck_typename,200,0,100], + [FOB_box_typename,200,500,0], + [FOB_truck_typename,300,500,100], + [KP_liberation_small_storage_building,0,0,0], + [KP_liberation_large_storage_building,0,0,0], + [KP_liberation_recycle_building,250,0,0], + [KP_liberation_air_vehicle_building,1000,0,0], + [KP_liberation_heli_slot_building,250,0,0], + [KP_liberation_plane_slot_building,500,0,0], + ["ACE_medicalSupplyCrate_advanced",50,0,0], + ["ACE_Box_82mm_Mo_HE",50,40,0], + ["ACE_Box_82mm_Mo_Smoke",50,10,0], + ["ACE_Box_82mm_Mo_Illum",50,10,0], + ["ACE_Wheel",10,0,0], + ["ACE_Track",10,0,0], + ["gm_ge_army_u1300l_repair",325,30,75], //Truck 2t repair + ["gm_ge_army_kat1_451_refuel",125,0,275], //Truck 5t fuel + ["gm_ge_army_kat1_451_reammo",125,200,75], //Truck 5t ammo + ["B_Slingload_01_Repair_F",275,0,0], //Huron Repair + ["B_Slingload_01_Fuel_F",75,0,200], //Huron Fuel + ["B_Slingload_01_Ammo_F",75,200,0] //Huron Ammo +]; + +// Pre-made squads for the commander build menu. These shouldn't exceed 10 members. +// Light infantry squad. +blufor_squad_inf_light = [ + "gm_ge_army_squadleader_g3a3_p2a1_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_antitank_g3a3_pzf44_80_ols", + "gm_ge_army_grenadier_g3a3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_demolition_g3a4_80_ols", + "gm_ge_army_medic_g3a3_80_ols", + "gm_ge_army_engineer_g3a4_80_ols" +]; + +// Heavy infantry squad. +blufor_squad_inf = [ + "gm_ge_army_squadleader_g3a3_p2a1_80_ols", + "gm_ge_army_antitank_g3a3_pzf44_80_ols", + "gm_ge_army_antitank_g3a3_pzf44_80_ols", + "gm_ge_army_grenadier_g3a3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_demolition_g3a4_80_ols", + "gm_ge_army_medic_g3a3_80_ols", + "gm_ge_army_engineer_g3a4_80_ols" +]; + +// AT specialists squad. +blufor_squad_at = [ + "gm_ge_army_squadleader_g3a3_p2a1_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_antitank_g3a3_pzf84_80_ols", + "gm_ge_army_antitank_g3a3_pzf84_80_ols", + "gm_ge_army_antitank_g3a3_pzf84_80_ols", + "gm_ge_army_medic_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols" +]; + +// AA specialists squad. +blufor_squad_aa = [ + "gm_ge_army_squadleader_g3a3_p2a1_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_antitank_g3a3_pzf84_80_ols", + "gm_ge_army_antitank_g3a3_pzf84_80_ols", + "gm_ge_army_antitank_g3a3_pzf84_80_ols", + "gm_ge_army_medic_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols" +]; + +// Force recon squad. +blufor_squad_recon = [ + "gm_ge_army_squadleader_g3a3_p2a1_80_ols", + "gm_ge_army_antitank_g3a3_pzf44_80_ols", + "gm_ge_army_antitank_g3a3_pzf44_80_ols", + "gm_ge_army_grenadier_g3a3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_demolition_g3a4_80_ols", + "gm_ge_army_medic_g3a3_80_ols", + "gm_ge_army_engineer_g3a4_80_ols", + "gm_ge_army_antitank_g3a3_pzf84_80_ols" +]; + +// Paratroopers squad. +blufor_squad_para = [ + "gm_ge_army_squadleader_g3a3_p2a1_80_ols", + "gm_ge_army_antitank_g3a3_pzf44_80_ols", + "gm_ge_army_antitank_g3a3_pzf44_80_ols", + "gm_ge_army_grenadier_g3a3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_machinegunner_mg3_80_ols", + "gm_ge_army_demolition_g3a4_80_ols", + "gm_ge_army_medic_g3a3_80_ols", + "gm_ge_army_engineer_g3a4_80_ols", + "gm_ge_army_antitank_g3a3_pzf84_80_ols" +]; + +// Elite vehicles that should be unlocked through military base capture. +elite_vehicles = [ + "gm_ge_army_Leopard1a1a2", //Leopard 1A1A2 + "gm_ge_army_Leopard1a3a1" //Leopard 1A3A1 +]; diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index f8f8c5488..067adae63 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -7,6 +7,7 @@ switch (KP_liberation_preset_blufor) do { case 6: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_usaf_wdl.sqf";}; case 7: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_usaf_des.sqf";}; case 8: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_afrf.sqf";}; + case 9: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_west.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\blufor\custom.sqf";}; }; From cf37b79db832fc40752dbb7ec4a3a5278b161645 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Tue, 30 Apr 2019 23:36:11 +0200 Subject: [PATCH 017/111] Enable weather module, even if ACE is running --- Missionframework/scripts/server/init_server.sqf | 2 +- Missionframework/scripts/shared/init_shared.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Missionframework/scripts/server/init_server.sqf b/Missionframework/scripts/server/init_server.sqf index 5529ad7c5..0aa326d6f 100644 --- a/Missionframework/scripts/server/init_server.sqf +++ b/Missionframework/scripts/server/init_server.sqf @@ -47,7 +47,7 @@ execVM "scripts\server\game\capture_vehicles.sqf"; execVM "scripts\server\game\clean.sqf"; execVM "scripts\server\game\cleanup_vehicles.sqf"; execVM "scripts\server\game\manage_time.sqf"; -if (!KP_liberation_ace) then {execVM "scripts\server\game\manage_weather.sqf";}; +execVM "scripts\server\game\manage_weather.sqf"; execVM "scripts\server\game\periodic_save.sqf"; execVM "scripts\server\game\playtime.sqf"; execVM "scripts\server\game\save_manager.sqf"; diff --git a/Missionframework/scripts/shared/init_shared.sqf b/Missionframework/scripts/shared/init_shared.sqf index d516acd59..8bd39551a 100644 --- a/Missionframework/scripts/shared/init_shared.sqf +++ b/Missionframework/scripts/shared/init_shared.sqf @@ -39,4 +39,4 @@ asymm_notifications = compileFinal preprocessFileLineNumbers "scripts\client\asy execVM "scripts\shared\scan_skill.sqf"; execVM "scripts\shared\diagnostics.sqf"; -if (!KP_liberation_ace) then {execVM "scripts\shared\manage_weather.sqf";}; +execVM "scripts\shared\manage_weather.sqf"; From 06d3ae47861f33d70c877bd8bf39b2a0e9590e49 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Tue, 30 Apr 2019 23:40:25 +0200 Subject: [PATCH 018/111] Updated version and info output --- .../scripts/shared/diagnostics.sqf | 12 +++++++++++- Missionframework/stringtable.xml | 18 ++---------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/Missionframework/scripts/shared/diagnostics.sqf b/Missionframework/scripts/shared/diagnostics.sqf index 12a996d32..662125863 100644 --- a/Missionframework/scripts/shared/diagnostics.sqf +++ b/Missionframework/scripts/shared/diagnostics.sqf @@ -1,6 +1,16 @@ private _source = ""; -diag_log format ["[KP LIBERATION] [MISSIONSTART] Missionfile: %1 - World Name: %2 - Version: %3 - Blufor: %4 - Opfor: %5 - Resistance: %6 - Civilians: %7 - Arsenal: %8",(localize "STR_MISSION_TITLE"), worldName, (localize "STR_MISSION_VERSION"),KP_liberation_preset_blufor, KP_liberation_preset_opfor, KP_liberation_preset_resistance, KP_liberation_preset_civilians, KP_liberation_arsenal]; +diag_log text "[KP LIBERATION] [MISSIONSTART] --- MISSION INFORMATION ---"; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] Name: %1", (localize "STR_MISSION_TITLE")]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] World: %1", worldName]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] Version: %1", (localize "STR_MISSION_VERSION")]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] Author: %1", [missionConfigFile] call BIS_fnc_overviewAuthor]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] Blufor: %1", KP_liberation_preset_blufor]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] Opfor: %1", KP_liberation_preset_opfor]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] Resistance: %1", KP_liberation_preset_resistance]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] Civilians: %1", KP_liberation_preset_civilians]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] Arsenal: %1", KP_liberation_arsenal]; +diag_log text format ["[KP LIBERATION] [MISSIONSTART] ACE: %1", KP_liberation_ace]; waitUntil {sleep 1; !isNil "active_sectors"}; diff --git a/Missionframework/stringtable.xml b/Missionframework/stringtable.xml index f3c1c73f8..a3bf516a8 100644 --- a/Missionframework/stringtable.xml +++ b/Missionframework/stringtable.xml @@ -12,24 +12,10 @@ - KP Liberation v0.963a - KP Liberation v0.963a - KP Liberation v0.963a - KP Liberation v0.963a - KP Liberation v0.963a - KP Liberation v0.963a - KP Liberation v0.963a - KP Liberation v0.963a + CTI 34 KP Liberation v0.964 - v0.963a - v0.963a - v0.963a - v0.963a - v0.963a - v0.963a - v0.963a - v0.963a + v0.964 Deploy From 49cf567ca520ee8b19e4735594b8920c73e836b9 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Tue, 30 Apr 2019 23:43:36 +0200 Subject: [PATCH 019/111] Fixed annoying widthRailWay message --- Missionframework/ui/standard_controls.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Missionframework/ui/standard_controls.hpp b/Missionframework/ui/standard_controls.hpp index 0a0104633..2dcacb22d 100644 --- a/Missionframework/ui/standard_controls.hpp +++ b/Missionframework/ui/standard_controls.hpp @@ -65,6 +65,7 @@ class kndr_MapControl onMouseButtonDblClick = ""; scaleMin = 0.05; scaleMax = 3; + widthRailWay = 1; class ActiveMarker { color[] = {0.30, 0.10, 0.90, 1.00}; From c8f585fa363da8c6ed7ca472d2eb2f8edd2af0e3 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Tue, 30 Apr 2019 23:46:29 +0200 Subject: [PATCH 020/111] Disabled locality transfer of all blufor units --- Missionframework/scripts/server/init_server.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Missionframework/scripts/server/init_server.sqf b/Missionframework/scripts/server/init_server.sqf index 0aa326d6f..de0a74228 100644 --- a/Missionframework/scripts/server/init_server.sqf +++ b/Missionframework/scripts/server/init_server.sqf @@ -56,7 +56,7 @@ execVM "scripts\server\game\synchronise_vars.sqf"; execVM "scripts\server\game\synchronise_eco.sqf"; execVM "scripts\server\game\zeus_synchro.sqf"; execVM "scripts\server\offloading\offload_calculation.sqf"; -execVM "scripts\server\offloading\offload_manager.sqf"; +//execVM "scripts\server\offloading\offload_manager.sqf"; execVM "scripts\server\offloading\show_fps.sqf"; execVM "scripts\server\patrols\civilian_patrols.sqf"; execVM "scripts\server\patrols\manage_patrols.sqf"; From 5b69c9863e318c03be5ce0dd4cf7102e2161d9ce Mon Sep 17 00:00:00 2001 From: Wyqer Date: Tue, 30 Apr 2019 23:47:08 +0200 Subject: [PATCH 021/111] Removed travis file in favor to circleCI --- .travis.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 05069bb93..000000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -sudo: false - -language: node_js -node_js: - - node - -cache: - directories: - - node_modules - -install: - - sudo apt-get update - - sudo apt-get -y install python3-pip - - sudo pip3 install sqflint - -script: - - sqflint -d Missionframework - -deploy: - provider: releases - api_key: $GITHUB_TOKEN - file_glob: true - file: build/*.zip - skip_cleanup: true - on: - tags: true - -before_deploy: - - cd _tools - - npm install - - npx gulp - - echo "Listing built files" - - ls ./build/ From a54e85e205eda5449ff4751ce6c6b4d1106cdd16 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Tue, 30 Apr 2019 23:50:49 +0200 Subject: [PATCH 022/111] Add Chernarus Winter to build tool --- .../mission.sqm | 27786 ++++++++++++++++ _tools/_presets.json | 15 +- 2 files changed, 27800 insertions(+), 1 deletion(-) create mode 100644 Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm diff --git a/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm b/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm new file mode 100644 index 000000000..5be0705fe --- /dev/null +++ b/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm @@ -0,0 +1,27786 @@ +version=53; +class EditorData +{ + moveGridStep=1; + angleGridStep=0.2617994; + scaleGridStep=1; + autoGroupingDist=10; + toggles=513; + class ItemIDProvider + { + nextID=4574; + }; + class LayerIndexProvider + { + nextID=1768; + }; + class Camera + { + pos[]={15161.077,75.117188,118.55411}; + dir[]={0.76341492,-0.48508644,0.42666778}; + up[]={0.42351443,0.87439781,0.23669906}; + aside[]={0.48790732,-4.5449997e-007,-0.87298697}; + }; +}; +binarizationWanted=0; +addons[]= +{ + "A3_Ui_F", + "A3_Structures_F_Mil_Cargo", + "A3_Structures_F_Mil_Fortification", + "A3_Structures_F_Civ_Lamps", + "A3_Structures_F_Walls", + "A3_Structures_F_Mil_BagFence", + "A3_Structures_F_Mil_Helipads", + "A3_Structures_F_EPA_Civ_Constructions", + "A3_Structures_F_Mil_BagBunker", + "A3_Structures_F_Mil_Barracks", + "A3_Structures_F_Ind_Transmitter_Tower", + "A3_Structures_F_Ind_Cargo", + "A3_Signs_F", + "A3_Structures_F_Civ_Camping", + "A3_Structures_F_Research", + "A3_Structures_F_Ind_Shed", + "A3_Structures_F_Mil_Shelters", + "A3_Structures_F_EPA_Civ_Camping", + "A3_Structures_F_Bootcamp_Items_Food", + "A3_Structures_F_Items_Vessels", + "A3_Structures_F_Ind_WindPowerPlant", + "A3_Structures_F_Civ_Market", + "A3_Structures_F_Items_Electronics", + "A3_Structures_F_Households_House_Small03", + "A3_Structures_F_EPB_Civ_Garbage", + "A3_Structures_F_EPB_Items_Vessels", + "A3_Modules_F_Curator_Curator", + "A3_Modules_F", + "A3_Characters_F", + "A3_Boat_F_Jets_Carrier_01", + "A3_Structures_F_System", + "A3_Structures_F_Households_Slum", + "A3_Structures_F_Ind_Tank", + "A3_Structures_F_Households_Addons", + "A3_Structures_F_Heli_Items_Airport", + "A3_Structures_F_Mil_Flags" +}; +class AddonsMetaData +{ + class List + { + items=14; + class Item0 + { + className="A3_Ui_F"; + name="Arma 3 - User Interface"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item1 + { + className="A3_Structures_F_Mil"; + name="Arma 3 - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item2 + { + className="A3_Structures_F"; + name="Arma 3 - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item3 + { + className="A3_Structures_F_EPA"; + name="Arma 3 Survive Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item4 + { + className="A3_Structures_F_Ind"; + name="Arma 3 - Industrial Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item5 + { + className="A3_Signs_F"; + name="Arma 3 - Signs"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item6 + { + className="A3_Structures_F_Bootcamp"; + name="Arma 3 Bootcamp Update - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item7 + { + className="A3_Structures_F_Households"; + name="Arma 3 - Houses"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item8 + { + className="A3_Structures_F_EPB"; + name="Arma 3 Adapt Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item9 + { + className="A3_Modules_F_Curator"; + name="Arma 3 Zeus Update - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item10 + { + className="A3_Modules_F"; + name="Arma 3 Alpha - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item11 + { + className="A3_Characters_F"; + name="Arma 3 Alpha - Characters and Clothing"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item12 + { + className="A3_Boat_F_Jets"; + name="Arma 3 Jets - Boats and Submersibles"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item13 + { + className="A3_Structures_F_Heli"; + name="Arma 3 Helicopters - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + }; +}; +randomSeed=11728747; +class ScenarioData +{ + author="[GREUH] Zbug, [GREUH] McKeewa, [KP] Wyqer"; + respawnDialog=0; + disabledAI=1; + respawn=3; + respawnDelay=5; + class Header + { + gameType="CTI"; + minPlayers=1; + maxPlayers=34; + }; +}; +class CustomAttributes +{ + class Category0 + { + name="Multiplayer"; + class Attribute0 + { + property="RespawnTemplates"; + expression="true"; + class Value + { + class data + { + class type + { + type[]= + { + "ARRAY" + }; + }; + class value + { + items=1; + class Item0 + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="Counter"; + }; + }; + }; + }; + }; + }; + nAttributes=1; + }; + class Category1 + { + name="Scenario"; + class Attribute0 + { + property="EnableDebugConsole"; + expression="true"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; +}; +class Mission +{ + class Intel + { + briefingName="@STR_MISSION_TITLE"; + overviewText="@STR_MISSION_DESCRIPTION"; + resistanceWest=0; + resistanceEast=1; + timeOfChanges=28800; + startWeather=0.39999998; + startWind=0.099999994; + startWaves=0.099999994; + forecastWeather=0.39999998; + forecastWind=0.099999994; + forecastWaves=0.099999994; + forecastLightnings=0.099999994; + year=2038; + month=6; + day=6; + hour=8; + minute=0; + startFogDecay=0.013; + forecastFogDecay=0.013; + }; + class Entities + { + items=270; + class Item0 + { + dataType="Marker"; + position[]={13697.518,-0.6706543,2908.3643}; + name="ghost_spot"; + type="Empty"; + id=0; + atlOffset=-47.271626; + }; + class Item1 + { + dataType="Marker"; + position[]={8050.7432,-2.1419733e-019,3350.373}; + name="military"; + text="Progorodki Supply Camp"; + type="o_support"; + colorName="ColorEAST"; + id=57; + atlOffset=-5.790226; + }; + class Item2 + { + dataType="Marker"; + position[]={10240.77,1.392227e+035,1884.236}; + name="factory"; + text="Elektrozavodsk Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=58; + atlOffset=1.392227e+035; + }; + class Item3 + { + dataType="Marker"; + position[]={10483.972,-1.3142948e-030,2324.9751}; + name="bigtown"; + text="Elektrozavodsk"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=61; + atlOffset=-6; + }; + class Item4 + { + dataType="Marker"; + position[]={191.57692,-0.66699219,143.76819}; + name="opfor_airspawn"; + type="Empty"; + id=62; + atlOffset=51.342201; + }; + class Item5 + { + dataType="Marker"; + position[]={5746.3496,70.717529,2529.3423}; + name="opfor_point"; + type="Empty"; + id=63; + atlOffset=-1.075882; + }; + class Item6 + { + dataType="Marker"; + position[]={12052.743,-1.1989267e-031,3500.925}; + name="capture"; + text="Kamyshovo"; + type="n_art"; + colorName="ColorEAST"; + id=64; + atlOffset=-5.9918528; + }; + class Item7 + { + dataType="Marker"; + position[]={4991.832,-59.721195,203.16101}; + name="opfor_airspawn_1"; + type="Empty"; + id=252; + atlOffset=54.76572; + }; + class Item8 + { + dataType="Marker"; + position[]={10013.935,-60.017925,203.16101}; + name="opfor_airspawn_2"; + type="Empty"; + id=253; + atlOffset=54.74506; + }; + class Item9 + { + dataType="Marker"; + position[]={15187.08,-58.76009,5366.8672}; + name="opfor_airspawn_3"; + type="Empty"; + id=254; + atlOffset=54.700405; + }; + class Item10 + { + dataType="Marker"; + position[]={15149.32,-146.49503,10379.532}; + name="opfor_airspawn_4"; + type="Empty"; + id=255; + atlOffset=54.705688; + }; + class Item11 + { + dataType="Marker"; + position[]={15083.243,226.52385,15099.556}; + name="opfor_airspawn_5"; + type="Empty"; + id=256; + atlOffset=54.954346; + }; + class Item12 + { + dataType="Marker"; + position[]={9995.0586,241.16997,15165.636}; + name="opfor_airspawn_6"; + type="Empty"; + id=257; + atlOffset=55.046967; + }; + class Item13 + { + dataType="Marker"; + position[]={3990.575,512.28082,15190.396}; + name="opfor_airspawn_7"; + type="Empty"; + id=258; + atlOffset=54.773499; + }; + class Item14 + { + dataType="Marker"; + position[]={129.59691,625.14911,15218.716}; + name="opfor_airspawn_8"; + type="Empty"; + id=259; + atlOffset=55.031677; + }; + class Item15 + { + dataType="Marker"; + position[]={147.27022,478.89383,10387.17}; + name="opfor_airspawn_9"; + type="Empty"; + id=260; + atlOffset=54.806213; + }; + class Item16 + { + dataType="Marker"; + position[]={157.91466,185.98915,5342.0947}; + name="opfor_airspawn_10"; + type="Empty"; + id=261; + atlOffset=54.730377; + }; + class Item17 + { + dataType="Marker"; + position[]={6719.4819,1.0280987e+038,2531.198}; + name="bigtown_1"; + text="Chernogorsk"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=262; + atlOffset=1.0280987e+038; + }; + class Item18 + { + dataType="Marker"; + position[]={11154.664,1,12297.298}; + name="bigtown_2"; + text="Krasnostav"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=263; + atlOffset=-205.6338; + }; + class Item19 + { + dataType="Marker"; + position[]={6173.6069,2.107731e+038,7752.1602}; + name="bigtown_3"; + text="Stary Sobor"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=264; + atlOffset=2.107731e+038; + }; + class Item20 + { + dataType="Marker"; + position[]={2752.1499,-1.027062e-020,5283.8569}; + name="bigtown_4"; + text="Zelenogorsk"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=265; + atlOffset=-206.89526; + }; + class Item21 + { + dataType="Marker"; + position[]={12033.502,2.107731e+038,9097.5732}; + name="bigtown_5"; + text="Berezino"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=266; + atlOffset=2.107731e+038; + }; + class Item22 + { + dataType="Marker"; + position[]={3804.8899,2.107731e+038,8871.9512}; + name="bigtown_6"; + text="Vybor"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=267; + atlOffset=2.107731e+038; + }; + class Item23 + { + dataType="Marker"; + position[]={1907.7419,-1.027062e-020,2241.3379}; + name="capture_1"; + text="Kamenka"; + type="n_art"; + colorName="ColorEAST"; + id=268; + atlOffset=-6.1063442; + }; + class Item24 + { + dataType="Marker"; + position[]={3644.3159,2.1085488e+038,2472.7219}; + name="capture_2"; + text="Komarovo"; + type="n_art"; + colorName="ColorEAST"; + id=269; + atlOffset=2.1085488e+038; + }; + class Item25 + { + dataType="Marker"; + position[]={4498.146,-7.3018958e-032,2452.655}; + name="capture_3"; + text="Balota"; + type="n_art"; + colorName="ColorEAST"; + id=270; + atlOffset=-5.980207; + }; + class Item26 + { + dataType="Marker"; + position[]={12851.563,0,4462.3652}; + name="capture_4"; + text="Tulga"; + type="n_art"; + colorName="ColorEAST"; + id=272; + atlOffset=-173.99477; + }; + class Item27 + { + dataType="Marker"; + position[]={13405.198,-4.446088e-038,6247.2319}; + name="capture_5"; + text="Solnichniy"; + type="n_art"; + colorName="ColorEAST"; + id=273; + atlOffset=-5.5873709; + }; + class Item28 + { + dataType="Marker"; + position[]={12148.07,0,7268.4741}; + name="capture_6"; + text="Orlovets"; + type="n_art"; + colorName="ColorEAST"; + id=274; + atlOffset=-184.9285; + }; + class Item29 + { + dataType="Marker"; + position[]={12907.981,-4.446088e-038,8046.3628}; + name="capture_7"; + text="Nizhnoye"; + type="n_art"; + colorName="ColorEAST"; + id=275; + atlOffset=-8.2881289; + }; + class Item30 + { + dataType="Marker"; + position[]={12877.287,-1.3784764e-023,10159.415}; + name="capture_8"; + text="Berezino Port District"; + type="n_art"; + colorName="ColorEAST"; + id=276; + atlOffset=-6.0127869; + }; + class Item31 + { + dataType="Marker"; + position[]={12298.588,-2.7967712e-021,10907.631}; + name="capture_9"; + text="Khelm"; + type="n_art"; + colorName="ColorEAST"; + id=277; + atlOffset=-106.52137; + }; + class Item32 + { + dataType="Marker"; + position[]={13362.484,-2.7967712e-021,12863.874}; + name="capture_10"; + text="Olsha"; + type="n_art"; + colorName="ColorEAST"; + id=278; + atlOffset=-94; + }; + class Item33 + { + dataType="Marker"; + position[]={8574.7803,-2.7967712e-021,11958.743}; + name="capture_11"; + text="Gvozdno"; + type="n_art"; + colorName="ColorEAST"; + id=279; + atlOffset=-177.88016; + }; + class Item34 + { + dataType="Marker"; + position[]={4997.7559,-2.7967712e-021,12505.29}; + name="capture_12"; + text="Petrovka"; + type="n_art"; + colorName="ColorEAST"; + id=280; + atlOffset=-181.99368; + }; + class Item35 + { + dataType="Marker"; + position[]={2737.863,2.974272e+035,9961.2725}; + name="capture_13"; + text="Lopatino"; + type="n_art"; + colorName="ColorEAST"; + id=281; + atlOffset=2.974272e+035; + }; + class Item36 + { + dataType="Marker"; + position[]={3057.2759,-6.0157e-036,7898.1621}; + name="capture_14"; + text="Pustoschka"; + type="n_art"; + colorName="ColorEAST"; + id=282; + atlOffset=-304.37518; + }; + class Item37 + { + dataType="Marker"; + position[]={1993.885,-6.0157e-036,7338.2202}; + name="capture_15"; + text="Myshkino"; + type="n_art"; + colorName="ColorEAST"; + id=283; + atlOffset=-252.1105; + }; + class Item38 + { + dataType="Marker"; + position[]={2529.3379,-6.0157e-036,6346.2319}; + name="capture_16"; + text="Sosnovka"; + type="n_art"; + colorName="ColorEAST"; + id=284; + atlOffset=-299.3237; + }; + class Item39 + { + dataType="Marker"; + position[]={3394.022,-6.0157e-036,4902.54}; + name="capture_17"; + text="Drozhino"; + type="n_art"; + colorName="ColorEAST"; + id=285; + atlOffset=-241.8775; + }; + class Item40 + { + dataType="Marker"; + position[]={4400.8052,-6.0610211e-035,4664.9839}; + name="capture_18"; + text="Kozlovka"; + type="n_art"; + colorName="ColorEAST"; + id=286; + atlOffset=-235.33401; + }; + class Item41 + { + dataType="Marker"; + position[]={1689.769,-6.0833985e-036,3842.9939}; + name="capture_19"; + text="Pavlovo"; + type="n_art"; + colorName="ColorEAST"; + id=287; + atlOffset=-143.99001; + }; + class Item42 + { + dataType="Marker"; + position[]={3328.896,-6.0833985e-036,3953.092}; + name="capture_20"; + text="Bor"; + type="n_art"; + colorName="ColorEAST"; + id=288; + atlOffset=-185.98079; + }; + class Item43 + { + dataType="Marker"; + position[]={4449.0049,-6.0833985e-036,6415.4058}; + name="capture_21"; + text="Pogorevka"; + type="n_art"; + colorName="ColorEAST"; + id=289; + atlOffset=-297.3801; + }; + class Item44 + { + dataType="Marker"; + position[]={4748.52,-6.0833985e-036,6822.2222}; + name="capture_22"; + text="Rogovo"; + type="n_art"; + colorName="ColorEAST"; + id=290; + atlOffset=-270.58038; + }; + class Item45 + { + dataType="Marker"; + position[]={5331.168,-6.0833985e-036,8589.3936}; + name="capture_23"; + text="Kabanino"; + type="n_art"; + colorName="ColorEAST"; + id=291; + atlOffset=-332.97379; + }; + class Item46 + { + dataType="Marker"; + position[]={5981.3579,-6.0833985e-036,10343.078}; + name="capture_24"; + text="Grishino"; + type="n_art"; + colorName="ColorEAST"; + id=292; + atlOffset=-266.89844; + }; + class Item47 + { + dataType="Marker"; + position[]={9454.3066,6.6852471e+019,8816.957}; + name="capture_25"; + text="Gorka"; + type="n_art"; + colorName="ColorEAST"; + id=293; + atlOffset=6.6852471e+019; + }; + class Item48 + { + dataType="Marker"; + position[]={10453.37,6.6852471e+019,9822.8213}; + name="capture_26"; + text="Dubrovka"; + type="n_art"; + colorName="ColorEAST"; + id=294; + atlOffset=6.6852471e+019; + }; + class Item49 + { + dataType="Marker"; + position[]={9652.7061,1.0760951e+018,6554.8989}; + name="capture_27"; + text="Shakhovka"; + type="n_art"; + colorName="ColorEAST"; + id=295; + atlOffset=1.0760951e+018; + }; + class Item50 + { + dataType="Marker"; + position[]={8481.9727,-1.560024e-028,6677.9858}; + name="capture_28"; + text="Guglovo Trader City"; + type="n_art"; + colorName="ColorEAST"; + id=296; + atlOffset=-359.94516; + }; + class Item51 + { + dataType="Marker"; + position[]={7086.2749,1.4083977e+020,7689.5952}; + name="capture_29"; + text="Novy Sobor"; + type="n_art"; + colorName="ColorEAST"; + id=297; + atlOffset=1.4083977e+020; + }; + class Item52 + { + dataType="Marker"; + position[]={10685.145,1.4083977e+020,8042.5049}; + name="capture_30"; + text="Polana"; + type="n_art"; + colorName="ColorEAST"; + id=298; + atlOffset=1.4083977e+020; + }; + class Item53 + { + dataType="Marker"; + position[]={11235.432,1.4083977e+020,6557.6748}; + name="capture_31"; + text="Dolina"; + type="n_art"; + colorName="ColorEAST"; + id=299; + atlOffset=1.4083977e+020; + }; + class Item54 + { + dataType="Marker"; + position[]={10098.952,6.9446544e+019,5486.46}; + name="capture_32"; + text="Staroye"; + type="n_art"; + colorName="ColorEAST"; + id=300; + atlOffset=6.9446544e+019; + }; + class Item55 + { + dataType="Marker"; + position[]={11306.177,-2.9965099e-029,5479.0298}; + name="capture_33"; + text="Msta"; + type="n_art"; + colorName="ColorEAST"; + id=301; + atlOffset=-253.32433; + }; + class Item56 + { + dataType="Marker"; + position[]={9168.4053,1.61993e+020,3879.134}; + name="capture_34"; + text="Pusta"; + type="n_art"; + colorName="ColorEAST"; + id=302; + atlOffset=1.61993e+020; + }; + class Item57 + { + dataType="Marker"; + position[]={7544.146,-2.9928699e-029,5169.2598}; + name="capture_35"; + text="Mogilevka"; + type="n_art"; + colorName="ColorEAST"; + id=303; + atlOffset=-213.98833; + }; + class Item58 + { + dataType="Marker"; + position[]={6547.3838,-2.9965099e-029,6073.1689}; + name="capture_36"; + text="Vyshnoye"; + type="n_art"; + colorName="ColorEAST"; + id=304; + atlOffset=-321.6991; + }; + class Item59 + { + dataType="Marker"; + position[]={4923.7959,-2.9965099e-029,5598.9551}; + name="capture_37"; + text="Pulkowo"; + type="n_art"; + colorName="ColorEAST"; + id=305; + atlOffset=-322.77252; + }; + class Item60 + { + dataType="Marker"; + position[]={5839.2388,-2.9965099e-029,4781.4951}; + name="capture_38"; + text="Nadezhdino"; + type="n_art"; + colorName="ColorEAST"; + id=306; + atlOffset=-134.26157; + }; + class Item61 + { + dataType="Marker"; + position[]={9493.9961,2.7486853e+021,2026.1169}; + name="factory_1"; + text="Elektrozavodsk Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=308; + atlOffset=2.7486853e+021; + }; + class Item62 + { + dataType="Marker"; + position[]={6713.9858,-3.1121264e-027,2987.5701}; + name="factory_2"; + text="Chernogorsk Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=309; + atlOffset=-6.177815; + }; + class Item63 + { + dataType="Marker"; + position[]={7235.877,0,2251.323}; + name="factory_3"; + text="Chernogorsk Harbour"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=310; + atlOffset=-6.876471; + }; + class Item64 + { + dataType="Marker"; + position[]={2677.106,5.045564e+017,5596.3262}; + name="factory_4"; + text="Zelenogorsk Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=311; + atlOffset=5.045564e+017; + }; + class Item65 + { + dataType="Marker"; + position[]={2990.845,-1.1315191e-031,7465.3862}; + name="factory_5"; + text="Pustoschka Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=312; + atlOffset=-342.05978; + }; + class Item66 + { + dataType="Marker"; + position[]={3643.0449,5.045564e+017,8979.915}; + name="factory_6"; + text="Vybor Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=313; + atlOffset=5.045564e+017; + }; + class Item67 + { + dataType="Marker"; + position[]={5290.373,-1.8751991e-038,10569.245}; + name="factory_7"; + text="Airfield Storage"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=314; + atlOffset=-307.59711; + }; + class Item68 + { + dataType="Marker"; + position[]={5844.896,-1.2696944e-027,10106.454}; + name="factory_8"; + text="Grishino Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=315; + atlOffset=-277.71286; + }; + class Item69 + { + dataType="Marker"; + position[]={4728.8262,3.2618321e+018,6364.4092}; + name="factory_9"; + text="Pogorevka Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=316; + atlOffset=3.2618321e+018; + }; + class Item70 + { + dataType="Marker"; + position[]={5857.4858,2.2372901e+010,2184.907}; + name="factory_10"; + text="Mainroad Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=317; + atlOffset=2.2372901e+010; + }; + class Item71 + { + dataType="Marker"; + position[]={7275.7598,4.405759e+036,7658.5591}; + name="factory_11"; + text="LeBron Fuel and Wash"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=318; + atlOffset=4.405759e+036; + }; + class Item72 + { + dataType="Marker"; + position[]={10152.321,-2.1040041e-037,5304.605}; + name="factory_12"; + text="Staroye Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=319; + atlOffset=-237.54929; + }; + class Item73 + { + dataType="Marker"; + position[]={10448.229,-2.9725103e-027,8880.0586}; + name="factory_13"; + text="Gorka Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=320; + atlOffset=-223.07986; + }; + class Item74 + { + dataType="Marker"; + position[]={10727.202,-1.560024e-028,10793.436}; + name="factory_14"; + text="Dubrovka Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=321; + atlOffset=-144.38707; + }; + class Item75 + { + dataType="Marker"; + position[]={12767.297,-1.3784764e-023,9669.9189}; + name="factory_15"; + text="Berezino Sawmill"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=322; + atlOffset=-6; + }; + class Item76 + { + dataType="Marker"; + position[]={13115.845,-1.3358736e-034,10431.874}; + name="factory_16"; + text="Enigma Tech Ltd"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=323; + atlOffset=-6; + }; + class Item77 + { + dataType="Marker"; + position[]={12275.147,-1.3784764e-023,9510.0879}; + name="capture_39"; + text="Berezino Mid District"; + type="n_art"; + colorName="ColorEAST"; + id=324; + atlOffset=-17.938047; + }; + class Item78 + { + dataType="Marker"; + position[]={11473.517,-1.3784764e-023,7526.3369}; + name="factory_17"; + text="Carparts Search Area"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=325; + atlOffset=-221; + }; + class Item79 + { + dataType="Marker"; + position[]={13138.482,1.7210674e-030,7094.7568}; + name="factory_18"; + text="Solnichniy Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=326; + atlOffset=-6; + }; + class Item80 + { + dataType="Marker"; + position[]={13403.917,1.7210674e-030,6608.0381}; + name="factory_19"; + text="Solnichniy Fuelstation"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=327; + atlOffset=-4.1780472; + }; + class Item81 + { + dataType="Marker"; + position[]={9997.3027,1.4447811e+020,10367.688}; + name="capture_40"; + text="Volker Sobor"; + type="n_art"; + colorName="ColorEAST"; + id=328; + atlOffset=1.4447811e+020; + }; + class Item82 + { + dataType="Marker"; + position[]={8099.9082,-1.7061275e-023,11601.787}; + name="capture_41"; + text="Hupferskov"; + type="n_art"; + colorName="ColorEAST"; + id=329; + atlOffset=-195.43205; + }; + class Item83 + { + dataType="Marker"; + position[]={8006.5068,1.6806637e+031,11312.545}; + name="factory_20"; + text="Schlesner Car Parts"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=330; + atlOffset=1.6806637e+031; + }; + class Item84 + { + dataType="Marker"; + position[]={2260.4871,-3.3961697e-020,5154.9131}; + name="factory_21"; + text="Mardie Ironworks"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=331; + atlOffset=-174.53825; + }; + class Item85 + { + dataType="Marker"; + position[]={1732.1021,-3.3882701e-020,5093.458}; + name="factory_22"; + text="Snorkel Ore Storage"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=332; + atlOffset=-153; + }; + class Item86 + { + dataType="Marker"; + position[]={6755.3682,-1.3826099e-037,5602.4502}; + name="factory_23"; + text="Natsu Fuel Barrels Ltd"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=335; + atlOffset=-343.16919; + }; + class Item87 + { + dataType="Marker"; + position[]={12915.585,97.226814,12772.475}; + name="tower_1"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=336; + atlOffset=-112.73891; + }; + class Item88 + { + dataType="Marker"; + position[]={11587.863,47.834175,10644.012}; + name="tower_2"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=337; + atlOffset=-112.75758; + }; + class Item89 + { + dataType="Marker"; + position[]={11417.585,153.96841,8393.1191}; + name="tower_3"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=338; + atlOffset=-112.72012; + }; + class Item90 + { + dataType="Marker"; + position[]={13022.124,17.90316,5956.0171}; + name="tower_4"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=339; + atlOffset=-112.77013; + }; + class Item91 + { + dataType="Marker"; + position[]={12331.298,140.87241,4553.0669}; + name="tower_6"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=345; + atlOffset=-112.91518; + }; + class Item92 + { + dataType="Marker"; + position[]={11510.146,188.7352,3731.2473}; + name="tower_8"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=348; + atlOffset=0.00030517578; + }; + class Item93 + { + dataType="Marker"; + position[]={8841.376,104.47749,2840.5454}; + name="tower_9"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=349; + atlOffset=-112.69414; + }; + class Item94 + { + dataType="Marker"; + position[]={7183.876,105.18227,4188.8047}; + name="tower_10"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=350; + atlOffset=-112.8295; + }; + class Item95 + { + dataType="Marker"; + position[]={5474.6201,59.183983,3786.5898}; + name="tower_11"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=352; + atlOffset=-112.85343; + }; + class Item96 + { + dataType="Marker"; + position[]={4551.8286,57.825714,3128.5317}; + name="tower_12"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=353; + }; + class Item97 + { + dataType="Marker"; + position[]={3028.5557,-28.848389,2340.9082}; + name="tower_13"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=354; + atlOffset=-114.65021; + }; + class Item98 + { + dataType="Marker"; + position[]={2471.74,158.75009,4499.9927}; + name="tower_14"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=355; + atlOffset=-112.92197; + }; + class Item99 + { + dataType="Marker"; + position[]={1900.8109,216.50778,6200.5425}; + name="tower_15"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=356; + atlOffset=-112.76947; + }; + class Item100 + { + dataType="Marker"; + position[]={2167.6252,232.25977,8352.0156}; + name="tower_16"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=357; + atlOffset=-112.75882; + }; + class Item101 + { + dataType="Marker"; + position[]={3697.48,289.2392,5998.9922}; + name="tower_17"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=358; + atlOffset=-112.7608; + }; + class Item102 + { + dataType="Marker"; + position[]={3853.5806,223.29236,9623.0166}; + name="tower_18"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=359; + atlOffset=-112.69281; + }; + class Item103 + { + dataType="Marker"; + position[]={4074.9148,253.68011,11677.306}; + name="tower_19"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=360; + atlOffset=-112.69449; + }; + class Item104 + { + dataType="Marker"; + position[]={6882.2012,281.1712,11437.573}; + name="tower_20"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=361; + atlOffset=-112.73346; + }; + class Item105 + { + dataType="Marker"; + position[]={10294.723,249.88812,12057.331}; + name="tower_21"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=362; + atlOffset=-112.72562; + }; + class Item106 + { + dataType="Marker"; + position[]={8143.165,357.93881,9140.8662}; + name="tower_22"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=363; + atlOffset=-112.7648; + }; + class Item107 + { + dataType="Marker"; + position[]={8986.3125,179.27979,7802.3584}; + name="tower_23"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=364; + atlOffset=-113.03696; + }; + class Item108 + { + dataType="Marker"; + position[]={10149.521,206.88324,6215.1646}; + name="tower_24"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=365; + atlOffset=-112.81363; + }; + class Item109 + { + dataType="Marker"; + position[]={8340.9551,91.023842,5457.542}; + name="tower_25"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=366; + atlOffset=-112.76011; + }; + class Item110 + { + dataType="Marker"; + position[]={4431.7402,226.49011,8072.1021}; + name="tower_26"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=367; + atlOffset=-112.69418; + }; + class Item111 + { + dataType="Marker"; + position[]={6433.9326,271.82077,6541.2251}; + name="tower_27"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=368; + atlOffset=-112.71149; + }; + class Item112 + { + dataType="Marker"; + position[]={5271.5078,212.20367,5304.2549}; + name="tower_28"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=370; + atlOffset=-112.72617; + }; + class Item113 + { + dataType="Marker"; + position[]={7313.1958,4.924118,3487.7334}; + name="opfor_point_1"; + type="Empty"; + id=371; + atlOffset=-1.075882; + }; + class Item114 + { + dataType="Marker"; + position[]={5643.002,73.129143,2576.6272}; + name="opfor_point_2"; + type="Empty"; + id=372; + atlOffset=-1.0345612; + }; + class Item115 + { + dataType="Marker"; + position[]={4347.7065,19.703651,2891.4714}; + name="opfor_point_3"; + type="Empty"; + id=373; + atlOffset=-1.0552063; + }; + class Item116 + { + dataType="Marker"; + position[]={3965.8403,23.345585,2967.9199}; + name="opfor_point_4"; + type="Empty"; + id=374; + atlOffset=-1.038559; + }; + class Item117 + { + dataType="Marker"; + position[]={3273.2131,4.8963881,2066.1594}; + name="opfor_point_5"; + type="Empty"; + id=375; + atlOffset=-1.0767059; + }; + class Item118 + { + dataType="Marker"; + position[]={663.43787,5.0543866,1787.4847}; + name="opfor_point_6"; + type="Empty"; + id=376; + atlOffset=-1.0785484; + }; + class Item119 + { + dataType="Marker"; + position[]={1116.9515,4.0503149,2478.6621}; + name="opfor_point_7"; + type="Empty"; + id=377; + atlOffset=-1.0692163; + }; + class Item120 + { + dataType="Marker"; + position[]={1752.1965,69.284851,2891.4604}; + name="opfor_point_8"; + type="Empty"; + id=378; + atlOffset=-1.026535; + }; + class Item121 + { + dataType="Marker"; + position[]={822.83026,141.22517,4148.6553}; + name="opfor_point_9"; + type="Empty"; + id=379; + atlOffset=-1.1245422; + }; + class Item122 + { + dataType="Marker"; + position[]={1377.2655,146.1729,4731.6753}; + name="opfor_point_10"; + type="Empty"; + id=380; + atlOffset=-1.029892; + }; + class Item123 + { + dataType="Marker"; + position[]={1218.1215,139.01788,5310.9146}; + name="opfor_point_11"; + type="Empty"; + id=381; + atlOffset=-1.026535; + }; + class Item124 + { + dataType="Marker"; + position[]={1289.0033,150.10684,5778.1831}; + name="opfor_point_12"; + type="Empty"; + id=382; + atlOffset=-1.0358734; + }; + class Item125 + { + dataType="Marker"; + position[]={944.18994,172.74324,7593.8813}; + name="opfor_point_13"; + type="Empty"; + id=383; + atlOffset=-1.0358887; + }; + class Item126 + { + dataType="Marker"; + position[]={1729.3904,284.22235,7833.0068}; + name="opfor_point_14"; + type="Empty"; + id=384; + atlOffset=-1.0325623; + }; + class Item127 + { + dataType="Marker"; + position[]={2209.4578,340.47272,8125.6597}; + name="opfor_point_15"; + type="Empty"; + id=385; + atlOffset=-1.0479126; + }; + class Item128 + { + dataType="Marker"; + position[]={1610.7159,296.16406,9220.2246}; + name="opfor_point_16"; + type="Empty"; + id=386; + atlOffset=-1.1298828; + }; + class Item129 + { + dataType="Marker"; + position[]={2443.0276,282.99188,10772.714}; + name="opfor_point_17"; + type="Empty"; + id=387; + atlOffset=-1.016571; + }; + class Item130 + { + dataType="Marker"; + position[]={1982.9237,249.93805,11016.111}; + name="opfor_point_18"; + type="Empty"; + id=388; + atlOffset=-1.0432129; + }; + class Item131 + { + dataType="Marker"; + position[]={2441.1819,241.69714,11780.729}; + name="opfor_point_19"; + type="Empty"; + id=389; + atlOffset=-1.1232147; + }; + class Item132 + { + dataType="Marker"; + position[]={1703.4556,252.0034,12216.014}; + name="opfor_point_20"; + type="Empty"; + id=390; + atlOffset=-1.0499115; + }; + class Item133 + { + dataType="Marker"; + position[]={1907.2869,270.42145,12647.938}; + name="opfor_point_21"; + type="Empty"; + id=391; + atlOffset=-1.0013428; + }; + class Item134 + { + dataType="Marker"; + position[]={4032.605,201.32137,12635.71}; + name="opfor_point_22"; + type="Empty"; + id=392; + atlOffset=-1.1092224; + }; + class Item135 + { + dataType="Marker"; + position[]={5568.0791,171.93436,12299.294}; + name="opfor_point_23"; + type="Empty"; + id=393; + atlOffset=-1.1278534; + }; + class Item136 + { + dataType="Marker"; + position[]={6880.0869,343.80249,10012.392}; + name="opfor_point_24"; + type="Empty"; + id=394; + atlOffset=-1.084137; + }; + class Item137 + { + dataType="Marker"; + position[]={6541.0669,309.48425,10407.573}; + name="opfor_point_25"; + type="Empty"; + id=395; + atlOffset=-0.9871521; + }; + class Item138 + { + dataType="Marker"; + position[]={6272.7114,268.79071,10923.354}; + name="opfor_point_26"; + type="Empty"; + id=396; + atlOffset=-1.0339355; + }; + class Item139 + { + dataType="Marker"; + position[]={5615.0698,261.00439,11226.079}; + name="opfor_point_27"; + type="Empty"; + id=397; + atlOffset=-1.1045227; + }; + class Item140 + { + dataType="Marker"; + position[]={8020.0806,167.35612,12021.656}; + name="opfor_point_28"; + type="Empty"; + id=398; + atlOffset=-1.1218872; + }; + class Item141 + { + dataType="Marker"; + position[]={8982.6338,131.28189,12499.902}; + name="opfor_point_29"; + type="Empty"; + id=399; + atlOffset=-1.0586395; + }; + class Item142 + { + dataType="Marker"; + position[]={9763.2627,164.99644,13046.294}; + name="opfor_point_30"; + type="Empty"; + id=400; + atlOffset=-1.0825653; + }; + class Item143 + { + dataType="Marker"; + position[]={10699.526,282.35651,12664.4}; + name="opfor_point_31"; + type="Empty"; + id=401; + atlOffset=-1.0465088; + }; + class Item144 + { + dataType="Marker"; + position[]={12951.394,52.720894,11709.45}; + name="opfor_point_32"; + type="Empty"; + id=402; + atlOffset=-1.0198975; + }; + class Item145 + { + dataType="Marker"; + position[]={13094.966,26.266123,10995.565}; + name="opfor_point_33"; + type="Empty"; + id=403; + atlOffset=-1.0417099; + }; + class Item146 + { + dataType="Marker"; + position[]={12420.536,60.558903,10413.906}; + name="opfor_point_34"; + type="Empty"; + id=404; + atlOffset=-1.0912094; + }; + class Item147 + { + dataType="Marker"; + position[]={12898.115,5.1185331,8768.9229}; + name="opfor_point_35"; + type="Empty"; + id=405; + atlOffset=-1.0693746; + }; + class Item148 + { + dataType="Marker"; + position[]={12390.316,169.35896,6822.1421}; + name="opfor_point_37"; + type="Empty"; + id=408; + atlOffset=-1.0552216; + }; + class Item149 + { + dataType="Marker"; + position[]={10054.021,47.061523,2517.8506}; + name="opfor_point_36"; + type="Empty"; + id=410; + atlOffset=-1.1238327; + }; + class Item150 + { + dataType="Marker"; + position[]={8421.1865,7.4514885,2691.9238}; + name="opfor_point_38"; + type="Empty"; + id=411; + atlOffset=-1.0806112; + }; + class Item151 + { + dataType="Marker"; + position[]={6329.981,42.749252,3508.0837}; + name="opfor_point_39"; + type="Empty"; + id=412; + atlOffset=-0.97457886; + }; + class Item152 + { + dataType="Marker"; + position[]={3336.1726,345.60779,6562.8164}; + name="opfor_point_40"; + type="Empty"; + id=413; + atlOffset=-1.1005859; + }; + class Item153 + { + dataType="Marker"; + position[]={3200.1387,347.72198,7062.7686}; + name="opfor_point_41"; + type="Empty"; + id=414; + atlOffset=-1.1372375; + }; + class Item154 + { + dataType="Marker"; + position[]={3407.3159,328.14117,7356.8467}; + name="opfor_point_42"; + type="Empty"; + id=415; + atlOffset=-1.1072388; + }; + class Item155 + { + dataType="Marker"; + position[]={3279.0059,282.58759,8504.0723}; + name="opfor_point_43"; + type="Empty"; + id=416; + atlOffset=-1.062561; + }; + class Item156 + { + dataType="Marker"; + position[]={3451.3765,300.48224,9704.875}; + name="opfor_point_44"; + type="Empty"; + id=417; + atlOffset=-1.048584; + }; + class Item157 + { + dataType="Marker"; + position[]={3329.0374,358.53589,10602.69}; + name="opfor_point_45"; + type="Empty"; + id=418; + atlOffset=-1.0838623; + }; + class Item158 + { + dataType="Marker"; + position[]={6388.7422,335.80444,9570.9609}; + name="opfor_point_46"; + type="Empty"; + id=419; + atlOffset=-1.0149536; + }; + class Item159 + { + dataType="Marker"; + position[]={5949.0298,327.27515,8824.082}; + name="opfor_point_47"; + type="Empty"; + id=420; + atlOffset=-1.0445557; + }; + class Item160 + { + dataType="Marker"; + position[]={5830.7568,322.01971,7025.0425}; + name="opfor_point_48"; + type="Empty"; + id=421; + atlOffset=-1.1172485; + }; + class Item161 + { + dataType="Marker"; + position[]={6023.0845,187.71803,5265.5571}; + name="opfor_point_49"; + type="Empty"; + id=422; + atlOffset=-1.0378418; + }; + class Item162 + { + dataType="Marker"; + position[]={7780.2847,210.69522,4481.8169}; + name="opfor_point_50"; + type="Empty"; + id=423; + atlOffset=-1.0922852; + }; + class Item163 + { + dataType="Marker"; + position[]={8147.5493,266.45496,5823.5259}; + name="opfor_point_51"; + type="Empty"; + id=424; + atlOffset=-1.0325928; + }; + class Item164 + { + dataType="Marker"; + position[]={7626.2173,310.56427,6890.2666}; + name="opfor_point_52"; + type="Empty"; + id=425; + atlOffset=-1.025238; + }; + class Item165 + { + dataType="Marker"; + position[]={7937.5342,393.2688,8441.8018}; + name="opfor_point_53"; + type="Empty"; + id=426; + atlOffset=-0.99356079; + }; + class Item166 + { + dataType="Marker"; + position[]={8107.3877,430.29199,9913.084}; + name="opfor_point_54"; + type="Empty"; + id=427; + atlOffset=-1.0829163; + }; + class Item167 + { + dataType="Marker"; + position[]={8293.959,316.83575,10592.978}; + name="opfor_point_55"; + type="Empty"; + id=428; + atlOffset=-1.1005249; + }; + class Item168 + { + dataType="Marker"; + position[]={8828.9189,244.67845,11318.789}; + name="opfor_point_56"; + type="Empty"; + id=429; + atlOffset=-1.0758514; + }; + class Item169 + { + dataType="Marker"; + position[]={9790.8457,200.33983,10796.746}; + name="opfor_point_57"; + type="Empty"; + id=430; + atlOffset=-1.091156; + }; + class Item170 + { + dataType="Marker"; + position[]={10038.918,185.90068,9589.6035}; + name="opfor_point_58"; + type="Empty"; + id=431; + atlOffset=-1.155838; + }; + class Item171 + { + dataType="Marker"; + position[]={10029.691,282.45929,8521.874}; + name="opfor_point_59"; + type="Empty"; + id=432; + atlOffset=-1.1619263; + }; + class Item172 + { + dataType="Marker"; + position[]={9973.8945,192.65631,7302.7202}; + name="opfor_point_60"; + type="Empty"; + id=433; + atlOffset=-1.1265411; + }; + class Item173 + { + dataType="Marker"; + position[]={9983.4199,285.98389,6052.5742}; + name="opfor_point_61"; + type="Empty"; + id=434; + atlOffset=-1.0291443; + }; + class Item174 + { + dataType="Marker"; + position[]={8588.3135,264.27209,4018.8235}; + name="opfor_point_62"; + type="Empty"; + id=435; + atlOffset=-1.1361084; + }; + class Item175 + { + dataType="Marker"; + position[]={11112.198,285.18835,5010.8535}; + name="opfor_point_63"; + type="Empty"; + id=436; + atlOffset=-1.07724; + }; + class Item176 + { + dataType="Marker"; + position[]={12242.793,118.71949,5448.8003}; + name="opfor_point_64"; + type="Empty"; + id=437; + atlOffset=-1.1404495; + }; + class Item177 + { + dataType="Marker"; + position[]={11688.788,191.97964,7374.7622}; + name="opfor_point_65"; + type="Empty"; + id=438; + atlOffset=-1.0098877; + }; + class Item178 + { + dataType="Marker"; + position[]={11299.88,108.4524,9086.4961}; + name="opfor_point_66"; + type="Empty"; + id=439; + atlOffset=-1.1678619; + }; + class Item179 + { + dataType="Marker"; + position[]={1418.5212,408.1886,14113.832}; + name="opfor_point_67"; + type="Empty"; + id=440; + atlOffset=-1.0339661; + }; + class Item180 + { + dataType="Marker"; + position[]={1136.0214,385.53253,13914.238}; + name="opfor_point_68"; + type="Empty"; + id=441; + atlOffset=-1.059845; + }; + class Item181 + { + dataType="Marker"; + position[]={708.49323,375.70599,13898.405}; + name="opfor_point_69"; + type="Empty"; + id=442; + atlOffset=-1.0372314; + }; + class Item182 + { + dataType="Marker"; + position[]={5342.4858,298.8822,14132.238}; + name="opfor_point_70"; + type="Empty"; + id=443; + atlOffset=-1.0005188; + }; + class Item183 + { + dataType="Layer"; + name="Forward Base [IND]"; + class Entities + { + items=75; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2748.3357,132.45363,3011.1848}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=675; + type="Land_Cargo_HQ_V3_F"; + atlOffset=-0.066177368; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={2736.333,129.63036,3014.3462}; + angles[]={6.1716509,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=676; + type="Land_HBarrierWall6_F"; + atlOffset=0.0048217773; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2744.0686,127.67329,2996.3384}; + angles[]={6.1650715,3.1415927,0.022662206}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=677; + type="Land_HBarrierWall6_F"; + atlOffset=0.0054779053; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2736.5789,128.68921,3006.0879}; + angles[]={6.1624417,4.712389,0.0093286335}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=678; + type="Land_HBarrierWall6_F"; + atlOffset=0.0057144165; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2756.0576,128.62683,3001.3582}; + angles[]={6.1821952,0,0.037316564}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=679; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0044403076; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={2755.3074,128.18797,2997.1113}; + angles[]={6.1874781,1.5707964,0.037316564}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=680; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0050201416; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2737.3242,127.46458,2996.0884}; + angles[]={6.1571894,3.1415927,0.014664836}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=681; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0061798096; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2750.8118,127.946,2996.6021}; + angles[]={6.1756029,3.1415927,0.030658109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=682; + type="Land_HBarrierWall4_F"; + atlOffset=0.0048217773; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2736.8284,128.03122,3000.5923}; + angles[]={6.1624417,4.712389,0.0093286335}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=683; + type="Land_HBarrierWall4_F"; + atlOffset=0.0061340332; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2741.3267,128.54433,3004.3669}; + angles[]={6.1729674,1.5707964,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=684; + type="Land_HBarrier_5_F"; + atlOffset=0.0045928955; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2736.5854,131.66037,2995.9348}; + angles[]={0,0.78539819,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=685; + type="Land_LampShabby_F"; + atlOffset=1.2266388; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2743.3171,128.40984,3002.3354}; + angles[]={6.1624417,0,0.022662206}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=686; + type="Land_HBarrier_3_F"; + atlOffset=0.01322937; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2760.0405,129.03148,2999.8401}; + angles[]={6.2020307,0,0.038647637}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=687; + type="Land_CncShelter_F"; + atlOffset=0.006477356; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2755.9404,127.24512,2991.2668}; + angles[]={6.1808772,5.497787,0.049293593}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=688; + type="Land_BagFence_Round_F"; + atlOffset=0.0026550293; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2750.6978,127.86396,2999.1418}; + angles[]={6.1756029,3.9269907,0.030658109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=689; + type="Land_BagFence_Round_F"; + atlOffset=0.0025939941; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2748.5725,127.79874,2999.1404}; + angles[]={6.1756029,2.3561945,0.030658109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=690; + type="Land_BagFence_Round_F"; + atlOffset=0.0026855469; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2753.8103,127.14091,2991.2598}; + angles[]={6.1703339,0.78539819,0.059927464}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=691; + type="Land_BagFence_Round_F"; + atlOffset=0.0042724609; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2743.0859,129.83707,3019.6438}; + angles[]={6.187479,5.497787,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=692; + type="Land_BagFence_Round_F"; + atlOffset=0.0019226074; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2740.9607,129.83705,3019.6438}; + angles[]={6.187479,0.78539819,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=693; + type="Land_BagFence_Round_F"; + atlOffset=0.0019073486; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2758.4163,129.01442,3008.5842}; + angles[]={6.1901217,4.4505897,0.02399601}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=694; + type="Land_BagFence_Round_F"; + atlOffset=0.0019073486; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2756.5757,129.06949,3009.647}; + angles[]={6.1901217,2.8797932,0.02399601}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=695; + type="Land_BagFence_Round_F"; + atlOffset=0.001953125; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2756.5652,127.52592,2993.6396}; + angles[]={6.1756029,4.712389,0.049293593}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=697; + type="Land_BagFence_Long_F"; + atlOffset=0.0029449463; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2747.9744,127.52155,2996.7915}; + angles[]={6.1650715,1.5707964,0.041309625}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=698; + type="Land_BagFence_Long_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2753.1902,127.38641,2993.8896}; + angles[]={6.1756029,4.712389,0.049293593}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=699; + type="Land_BagFence_Long_F"; + atlOffset=0.0029525757; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2751.2917,127.5984,2996.5383}; + angles[]={6.1756029,1.5707964,0.030658109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=700; + type="Land_BagFence_Long_F"; + atlOffset=-7.6293945e-006; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2745.8066,127.81647,2997.6023}; + angles[]={6.1650715,3.1415927,0.041309625}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=701; + type="Land_HBarrier_1_F"; + atlOffset=0.0055236816; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2740.5698,127.65261,2997.3523}; + angles[]={6.1650715,3.1415927,0.022662206}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=702; + type="Land_HBarrier_1_F"; + atlOffset=0.0050811768; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2737.5771,129.35143,3012.3567}; + angles[]={6.1716509,4.712389,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=703; + type="Land_HBarrier_1_F"; + atlOffset=0.0044250488; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2737.3354,129.93211,3017.865}; + angles[]={6.183517,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=704; + type="Land_HBarrier_1_F"; + atlOffset=0.0034942627; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2758.5757,128.79787,3006.1472}; + angles[]={6.1954126,1.3089969,0.02399601}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=710; + type="Land_BagFence_Round_F"; + atlOffset=0.0017700195; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2735.5857,142.87959,3027.4348}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=712; + type="Land_Cargo_Tower_V3_F"; + atlOffset=-0.14808655; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2746.3357,130.74603,3026.4348}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=713; + type="Land_Cargo_House_V3_F"; + atlOffset=0.0039215088; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2746.8354,131.12572,3029.8755}; + angles[]={6.2007055,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=714; + type="Land_HBarrierWall6_F"; + atlOffset=0.0030822754; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2747.3325,130.29796,3020.6211}; + angles[]={6.1940885,0,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=715; + type="Land_HBarrierWall6_F"; + atlOffset=0.0030517578; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2736.0859,130.46786,3022.6064}; + angles[]={6.183517,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=716; + type="Land_HBarrierWall6_F"; + atlOffset=0.004776001; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={2753.583,130.52339,3022.8645}; + angles[]={6.1940885,4.712389,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=717; + type="Land_HBarrierWall6_F"; + atlOffset=0.0040435791; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={2759.0854,131.14606,3030.1272}; + angles[]={6.2033553,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=718; + type="Land_HBarrierWall6_F"; + atlOffset=0.0024719238; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={2732.3359,131.20648,3025.8254}; + angles[]={6.1927671,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=719; + type="Land_HBarrier_Big_F"; + atlOffset=0.0049438477; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={2730.3359,131.38782,3027.8254}; + angles[]={6.1927671,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=720; + type="Land_HBarrier_Big_F"; + atlOffset=0.0049591064; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={2732.3342,131.38805,3027.824}; + angles[]={6.1914434,4.712389,0.0013372133}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=721; + type="Land_HBarrier_Big_F"; + atlOffset=0.0051269531; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={2730.3359,131.20648,3025.8254}; + angles[]={6.1927671,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=722; + type="Land_HBarrier_Big_F"; + atlOffset=0.0049438477; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={2735.8345,131.08899,3029.3647}; + angles[]={6.1914434,4.712389,0.0013372133}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=723; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0032501221; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={2753.3354,131.10776,3029.6218}; + angles[]={6.200707,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=724; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0026092529; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={2740.0859,131.14055,3029.9351}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=725; + type="Land_HBarrierWall4_F"; + atlOffset=-4.5776367e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={2744.8357,133.28889,3020.4348}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=726; + type="Land_LampShabby_F"; + atlOffset=0.025100708; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={2759.3354,131.50095,3038.9026}; + angles[]={6.2046809,2.3561945,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=728; + type="Land_BagFence_Round_F"; + atlOffset=0.0012817383; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={2757.5857,130.43109,3025.6494}; + angles[]={6.200707,6.0213857,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=729; + type="Land_BagFence_Round_F"; + atlOffset=0.0014038086; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={2759.3354,131.32272,3036.6509}; + angles[]={6.2033553,0.78539819,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=730; + type="Land_BagFence_Round_F"; + atlOffset=0.0013275146; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={2758.6482,130.58331,3027.4907}; + angles[]={6.200707,4.4505897,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=732; + type="Land_BagFence_Round_F"; + atlOffset=0.0014343262; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={2766.8354,132.91217,2999.6848}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=735; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.10153198; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={2779.3357,134.72098,3018.1848}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=736; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.028106689; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={2764.3357,129.51718,3018.6848}; + angles[]={6.2086577,0,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=737; + type="Land_HelipadSquare_F"; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={2774.0596,129.98972,3012.1399}; + angles[]={6.2192731,1.5707964,0.034652505}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=738; + type="Land_HBarrierWall6_F"; + atlOffset=-0.010604858; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={2770.7822,129.43732,2998.8494}; + angles[]={6.212636,1.5707964,0.043971907}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=739; + type="Land_HBarrier_Big_F"; + atlOffset=0.004196167; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={2783.0457,131.14876,3019.1094}; + angles[]={6.2206011,4.712389,0.033321146}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=740; + type="Land_HBarrier_Big_F"; + atlOffset=0.0030212402; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={2762.2891,129.07883,2998.8372}; + angles[]={6.2020307,4.712389,0.038647637}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=741; + type="Land_HBarrier_Big_F"; + atlOffset=0.0048751831; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={2767.5195,129.01793,2995.5867}; + angles[]={6.2020307,0,0.054611389}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=742; + type="Land_HBarrier_Big_F"; + atlOffset=0.0057830811; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={2779.8003,130.72679,3013.864}; + angles[]={6.2245865,3.1415927,0.029324362}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=743; + type="Land_HBarrier_Big_F"; + atlOffset=0.0026092529; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={2774.3135,129.57567,3005.3867}; + angles[]={6.2206011,1.5707964,0.029324362}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=744; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0018157959; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={2771.063,129.4525,3004.8865}; + angles[]={6.2206011,3.1415927,0.029324362}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=745; + type="Land_HBarrierWall4_F"; + atlOffset=0.0018310547; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={2761.3057,129.10028,3004.6172}; + angles[]={6.1954122,3.1415927,0.038647637}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=746; + type="Land_HBarrierWall4_F"; + atlOffset=0.0035552979; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={2774.3357,132.54456,3004.9348}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=747; + type="Land_LampShabby_F"; + atlOffset=-0.0072479248; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={2762.313,127.62886,2991.77}; + angles[]={6.1927667,0.78539819,0.053282689}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=748; + type="Land_BagFence_Round_F"; + atlOffset=0.0023574829; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={2764.4387,127.74235,2991.772}; + angles[]={6.1927667,5.497787,0.053282689}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=749; + type="Land_BagFence_Round_F"; + atlOffset=0.002281189; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={2765.0632,127.9998,2994.1448}; + angles[]={6.187479,4.712389,0.053283807}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=750; + type="Land_BagFence_Long_F"; + atlOffset=0.0025253296; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={2761.6885,127.84382,2994.3948}; + angles[]={6.187479,4.712389,0.053283807}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=753; + type="Land_BagFence_Long_F"; + atlOffset=0.0025253296; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={2773.8184,130.85236,3024.6333}; + angles[]={6.2113104,1.5707964,0.022662206}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=755; + type="Land_HBarrierWall6_F"; + atlOffset=-0.010498047; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={2779.8081,131.27286,3022.3591}; + angles[]={6.2206011,0,0.022659576}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=756; + type="Land_HBarrier_Big_F"; + atlOffset=0.0026702881; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={2764.0828,131.56374,3035.1245}; + angles[]={6.2046819,1.5707964,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=757; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0023651123; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={2773.2246,131.28877,3030.5242}; + angles[]={6.2046809,0,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=758; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0024261475; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={2767.8267,131.21574,3030.3748}; + angles[]={6.2046809,0,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=759; + type="Land_HBarrierWall4_F"; + atlOffset=0.0024108887; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={2761.5842,131.50728,3038.9026}; + angles[]={6.2046819,3.9269907,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=760; + type="Land_BagFence_Round_F"; + atlOffset=0.0012817383; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={2768.8379,131.41719,3037.3123}; + angles[]={6.2086577,5.2359877,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=761; + type="Land_BagFence_Round_F"; + atlOffset=0.0011901855; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={2768.2556,131.58018,3039.4856}; + angles[]={6.2060056,3.6651914,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=762; + type="Land_BagFence_Round_F"; + atlOffset=0.0012664795; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={2766.084,131.5253,3038.9023}; + angles[]={6.2046819,2.0943952,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=764; + type="Land_BagFence_Round_F"; + atlOffset=0.0013122559; + }; + }; + id=765; + atlOffset=0.0039520264; + }; + class Item184 + { + dataType="Marker"; + position[]={2759.062,-3.0572799e-034,3015.178}; + name="military_1"; + text="Kamarovo North Base"; + type="o_support"; + colorName="ColorEAST"; + id=766; + atlOffset=-129.1534; + }; + class Item185 + { + dataType="Layer"; + name="Military Compound"; + class Entities + { + items=149; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={1831.5291,172.81612,4365.8301}; + angles[]={6.2472029,4.712389,0.06258551}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1085; + type="Land_BagFence_Long_F"; + atlOffset=0.001083374; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={1834.6542,172.89334,4362.7041}; + angles[]={6.2445378,0,0.062584557}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1086; + type="Land_BagFence_Long_F"; + atlOffset=0.0011291504; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.679,173.61893,4359.0044}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1087; + type="Land_CncWall1_F"; + atlOffset=-0.021850586; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={1830.5541,173.71722,4356.7539}; + angles[]={0,0.2617994,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1088; + type="Land_CncWall1_F"; + atlOffset=-0.020324707; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={1829.4291,173.66188,4357.2544}; + angles[]={0,0.52359879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1089; + type="Land_CncWall1_F"; + atlOffset=-0.022583008; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.3054,173.64241,4360.0952}; + angles[]={0,1.3089969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1090; + type="Land_CncWall1_F"; + atlOffset=-0.019500732; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={1828.429,173.62639,4358.0044}; + angles[]={0,0.78539819,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1091; + type="Land_CncWall1_F"; + atlOffset=-0.022720337; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={1833.6783,173.92322,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1092; + type="Land_CncWall4_F"; + atlOffset=-0.0094909668; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.179,173.76137,4363.2539}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1093; + type="Land_CncWall4_F"; + atlOffset=-0.018890381; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={1830.0554,173.21646,4361.7202}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1094; + type="Land_PortableLight_double_F"; + atlOffset=-0.0097351074; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={1832.1538,172.76082,4363.3281}; + angles[]={6.2445378,0.78539819,0.062584557}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1095; + type="Land_BagFence_Round_F"; + atlOffset=0.001159668; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={1834.5309,173.43068,4378.582}; + angles[]={6.2511969,0,0.058600098}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1096; + type="Land_BagFence_Long_F"; + atlOffset=0.00091552734; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={1831.4054,173.14319,4375.4565}; + angles[]={6.2498641,1.5707964,0.059929453}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1097; + type="Land_BagFence_Long_F"; + atlOffset=0.00099182129; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={1833.1801,173.97899,4392.7202}; + angles[]={0,4.7208886,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=1098; + type="Land_Medevac_house_V1_F"; + atlOffset=-0.057998657; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.179,174.63481,4389.5039}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1099; + type="Land_CncWall4_F"; + atlOffset=-0.017333984; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.179,174.32646,4379.0039}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1100; + type="Land_CncWall4_F"; + atlOffset=-0.017959595; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.179,174.48869,4384.2539}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1101; + type="Land_CncWall4_F"; + atlOffset=-0.017471313; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.179,173.96162,4368.5039}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1102; + type="Land_CncWall4_F"; + atlOffset=-0.018386841; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.179,174.77333,4394.7539}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1103; + type="Land_CncWall4_F"; + atlOffset=-0.017730713; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={1833.1803,173.78798,4386.0952}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1104; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.057403564; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={1833.1803,174.12215,4399.2202}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1105; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.05871582; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={1822.7428,173.01408,4372.937}; + angles[]={6.2485313,1.5709709,0.06656827}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1106; + type="Land_BagBunker_Large_F"; + atlOffset=0.033691406; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={1830.5554,173.92853,4380.8452}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1107; + type="Land_PortableLight_double_F"; + atlOffset=-0.0026702881; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={1832.0306,173.26399,4377.9565}; + angles[]={6.2511969,2.3561945,0.058600098}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1108; + type="Land_BagFence_Round_F"; + atlOffset=0.00096130371; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={1828.5543,175.26054,4415.7539}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1109; + type="Land_CncWall1_F"; + atlOffset=-0.0053253174; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={1829.5543,175.33994,4416.5039}; + angles[]={0,2.6179938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1110; + type="Land_CncWall1_F"; + atlOffset=-0.00061035156; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.3041,175.14015,4413.6289}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1111; + type="Land_CncWall1_F"; + atlOffset=-0.013366699; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.8043,175.19319,4414.7539}; + angles[]={0,2.0943952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1112; + type="Land_CncWall1_F"; + atlOffset=-0.0096893311; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={1830.6451,175.41986,4416.8779}; + angles[]={0,2.8797932,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1113; + type="Land_CncWall1_F"; + atlOffset=0.004119873; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.1794,175.07831,4410.5039}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1114; + type="Land_CncWall4_F"; + atlOffset=-0.01739502; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.179,174.8868,4400.0039}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1115; + type="Land_CncWall4_F"; + atlOffset=-0.017578125; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={1833.8041,175.64442,4418.3022}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1116; + type="Land_CncWall4_F"; + atlOffset=0.0026397705; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={1827.1794,174.98795,4405.2539}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1117; + type="Land_CncWall4_F"; + atlOffset=-0.017440796; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={1830.4304,174.69855,4415.5952}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1118; + type="Land_PortableLight_double_F"; + atlOffset=-0.0023498535; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={1847.2806,173.66808,4363.0806}; + angles[]={6.247201,5.497787,0.059929453}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1119; + type="Land_BagFence_Round_F"; + atlOffset=0.0010375977; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={1847.9052,173.79399,4365.5811}; + angles[]={6.2498641,4.712389,0.059929453}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1120; + type="Land_BagFence_Long_F"; + atlOffset=0.00099182129; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={1844.7809,173.49583,4362.4551}; + angles[]={6.2472029,3.1415927,0.058598064}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1121; + type="Land_BagFence_Long_F"; + atlOffset=0.0009765625; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={1838.9283,174.25684,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1122; + type="Land_CncWall4_F"; + atlOffset=-0.0092163086; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={1849.4283,174.89642,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1123; + type="Land_CncWall4_F"; + atlOffset=-0.0088806152; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={1859.9283,175.54478,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1124; + type="Land_CncWall4_F"; + atlOffset=-0.0091705322; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={1865.1783,175.89159,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1125; + type="Land_CncWall4_F"; + atlOffset=-0.009765625; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={1844.1783,174.57884,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1126; + type="Land_CncWall4_F"; + atlOffset=-0.0092163086; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={1855.2491,174.23854,4352.1831}; + angles[]={6.2432065,0.00017428404,0.061257254}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1132; + type="Land_BagBunker_Large_F"; + atlOffset=0.03288269; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={1843.53,174.46413,4395.5854}; + angles[]={6.259192,5.497787,0.061255306}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1134; + type="Land_BagFence_Round_F"; + atlOffset=0.00091552734; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={1847.2802,174.1568,4377.7075}; + angles[]={6.251195,3.9269907,0.061257254}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1135; + type="Land_BagFence_Round_F"; + atlOffset=0.00099182129; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={1838.6342,174.16499,4395.6333}; + angles[]={6.259192,0.78539819,0.061255306}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1136; + type="Land_BagFence_Round_F"; + atlOffset=0.00091552734; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={1844.1536,174.56841,4398.084}; + angles[]={6.2565231,4.712389,0.063914195}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1137; + type="Land_BagFence_Long_F"; + atlOffset=0.0010070801; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={1859.7748,175.1626,4382.4551}; + angles[]={6.247201,0,0.073203169}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1138; + type="Land_BagFence_Long_F"; + atlOffset=0.0014038086; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={1862.5231,175.37437,4382.4551}; + angles[]={6.247201,0,0.077179953}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1139; + type="Land_BagFence_Long_F"; + atlOffset=0.0015411377; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={1838.0297,174.18976,4398.21}; + angles[]={6.259192,4.712389,0.061255306}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1140; + type="Land_BagFence_Long_F"; + atlOffset=0.00091552734; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={1847.9049,174.1151,4375.207}; + angles[]={6.251195,1.5707964,0.061257254}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1141; + type="Land_BagFence_Long_F"; + atlOffset=0.0009765625; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={1844.7809,174.024,4378.3315}; + angles[]={6.251195,3.1415927,0.058600098}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1142; + type="Land_BagFence_Long_F"; + atlOffset=0.00091552734; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={1858.3997,175.11574,4383.9551}; + angles[]={6.247201,4.712389,0.073203169}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1143; + type="Land_BagFence_Long_F"; + atlOffset=0.0014038086; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={1841.0298,174.29555,4394.958}; + angles[]={6.253859,0,0.061254334}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1144; + type="Land_BagFence_Long_F"; + atlOffset=0.00096130371; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={1867.9304,174.87357,4369.8452}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1145; + type="Land_i_Barracks_V2_F"; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={1839.9304,173.06909,4370.5952}; + angles[]={6.2498641,3.1421337,0.058597047}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1146; + type="Land_HelipadSquare_F"; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={1853.0543,176.25409,4389.2544}; + angles[]={0,2.6179938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1148; + type="Land_CncWall1_F"; + atlOffset=0.0028686523; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={1852.0538,176.15398,4388.5044}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1149; + type="Land_CncWall1_F"; + atlOffset=-0.002243042; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={1851.3038,176.06877,4387.5039}; + angles[]={0,2.0943952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1150; + type="Land_CncWall1_F"; + atlOffset=-0.0076141357; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={1853.6786,176.60831,4399.1289}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1151; + type="Land_CncWall1_F"; + atlOffset=-0.0023040771; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={1852.5878,176.50807,4398.7554}; + angles[]={0,6.0213857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1152; + type="Land_CncWall1_F"; + atlOffset=-0.0081939697; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={1850.8036,175.99323,4386.3789}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1153; + type="Land_CncWall1_F"; + atlOffset=-0.011489868; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={1854.1451,176.35175,4389.6279}; + angles[]={0,2.8797932,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1154; + type="Land_CncWall1_F"; + atlOffset=0.0085906982; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={1867.8041,177.41779,4389.7539}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1155; + type="Land_CncWall4_F"; + atlOffset=0.0070953369; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={1857.3036,176.58511,4389.7539}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1156; + type="Land_CncWall4_F"; + atlOffset=0.0063171387; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={1862.5536,176.99364,4389.7539}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1157; + type="Land_CncWall4_F"; + atlOffset=0.0068054199; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={1849.4288,176.27861,4398.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1158; + type="Land_CncWall4_F"; + atlOffset=-0.0059967041; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={1862.0553,180.00357,4386.0957}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1160; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.048431396; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={1857.5232,176.06772,4419.3384}; + angles[]={6.2658529,3.9269907,0.078504436}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1163; + type="Land_BagFence_Round_F"; + atlOffset=0.001373291; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={1855.0226,175.88182,4419.9629}; + angles[]={6.2658529,3.1415927,0.078504436}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1164; + type="Land_BagFence_Long_F"; + atlOffset=0.0013580322; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={1858.1477,176.06996,4416.8359}; + angles[]={6.2605233,1.5707964,0.078504436}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1165; + type="Land_BagFence_Long_F"; + atlOffset=0.0014038086; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={1867.3977,176.79439,4416.5869}; + angles[]={6.2631927,1.5707964,0.078504436}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1166; + type="Land_BagFence_Long_F"; + atlOffset=0.001373291; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={1851.9304,183.31213,4402.5952}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1167; + type="Land_TTowerSmall_2_F"; + atlOffset=0.012237549; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={1853.8033,177.08157,4416.3789}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1168; + type="Land_CncWall1_F"; + atlOffset=0.02003479; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={1852.6783,177.00072,4416.8794}; + angles[]={0,3.4033921,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1169; + type="Land_CncWall1_F"; + atlOffset=0.016326904; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={1855.9275,177.18663,4413.5381}; + angles[]={0,4.4505897,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1170; + type="Land_CncWall1_F"; + atlOffset=0.022384644; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={1869.8038,178.28415,4414.7539}; + angles[]={0,2.0943952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1171; + type="Land_CncWall1_F"; + atlOffset=-0.01272583; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={1869.3054,177.92509,4402.0957}; + angles[]={0,1.3089969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1172; + type="Land_CncWall1_F"; + atlOffset=-0.023223877; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={1855.9288,176.88855,4402.0044}; + angles[]={0,4.9741883,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1173; + type="Land_CncWall1_F"; + atlOffset=0.014831543; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={1869.3036,178.21622,4413.6289}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1174; + type="Land_CncWall1_F"; + atlOffset=-0.017471313; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={1869.6785,177.91911,4401.0044}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1175; + type="Land_CncWall1_F"; + atlOffset=-0.024642944; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={1854.6786,176.71336,4399.8789}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1176; + type="Land_CncWall1_F"; + atlOffset=0.0037384033; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={1854.8035,177.14557,4415.6289}; + angles[]={0,3.9269907,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1177; + type="Land_CncWall1_F"; + atlOffset=0.022354126; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={1855.4286,176.80859,4400.8794}; + angles[]={0,5.2359877,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1178; + type="Land_CncWall1_F"; + atlOffset=0.009552002; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={1855.5535,177.18272,4414.6289}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1179; + type="Land_CncWall1_F"; + atlOffset=0.023178101; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={1849.5536,176.74898,4417.0039}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1180; + type="Land_CncWall4_F"; + atlOffset=0.0036468506; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={1856.0535,176.9875,4405.1294}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1181; + type="Land_CncWall4_F"; + atlOffset=0.02166748; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={1844.3041,176.34749,4417.0039}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1182; + type="Land_CncWall4_F"; + atlOffset=0.0030975342; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={1869.179,178.13849,4410.5044}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1183; + type="Land_CncWall4_F"; + atlOffset=-0.022567749; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={1856.0535,177.1245,4410.3794}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1184; + type="Land_CncWall4_F"; + atlOffset=0.02192688; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={1869.1785,178.00159,4405.2539}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1185; + type="Land_CncWall4_F"; + atlOffset=-0.022796631; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={1842.5554,178.21626,4407.5952}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1186; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.071594238; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={1838.2394,175.14009,4421.2041}; + angles[]={6.2658529,3.141767,0.071874976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1187; + type="Land_BagBunker_Large_F"; + atlOffset=0.032943726; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={1868.0209,176.88853,4419.0884}; + angles[]={6.2671871,2.3561945,0.081154868}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1188; + type="Land_BagFence_Round_F"; + atlOffset=0.0014343262; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={1881.0215,175.94853,4361.2002}; + angles[]={6.2352223,3.1415927,0.081154868}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1189; + type="Land_BagFence_Long_F"; + atlOffset=0.0018463135; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={1884.1451,176.3562,4364.3247}; + angles[]={6.233892,4.712389,0.083803542}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1190; + type="Land_BagFence_Long_F"; + atlOffset=0.0019989014; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={1885.1786,177.42899,4357.1289}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1191; + type="Land_CncWall1_F"; + atlOffset=-0.0075683594; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={1886.1786,177.55724,4357.8789}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1192; + type="Land_CncWall1_F"; + atlOffset=0.00053405762; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={1884.0878,177.31276,4356.7554}; + angles[]={0,6.0213857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1193; + type="Land_CncWall1_F"; + atlOffset=-0.014190674; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.4283,177.77609,4360.0044}; + angles[]={0,4.9741883,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1194; + type="Land_CncWall1_F"; + atlOffset=0.014068604; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={1886.9286,177.67424,4358.8794}; + angles[]={0,5.2359877,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1195; + type="Land_CncWall1_F"; + atlOffset=0.0075073242; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={1875.6783,176.64519,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1196; + type="Land_CncWall4_F"; + atlOffset=-0.010177612; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.5535,177.95085,4363.1294}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1197; + type="Land_CncWall4_F"; + atlOffset=0.024215698; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={1870.4283,176.25829,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1198; + type="Land_CncWall4_F"; + atlOffset=-0.010269165; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={1880.9283,177.05702,4356.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1199; + type="Land_CncWall4_F"; + atlOffset=-0.01083374; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={1883.5215,176.18332,4361.8257}; + angles[]={6.2352223,5.497787,0.082478598}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1200; + type="Land_BagFence_Round_F"; + atlOffset=0.0019073486; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={1878.7716,176.80411,4385.2051}; + angles[]={6.2445393,3.9269907,0.082477875}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1201; + type="Land_BagFence_Round_F"; + atlOffset=0.0017242432; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={1883.771,177.63779,4396.958}; + angles[]={6.2525291,5.497787,0.083801404}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1202; + type="Land_BagFence_Round_F"; + atlOffset=0.0016479492; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={1878.7222,176.60614,4380.3086}; + angles[]={6.2432065,5.497787,0.08380425}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1203; + type="Land_BagFence_Round_F"; + atlOffset=0.0017852783; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={1878.8743,177.23062,4397.0049}; + angles[]={6.251195,0.78539819,0.08380425}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1204; + type="Land_BagFence_Round_F"; + atlOffset=0.0016937256; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={1884.3951,177.76689,4399.4575}; + angles[]={6.2525291,4.712389,0.083801404}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1205; + type="Land_BagFence_Long_F"; + atlOffset=0.0016784668; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={1876.2704,176.62099,4385.8286}; + angles[]={6.2432065,3.1415927,0.08380425}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1206; + type="Land_BagFence_Long_F"; + atlOffset=0.0018005371; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={1884.1455,176.78606,4373.8276}; + angles[]={6.2405434,1.5707964,0.083803542}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1207; + type="Land_BagFence_Long_F"; + atlOffset=0.0018615723; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={1881.2709,177.4102,4396.3325}; + angles[]={6.2525272,0,0.08247932}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1208; + type="Land_BagFence_Long_F"; + atlOffset=0.0016174316; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={1881.0204,176.65686,4376.9521}; + angles[]={6.2405434,3.1415927,0.083803542}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1209; + type="Land_BagFence_Long_F"; + atlOffset=0.0018615723; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={1879.3951,176.75847,4382.7036}; + angles[]={6.2432065,4.712389,0.08380425}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1210; + type="Land_BagFence_Long_F"; + atlOffset=0.0018005371; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={1872.0533,177.76302,4389.1289}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1211; + type="Land_CncWall1_F"; + atlOffset=0.023529053; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={1870.9283,177.68468,4389.6294}; + angles[]={0,3.4033921,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1212; + type="Land_CncWall1_F"; + atlOffset=0.020202637; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={1874.1775,177.83159,4386.2881}; + angles[]={0,4.4505897,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1213; + type="Land_CncWall1_F"; + atlOffset=0.023620605; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={1872.5536,178.08656,4398.7539}; + angles[]={0,0.2617994,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1214; + type="Land_CncWall1_F"; + atlOffset=-0.019012451; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={1873.0535,177.82045,4388.3789}; + angles[]={0,3.9269907,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1215; + type="Land_CncWall1_F"; + atlOffset=0.025299072; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={1871.4291,178.00766,4399.2544}; + angles[]={0,0.52359879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1216; + type="Land_CncWall1_F"; + atlOffset=-0.022460938; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={1873.804,177.84634,4387.3789}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1217; + type="Land_CncWall1_F"; + atlOffset=0.025634766; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={1875.6783,178.35158,4398.6294}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1218; + type="Land_CncWall4_F"; + atlOffset=-0.0059661865; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.5535,179.06746,4389.3794}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1219; + type="Land_CncWall4_F"; + atlOffset=0.024139404; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.5535,178.65512,4378.8794}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1220; + type="Land_CncWall4_F"; + atlOffset=0.024017334; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.5535,178.19621,4368.3794}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1221; + type="Land_CncWall4_F"; + atlOffset=0.024093628; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.5535,178.86511,4384.1294}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1222; + type="Land_CncWall4_F"; + atlOffset=0.024291992; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.5535,179.24982,4394.6294}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1223; + type="Land_CncWall4_F"; + atlOffset=0.023742676; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={1891.9781,177.97298,4374.3081}; + angles[]={6.2405462,4.7125635,0.086449943}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1224; + type="Land_BagBunker_Large_F"; + atlOffset=0.034683228; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={1873.8054,177.05562,4384.9702}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1225; + type="Land_PortableLight_double_F"; + atlOffset=0.011734009; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={1883.5211,176.84027,4376.3286}; + angles[]={6.2405434,3.9269907,0.083803542}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1226; + type="Land_BagFence_Round_F"; + atlOffset=0.0018157959; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={1870.429,177.94841,4400.0044}; + angles[]={0,0.78539819,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1227; + type="Land_CncWall1_F"; + atlOffset=-0.024368286; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={1884.1783,179.5323,4416.8794}; + angles[]={0,3.4033921,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1228; + type="Land_CncWall1_F"; + atlOffset=0.016265869; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.4275,179.75519,4413.5376}; + angles[]={0,4.4505897,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1229; + type="Land_CncWall1_F"; + atlOffset=0.024261475; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={1885.3033,179.62321,4416.3789}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1230; + type="Land_CncWall1_F"; + atlOffset=0.020507813; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={1870.5538,178.37076,4415.7544}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1231; + type="Land_CncWall1_F"; + atlOffset=-0.0071105957; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.0535,179.74405,4414.6289}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1232; + type="Land_CncWall1_F"; + atlOffset=0.024658203; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={1871.5543,178.47324,4416.5044}; + angles[]={0,2.6179938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1233; + type="Land_CncWall1_F"; + atlOffset=-0.0010223389; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={1872.6451,178.57558,4416.8779}; + angles[]={0,2.8797932,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1234; + type="Land_CncWall1_F"; + atlOffset=0.0051269531; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={1886.3035,179.69743,4415.6289}; + angles[]={0,3.9269907,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1235; + type="Land_CncWall1_F"; + atlOffset=0.023391724; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={1881.0541,179.26001,4417.0039}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1236; + type="Land_CncWall4_F"; + atlOffset=0.002456665; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.5535,179.41582,4399.8794}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1237; + type="Land_CncWall4_F"; + atlOffset=0.024017334; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={1887.5535,179.70633,4410.3794}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1238; + type="Land_CncWall4_F"; + atlOffset=0.023605347; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={1875.8036,178.83296,4417.0039}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1239; + type="Land_CncWall4_F"; + atlOffset=0.0024414063; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={1878.5554,189.86858,4408.2202}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1240; + type="Land_Cargo_Tower_V3_F"; + atlOffset=-0.12411499; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={1891.9747,179.1152,4405.9473}; + angles[]={6.2565274,4.7125635,0.090420216}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1241; + type="Land_BagBunker_Large_F"; + atlOffset=0.03453064; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={1883.9304,178.75577,4413.4707}; + angles[]={0,0.2617994,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1242; + type="Land_PortableLight_double_F"; + atlOffset=0.0050964355; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={1870.5214,177.10193,4419.7134}; + angles[]={6.2671871,0,0.081154868}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1243; + type="Land_BagFence_Long_F"; + atlOffset=0.0014648438; + }; + }; + id=1244; + atlOffset=-0.0017089844; + }; + class Item186 + { + dataType="Marker"; + position[]={1860.309,-2.2745097e-026,4393.7061}; + name="military_2"; + text="Pavlovo Base"; + type="o_support"; + colorName="ColorEAST"; + id=1245; + atlOffset=-175.17989; + }; + class Item187 + { + dataType="Layer"; + name="Square Outpost"; + class Entities + { + items=43; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.0701,374.29453,6734.5103}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1346; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.014892578; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={2853.0588,370.09036,6732.9917}; + angles[]={6.2591896,4.747767,0.0146689}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1347; + type="Land_HBarrierWall6_F"; + atlOffset=0.003112793; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2855.0588,370.04172,6729.7427}; + angles[]={6.2591896,3.1769702,0.0146689}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1348; + type="Land_HBarrierWall6_F"; + atlOffset=0.0002746582; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2853.063,370.23373,6741.2495}; + angles[]={6.2685246,4.747767,0.0093286335}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1350; + type="Land_HBarrierWall6_F"; + atlOffset=9.1552734e-005; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2853.0681,370.33676,6765.5181}; + angles[]={0.0093350215,4.747767,0.0026520467}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1351; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={2853.0659,370.35977,6757.5088}; + angles[]={6.2805333,4.747767,0.0053265258}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1352; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2847.3101,370.43555,6749.4995}; + angles[]={6.2711902,1.5707964,0.010664274}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1354; + type="Land_BagBunker_Large_F"; + atlOffset=0.030578613; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2853.0681,370.25131,6773.7729}; + angles[]={0.015994642,4.747767,0.0026520467}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1355; + type="Land_HBarrierWall6_F"; + atlOffset=0.00012207031; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2856.3171,370.23444,6775.522}; + angles[]={0.014660771,0.035382885,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1356; + type="Land_HBarrierWall6_F"; + atlOffset=9.1552734e-005; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2856.8201,374.42908,6771.5103}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1357; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.0033569336; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2863.312,370.13348,6729.7446}; + angles[]={6.2618566,3.1769702,0.010664274}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1358; + type="Land_HBarrierWall6_F"; + atlOffset=0.0016784668; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2887.5659,370.31485,6729.7539}; + angles[]={6.2738504,3.1769702,0.0053265258}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1359; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2877.5681,370.30011,6735.7549}; + angles[]={6.2751846,2.3561945,0.0026520467}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1360; + type="Land_HBarrier_5_F"; + atlOffset=0.0045166016; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2873.5662,370.26328,6734.752}; + angles[]={6.2711902,3.9269907,0.0053265258}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1361; + type="Land_HBarrier_5_F"; + atlOffset=6.1035156e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2879.3201,382.52621,6751.2607}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1373; + type="Land_Cargo_Tower_V3_F"; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2881.0681,370.37338,6746.2588}; + angles[]={6.2805109,3.1415927,0.0026744273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1376; + type="Land_HBarrier_5_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2863.3171,370.3222,6745.2559}; + angles[]={6.276526,3.1415927,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1377; + type="Land_HBarrier_5_F"; + atlOffset=-0.0021972656; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2886.3191,370.38394,6746.2598}; + angles[]={6.2818484,3.1415927,0.0013372133}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1378; + type="Land_HBarrier_5_F"; + atlOffset=-3.0517578e-005; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.3181,370.36542,6747.2563}; + angles[]={6.2778587,4.712389,0.0026744273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1379; + type="Land_HBarrier_5_F"; + atlOffset=3.0517578e-005; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2887.8201,370.3811,6755.5151}; + angles[]={0.0053265258,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1380; + type="Land_HBarrier_5_F"; + atlOffset=0.0053100586; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2884.2854,370.37411,6757.6357}; + angles[]={0.0053265258,0,6.2818484}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1381; + type="Land_HBarrier_5_F"; + atlOffset=3.0517578e-005; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.8181,370.3454,6745.2568}; + angles[]={6.2778587,3.1415927,0.0026744273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1382; + type="Land_HBarrier_5_F"; + atlOffset=0.0012512207; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2875.8201,370.37054,6746.2588}; + angles[]={6.2805109,3.1415927,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1383; + type="Land_HBarrier_5_F"; + atlOffset=0.0011291504; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.0701,370.3157,6750.5107}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1384; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.0031738281; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2881.5701,370.2384,6770.2607}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1385; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.0074157715; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.8201,370.24008,6770.2607}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1386; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.0078430176; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2888.821,370.26947,6775.5186}; + angles[]={0.010664274,0.035382885,6.2818484}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1390; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.5681,370.25803,6775.522}; + angles[]={0.014664836,0.035382885,0.0026520467}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1391; + type="Land_HBarrierWall6_F"; + atlOffset=0.00012207031; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.5681,370.2674,6775.5195}; + angles[]={0.011995304,0.035382885,0.0026744273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1392; + type="Land_HBarrierWall6_F"; + atlOffset=0.00021362305; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2880.8201,370.27124,6775.5186}; + angles[]={0.010664274,0.035382885,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1393; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2877.3201,370.28632,6772.0195}; + angles[]={0.011995304,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1394; + type="Land_HBarrier_5_F"; + atlOffset=0.001953125; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2885.8201,370.28302,6772.2686}; + angles[]={0.010664274,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1395; + type="Land_HBarrier_5_F"; + atlOffset=0.0009765625; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.5701,370.28394,6772.2715}; + angles[]={0.014664836,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1396; + type="Land_HBarrier_5_F"; + atlOffset=0.0015869141; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2895.8159,370.35587,6729.7549}; + angles[]={6.2751846,3.1769702,0.0053265258}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1397; + type="Land_HBarrierWall6_F"; + atlOffset=6.1035156e-005; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.0669,370.38638,6731.5059}; + angles[]={6.2765174,1.6061794,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1398; + type="Land_HBarrierWall6_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={2895.3201,374.53299,6733.7612}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1399; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0061950684; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.0679,370.42059,6739.7598}; + angles[]={6.2818484,1.6061794,0.0026744273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1400; + type="Land_HBarrierWall6_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.0691,370.42181,6747.7617}; + angles[]={0.0013372133,1.6061794,0.0013372133}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1401; + type="Land_HBarrierWall6_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.0701,370.35867,6764.0146}; + angles[]={0.0053265258,1.6061794,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1402; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={2904.8186,370.56216,6755.2642}; + angles[]={0.0039967569,4.712389,0.0013372133}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1403; + type="Land_BagBunker_Large_F"; + atlOffset=0.030456543; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={2897.0701,370.26126,6775.5186}; + angles[]={0.010664274,0.035382885,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1405; + type="Land_HBarrierWall6_F"; + atlOffset=6.1035156e-005; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.0701,370.2959,6772.269}; + angles[]={0.010664274,1.6061794,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1406; + type="Land_HBarrierWall6_F"; + atlOffset=0.00067138672; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={2894.5701,374.44293,6771.5112}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1407; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.00054931641; + }; + }; + id=1408; + atlOffset=-0.0043029785; + }; + class Item188 + { + dataType="Marker"; + position[]={2875.2959,-3.3309497e-034,6740.0591}; + name="military_3"; + text="Sosnovka Base"; + type="o_support"; + colorName="ColorEAST"; + id=1409; + atlOffset=-369.58792; + }; + class Item189 + { + dataType="Layer"; + name="Reveille (Lite)"; + class Entities + { + items=92; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={3972.252,309.0614,6957.6704}; + angles[]={0,3.1480503,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1649; + type="Land_CncWall4_F"; + atlOffset=-0.011383057; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={3975.293,308.79568,6960.3799}; + angles[]={0,1.5896145,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1650; + type="Land_CncWall4_F"; + atlOffset=0.016479492; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3975.3591,308.5408,6965.4741}; + angles[]={0,1.5762976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1651; + type="Land_CncWall4_F"; + atlOffset=0.016601563; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={3967.1501,309.33395,6957.7432}; + angles[]={0,3.1613672,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1652; + type="Land_CncWall4_F"; + atlOffset=-0.011810303; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={3975.4016,308.28549,6970.6021}; + angles[]={0,1.5896145,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1654; + type="Land_CncWall4_F"; + atlOffset=0.016113281; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={3962.1113,309.61893,6957.8271}; + angles[]={0,3.1480503,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1655; + type="Land_CncWall4_F"; + atlOffset=-0.01159668; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={3958.5017,316.61819,6955.5308}; + angles[]={0,4.6424708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1656; + type="Land_TTowerSmall_2_F"; + atlOffset=-0.05090332; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={3975.4697,308.03,6975.6685}; + angles[]={0,1.5762976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1657; + type="Land_CncWall4_F"; + atlOffset=0.016723633; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={3957.0234,309.91479,6957.9009}; + angles[]={0,3.1613672,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1658; + type="Land_CncWall4_F"; + atlOffset=-0.011749268; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={3966.7283,311.93353,6948.6396}; + angles[]={0,4.7321286,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1659; + type="Land_Cargo_HQ_V1_F"; + atlOffset=0.0034790039; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={3983.4182,307.35947,6968.9771}; + angles[]={0.050619707,4.7248855,6.2299037}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1660; + type="Land_HBarrier_Big_F"; + atlOffset=0.0032958984; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={3985.1531,307.6066,6972.9556}; + angles[]={0,3.1521344,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1664; + type="Land_CncWall4_F"; + atlOffset=-0.011505127; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={3975.5125,307.76083,6980.7959}; + angles[]={0,1.5896145,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1667; + type="Land_CncWall4_F"; + atlOffset=0.016540527; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={3951.8955,310.22482,6957.9434}; + angles[]={0,3.1480503,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1668; + type="Land_CncWall4_F"; + atlOffset=-0.011291504; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={3952.6001,309.31177,6953.1729}; + angles[]={0,0.0084997527,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=1670; + type="Land_Medevac_house_V1_F"; + atlOffset=-0.04901123; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={3973.2314,308.45169,6940.8608}; + angles[]={0,1.5933529,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1671; + type="Land_CncBarrier_stripes_F"; + atlOffset=0.00045776367; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={3990.2302,307.35025,6972.9302}; + angles[]={0,3.1388175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1672; + type="Land_CncWall4_F"; + atlOffset=-0.011230469; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={3992.1313,306.89948,6968.957}; + angles[]={0.047960676,4.7248855,6.2299037}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1673; + type="Land_HBarrier_Big_F"; + atlOffset=0.003112793; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={3958.761,310.56335,6942.9102}; + angles[]={0,4.7071357,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1674; + type="Land_CncWall4_F"; + atlOffset=-0.019012451; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={3975.5703,307.48767,6985.9111}; + angles[]={0,1.5762976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1675; + type="Land_CncWall4_F"; + atlOffset=0.016418457; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={3946.822,310.55911,6958.0176}; + angles[]={0,3.1613672,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1676; + type="Land_CncWall4_F"; + atlOffset=-0.012023926; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={3982.6973,307.22339,6983.5498}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1677; + type="Land_CncWall4_F"; + atlOffset=0.012176514; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={3947.6501,310.28391,6954.0693}; + angles[]={0.051955618,4.7247462,6.2139649}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1678; + type="Land_Cargo20_military_green_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={3954.3894,309.86572,6942.876}; + angles[]={0.057274289,0.030191578,6.2139597}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1679; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0030822754; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={3973.1614,308.65793,6936.8301}; + angles[]={0,1.5933529,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1680; + type="Land_CncBarrier_stripes_F"; + atlOffset=0.00045776367; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={3984.9409,306.96783,6985.8135}; + angles[]={0,4.7364049,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1681; + type="Land_CncWall4_F"; + atlOffset=-0.014984131; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={3950.4226,307.22534,6981.4443}; + angles[]={0.078505196,4.7280092,6.2099805}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1682; + type="Land_HelipadSquare_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={3943.9092,310.53522,6954.3154}; + angles[]={0.051954471,4.7249203,6.2099805}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1683; + type="Land_Cargo20_military_green_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={3980.3586,310.0813,6989.4741}; + angles[]={0,3.1636887,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1684; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-0.091644287; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={3975.6125,307.17746,6991.0396}; + angles[]={0,1.5896145,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1685; + type="Land_CncWall4_F"; + atlOffset=0.016448975; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={3941.7,310.92502,6958.0679}; + angles[]={0,3.1480503,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1686; + type="Land_CncWall4_F"; + atlOffset=-0.01184082; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={3948.9788,310.2435,6942.9131}; + angles[]={0.057273246,0.030191578,6.2126322}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1687; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0031433105; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={3971.4639,309.29279,6933.2583}; + angles[]={0,3.1568294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1688; + type="Land_Cargo_House_V1_F"; + atlOffset=0.050476074; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={3964.3567,309.71075,6933.4165}; + angles[]={0,3.1568294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1689; + type="Land_Cargo_House_V1_F"; + atlOffset=0.055297852; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4395,307.37823,6960.2388}; + angles[]={0,4.7213249,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1690; + type="Land_CncWall4_F"; + atlOffset=-0.016784668; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4331,307.15079,6965.3564}; + angles[]={0,4.7080078,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1691; + type="Land_CncWall4_F"; + atlOffset=-0.015777588; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4167,307.60864,6955.1333}; + angles[]={0,4.7080078,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1692; + type="Land_CncWall4_F"; + atlOffset=-0.016540527; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={3993.0688,306.70227,6983.4448}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1693; + type="Land_CncWall4_F"; + atlOffset=0.012512207; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={3990.9016,306.69632,6985.7236}; + angles[]={0,1.5762976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1694; + type="Land_CncWall4_F"; + atlOffset=0.015258789; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4619,306.92249,6970.377}; + angles[]={0,4.7213249,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1695; + type="Land_CncWall4_F"; + atlOffset=-0.015808105; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={3977.8833,306.83752,6993.1206}; + angles[]={0,3.1521344,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1696; + type="Land_CncWall4_F"; + atlOffset=-0.022277832; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={3940.0586,310.8306,6954.3184}; + angles[]={0.055939481,4.7249203,6.206007}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1697; + type="Land_Cargo20_military_green_F"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={3985.0991,306.65219,6990.9072}; + angles[]={0,4.7497215,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1698; + type="Land_CncWall4_F"; + atlOffset=-0.016296387; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={3956.8687,310.21701,6933.4551}; + angles[]={0,3.1568294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1699; + type="Land_Cargo_House_V1_F"; + atlOffset=0.058013916; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4309,307.83344,6950.0093}; + angles[]={0,4.7213249,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1700; + type="Land_CncWall4_F"; + atlOffset=-0.016387939; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4478,306.68567,6975.5015}; + angles[]={0,4.7080078,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1701; + type="Land_CncWall4_F"; + atlOffset=-0.015289307; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={3982.96,306.53561,6993.0957}; + angles[]={0,3.1388175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1702; + type="Land_CncWall4_F"; + atlOffset=-0.025299072; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={3943.6929,310.62851,6943.1025}; + angles[]={0.061255306,0.030191578,6.202033}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1703; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0039672852; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={3936.5984,311.30637,6958.1406}; + angles[]={0,3.1613672,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1704; + type="Land_CncWall4_F"; + atlOffset=-0.013031006; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4121,308.07465,6944.9399}; + angles[]={0,4.7080078,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1705; + type="Land_CncWall4_F"; + atlOffset=-0.01763916; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={3967.6013,310.83597,6927.7119}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1706; + type="Land_CncWall4_F"; + atlOffset=0.011871338; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={3972.7046,310.53448,6927.625}; + angles[]={0,0.021744009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1707; + type="Land_CncWall4_F"; + atlOffset=0.011474609; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={3990.9438,306.42935,6990.8516}; + angles[]={0,1.5896145,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1708; + type="Land_CncWall4_F"; + atlOffset=0.014678955; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4717,306.44031,6980.5923}; + angles[]={0,4.7213249,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1709; + type="Land_CncWall4_F"; + atlOffset=-0.015075684; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={3962.48,311.17444,6927.7617}; + angles[]={0,0.021744009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1710; + type="Land_CncWall4_F"; + atlOffset=0.011993408; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={3977.8193,310.23334,6927.5679}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1711; + type="Land_CncWall4_F"; + atlOffset=0.010864258; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={3949.719,310.74911,6933.2134}; + angles[]={0,3.1568294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1712; + type="Land_Cargo_House_V1_F"; + atlOffset=0.060028076; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={3957.4055,311.52463,6927.8511}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1713; + type="Land_CncWall4_F"; + atlOffset=0.012298584; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={3995.761,309.31659,6989.5957}; + angles[]={0,3.1636887,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1714; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-0.064605713; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={3982.8452,309.9444,6927.4678}; + angles[]={0,0.021744009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1715; + type="Land_CncWall4_F"; + atlOffset=0.011169434; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={3938.8989,312.04816,6943.0054}; + angles[]={0,1.5601969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1716; + type="Land_CncWall4_F"; + atlOffset=0.024383545; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4197,308.30542,6939.8081}; + angles[]={0,4.7213249,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1717; + type="Land_CncWall4_F"; + atlOffset=-0.018280029; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4612,306.1835,6985.7666}; + angles[]={0,4.7080078,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1718; + type="Land_CncWall4_F"; + atlOffset=-0.015319824; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={3993.1763,306.17999,6993.0718}; + angles[]={0,3.1388175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1719; + type="Land_CncWall4_F"; + atlOffset=-0.012054443; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={3933.2493,315.05661,6954.2681}; + angles[]={0,1.5905221,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1720; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.10305786; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={3952.2837,311.89499,6927.9009}; + angles[]={0,0.021744009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1721; + type="Land_CncWall4_F"; + atlOffset=0.013519287; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={3987.9668,309.65616,6927.418}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1722; + type="Land_CncWall4_F"; + atlOffset=0.011260986; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={3934.7258,311.16849,6946.4966}; + angles[]={0,4.7104516,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1723; + type="Land_Cargo_House_V1_F"; + atlOffset=0.083587646; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={3931.4768,311.70724,6958.1904}; + angles[]={0,3.1480503,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1724; + type="Land_CncWall4_F"; + atlOffset=-0.014038086; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={3996.4998,312.03662,6931.1602}; + angles[]={0,4.7316222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1725; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-0.072906494; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={3942.2305,311.34131,6933.2529}; + angles[]={0,3.1568294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1726; + type="Land_Cargo_House_V1_F"; + atlOffset=0.061889648; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.396,308.54437,6934.7163}; + angles[]={0,4.7080078,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1727; + type="Land_CncWall4_F"; + atlOffset=-0.018432617; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={3998.219,305.93274,6993.0376}; + angles[]={0,3.1521344,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1728; + type="Land_CncWall4_F"; + atlOffset=-0.012237549; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4778,305.92889,6990.8643}; + angles[]={0,4.7213249,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1729; + type="Land_CncWall4_F"; + atlOffset=-0.014770508; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={3947.1814,312.28448,6927.9873}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1730; + type="Land_CncWall4_F"; + atlOffset=0.013427734; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={3929.3362,312.06781,6955.8779}; + angles[]={0,1.5527303,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1731; + type="Land_CncWall4_F"; + atlOffset=0.024841309; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={3993.0693,309.35992,6927.3315}; + angles[]={0,0.021744009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1732; + type="Land_CncWall4_F"; + atlOffset=0.011077881; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={3934.821,311.63324,6939.0107}; + angles[]={0,4.7104516,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1733; + type="Land_Cargo_House_V1_F"; + atlOffset=0.086212158; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={3929.3838,312.37878,6950.7773}; + angles[]={0,1.5660472,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1734; + type="Land_CncWall4_F"; + atlOffset=0.025360107; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={3979.4167,305.54776,7004.9512}; + angles[]={0.031988446,0.02317483,6.2206049}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1735; + type="Land_HBarrier_Big_F"; + atlOffset=0.0029907227; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={3929.4541,312.68771,6945.6572}; + angles[]={0,1.5527303,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1736; + type="Land_CncWall4_F"; + atlOffset=0.02633667; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={4000.4097,308.78226,6929.5928}; + angles[]={0,4.7213249,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1737; + type="Land_CncWall4_F"; + atlOffset=-0.018249512; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={3942.0586,312.70242,6928.0518}; + angles[]={0,0.021744009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1738; + type="Land_CncWall4_F"; + atlOffset=0.014068604; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={3998.1846,309.0585,6927.2734}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1739; + type="Land_CncWall4_F"; + atlOffset=0.01071167; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={3987.8135,305.03613,7005.0229}; + angles[]={0.089094967,0.02317483,6.2232561}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1740; + type="Land_HBarrier_Big_F"; + atlOffset=0.0056152344; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={3929.5139,313.01346,6940.5854}; + angles[]={0,1.5660472,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1741; + type="Land_CncWall4_F"; + atlOffset=0.026611328; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={3933.6572,316.40356,6932.1948}; + angles[]={0,1.5905221,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1742; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.10797119; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={3937.0286,313.12256,6928.1152}; + angles[]={0,0.0084267985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1743; + type="Land_CncWall4_F"; + atlOffset=0.013641357; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={3929.592,313.33688,6935.459}; + angles[]={0,1.5527303,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1744; + type="Land_CncWall4_F"; + atlOffset=0.027038574; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={3996.4294,304.54501,7004.9385}; + angles[]={0.097024895,0.02317483,6.2259154}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1745; + type="Land_HBarrier_Big_F"; + atlOffset=0.0076599121; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={3931.9058,313.56989,6928.1792}; + angles[]={0,0.021744009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1746; + type="Land_CncWall4_F"; + atlOffset=0.014007568; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={3929.6396,313.65112,6930.3589}; + angles[]={0,1.5660472,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1747; + type="Land_CncWall4_F"; + atlOffset=0.026062012; + }; + }; + id=1748; + atlOffset=0.27423096; + }; + class Item190 + { + dataType="Marker"; + position[]={3960.8159,-1.9204117e-028,6971.7349}; + name="military_4"; + text="Rogovo Base"; + type="o_support"; + colorName="ColorEAST"; + id=1749; + atlOffset=-307.24863; + }; + class Item191 + { + dataType="Layer"; + name="Concrete Wall LZ"; + class Entities + { + items=75; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2836.3022,264.40656,9323.0869}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2046; + type="Land_Cargo_House_V1_F"; + atlOffset=0.013031006; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={2830.6299,264.30499,9326.7461}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2047; + type="Land_Cargo_House_V1_F"; + atlOffset=0.010406494; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2831.2529,265.37592,9331.4014}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2048; + type="Land_CncWall4_F"; + atlOffset=0.003326416; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2837.9016,265.50696,9318.1865}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2049; + type="Land_CncWall4_F"; + atlOffset=0.00076293945; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2835.6648,265.45233,9328.5557}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2050; + type="Land_CncWall4_F"; + atlOffset=0.0035705566; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={2835.0564,265.47192,9313.7764}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2051; + type="Land_CncWall4_F"; + atlOffset=6.1035156e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2828.5764,264.56894,9329.5576}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2052; + type="Land_Wall_IndCnc_2deco_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2834.2488,264.66458,9325.8994}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2053; + type="Land_Wall_IndCnc_2deco_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2832.6226,264.64392,9323.3779}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2054; + type="Land_Wall_IndCnc_2deco_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2826.9502,264.55096,9327.0371}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2055; + type="Land_Wall_IndCnc_2deco_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2840.7764,265.55313,9322.8818}; + angles[]={0,4.7616453,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2056; + type="Land_CncWall1_F"; + atlOffset=0.0014038086; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2840.4285,265.54596,9325.2275}; + angles[]={0,4.2380466,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2057; + type="Land_CncWall1_F"; + atlOffset=0.0029602051; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2840.3413,265.54486,9321.9697}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2058; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2840.8435,265.55368,9324.0479}; + angles[]={0,4.4998465,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2059; + type="Land_CncWall1_F"; + atlOffset=0.0022277832; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2839.5872,265.52991,9325.998}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2060; + type="Land_CncWall1_F"; + atlOffset=0.0037536621; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2838.46,265.50735,9326.7559}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2061; + type="Land_CncWall1_F"; + atlOffset=0.0037536621; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2842.3066,264.2049,9320.4043}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2063; + type="Land_CncBarrier_stripes_F"; + atlOffset=3.0517578e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2844.3118,264.24677,9325.3584}; + angles[]={0,1.3582532,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2064; + type="Land_CncBarrier_stripes_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2840.6523,264.1687,9328.9082}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2065; + type="Land_CncBarrier_stripes_F"; + atlOffset=-3.0517578e-005; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2839.6638,265.5336,9320.9189}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2066; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2821.7336,263.53436,9314.3369}; + angles[]={0.0053265258,3.714448,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2067; + type="Land_HelipadSquare_F"; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2817.7302,265.85129,9299.3672}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2068; + type="Land_BagBunker_Tower_F"; + atlOffset=0.0019226074; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2813.2576,264.43939,9301.6572}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2069; + type="Land_CncBarrierMedium4_F"; + atlOffset=9.1552734e-005; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2821.6611,264.54965,9296.2363}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2070; + type="Land_CncBarrierMedium4_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2816.5381,264.52963,9295.6738}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2071; + type="Land_CncBarrierMedium4_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2814.5852,265.31644,9305.5605}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2072; + type="Land_CncWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2829.3652,265.45148,9304.9521}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2073; + type="Land_CncWall4_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2832.2107,265.45728,9309.3643}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2074; + type="Land_CncWall4_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2826.4336,265.46933,9300.3945}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2075; + type="Land_CncWall1_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2821.7288,265.41394,9300.9541}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2076; + type="Land_CncWall1_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2824.385,265.45612,9299.5371}; + angles[]={0,6.0706425,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2077; + type="Land_CncWall1_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2820.6785,265.39642,9301.6318}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2078; + type="Land_CncWall1_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2825.6514,265.46698,9299.7861}; + angles[]={0,6.0706425,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2079; + type="Land_CncWall1_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2822.7793,265.43146,9300.2764}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2080; + type="Land_CncWall1_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2827.1711,265.46536,9301.498}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2081; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={2817.3169,265.3511,9303.7998}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2082; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={2823.6196,265.44586,9299.7344}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2083; + type="Land_CncWall1_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={2812.5464,264.47745,9298.248}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2084; + type="Land_CncBarrierMedium_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={2823.9102,264.75201,9301.4443}; + angles[]={0,2.9290495,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2085; + type="Land_PortableLight_double_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={2827.5303,265.46222,9302.1113}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2099; + type="Land_CncWall1_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={2816.886,268.29532,9336.8008}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2100; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.009979248; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={2825.1677,264.21417,9330.2695}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2101; + type="Land_Cargo_House_V1_F"; + atlOffset=0.0091247559; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={2816.0654,269.34155,9340.6025}; + angles[]={0,4.2380466,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2102; + type="Land_LampHalogen_off_F"; + atlOffset=9.1552734e-005; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={2819.5981,264.37924,9340.9893}; + angles[]={0,3.714448,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2103; + type="Land_BagBunker_Small_F"; + atlOffset=3.0517578e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={2814.9075,265.11487,9339.2676}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2104; + type="Land_CncWall4_F"; + atlOffset=0.0030822754; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={2812.0618,265.09277,9334.8564}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2105; + type="Land_CncWall4_F"; + atlOffset=0.0030517578; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={2809.2156,265.08047,9330.4434}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2106; + type="Land_CncWall4_F"; + atlOffset=0.0034790039; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={2826.8411,265.30124,9334.2471}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2107; + type="Land_CncWall4_F"; + atlOffset=0.0030212402; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={2821.4878,264.46146,9330.5596}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2109; + type="Land_Wall_IndCnc_2deco_F"; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={2823.2495,264.48004,9333.291}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2110; + type="Land_Wall_IndCnc_2deco_F"; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={2821.8877,264.62012,9336.2393}; + angles[]={0.0013372133,3.714448,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2111; + type="Land_CncShelter_F"; + atlOffset=6.1035156e-005; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={2822.7009,264.63144,9337.5}; + angles[]={0,3.714448,0.015994642}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2112; + type="Land_CncShelter_F"; + atlOffset=6.1035156e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={2817.3867,265.14484,9340.3438}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2113; + type="Land_CncWall1_F"; + atlOffset=0.0022277832; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={2824.1094,265.25421,9336.0078}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2114; + type="Land_CncWall1_F"; + atlOffset=0.0020446777; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={2819.6975,265.18179,9338.8535}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2115; + type="Land_CncWall1_F"; + atlOffset=0.0022277832; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={2820.748,265.19824,9338.1758}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2116; + type="Land_CncWall1_F"; + atlOffset=0.0018615723; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={2816.3362,265.12845,9341.0215}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2117; + type="Land_CncWall1_F"; + atlOffset=0.0022888184; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={2825.7358,264.35797,9338.5293}; + angles[]={0,1.8818521,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2118; + type="Land_CncBarrierMedium_F"; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={2820.491,264.27512,9336.8555}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2119; + type="Land_CncBarrierMedium_F"; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={2823.0122,264.31738,9335.2295}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2120; + type="Land_CncBarrierMedium_F"; + atlOffset=-3.0517578e-005; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={2821.7568,264.00626,9344.3672}; + angles[]={6.2818484,3.7143602,0.017325602}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2122; + type="RoadBarrier_F"; + atlOffset=-6.1035156e-005; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={2826.6099,264.37463,9340.3457}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2125; + type="Land_CncBarrierMedium_F"; + atlOffset=6.1035156e-005; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={2800.1763,265.53818,9322.8867}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2126; + type="Land_BagBunker_Tower_F"; + atlOffset=0.0020751953; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={2799.459,269.3912,9315.3174}; + angles[]={0,3.1908488,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2127; + type="Land_LampHalogen_off_F"; + atlOffset=0.00021362305; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={2796.9104,264.21042,9318.7461}; + angles[]={0,3.714448,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2128; + type="Land_CncBarrierMedium4_F"; + atlOffset=-3.0517578e-005; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={2796.3474,264.14545,9323.8691}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2129; + type="Land_CncBarrierMedium4_F"; + atlOffset=0.00030517578; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={2800.6785,265.15646,9317.208}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2131; + type="Land_CncWall4_F"; + atlOffset=0.0043029785; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={2801.3499,265.18918,9314.0977}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2132; + type="Land_CncWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={2810.1733,265.26852,9308.4063}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2133; + type="Land_CncWall4_F"; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={2805.7617,265.22644,9311.252}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2134; + type="Land_CncWall4_F"; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={2806.3699,265.08789,9326.0313}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2135; + type="Land_CncWall4_F"; + atlOffset=0.0038757324; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={2802.4402,265.13257,9319.9395}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2138; + type="Land_CncWall1_F"; + atlOffset=0.004486084; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={2804.6082,265.108,9323.3008}; + angles[]={0,2.1436515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2139; + type="Land_CncWall1_F"; + atlOffset=0.0042114258; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={2798.9221,264.10782,9327.8604}; + angles[]={0,5.2852445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2140; + type="Land_CncBarrierMedium_F"; + atlOffset=0.0002746582; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={2802.3311,264.13275,9327.1494}; + angles[]={0,0.57285523,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2158; + type="Land_CncBarrierMedium4_F"; + atlOffset=0.00039672852; + }; + }; + id=2159; + atlOffset=0.0011291504; + }; + class Item192 + { + dataType="Marker"; + position[]={2819.8101,2.1271824e+021,9321.5332}; + name="military_5"; + text="zandru Helicopter Base"; + type="o_support"; + colorName="ColorEAST"; + id=2160; + atlOffset=2.1271824e+021; + }; + class Item193 + { + dataType="Marker"; + position[]={4854.5269,-0.00052334252,10090.945}; + name="military_6"; + text="Military Airport"; + type="o_support"; + colorName="ColorEAST"; + id=2161; + atlOffset=-339.00052; + }; + class Item194 + { + dataType="Marker"; + position[]={4472.0181,-2.2696227e-032,10755.789}; + name="military_7"; + text="Helicopter Base"; + type="o_support"; + colorName="ColorEAST"; + id=2162; + atlOffset=-339; + }; + class Item195 + { + dataType="Layer"; + name="Observation Tower (Brown)"; + class Entities + { + items=34; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={9591.3848,87.554596,13507.424}; + angles[]={0.011815063,3.1415927,6.1635809}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2163; + type="Land_BagFence_Long_F"; + atlOffset=0.0030136108; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={9593.9619,88.099335,13504.184}; + angles[]={0.011815063,4.712389,6.1782393}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2164; + type="Land_HBarrier_Big_F"; + atlOffset=0.0067825317; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={9599.0869,87.596443,13501.059}; + angles[]={0.011815063,0,6.1782393}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2165; + type="Land_HBarrier_Big_F"; + atlOffset=0.012001038; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={9589.6689,88.047066,13507.303}; + angles[]={0.011815063,3.6651914,6.1635809}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2166; + type="Land_HBarrier_1_F"; + atlOffset=0.0050582886; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9598.5859,99.015106,13503.544}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2168; + type="Land_Cargo_Tower_V3_F"; + atlOffset=-0.19856262; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={9593.2666,87.262726,13516.257}; + angles[]={6.1934643,0,6.1476536}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2171; + type="Land_BagFence_Long_F"; + atlOffset=0.0054931641; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9590.7744,87.555511,13513.554}; + angles[]={0.022394964,0,6.1283517}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2172; + type="Land_BagFence_Long_F"; + atlOffset=0.0052261353; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={9591.8994,87.349136,13514.928}; + angles[]={0.022394964,4.712389,6.1283517}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2173; + type="Land_BagFence_Long_F"; + atlOffset=0.0052490234; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={9589.3994,87.800789,13512.179}; + angles[]={0.022394964,1.5707964,6.1283517}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2174; + type="Land_BagFence_Long_F"; + atlOffset=0.0050582886; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={9598.749,87.231346,13515.312}; + angles[]={6.1934643,3.1415927,6.1476536}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2175; + type="Land_HBarrier_Big_F"; + atlOffset=0.016105652; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={9604.5166,86.282845,13513.796}; + angles[]={0.002156192,1.5707964,6.2109642}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2176; + type="Land_HBarrier_3_F"; + atlOffset=0.0020904541; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={9589.5684,88.09713,13510.559}; + angles[]={0.022394964,2.8797932,6.1283517}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2177; + type="Land_HBarrier_1_F"; + atlOffset=0.0086288452; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={9620.4385,86.154839,13497.918}; + angles[]={6.2807684,0,0.05059614}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2183; + type="Land_BagFence_Long_F"; + atlOffset=0.00054168701; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={9626.9336,86.559364,13497.797}; + angles[]={0.0074692843,3.1415927,0.062708326}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2184; + type="Land_BagFence_Long_F"; + atlOffset=0.000831604; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={9607.3164,86.883972,13501.114}; + angles[]={0.058010932,3.1415927,6.1952415}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2189; + type="Land_HBarrier_Big_F"; + atlOffset=0.0067672729; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={9615.8115,86.760971,13497.578}; + angles[]={0.028908741,3.1415927,0.019304398}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2190; + type="Land_HBarrier_Big_F"; + atlOffset=0.0006942749; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={9635.1729,87.773476,13502.797}; + angles[]={0.0027186358,1.5707964,0.031134691}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2191; + type="Land_HBarrier_Big_F"; + atlOffset=0.00058746338; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={9631.9932,87.697403,13497.678}; + angles[]={0.0074613001,3.1415927,0.075726099}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2192; + type="Land_HBarrier_Big_F"; + atlOffset=0.0034790039; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={9612.5,86.623672,13502.364}; + angles[]={0.058009904,4.712389,6.2496982}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2193; + type="Land_HBarrier_Big_F"; + atlOffset=0.0027084351; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={9622.1738,86.525558,13497.792}; + angles[]={6.2807684,2.0943952,0.05059614}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2194; + type="Land_HBarrier_1_F"; + atlOffset=0.00091552734; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={9625.416,86.747398,13497.799}; + angles[]={0.0074692843,2.8797932,0.062708326}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2195; + type="Land_HBarrier_1_F"; + atlOffset=0.0013580322; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={9629.46,87.043327,13501.919}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2197; + type="Land_Cargo_House_V3_F"; + atlOffset=0.056495667; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={9620.668,86.487564,13504.792}; + angles[]={6.2798028,3.1415927,0.062708326}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2198; + type="Land_HBarrier_5_F"; + atlOffset=0.07056427; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={9607.2695,86.593346,13515.441}; + angles[]={6.0941381,0,6.2336335}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2204; + type="Land_HBarrier_Big_F"; + atlOffset=0.023323059; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={9632.1982,87.647606,13516.314}; + angles[]={0.017055137,0,0.0099590635}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2205; + type="Land_HBarrier_Big_F"; + atlOffset=0.00022125244; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={9615.3438,86.659447,13515.605}; + angles[]={6.1273713,0,0.096265122}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2206; + type="Land_HBarrier_Big_F"; + atlOffset=0.020492554; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={9623.7686,87.352264,13515.99}; + angles[]={6.2381921,0,0.055035613}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2207; + type="Land_HBarrier_Big_F"; + atlOffset=0.0030212402; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={9629.9189,87.16156,13512.914}; + angles[]={6.2766619,4.712389,0.055036698}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2208; + type="Land_HBarrier_5_F"; + atlOffset=0.001159668; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={9631.0635,87.146065,13510.789}; + angles[]={6.2766619,1.788142e-007,0.031134691}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2209; + type="Land_HBarrier_1_F"; + atlOffset=0.00036621094; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={9624.96,91.078613,13514.044}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2213; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.019577026; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={9637.7129,87.044594,13506.045}; + angles[]={0.0026966222,3.1415927,6.2772155}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2214; + type="Land_BagFence_Long_F"; + atlOffset=7.6293945e-006; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={9639.0957,87.002983,13507.429}; + angles[]={0.022264156,4.712389,6.2576632}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2215; + type="Land_BagFence_Long_F"; + atlOffset=0.00023651123; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={9639.1016,86.864876,13515.065}; + angles[]={0.051135402,1.5707964,6.242918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2216; + type="Land_BagFence_Long_F"; + atlOffset=0.00086975098; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={9637.7266,86.849899,13516.44}; + angles[]={0.051135402,3.1415927,6.242918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2217; + type="Land_BagFence_Long_F"; + atlOffset=0.00086975098; + }; + }; + id=2218; + atlOffset=-0.070251465; + }; + class Item196 + { + dataType="Marker"; + position[]={9614.9443,-3.0535183e-034,13507.896}; + name="military_8"; + text="GRS Camp Alpha"; + type="o_support"; + colorName="ColorEAST"; + id=2219; + atlOffset=-85.125603; + }; + class Item197 + { + dataType="Layer"; + name="Headquarters"; + class Entities + { + items=31; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={13312.696,49.467796,11782.983}; + angles[]={6.1861582,0,6.2805333}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2311; + type="Land_BagFence_Long_F"; + atlOffset=0.0018730164; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={13302.45,50.606483,11786.151}; + angles[]={6.1821966,4.712389,6.2791739}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2312; + type="Land_HBarrier_Big_F"; + atlOffset=0.0062141418; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={13302.456,51.492886,11794.52}; + angles[]={6.1769209,4.712389,6.2738504}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2313; + type="Land_HBarrier_Big_F"; + atlOffset=0.007019043; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13307.572,50.276138,11783.026}; + angles[]={6.1821966,0,6.2818484}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2314; + type="Land_HBarrier_Big_F"; + atlOffset=0.0061340332; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13307.474,51.831478,11798.052}; + angles[]={6.1690178,3.1415927,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2315; + type="Land_HBarrier_Big_F"; + atlOffset=0.0079727173; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13310.589,53.397457,11811.755}; + angles[]={6.1637559,1.5707964,6.2685165}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2316; + type="Land_HBarrier_Big_F"; + atlOffset=0.0087509155; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={13310.459,52.40382,11803.391}; + angles[]={6.1729674,4.712389,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2317; + type="Land_HBarrier_Big_F"; + atlOffset=0.0073471069; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13317.076,50.341114,11788.957}; + angles[]={6.1914439,0,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2318; + type="Land_HBarrier_5_F"; + atlOffset=0.0031509399; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={13308.075,50.501907,11789.446}; + angles[]={6.1861582,3.1415927,6.2778587}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2319; + type="Land_HBarrier_3_F"; + atlOffset=0.0037956238; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={13310.324,50.59201,11790.445}; + angles[]={6.1769209,1.5707964,6.2778587}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2320; + type="Land_HBarrier_3_F"; + atlOffset=0.0045127869; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={13308.32,50.82338,11793.523}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2321; + type="Land_Cargo_House_V1_F"; + atlOffset=0.0052146912; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={13305.572,50.871475,11788.775}; + angles[]={6.1821966,6.2831502,6.2818484}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2322; + type="Land_FieldToilet_F"; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={13304.325,50.874947,11788.775}; + angles[]={6.1821966,5.5339501e-006,6.2791739}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2323; + type="Land_FieldToilet_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={13315.076,50.636658,11791.197}; + angles[]={6.1795578,1.5707964,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2326; + type="Land_HBarrier_3_F"; + atlOffset=0.0043945313; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={13311.954,53.853596,11821.592}; + angles[]={6.1467056,0,6.2618566}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2327; + type="Land_BagFence_Long_F"; + atlOffset=0.003993988; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={13310.577,53.669682,11820.09}; + angles[]={6.1427827,4.712389,6.2658529}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2328; + type="Land_BagFence_Long_F"; + atlOffset=0.004234314; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={13310.577,53.300339,11817.22}; + angles[]={6.1558776,4.712389,6.2658563}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2329; + type="Land_BagFence_Long_F"; + atlOffset=0.0034828186; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={13316.459,53.56752,11817.046}; + angles[]={6.1571894,3.1415927,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2330; + type="Land_HBarrier_3_F"; + atlOffset=0.0066413879; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={13313.831,54.066494,11821.303}; + angles[]={6.1467056,4.9741883,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2331; + type="Land_HBarrier_1_F"; + atlOffset=0.0066566467; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={13318.571,49.452114,11782.982}; + angles[]={6.1861582,3.1415927,6.2805333}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2332; + type="Land_BagFence_Long_F"; + atlOffset=0.0019454956; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={13330.716,51.599144,11798.394}; + angles[]={6.1759167,2.3841895e-007,6.2666306}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2333; + type="Land_HBarrier_Big_F"; + atlOffset=0.0071754456; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={13333.952,53.159424,11811.993}; + angles[]={6.1545162,1.5707964,6.2774701}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2334; + type="Land_HBarrier_Big_F"; + atlOffset=0.010131836; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={13333.839,52.116814,11803.643}; + angles[]={6.1751142,4.712389,6.2674427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2335; + type="Land_HBarrier_Big_F"; + atlOffset=0.0073051453; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={13320.832,50.52441,11786.163}; + angles[]={6.1914439,1.5707964,6.2738123}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2336; + type="Land_HBarrier_Big_F"; + atlOffset=0.0051383972; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={13320.958,51.348171,11794.651}; + angles[]={6.1821971,1.5707964,6.2732682}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2337; + type="Land_HBarrier_Big_F"; + atlOffset=0.0062980652; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={13322.21,51.718033,11798.392}; + angles[]={6.1742849,0,6.2710419}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2338; + type="Land_HBarrier_Big_F"; + atlOffset=0.0072937012; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={13322.945,55.47533,11807.648}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2339; + type="Land_Cargo_HQ_V1_F"; + atlOffset=0.079807281; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={13319.077,53.450531,11819.471}; + angles[]={6.1571894,4.712389,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2340; + type="Land_BagFence_Long_F"; + atlOffset=0.0033798218; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={13330.662,53.931633,11816.93}; + angles[]={6.1001611,3.1415927,0.027248511}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2341; + type="Land_HBarrier_Big_F"; + atlOffset=0.021007538; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={13322.209,53.893425,11816.997}; + angles[]={6.1571898,3.1415927,6.2714109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2342; + type="Land_HBarrier_Big_F"; + atlOffset=0.0097084045; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={13318.706,53.954151,11821.053}; + angles[]={6.1467056,2.0943952,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2343; + type="Land_HBarrier_1_F"; + atlOffset=0.0066261292; + }; + }; + id=2344; + atlOffset=0.045475006; + }; + class Item198 + { + dataType="Marker"; + position[]={13313.89,-253.62958,11799.251}; + name="military_9"; + text="GRS Camp Bravo"; + type="o_support"; + colorName="ColorEAST"; + id=2345; + atlOffset=-304.31857; + }; + class Item199 + { + dataType="Layer"; + name="Chain Fence Outpost"; + class Entities + { + items=50; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={6984.1865,315.30252,8157.3965}; + angles[]={0,0.013675685,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2391; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00030517578; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={6980.687,315.31006,8160.8965}; + angles[]={0,1.5670177,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2392; + type="Land_Mil_WiredFence_F"; + atlOffset=6.1035156e-005; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={6991.8779,315.62961,8157.2549}; + angles[]={0,0.013675685,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2393; + type="Land_Mil_WiredFenceD_F"; + atlOffset=0.0085449219; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={6993.7095,315.2012,8165.0391}; + angles[]={6.2285728,0,0.05461248}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2394; + type="Land_HBarrier_5_F"; + atlOffset=-0.00091552734; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={6987.106,315.33951,8180.0649}; + angles[]={6.2312298,1.5707964,0.053286046}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2396; + type="Land_BagFence_Long_F"; + atlOffset=0.0010986328; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={6986.689,316.85303,8193.7734}; + angles[]={6.2312298,1.5707964,0.053286046}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2397; + type="Land_HBarrier_Big_F"; + atlOffset=0.0033569336; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={6994.6855,316.08914,8171.396}; + angles[]={6.2285728,3.1415927,0.055942677}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2398; + type="Land_HBarrier_Big_F"; + atlOffset=0.0037231445; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={6986.939,316.40475,8185.397}; + angles[]={6.2298985,1.5707964,0.053287163}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2399; + type="Land_HBarrier_Big_F"; + atlOffset=0.0034484863; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={6990.333,316.38382,8190.0391}; + angles[]={6.2285762,0,0.055939481}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2400; + type="Land_HBarrier_5_F"; + atlOffset=0.0035095215; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={6991.0029,320.7377,8194.3359}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2402; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-0.06628418; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={6988.1284,316.51093,8167.7119}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2403; + type="Land_BagBunker_Tower_F"; + atlOffset=0.0018615723; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={6980.812,316.60449,8184.5215}; + angles[]={0,1.5670177,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2405; + type="Land_Mil_WiredFence_F"; + atlOffset=0.00012207031; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={6980.7534,315.73434,8168.5869}; + angles[]={0,1.5670177,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2406; + type="Land_Mil_WiredFence_F"; + atlOffset=6.1035156e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={6980.6865,316.9238,8192.3975}; + angles[]={0,1.5670177,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2407; + type="Land_Mil_WiredFenceD_F"; + atlOffset=0.0022583008; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={6995.5854,316.66284,8190.0415}; + angles[]={6.2312298,0,0.053281568}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2408; + type="Land_HBarrier_5_F"; + atlOffset=0.0022583008; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={6980.812,317.44339,8200.0215}; + angles[]={0,1.5670177,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2409; + type="Land_Mil_WiredFence_F"; + atlOffset=9.1552734e-005; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={6992.062,318.21426,8203.5215}; + angles[]={0,3.1378226,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2410; + type="Land_Mil_WiredFence_F"; + atlOffset=0.00030517578; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={6984.312,317.8161,8203.5215}; + angles[]={0,3.1378226,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2411; + type="Land_Mil_WiredFence_F"; + atlOffset=0.00030517578; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={6989.6919,317.28485,8199.0254}; + angles[]={6.2325621,3.1415927,0.050623242}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2412; + type="Land_HBarrier_Big_F"; + atlOffset=0.003112793; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={7009.689,316.35995,8161.396}; + angles[]={6.2285728,3.1415927,0.053281568}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2415; + type="Land_HBarrier_Big_F"; + atlOffset=0.0035400391; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={7017.9385,316.81357,8161.6455}; + angles[]={6.2285728,0,0.053281568}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2416; + type="Land_HBarrier_Big_F"; + atlOffset=0.0035095215; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={7017.0034,320.61819,8165.9614}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2417; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-0.065032959; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={7026.562,317.73132,8160.146}; + angles[]={0,4.7260723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2418; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00012207031; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={7015.1865,316.98083,8156.8965}; + angles[]={0,0.013675685,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2419; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00030517578; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={7022.9365,317.37262,8156.7715}; + angles[]={0,0.013675685,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2420; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00033569336; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={7007.4365,316.58719,8157.0215}; + angles[]={0,0.013675685,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2421; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00033569336; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={6999.6865,316.14212,8157.1465}; + angles[]={0,0.013675685,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2422; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00030517578; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={7001.3091,315.89508,8161.2676}; + angles[]={6.2259154,3.1415927,0.057270125}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2423; + type="Land_HBarrier_Big_F"; + atlOffset=0.0039672852; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={6999.356,316.50635,8189.3159}; + angles[]={6.2312346,3.9269907,0.054613575}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2428; + type="Land_BagFence_Round_F"; + atlOffset=0.0011291504; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={6997.8555,315.61887,8174.064}; + angles[]={6.2285728,4.712389,0.05461248}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2429; + type="Land_BagFence_Long_F"; + atlOffset=0.0012512207; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={7016.1074,317.00104,8181.6899}; + angles[]={6.2312298,1.5707964,0.050624419}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2430; + type="Land_BagFence_Long_F"; + atlOffset=0.0010070801; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={6999.9805,316.26755,8184.0649}; + angles[]={6.2312346,4.712389,0.054613575}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2431; + type="Land_BagFence_Long_F"; + atlOffset=0.0012207031; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={7016.1064,316.47668,8171.9385}; + angles[]={6.2272458,4.712389,0.051951028}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2432; + type="Land_BagFence_Long_F"; + atlOffset=0.0012817383; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={7021.0684,317.2305,8166.6479}; + angles[]={6.2299027,4.712389,0.049293593}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2434; + type="Land_HBarrier_Big_F"; + atlOffset=0.0031738281; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={7020.0703,318.73831,8196.5273}; + angles[]={6.2338943,4.712389,0.047960676}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2435; + type="Land_HBarrier_Big_F"; + atlOffset=0.0028991699; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={7017.3379,316.73627,8169.6646}; + angles[]={6.2285728,0,0.050623242}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2436; + type="Land_HBarrier_5_F"; + atlOffset=0.0022277832; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={7012.7114,317.34152,8185.4185}; + angles[]={6.2325611,0,0.051955618}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2437; + type="Land_HBarrier_5_F"; + atlOffset=0.0023803711; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={7018.2529,319.21359,8187.8369}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2438; + type="Land_BagBunker_Tower_F"; + atlOffset=0.0016174316; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={7026.187,319.00815,8184.521}; + angles[]={0,4.7260723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2439; + type="Land_Mil_WiredFence_F"; + atlOffset=-9.1552734e-005; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={7026.312,319.40234,8192.2715}; + angles[]={0,4.7260723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2440; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00012207031; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={7026.687,318.15082,8167.896}; + angles[]={0,4.7260723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2441; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00012207031; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={6999.9805,316.41049,8186.8149}; + angles[]={6.2312346,4.712389,0.054613575}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2442; + type="Land_BagFence_Long_F"; + atlOffset=0.0011291504; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={7006.3154,318.18542,8199.4023}; + angles[]={6.2338929,3.1415927,0.051954471}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2443; + type="Land_HBarrier_Big_F"; + atlOffset=0.0031738281; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={6998.064,317.74332,8199.2754}; + angles[]={6.2325621,3.1415927,0.053281568}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2444; + type="Land_HBarrier_Big_F"; + atlOffset=0.0032348633; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={6999.812,318.62646,8203.5215}; + angles[]={0,3.1378226,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2445; + type="Land_Mil_WiredFence_F"; + atlOffset=0.00030517578; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={7023.062,319.78894,8203.5215}; + angles[]={0,3.1378226,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2446; + type="Land_Mil_WiredFence_F"; + atlOffset=0.00024414063; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={7007.562,319.02802,8203.5215}; + angles[]={0,3.1378226,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2447; + type="Land_Mil_WiredFence_F"; + atlOffset=0.0002746582; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={7015.312,319.4169,8203.5215}; + angles[]={0,3.1378226,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2448; + type="Land_Mil_WiredFence_F"; + atlOffset=0.0002746582; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={7026.437,319.77823,8200.0215}; + angles[]={0,4.7260723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2449; + type="Land_Mil_WiredFence_F"; + atlOffset=-0.00015258789; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={7014.8188,318.62469,8199.5283}; + angles[]={6.2352247,3.1415927,0.049291171}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2450; + type="Land_HBarrier_Big_F"; + atlOffset=0.0028991699; + }; + }; + id=2452; + atlOffset=-0.005065918; + }; + class Item200 + { + dataType="Marker"; + position[]={7002.4829,-7.6801277e-014,8179.8638}; + name="military_10"; + text="Novy Sobor Base"; + type="o_support"; + colorName="ColorEAST"; + id=2453; + atlOffset=-315.75833; + }; + class Item201 + { + dataType="Layer"; + name="Research Complex"; + class Entities + { + items=47; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={6748.5996,379.3157,9748.3965}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2486; + type="Land_LampHalogen_F"; + atlOffset=-0.00085449219; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={6752.8496,374.28244,9763.7715}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2488; + type="Land_Research_house_V1_F"; + atlOffset=0.076934814; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={6747.5996,373.97348,9753.6465}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2494; + type="Land_Wall_IndCnc_Pole_F"; + atlOffset=-3.0517578e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={6756.7251,374.70605,9747.7725}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2495; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.066894531; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={6750.7739,374.29803,9747.7168}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2496; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.066345215; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={6747.5996,373.29813,9774.6465}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2497; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.060699463; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={6747.5996,373.6073,9768.6465}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2498; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.042480469; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={6747.5996,373.83496,9762.6465}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2499; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.022155762; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={6747.6489,374.02524,9750.5918}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2500; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.00091552734; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={6748.0234,373.94482,9756.7168}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2501; + type="Land_Wall_IndCnc_4_D_F"; + atlOffset=-0.045074463; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={6748.4751,377.66113,9788.5215}; + angles[]={0,3.9269907,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2506; + type="Land_LampHalogen_F"; + atlOffset=-0.00018310547; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={6747.5996,372.43143,9786.6465}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2508; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.084136963; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={6750.7251,372.61642,9789.5225}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2509; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.090026855; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={6747.5996,372.91287,9780.6465}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2510; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.080291748; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={6756.7251,373.14938,9789.5225}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2511; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.088684082; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={6770.9536,374.95462,9741.9902}; + angles[]={6.2086577,5.497787,0.050624419}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2513; + type="Land_BagFence_Round_F"; + atlOffset=0.0016479492; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={6784.293,375.47449,9741.6738}; + angles[]={6.2485313,0.78539819,0.042640556}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2514; + type="Land_BagFence_Round_F"; + atlOffset=0.00061035156; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={6786.457,375.5654,9741.6318}; + angles[]={6.2485313,5.497787,0.042640556}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2515; + type="Land_BagFence_Round_F"; + atlOffset=0.00067138672; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={6768.7896,374.84808,9742.0313}; + angles[]={6.2086577,0.78539819,0.050624419}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2516; + type="Land_BagFence_Round_F"; + atlOffset=0.0017089844; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={6784.9751,376.17221,9741.6465}; + angles[]={0,0.2617994,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2517; + type="Land_PortableLight_double_F"; + atlOffset=0.0057067871; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={6787.1714,375.6759,9743.9248}; + angles[]={6.2498641,1.5707964,0.034654226}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2518; + type="Land_BagFence_Long_F"; + atlOffset=0.00045776367; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={6771.6631,375.06766,9744.3037}; + angles[]={6.259192,1.5707964,0.054608114}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2519; + type="Land_BagFence_Long_F"; + atlOffset=0.00076293945; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={6768.1646,374.89142,9744.5547}; + angles[]={6.2631865,4.712389,0.050624419}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2520; + type="Land_BagFence_Long_F"; + atlOffset=0.00064086914; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={6777.4751,379.12961,9745.8965}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2521; + type="Land_BarGate_F"; + atlOffset=0.1668396; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={6783.457,375.50925,9743.6299}; + angles[]={6.2418756,4.4505897,0.042641956}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2522; + type="Land_BagFence_Short_F"; + atlOffset=0.00073242188; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={6788.5996,381.4675,9748.6475}; + angles[]={0,0.78539819,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2524; + type="Land_LampHalogen_F"; + atlOffset=-0.0012207031; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={6772.9751,375.38013,9770.8965}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2527; + type="Land_Research_house_V1_F"; + atlOffset=-0.06539917; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={6763.6919,378.15591,9759.1318}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2528; + type="Land_Research_HQ_F"; + atlOffset=-0.063140869; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={6762.1006,377.72147,9775.5723}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2529; + type="Land_Research_HQ_F"; + atlOffset=0.10314941; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={6789.6001,376.47754,9774.6475}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2542; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.028747559; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={6789.6001,376.51013,9756.6475}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2543; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.028137207; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={6789.6001,376.57346,9762.6475}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2544; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.0024108887; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={6789.6001,376.31958,9750.6475}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2545; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.031707764; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={6768.7251,375.3743,9747.7725}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2546; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.055603027; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={6786.4746,376.07333,9747.7715}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2547; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.035369873; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={6762.7251,375.05014,9747.7725}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2548; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.059631348; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={6789.6001,376.55646,9768.6475}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2549; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.012512207; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={6775.9751,375.26682,9785.3975}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2554; + type="Land_Shed_Small_F"; + atlOffset=-1.1477051; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={6789.6001,376.11423,9783.6475}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2558; + type="Land_Wall_IndCnc_Pole_F"; + atlOffset=-9.1552734e-005; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={6768.4746,374.00494,9789.5215}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2559; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.0859375; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={6789.5508,375.95071,9786.7021}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2560; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.047363281; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={6780.4746,375.02832,9789.5215}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2561; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.085144043; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={6762.7251,373.67947,9789.5225}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2562; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.090789795; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={6786.4258,375.4913,9789.5771}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2563; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.088653564; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={6774.4746,374.52658,9789.5215}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2564; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-0.081878662; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={6789.1763,376.29843,9780.5771}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2565; + type="Land_Wall_IndCnc_4_D_F"; + atlOffset=0.065063477; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={6760.6919,374.52115,9787.5068}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2566; + type="Land_TBox_F"; + atlOffset=-0.045898438; + }; + }; + id=2571; + atlOffset=-0.10794067; + }; + class Item202 + { + dataType="Marker"; + position[]={6777.4268,-4.3743039e-021,9760.2617}; + name="military_11"; + text="Grishino Research Lab"; + type="o_support"; + colorName="ColorEAST"; + id=2572; + atlOffset=-375.15219; + }; + class Item203 + { + dataType="Layer"; + name="Service Depot [OPF]"; + class Entities + { + items=28; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={5799.144,122.97321,4395.2988}; + angles[]={6.2285738,3.1415927,0.15084881}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=2573; + type="CamoNet_OPFOR_big_F"; + atlOffset=0.027000427; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={5806.228,122.71662,4395.1299}; + angles[]={6.2299027,2.0943952,0.15084518}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2575; + type="Land_HBarrierWall6_F"; + atlOffset=0.0092544556; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={5799.2212,121.37088,4389.5005}; + angles[]={6.233892,3.1415927,0.1495426}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2576; + type="Land_HBarrierWall6_F"; + atlOffset=0.0093688965; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={5805.4697,122.81158,4398.8735}; + angles[]={6.2272439,0.78539819,0.15084518}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2577; + type="Land_HBarrierWall6_F"; + atlOffset=0.0097961426; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={5793.6978,120.64719,4392.4902}; + angles[]={6.2338905,4.1887903,0.15995523}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2578; + type="Land_HBarrierWall6_F"; + atlOffset=0.010925293; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={5803.4634,122.07441,4390.6211}; + angles[]={6.2325635,2.3561945,0.15084559}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2579; + type="Land_HBarrierWall4_F"; + atlOffset=0.0098571777; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={5788.7563,119.66832,4396.0103}; + angles[]={6.223258,3.9269907,0.17421596}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2582; + type="Land_BagFence_Long_F"; + atlOffset=0.0072097778; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={5788.7588,119.77892,4398.0127}; + angles[]={6.2285743,2.3561945,0.16903745}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2583; + type="Land_BagFence_Long_F"; + atlOffset=0.0066986084; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={5806.0122,122.75292,4402.2588}; + angles[]={6.2219291,5.4976997,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2585; + type="Land_WoodenTable_large_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={5789.894,120.02489,4399.1421}; + angles[]={6.2285743,5.497787,0.15995486}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2597; + type="Land_BagFence_End_F"; + atlOffset=0.0068283081; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={5806.6387,123.17877,4407.3828}; + angles[]={6.2166162,3.9269907,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2604; + type="Land_BagFence_Long_F"; + atlOffset=0.0060958862; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={5804.6387,122.86411,4407.3823}; + angles[]={6.2166162,5.497787,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2605; + type="Land_BagFence_Long_F"; + atlOffset=0.0061264038; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={5802.7656,122.31568,4403.5093}; + angles[]={6.2206001,3.9269907,0.15214851}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2606; + type="Land_BagFence_Long_F"; + atlOffset=0.005645752; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={5802.7637,122.44411,4405.5073}; + angles[]={6.2166162,5.497787,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2607; + type="Land_BagFence_Long_F"; + atlOffset=0.0061187744; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={5806.1372,122.91127,4403.2266}; + angles[]={6.2166162,0.26174703,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2608; + type="Land_CampingChair_V2_F"; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={5807.2505,123.03812,4402.502}; + angles[]={6.2166162,0.78534055,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2609; + type="Land_CampingChair_V2_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={5804.9189,122.43138,4403.145}; + angles[]={6.2166162,0,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2610; + type="Land_FoodContainer_01_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={5805.4116,122.51346,4402.5171}; + angles[]={6.2166162,6.2830105,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2613; + type="Land_CanisterFuel_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={5809.9609,123.60767,4400.6147}; + angles[]={6.2219291,5.497787,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2614; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.010810852; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={5816.21,126.65512,4409.73}; + angles[]={6.1954126,2.3561945,0.1780934}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=2615; + type="CamoNet_OPFOR_big_F"; + atlOffset=0.040000916; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={5822.8247,126.70795,4410.9854}; + angles[]={6.1821971,1.5707964,0.2012388}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2617; + type="Land_HBarrierWall6_F"; + atlOffset=0.0184021; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={5819.6797,126.58512,4416.0942}; + angles[]={6.1821971,0.52359879,0.2012388}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2618; + type="Land_HBarrierWall6_F"; + atlOffset=0.015983582; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={5811.7046,124.13974,4404.6025}; + angles[]={6.2166162,3.9269907,0.15605427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2619; + type="Land_HBarrierWall6_F"; + atlOffset=0.0025177002; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={5820.3296,125.68341,4405.1147}; + angles[]={6.1993828,2.3561945,0.19226195}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2620; + type="Land_HBarrierWall6_F"; + atlOffset=0.016082764; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={5815.9502,124.71567,4402.479}; + angles[]={6.2099833,3.1415927,0.16774289}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2621; + type="Land_HBarrierWall4_F"; + atlOffset=0.012863159; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={5813.749,125.47602,4419.7402}; + angles[]={6.1742845,5.2359877,0.19097751}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2624; + type="Land_BagFence_Long_F"; + atlOffset=0.010246277; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={5815.6812,125.90614,4420.2583}; + angles[]={6.1742845,3.6651914,0.19097751}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2625; + type="Land_BagFence_Long_F"; + atlOffset=0.010154724; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={5812.7451,125.11855,4418.3545}; + angles[]={6.1742845,2.8797932,0.183254}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2632; + type="Land_BagFence_End_F"; + atlOffset=0.0080108643; + }; + }; + id=2635; + atlOffset=0.043083191; + }; + class Item204 + { + dataType="Marker"; + position[]={5794.9741,1.871793e+038,4418.6372}; + name="military_12"; + text="Nadezhdino Supply Camp"; + type="o_support"; + colorName="ColorEAST"; + id=2636; + atlOffset=1.871793e+038; + }; + class Item205 + { + dataType="Marker"; + position[]={5682.854,-1.9204117e-028,3008.2971}; + name="military_13"; + text="Military Powerplant"; + type="o_support"; + colorName="ColorEAST"; + id=2637; + atlOffset=-89.128967; + }; + class Item206 + { + dataType="Marker"; + position[]={4754.9292,-2.9053363e-029,2544.323}; + name="military_14"; + text="Balota Airbase"; + type="o_support"; + colorName="ColorEAST"; + id=2638; + atlOffset=-9; + }; + class Item207 + { + dataType="Marker"; + position[]={8338.377,-9.4310594e-028,5999.2959}; + name="military_15"; + text="Kumyrna Guerilla Camp"; + type="o_support"; + colorName="ColorEAST"; + id=2639; + atlOffset=-291.98999; + }; + class Item208 + { + dataType="Layer"; + name="Forward Base [BLU]"; + class Entities + { + items=69; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={8558.373,373.6362,10083.601}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2640; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.14807129; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={8561.623,368.93091,10086.601}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2641; + type="Land_CncBarrierMedium4_F"; + atlOffset=-0.0036315918; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={8565.873,368.06903,10092.351}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2642; + type="Land_CncBarrierMedium4_F"; + atlOffset=-0.0036621094; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={8564.123,370.18192,10083.101}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2644; + type="Land_CncWall4_F"; + atlOffset=0.029846191; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={8548.873,370.67819,10084.352}; + angles[]={0,0.52359879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2645; + type="Land_CncWall4_F"; + atlOffset=0.0340271; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={8558.873,370.41464,10083.101}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2646; + type="Land_CncWall4_F"; + atlOffset=0.030487061; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={8546.623,370.31961,10087.852}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2647; + type="Land_CncWall4_F"; + atlOffset=0.014251709; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={8569.373,369.91095,10083.101}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2648; + type="Land_CncWall4_F"; + atlOffset=0.029510498; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={8553.623,370.63348,10083.101}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2649; + type="Land_CncWall4_F"; + atlOffset=0.030975342; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={8566.623,368.58591,10112.601}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2668; + type="Land_Cargo_HQ_V1_F"; + atlOffset=-0.12155151; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.1631,368.34335,10095.486}; + angles[]={0.12468632,1.5707964,6.2471962}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=2669; + type="CamoNet_BLUFOR_open_F"; + atlOffset=0.008972168; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.0303,366.83597,10107.981}; + angles[]={0.11943288,1.5707964,6.2551899}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=2670; + type="CamoNet_BLUFOR_open_F"; + atlOffset=0.0079956055; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={8548.123,370.31293,10112.601}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2671; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.025024414; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={8551.123,366.92184,10105.351}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2672; + type="Land_Cargo_House_V1_F"; + atlOffset=0.031311035; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={8551.373,367.81717,10098.101}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2673; + type="Land_Cargo_House_V1_F"; + atlOffset=0.035247803; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={8566.873,372.8877,10094.726}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2674; + type="Land_LampHalogen_F"; + atlOffset=0.0018920898; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={8550.123,366.64334,10108.851}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2675; + type="Land_CncBarrierMedium4_F"; + atlOffset=-0.001373291; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={8550.373,368.44058,10094.351}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2676; + type="Land_CncBarrierMedium4_F"; + atlOffset=-0.0011291504; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={8548.373,366.43784,10118.351}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2678; + type="Land_CncWall4_F"; + atlOffset=-0.015899658; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={8546.623,367.00424,10114.101}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2679; + type="Land_CncWall4_F"; + atlOffset=0.0090026855; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={8570.623,365.55008,10120.101}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2680; + type="Land_CncWall4_F"; + atlOffset=-0.030151367; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={8568.623,368.45462,10095.601}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2681; + type="Land_CncWall4_F"; + atlOffset=-0.030090332; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={8565.373,365.73907,10120.101}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2682; + type="Land_CncWall4_F"; + atlOffset=-0.030151367; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={8546.623,368.98227,10098.351}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2683; + type="Land_CncWall4_F"; + atlOffset=0.013153076; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={8546.623,367.65347,10108.851}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2684; + type="Land_CncWall4_F"; + atlOffset=0.010040283; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={8556.373,368.26083,10101.851}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2685; + type="Land_CncWall4_F"; + atlOffset=0.031616211; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.873,365.98999,10120.101}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2686; + type="Land_CncWall4_F"; + atlOffset=-0.03024292; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={8546.623,368.31805,10103.602}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2687; + type="Land_CncWall4_F"; + atlOffset=0.011688232; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={8552.623,366.12573,10120.101}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2688; + type="Land_CncWall4_F"; + atlOffset=-0.030487061; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={8569.123,367.7995,10101.601}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2689; + type="Land_CncWall4_F"; + atlOffset=0.029144287; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={8551.123,368.42886,10101.851}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2690; + type="Land_CncWall4_F"; + atlOffset=0.031646729; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={8546.623,369.65524,10093.102}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2691; + type="Land_CncWall4_F"; + atlOffset=0.012969971; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={8563.873,368.02087,10101.601}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2692; + type="Land_CncWall4_F"; + atlOffset=0.030456543; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={8560.165,367.44708,10102.362}; + angles[]={0.11680032,3.1415927,6.2471976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2696; + type="Land_CncShelter_F"; + atlOffset=0.0087585449; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={8561.6621,365.02963,10122.485}; + angles[]={0.11548305,0,6.2498641}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2697; + type="Land_CncShelter_F"; + atlOffset=0.008605957; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={8560.165,367.60843,10100.987}; + angles[]={0.11680032,3.1415927,6.2471976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2698; + type="Land_CncShelter_F"; + atlOffset=0.0087585449; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={8561.6621,365.20358,10120.985}; + angles[]={0.11548305,0,6.2498641}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2699; + type="Land_CncShelter_F"; + atlOffset=0.008605957; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={8561.6621,364.85556,10123.985}; + angles[]={0.11548305,0,6.2498641}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2700; + type="Land_CncShelter_F"; + atlOffset=0.0084838867; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={8547.873,368.53149,10101.852}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2701; + type="Land_CncWall1_F"; + atlOffset=0.036315918; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={8546.873,368.55951,10101.852}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2702; + type="Land_CncWall1_F"; + atlOffset=0.036346436; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.6553,367.37973,10100.571}; + angles[]={0.12074353,4.712389,6.2432051}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2705; + type="Land_PowerGenerator_F"; + atlOffset=0.0064697266; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={8561.123,375.53421,10133.101}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2709; + type="Land_Cargo_Tower_V1_F"; + atlOffset=0.016967773; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={8563.123,363.64133,10138.851}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2710; + type="Land_CncWall4_F"; + atlOffset=-0.029876709; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={8566.373,363.91611,10135.6}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2711; + type="Land_CncWall4_F"; + atlOffset=-0.013397217; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.873,363.85217,10138.851}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2712; + type="Land_CncWall4_F"; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={8566.373,364.52371,10130.35}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2713; + type="Land_CncWall4_F"; + atlOffset=-0.01348877; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={8554.623,364.92407,10130.352}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2714; + type="Land_CncWall4_F"; + atlOffset=0.010955811; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={8554.623,364.32858,10135.602}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2715; + type="Land_CncWall4_F"; + atlOffset=0.011322021; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.873,365.23593,10127.101}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2716; + type="Land_CncWall4_F"; + atlOffset=0.030487061; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={8561.6621,364.50488,10126.987}; + angles[]={0.11679982,3.1415927,6.249866}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2718; + type="Land_CncShelter_F"; + atlOffset=0.0086975098; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={8561.6621,364.68097,10125.486}; + angles[]={0.11679982,0,6.249866}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2719; + type="Land_CncShelter_F"; + atlOffset=0.0087280273; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={8563.498,365.0231,10127.352}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2720; + type="Land_CncWall1_F"; + atlOffset=0.034606934; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={8565.873,363.60638,10138.352}; + angles[]={0,3.9269907,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2721; + type="Land_CncWall1_F"; + atlOffset=-0.025543213; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={8565.873,364.90677,10127.601}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2722; + type="Land_CncWall1_F"; + atlOffset=0.028961182; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={8555.123,365.24612,10127.6}; + angles[]={0,0.78539819,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2723; + type="Land_CncWall1_F"; + atlOffset=0.023406982; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={8564.873,364.97726,10127.352}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2724; + type="Land_CncWall1_F"; + atlOffset=0.034606934; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={8555.123,363.96777,10138.351}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2725; + type="Land_CncWall1_F"; + atlOffset=-0.023193359; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={8575.123,371.63104,10092.101}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2727; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-0.065490723; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={8576.123,368.93472,10088.1}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2728; + type="Land_CncWall4_F"; + atlOffset=-0.018707275; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={8574.123,369.50119,10084.351}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2729; + type="Land_CncWall4_F"; + atlOffset=0.015167236; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={8573.873,368.20599,10095.601}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2731; + type="Land_CncWall4_F"; + atlOffset=-0.028808594; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={8576.623,366.59888,10108.851}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2732; + type="Land_CncWall4_F"; + atlOffset=-0.015777588; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={8574.373,366.99869,10106.601}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2733; + type="Land_CncWall4_F"; + atlOffset=0.029022217; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={8576.623,366.00403,10114.101}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2734; + type="Land_CncWall4_F"; + atlOffset=-0.015045166; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={8576.123,367.76028,10098.601}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2735; + type="Land_CncWall4_F"; + atlOffset=-0.017608643; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={8571.373,367.40088,10103.85}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2736; + type="Land_CncWall4_F"; + atlOffset=-0.014038086; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={8576.123,368.34885,10093.35}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2737; + type="Land_CncWall4_F"; + atlOffset=-0.01751709; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={8574.873,365.58246,10118.352}; + angles[]={0,3.9269907,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2738; + type="Land_CncWall4_F"; + atlOffset=-0.031799316; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={8574.2686,367.04626,10093.768}; + angles[]={0.1089022,3.9269907,6.2312331}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2740; + type="Land_Sacks_heap_F"; + atlOffset=0.002746582; + }; + }; + id=2741; + atlOffset=-0.014434814; + }; + class Item209 + { + dataType="Marker"; + position[]={8573.6553,-5.9930197e-029,10101.877}; + name="military_16"; + text="Armory Alpha"; + type="o_support"; + colorName="ColorEAST"; + id=2742; + atlOffset=-365.77261; + }; + class Item210 + { + dataType="Layer"; + name="VIP Compound"; + class Entities + { + items=117; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={9424.6807,240.19934,11440.688}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2799; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.063201904; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={9425.0703,236.57263,11437.004}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2800; + type="Land_New_WiredFence_10m_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={9426.9453,236.44762,11443.457}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2801; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.049285889; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={9422.3857,236.16032,11451.193}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2802; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.051712036; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9427.3398,235.85843,11446.574}; + angles[]={0.027993103,4.1902227,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2803; + type="Land_Razorwire_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={9425.4346,237.11433,11437.372}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2805; + type="Land_CncWall4_F"; + atlOffset=0.0034332275; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9426.2627,237.03448,11440.445}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2806; + type="Land_CncWall4_F"; + atlOffset=0.01348877; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={9423.3682,236.9054,11443.972}; + angles[]={0,3.6666236,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2808; + type="Land_CncWall1_F"; + atlOffset=0.013153076; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={9422.4932,237.15154,11435.969}; + angles[]={0,6.0228186,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2809; + type="Land_CncWall1_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={9416.3818,237.07707,11437.067}; + angles[]={0,5.4992199,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2810; + type="Land_CncWall1_F"; + atlOffset=0.0017852783; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={9424.4248,236.94148,11443.138}; + angles[]={0,3.9284229,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2811; + type="Land_CncWall1_F"; + atlOffset=0.014343262; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={9423.9463,235.31828,11451.951}; + angles[]={0.027993103,0.0014324188,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2812; + type="Land_BagFence_Round_F"; + atlOffset=0.00047302246; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={9427.0703,235.31895,11454.038}; + angles[]={0.020306626,4.9756212,0.022352336}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2813; + type="Land_BagFence_Round_F"; + atlOffset=0.00050354004; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={9415.3252,236.34593,11438.233}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2814; + type="Land_PortableLight_double_F"; + atlOffset=0.00068664551; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={9424.6143,235.20773,11456.808}; + angles[]={0.020306626,5.7610192,0.022352336}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2815; + type="Land_BagFence_Long_F"; + atlOffset=0.00042724609; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={9426.5986,235.2612,11456.364}; + angles[]={0.020306626,1.04863,0.022352336}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2816; + type="Land_BagFence_Long_F"; + atlOffset=0.00051879883; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={9425.7578,235.32526,11452.562}; + angles[]={0.026662467,2.6194263,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2818; + type="Land_BagFence_Short_F"; + atlOffset=0.00050354004; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={9414.7002,235.58804,11439.001}; + angles[]={0.03731497,3.1429553,0.0066682254}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2819; + type="Land_Portable_generator_F"; + atlOffset=-1.5258789e-005; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={9423.1338,235.17714,11456.366}; + angles[]={0.026662467,3.6666236,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2820; + type="Land_BagFence_End_F"; + atlOffset=0.00045776367; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={9422.502,235.26466,11452.706}; + angles[]={0.026662467,4.1902227,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2821; + type="Land_BagFence_End_F"; + atlOffset=0.00047302246; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={9409.6035,248.33768,11434.421}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2823; + type="Land_Cargo_Tower_V3_F"; + atlOffset=0.073989868; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={9394.0098,239.86316,11421.309}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2824; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.028915405; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={9416.833,236.63773,11431.27}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2825; + type="Land_New_WiredFence_10m_Dam_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={9404.7021,237.50137,11412.751}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2826; + type="Land_New_WiredFence_10m_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={9396.0352,237.78677,11407.764}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2827; + type="Land_New_WiredFence_10m_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={9406.3584,237.26068,11418.896}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2828; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.03036499; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={9408.166,236.91405,11426.281}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2829; + type="Land_New_WiredFence_10m_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={9403.5527,238.03935,11413.243}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2830; + type="Land_CncWall4_F"; + atlOffset=0.0023040771; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={9399.002,238.18257,11410.625}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2831; + type="Land_CncWall4_F"; + atlOffset=0.0018768311; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={9394.4521,238.34389,11408.007}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2832; + type="Land_CncWall4_F"; + atlOffset=0.0013275146; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={9412.9795,237.17529,11433.955}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2833; + type="Land_CncWall4_F"; + atlOffset=0.0025634766; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={9403.6475,237.62106,11423.105}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2834; + type="Land_CncWall4_F"; + atlOffset=0.010726929; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={9406.3291,237.81126,11418.446}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2835; + type="Land_CncWall4_F"; + atlOffset=0.011032104; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={9400.9668,237.42563,11427.764}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2836; + type="Land_CncWall4_F"; + atlOffset=0.010467529; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={9392.5059,237.26764,11431.692}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2837; + type="Land_CncWall4_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={9387.9561,237.40179,11429.074}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2838; + type="Land_CncWall4_F"; + atlOffset=-1.5258789e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={9408.4297,237.26617,11431.337}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2839; + type="Land_CncWall4_F"; + atlOffset=0.0024719238; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={9396.6201,235.14485,11439.829}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2840; + type="Land_City2_4m_F"; + atlOffset=-1.5258789e-005; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={9399.0576,236.68462,11430.992}; + angles[]={0.042639159,4.1902227,6.2818484}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2841; + type="Land_CncShelter_F"; + atlOffset=0.00088500977; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={9405.4873,237.31766,11429.933}; + angles[]={0,6.0228186,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2842; + type="Land_CncWall1_F"; + atlOffset=1.5258789e-005; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={9385.3711,237.48921,11427.298}; + angles[]={0,2.0958276,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2843; + type="Land_CncWall1_F"; + atlOffset=-1.5258789e-005; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={9402.2148,237.10291,11435.116}; + angles[]={0,1.5722287,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2844; + type="Land_CncWall1_F"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={9415.3311,237.11443,11435.885}; + angles[]={0,5.2374201,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2845; + type="Land_CncWall1_F"; + atlOffset=0.0051574707; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={9402.0723,237.04074,11436.62}; + angles[]={0,1.3104293,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2846; + type="Land_CncWall1_F"; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={9404.1553,237.32651,11429.742}; + angles[]={0,0.0014324188,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2847; + type="Land_CncWall1_F"; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={9397.6816,237.24043,11432.219}; + angles[]={0,3.9284229,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2848; + type="Land_CncWall1_F"; + atlOffset=0.010955811; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={9407.3291,237.9162,11415.705}; + angles[]={0,5.2374201,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2849; + type="Land_CncWall1_F"; + atlOffset=0.0043487549; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={9406.3701,237.95242,11414.866}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2850; + type="Land_CncWall1_F"; + atlOffset=1.5258789e-005; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={9385.0479,237.54784,11426.103}; + angles[]={0,1.5722287,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2851; + type="Land_CncWall1_F"; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={9396.6416,237.21629,11432.774}; + angles[]={0,3.4048243,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2852; + type="Land_CncWall1_F"; + atlOffset=0.0091400146; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={9398.8467,236.58052,11423.372}; + angles[]={0.042641956,4.1902227,6.2818484}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2854; + type="Land_CratesWooden_F"; + atlOffset=0.00054931641; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={9400.502,235.43213,11443.073}; + angles[]={0.038647637,4.9756212,0.0026520467}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2856; + type="Land_BagFence_Round_F"; + atlOffset=0.00033569336; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={9410.3193,235.51759,11441.8}; + angles[]={0.03731497,2.6194263,0.0053265258}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2857; + type="Land_BagFence_Long_F"; + atlOffset=0.00044250488; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={9403.7568,235.63205,11438.168}; + angles[]={0.04131107,5.7610192,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2858; + type="Land_BagFence_Long_F"; + atlOffset=0.00035095215; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={9412.1963,235.54643,11441.294}; + angles[]={0.03731497,1.04863,0.0053265258}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2859; + type="Land_BagFence_Long_F"; + atlOffset=0.0004119873; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={9405.6348,235.65593,11437.662}; + angles[]={0.038647637,1.04863,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2860; + type="Land_BagFence_Long_F"; + atlOffset=0.00036621094; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={9409.5684,235.58934,11439.782}; + angles[]={0.038647637,1.04863,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2861; + type="Land_BagFence_Long_F"; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={9403.251,235.70969,11436.29}; + angles[]={0.041308183,1.04863,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2862; + type="Land_BagFence_Long_F"; + atlOffset=0.00038146973; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={9399.0811,235.48796,11441.533}; + angles[]={0.04131107,5.7610192,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2863; + type="Land_BagFence_Short_F"; + atlOffset=0.0004119873; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={9395.4004,237.20966,11432.926}; + angles[]={0,3.1430249,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2868; + type="Land_CncWall1_F"; + atlOffset=0.00730896; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={9379.79,236.98367,11426.971}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2869; + type="Land_New_WiredFence_10m_F"; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={9389.7656,237.76309,11409.637}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2870; + type="Land_New_WiredFence_10m_F"; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={9384.7783,237.3782,11418.304}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2871; + type="Land_New_WiredFence_10m_F"; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={9391.3809,238.33554,11408.835}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2872; + type="Land_CncWall4_F"; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={9386.1436,237.93649,11417.936}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2873; + type="Land_CncWall4_F"; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={9388.7617,238.14177,11413.386}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2874; + type="Land_CncWall4_F"; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={9384.9668,237.70972,11422.739}; + angles[]={0,1.5722287,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2875; + type="Land_CncWall4_F"; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={9406.2266,239.07838,11472.758}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2876; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.044891357; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={9419.5645,238.6358,11461.108}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2877; + type="Land_BarGate_F"; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={9417.6084,236.87421,11459.982}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2878; + type="Land_Mil_WiredFence_Gate_F"; + atlOffset=-1.5258789e-005; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={9403.3896,235.45059,11474.631}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2879; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.17750549; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={9412.1934,235.5511,11468.403}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2880; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.040176392; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={9411.6338,234.92735,11473.937}; + angles[]={0.021328852,4.1902227,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2881; + type="Land_Razorwire_F"; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={9405.1973,235.83606,11475.05}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2882; + type="Land_CncWall4_F"; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={9408.2686,235.90092,11474.222}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2883; + type="Land_CncWall4_F"; + atlOffset=0.010696411; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={9415.5078,238.21446,11464.398}; + angles[]={0,1.5722287,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2884; + type="Land_LampShabby_F"; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={9408.4121,235.22702,11474.925}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2885; + type="Land_New_WiredFence_5m_F"; + atlOffset=0.022033691; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={9409.6729,235.9801,11471.28}; + angles[]={0,4.4520221,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2886; + type="Land_CncWall1_F"; + atlOffset=0.010284424; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={9409.8311,236.00803,11469.943}; + angles[]={0,4.7138214,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2887; + type="Land_CncWall1_F"; + atlOffset=0.008682251; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={9402.5039,235.83902,11473.212}; + angles[]={0,2.3576269,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2888; + type="Land_CncWall1_F"; + atlOffset=0.00025939941; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={9418.9434,234.74274,11471.426}; + angles[]={0.023993526,3.4048243,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2889; + type="Land_BagFence_Round_F"; + atlOffset=0.00035095215; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={9420.0029,234.79977,11469.585}; + angles[]={0.023993526,4.9756212,0.037939247}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2890; + type="Land_BagFence_Round_F"; + atlOffset=0.00038146973; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={9416.7285,234.72598,11471.016}; + angles[]={0.023993526,5.7610192,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2892; + type="Land_BagFence_Long_F"; + atlOffset=0.00032043457; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={9416.5166,235.11996,11453.874}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2895; + type="Land_CncBarrier_F"; + atlOffset=6.1035156e-005; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={9418.6895,234.81248,11468.107}; + angles[]={0.021328852,5.7610192,0.014664836}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2896; + type="Land_BagFence_Short_F"; + atlOffset=0.00039672852; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={9415.7236,234.73526,11470.005}; + angles[]={0.021328852,4.1902227,0.014664836}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2897; + type="Land_BagFence_Corner_F"; + atlOffset=0.00032043457; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={9417.8389,234.81265,11467.329}; + angles[]={0.025327841,2.0958276,0.014664836}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2898; + type="Land_BagFence_End_F"; + atlOffset=0.00036621094; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={9415.7266,234.74541,11468.997}; + angles[]={0.021328852,1.5722287,0.014664836}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2899; + type="Land_BagFence_End_F"; + atlOffset=0.00035095215; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={9411.5449,234.80922,11462.262}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2900; + type="Land_CncBarrier_F"; + atlOffset=0.00010681152; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={9388.4561,234.94853,11453.014}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2902; + type="Land_i_House_Small_03_V1_F"; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={9381.3213,236.74377,11433.333}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2903; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.16488647; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={9383.1455,236.27333,11440.439}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2904; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.015197754; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={9386.3125,235.63496,11464.76}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2905; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.17440796; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={9394.9385,235.51109,11469.768}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2906; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.18167114; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={9378.2656,236.04919,11449.169}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2907; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.04083252; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={9377.6445,235.77684,11459.772}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2908; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.16156006; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={9382.3027,234.86595,11447.165}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2909; + type="Land_City2_8m_F"; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={9378.8115,234.63794,11453.232}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2910; + type="Land_City2_8m_F"; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={9392.2334,234.23975,11464.994}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2911; + type="Land_City2_8m_F"; + atlOffset=0.00018310547; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={9398.6582,234.64072,11452.827}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2912; + type="Land_City2_8m_F"; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={9385.7939,235.10707,11441.099}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2913; + type="Land_City2_8m_F"; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={9379.8828,234.46526,11457.888}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2914; + type="Land_City2_8m_F"; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={9396.7324,234.98653,11443.643}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2915; + type="Land_City2_8m_F"; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={9396.5957,234.81689,11447.891}; + angles[]={0,5.7610192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2916; + type="Land_City2_8mD_F"; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={9387.25,234.3172,11462.127}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2917; + type="Land_City2_8mD_F"; + atlOffset=0.0019226074; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={9394.7588,237.99562,11465.87}; + angles[]={0,3.4048243,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2918; + type="Land_LampShabby_F"; + atlOffset=0.0079650879; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={9374.5254,235.68011,11455.669}; + angles[]={0,1.04863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2919; + type="Land_New_WiredFence_5m_F"; + atlOffset=0.031143188; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={9396.0488,234.24327,11464.882}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2924; + type="Land_City2_4m_F"; + atlOffset=-1.5258789e-005; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={9391.3223,235.20642,11438.511}; + angles[]={0,4.1902227,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2925; + type="Land_City2_4m_F"; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={9388.9395,235.17503,11439.355}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2926; + type="Land_City2_4m_F"; + atlOffset=0.00032043457; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={9383.3496,234.3959,11459.882}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2927; + type="Land_City2_PillarD_F"; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={9397.4385,234.51941,11456.452}; + angles[]={0,2.6194263,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2928; + type="Land_City2_PillarD_F"; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={9391.6045,235.597,11447.065}; + angles[]={0.038647637,2.6194263,6.2818484}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2929; + type="Land_GarbageContainer_open_F"; + atlOffset=-1.5258789e-005; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={9394.123,234.92868,11456.416}; + angles[]={0.035982672,1.04863,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2930; + type="Land_BagFence_Long_F"; + atlOffset=0.00036621094; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={9394.8232,235.15599,11450.187}; + angles[]={0.03731497,5.7610192,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2931; + type="Land_BagFence_Long_F"; + atlOffset=0.00035095215; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={9399.7969,235.33519,11445.552}; + angles[]={0.03731497,4.1902227,0.0026520467}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2932; + type="Land_BagFence_Long_F"; + atlOffset=0.00036621094; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={9391.9941,234.90552,11456.651}; + angles[]={0.035982672,4.190083,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2934; + type="Land_BarrelTrash_grey_F"; + atlOffset=-3.0517578e-005; + }; + }; + id=2936; + atlOffset=0.0051727295; + }; + class Item211 + { + dataType="Marker"; + position[]={9409.3281,-1.5116207e-025,11455.451}; + name="military_17"; + text="Gvozdno Headquarter"; + type="o_support"; + colorName="ColorEAST"; + id=2937; + atlOffset=-234.60623; + }; + class Item212 + { + dataType="Layer"; + name="Military Compound"; + class Entities + { + items=149; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={11472.028,317.4567,11300.519}; + angles[]={6.2636662,3.7799175,0.011393872}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2938; + type="Land_BagFence_Long_F"; + atlOffset=0.00039672852; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={11476.399,317.51917,11301.166}; + angles[]={6.267849,5.3507137,0.0074132136}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2939; + type="Land_BagFence_Long_F"; + atlOffset=0.00042724609; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={11475.207,318.68036,11293.346}; + angles[]={0,0.11472607,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2940; + type="Land_CncWall1_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11478.728,318.75378,11294.313}; + angles[]={0,5.6125135,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2941; + type="Land_CncWall1_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={11477.655,318.72635,11293.708}; + angles[]={0,5.8743129,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2942; + type="Land_CncWall1_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={11474.108,318.67175,11293.696}; + angles[]={0,0.3765254,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2943; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={11476.458,318.70258,11293.353}; + angles[]={0,6.1361122,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2944; + type="Land_CncWall1_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={11480.689,318.82761,11296.749}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2945; + type="Land_CncWall4_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={11471.495,318.67783,11295.477}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2946; + type="Land_CncWall4_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={11474.441,318.07712,11296.873}; + angles[]={0,3.2563188,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2947; + type="Land_PortableLight_double_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={11474.408,317.46454,11299.53}; + angles[]={6.2636662,6.1361122,0.011393872}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2948; + type="Land_BagFence_Round_F"; + atlOffset=0.00042724609; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={11463.572,317.52985,11310.537}; + angles[]={6.2692118,5.3507137,0.010929268}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2949; + type="Land_BagFence_Long_F"; + atlOffset=9.1552734e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={11464.221,317.46713,11306.162}; + angles[]={6.266943,0.63832486,0.010934721}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2950; + type="Land_BagFence_Long_F"; + atlOffset=0.00012207031; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={11451.408,317.77505,11317.854}; + angles[]={0,3.7884116,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=2951; + type="Land_Medevac_house_V1_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={11450.414,318.68414,11311.118}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2952; + type="Land_CncWall4_F"; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={11458.847,318.69446,11304.861}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2953; + type="Land_CncWall4_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={11454.631,318.69476,11307.989}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2954; + type="Land_CncWall4_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={11467.279,318.68417,11298.605}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2955; + type="Land_CncWall4_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={11446.198,318.66736,11314.246}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2956; + type="Land_CncWall4_F"; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={11456.729,317.7735,11313.906}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2957; + type="Land_Cargo_House_V3_F"; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={11446.188,317.72861,11321.728}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2958; + type="Land_Cargo_House_V3_F"; + atlOffset=-3.0517578e-005; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={11461.096,317.67929,11297.719}; + angles[]={6.2483854,0.63849938,0.026026629}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2959; + type="Land_BagBunker_Large_F"; + atlOffset=0.03125; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={11459.381,318.10809,11308.67}; + angles[]={0,4.5653152,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2960; + type="Land_PortableLight_double_F"; + atlOffset=0.00033569336; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={11462.586,317.48163,11308.155}; + angles[]={6.266943,1.423723,0.010934721}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2961; + type="Land_BagFence_Round_F"; + atlOffset=9.1552734e-005; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={11430.153,318.52783,11327.863}; + angles[]={0,1.423723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2962; + type="Land_CncWall1_F"; + atlOffset=0.00015258789; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={11430.146,318.55869,11329.114}; + angles[]={0,1.6855223,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2963; + type="Land_CncWall1_F"; + atlOffset=0.00033569336; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={11431.114,318.50076,11325.594}; + angles[]={0,0.90012419,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2964; + type="Land_CncWall1_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={11430.509,318.50885,11326.665}; + angles[]={0,1.1619236,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2965; + type="Land_CncWall1_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={11430.497,318.59644,11330.212}; + angles[]={0,1.9473217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2966; + type="Land_CncWall1_F"; + atlOffset=0.00048828125; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={11433.55,318.53397,11323.632}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2967; + type="Land_CncWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={11441.981,318.64865,11317.374}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2968; + type="Land_CncWall4_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={11432.222,318.69296,11332.856}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2969; + type="Land_CncWall4_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={11437.766,318.60117,11320.503}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2970; + type="Land_CncWall4_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={11431.398,317.91959,11329.275}; + angles[]={0,4.8271151,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2971; + type="Land_PortableLight_double_F"; + atlOffset=0.00012207031; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={11483.619,317.66589,11311.537}; + angles[]={6.2777152,4.5653152,0.0030493166}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2972; + type="Land_BagFence_Round_F"; + atlOffset=0.00012207031; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={11481.984,317.67184,11313.531}; + angles[]={6.2777152,3.7799175,0.0028680039}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2973; + type="Land_BagFence_Long_F"; + atlOffset=9.1552734e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={11482.632,317.64688,11309.157}; + angles[]={6.273921,2.2091212,0.0047088182}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2974; + type="Land_BagFence_Long_F"; + atlOffset=0.00015258789; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={11483.817,318.9155,11300.966}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2975; + type="Land_CncWall4_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={11490.073,319.01758,11309.398}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2976; + type="Land_CncWall4_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={11496.329,319.06827,11317.83}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2977; + type="Land_CncWall4_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={11499.458,319.08582,11322.047}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2978; + type="Land_CncWall4_F"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={11486.945,318.97531,11305.182}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2979; + type="Land_CncWall4_F"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={11497.135,318.20276,11311.465}; + angles[]={6.2794509,5.3508883,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2985; + type="Land_BagBunker_Large_F"; + atlOffset=0.031005859; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={11455.28,317.61804,11327.897}; + angles[]={6.2757645,4.5653152,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2987; + type="Land_BagFence_Round_F"; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={11471.872,317.67145,11320.257}; + angles[]={6.2788453,2.9945192,0.0044618365}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2988; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={11452.325,317.56323,11323.995}; + angles[]={6.2743287,6.1361122,0.012525233}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2989; + type="Land_BagFence_Round_F"; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={11453.646,317.61981,11329.89}; + angles[]={6.2757645,3.7799175,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2990; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={11475.505,317.71829,11333.127}; + angles[]={6.2814941,5.3507137,0.0021283689}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2991; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={11477.144,317.72556,11335.336}; + angles[]={6.2814941,5.3507137,0.0021283689}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2992; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={11449.896,317.54224,11325.045}; + angles[]={6.2721748,3.7799175,0.012525233}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2993; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={11474.253,317.67661,11319.269}; + angles[]={6.2800398,0.63832486,0.0032572437}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2994; + type="Land_BagFence_Long_F"; + atlOffset=9.1552734e-005; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={11469.88,317.65546,11318.621}; + angles[]={6.2788453,2.2091212,0.0044618365}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2995; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={11473.481,317.71359,11332.917}; + angles[]={6.2807441,3.7799175,0.0023161219}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2996; + type="Land_BagFence_Long_F"; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={11454.294,317.59256,11325.518}; + angles[]={6.2757645,5.3507137,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2997; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={11490.484,317.31924,11332.132}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2998; + type="Land_i_Barracks_V2_F"; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={11473.198,317.18777,11310.092}; + angles[]={6.2732263,2.2096622,0.0071845558}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2999; + type="Land_HelipadSquare_F"; + atlOffset=3.0517578e-005; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={11466.033,319.03668,11331.75}; + angles[]={0,1.6855223,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3001; + type="Land_CncWall1_F"; + atlOffset=0.00073242188; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={11466.039,319.03214,11330.499}; + angles[]={0,1.423723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3002; + type="Land_CncWall1_F"; + atlOffset=0.00051879883; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={11466.396,319.02878,11329.301}; + angles[]={0,1.1619236,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3003; + type="Land_CncWall1_F"; + atlOffset=9.1552734e-005; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={11458.475,319.03177,11338.135}; + angles[]={0,4.8271151,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3004; + type="Land_CncWall1_F"; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={11458.124,319.02646,11337.037}; + angles[]={0,5.0889139,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3005; + type="Land_CncWall1_F"; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={11467.001,319.0271,11328.229}; + angles[]={0,0.90012419,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3006; + type="Land_CncWall1_F"; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={11466.384,319.04181,11332.849}; + angles[]={0,1.9473217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3007; + type="Land_CncWall1_F"; + atlOffset=0.00073242188; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={11474.421,319.07791,11343.894}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3008; + type="Land_CncWall4_F"; + atlOffset=0.00036621094; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={11468.164,319.05325,11335.461}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3009; + type="Land_CncWall4_F"; + atlOffset=0.00067138672; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={11471.292,319.06808,11339.677}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3010; + type="Land_CncWall4_F"; + atlOffset=0.00051879883; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={11456.344,319.00711,11334.424}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3011; + type="Land_CncWall4_F"; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={11473.934,322.21103,11337.096}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3013; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.003112793; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={11444.55,317.68805,11353.293}; + angles[]={6.2793097,2.9945192,0.0043536546}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3016; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={11442.558,317.673,11351.659}; + angles[]={6.2793097,2.2091212,0.0043536546}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3017; + type="Land_BagFence_Long_F"; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={11446.93,317.69412,11352.307}; + angles[]={6.2793097,0.63832486,0.0041287956}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3018; + type="Land_BagFence_Long_F"; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={11452.641,317.72269,11359.581}; + angles[]={6.2819896,0.63832486,0.0016558425}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3019; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={11454.649,325.73389,11338.796}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3020; + type="Land_TTowerSmall_2_F"; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={11444.695,319.01544,11348.514}; + angles[]={0,2.7327199,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3021; + type="Land_CncWall1_F"; + atlOffset=0.00021362305; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={11443.624,319.0062,11347.908}; + angles[]={0,2.4709206,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3022; + type="Land_CncWall1_F"; + atlOffset=0.00018310547; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={11448.242,319.03015,11348.527}; + angles[]={0,3.5181181,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3023; + type="Land_CncWall1_F"; + atlOffset=0.00018310547; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={11455.534,319.07361,11360.396}; + angles[]={0,1.1619236,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3024; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={11465.404,319.07761,11352.452}; + angles[]={0,0.3765254,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3025; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={11457.506,319.04102,11341.655}; + angles[]={0,4.0417166,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3026; + type="Land_CncWall1_F"; + atlOffset=6.1035156e-005; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={11456.14,319.0733,11359.323}; + angles[]={0,0.90012419,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3027; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={11466.502,319.0784,11352.102}; + angles[]={0,0.11472607,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3028; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={11458.469,319.03629,11339.386}; + angles[]={0,4.5653152,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3029; + type="Land_CncWall1_F"; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={11445.894,319.02182,11348.87}; + angles[]={0,2.9945192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3030; + type="Land_CncWall1_F"; + atlOffset=0.00021362305; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={11458.112,319.03934,11340.584}; + angles[]={0,4.3035164,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3031; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={11447.144,319.02701,11348.877}; + angles[]={0,3.2563188,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3032; + type="Land_CncWall1_F"; + atlOffset=0.00021362305; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={11441.661,318.979,11345.473}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3033; + type="Land_CncWall4_F"; + atlOffset=0.00015258789; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={11455.072,319.03922,11343.617}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3034; + type="Land_CncWall4_F"; + atlOffset=0.00024414063; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={11438.533,318.91763,11341.258}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3035; + type="Land_CncWall4_F"; + atlOffset=0.0002746582; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={11458.575,319.07507,11357.36}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3036; + type="Land_CncWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={11450.854,319.03415,11346.746}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3037; + type="Land_CncWall4_F"; + atlOffset=0.00021362305; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={11462.791,319.07675,11354.232}; + angles[]={0,0.63832486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3038; + type="Land_CncWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={11445.048,321.03555,11334.246}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3039; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.001739502; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={11431.575,317.94739,11338.951}; + angles[]={6.2706795,2.2092955,0.015394568}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3040; + type="Land_BagBunker_Large_F"; + atlOffset=0.030456543; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={11451.005,317.71661,11361.572}; + angles[]={6.2819896,1.423723,0.0054700645}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3041; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={11505.235,317.79434,11337.523}; + angles[]={6.2801557,2.2091212,0.050616171}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3042; + type="Land_BagFence_Long_F"; + atlOffset=0.00015258789; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={11504.579,317.80237,11341.891}; + angles[]={6.2740312,3.7799175,0.011885482}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3043; + type="Land_BagFence_Long_F"; + atlOffset=0.00030517578; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={11510.975,319.53592,11338.406}; + angles[]={0,4.8271151,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3044; + type="Land_CncWall1_F"; + atlOffset=-3.0517578e-005; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={11510.968,319.56921,11339.657}; + angles[]={0,4.5653152,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3045; + type="Land_CncWall1_F"; + atlOffset=0.00054931641; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={11510.625,319.48077,11337.309}; + angles[]={0,5.0889139,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3046; + type="Land_CncWall1_F"; + atlOffset=-3.0517578e-005; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={11510.007,319.53027,11341.926}; + angles[]={0,4.0417166,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3047; + type="Land_CncWall1_F"; + atlOffset=0.0062255859; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={11510.612,319.56271,11340.854}; + angles[]={0,4.3035164,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3048; + type="Land_CncWall1_F"; + atlOffset=0.0035095215; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={11505.715,319.13681,11330.479}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3049; + type="Land_CncWall4_F"; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={11507.571,319.37024,11343.889}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3050; + type="Land_CncWall4_F"; + atlOffset=0.0089416504; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={11502.587,319.10031,11326.264}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3051; + type="Land_CncWall4_F"; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={11508.843,319.31345,11334.695}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3052; + type="Land_CncWall4_F"; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={11506.214,317.87747,11339.899}; + angles[]={6.2566061,4.5653152,0.074078113}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3053; + type="Land_BagFence_Round_F"; + atlOffset=0.00024414063; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={11484.61,317.7464,11350.016}; + angles[]={6.2828403,2.9945192,0.00059801998}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3054; + type="Land_BagFence_Round_F"; + atlOffset=0.00024414063; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={11478.151,317.76553,11361.012}; + angles[]={6.2808952,4.5653152,6.2824135}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3055; + type="Land_BagFence_Round_F"; + atlOffset=0.0013122559; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={11488.515,317.74747,11347.058}; + angles[]={6.2825875,4.5653152,0.00059801998}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3056; + type="Land_BagFence_Round_F"; + atlOffset=0.00024414063; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={11475.195,317.75247,11357.12}; + angles[]={6.2797675,6.1361122,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3057; + type="Land_BagFence_Round_F"; + atlOffset=0.00061035156; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={11476.515,317.77637,11363.004}; + angles[]={6.2709489,3.7799175,6.2824135}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3058; + type="Land_BagFence_Long_F"; + atlOffset=0.0012512207; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={11482.618,317.74466,11348.381}; + angles[]={6.2828403,2.2091212,0.00059801998}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3059; + type="Land_BagFence_Long_F"; + atlOffset=0.00024414063; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={11496.954,317.7684,11347.543}; + angles[]={6.2822719,0.63832486,0.0027836324}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3060; + type="Land_BagFence_Long_F"; + atlOffset=0.00061035156; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={11477.162,317.75842,11358.64}; + angles[]={6.2797675,5.3507137,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3061; + type="Land_BagFence_Long_F"; + atlOffset=0.00076293945; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={11492.578,317.75452,11346.905}; + angles[]={6.2810855,2.2091212,0.0027836324}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3062; + type="Land_BagFence_Long_F"; + atlOffset=0.00024414063; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={11486.992,317.74738,11349.026}; + angles[]={6.2828403,3.7799175,0.00059801998}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3063; + type="Land_BagFence_Long_F"; + atlOffset=0.00024414063; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={11477.454,319.08481,11346.934}; + angles[]={0,2.7327199,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3064; + type="Land_CncWall1_F"; + atlOffset=0.00076293945; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={11476.383,319.08334,11346.328}; + angles[]={0,2.4709206,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3065; + type="Land_CncWall1_F"; + atlOffset=0.00067138672; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={11481.001,319.09579,11346.946}; + angles[]={0,3.5181181,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3066; + type="Land_CncWall1_F"; + atlOffset=0.008392334; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={11470.022,319.08313,11353.07}; + angles[]={0,5.6125135,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3067; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={11478.652,319.08621,11347.29}; + angles[]={0,2.9945192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3068; + type="Land_CncWall1_F"; + atlOffset=0.00085449219; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={11468.95,319.08136,11352.465}; + angles[]={0,5.8743129,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3069; + type="Land_CncWall1_F"; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={11479.903,319.0947,11347.297}; + angles[]={0,3.2563188,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3070; + type="Land_CncWall1_F"; + atlOffset=0.0081481934; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={11471.984,319.0878,11355.505}; + angles[]={0,5.3507137,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3071; + type="Land_CncWall4_F"; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={11486.49,319.12665,11359.529}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3072; + type="Land_CncWall4_F"; + atlOffset=0.016418457; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={11494.923,319.13925,11353.273}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3073; + type="Land_CncWall4_F"; + atlOffset=0.014556885; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={11503.354,319.18845,11347.017}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3074; + type="Land_CncWall4_F"; + atlOffset=0.0089111328; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={11490.706,319.12723,11356.401}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3075; + type="Land_CncWall4_F"; + atlOffset=0.014312744; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={11482.273,319.13196,11362.658}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3076; + type="Land_CncWall4_F"; + atlOffset=0.0206604; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={11501.233,318.38742,11354.096}; + angles[]={6.2654285,3.780092,0.024922129}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3077; + type="Land_BagBunker_Large_F"; + atlOffset=0.035369873; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={11481.838,318.41031,11345.862}; + angles[]={0,0.11472607,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3078; + type="Land_PortableLight_double_F"; + atlOffset=0.003326416; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={11494.566,317.76517,11348.536}; + angles[]={6.2822719,2.9945192,0.0027836324}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3079; + type="Land_BagFence_Round_F"; + atlOffset=0.003112793; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={11467.753,319.07974,11352.109}; + angles[]={0,6.1361122,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3080; + type="Land_CncWall1_F"; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={11462.393,319.16266,11373.206}; + angles[]={0,2.4709206,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3081; + type="Land_CncWall1_F"; + atlOffset=0.030181885; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={11467.012,319.22592,11373.824}; + angles[]={0,3.5181181,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3082; + type="Land_CncWall1_F"; + atlOffset=0.034759521; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={11463.465,319.1767,11373.812}; + angles[]={0,2.7327199,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3083; + type="Land_CncWall1_F"; + atlOffset=0.035003662; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={11455.179,319.07452,11361.593}; + angles[]={0,1.423723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3084; + type="Land_CncWall1_F"; + atlOffset=3.0517578e-005; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={11465.914,319.21814,11374.174}; + angles[]={0,3.2563188,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3085; + type="Land_CncWall1_F"; + atlOffset=0.037414551; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={11455.172,319.07852,11362.844}; + angles[]={0,1.6855223,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3086; + type="Land_CncWall1_F"; + atlOffset=0.0028381348; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={11455.522,319.08139,11363.942}; + angles[]={0,1.9473217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3087; + type="Land_CncWall1_F"; + atlOffset=0.0049438477; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={11464.663,319.20001,11374.168}; + angles[]={0,2.9945192,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3088; + type="Land_CncWall1_F"; + atlOffset=0.037475586; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={11460.432,319.11743,11370.771}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3089; + type="Land_CncWall4_F"; + atlOffset=0.010162354; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={11478.058,319.17395,11365.786}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3090; + type="Land_CncWall4_F"; + atlOffset=0.020935059; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={11469.625,319.22488,11372.043}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3091; + type="Land_CncWall4_F"; + atlOffset=0.035064697; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={11457.303,319.08411,11366.555}; + angles[]={0,2.2091212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3092; + type="Land_CncWall4_F"; + atlOffset=0.0014038086; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={11465.996,330.21777,11363.529}; + angles[]={0,3.7799175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3093; + type="Land_Cargo_Tower_V3_F"; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={11475.826,318.46124,11372.92}; + angles[]={6.2524943,3.780092,0.0014648439}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3094; + type="Land_BagBunker_Large_F"; + atlOffset=0.038024902; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={11464.983,318.46347,11370.976}; + angles[]={0,5.6125135,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3095; + type="Land_PortableLight_double_F"; + atlOffset=0.012329102; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={11451.994,317.72095,11363.944}; + angles[]={0,5.3507137,0.010697757}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3096; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + }; + id=3097; + atlOffset=0.032348633; + }; + class Item213 + { + dataType="Marker"; + position[]={11463.036,614.27222,11345.324}; + name="military_18"; + text="Klen Reconnaissance Base"; + type="o_support"; + colorName="ColorEAST"; + id=3098; + atlOffset=296.97287; + }; + class Item214 + { + dataType="Marker"; + position[]={12111.183,4.4332757e+023,12637.871}; + name="military_19"; + text="Krasnostav Airbase"; + type="o_support"; + colorName="ColorEAST"; + id=3099; + atlOffset=4.4332757e+023; + }; + class Item215 + { + dataType="Marker"; + position[]={10243.961,-5.2467671e-025,7144.625}; + name="military_20"; + text="Polana Base"; + type="o_support"; + colorName="ColorEAST"; + id=3164; + atlOffset=-151.69765; + }; + class Item216 + { + dataType="Layer"; + name="Headquarters"; + class Entities + { + items=31; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={7208.5186,252.26067,6150.6421}; + angles[]={0.018663859,0,6.1967335}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3168; + type="Land_BagFence_Long_F"; + atlOffset=0.001663208; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={7198.3789,254.05714,6153.9116}; + angles[]={0.022662206,4.712389,6.1624417}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3169; + type="Land_HBarrier_Big_F"; + atlOffset=0.0091400146; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={7198.3755,253.8566,6162.2886}; + angles[]={0.02399601,4.712389,6.1650715}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3170; + type="Land_HBarrier_Big_F"; + atlOffset=0.0087890625; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={7203.4839,253.56216,6150.7861}; + angles[]={0.022664838,0,6.1782403}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3171; + type="Land_HBarrier_Big_F"; + atlOffset=0.0069732666; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={7203.3677,253.25056,6165.8257}; + angles[]={0.021331646,3.1415927,6.1861563}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3172; + type="Land_HBarrier_Big_F"; + atlOffset=0.0060272217; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={7206.4771,252.62968,6179.5381}; + angles[]={0.02399601,1.5707964,6.183517}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3173; + type="Land_HBarrier_Big_F"; + atlOffset=0.0063323975; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={7206.3516,252.83978,6171.1616}; + angles[]={0.022662206,4.712389,6.1848364}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3174; + type="Land_HBarrier_Big_F"; + atlOffset=0.0061645508; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={7212.9126,252.09624,6156.6436}; + angles[]={0.017329043,0,6.1980586}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3175; + type="Land_HBarrier_5_F"; + atlOffset=0.0028076172; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={7203.9434,252.96944,6157.1514}; + angles[]={0.018663859,3.1415927,6.1821976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3176; + type="Land_HBarrier_3_F"; + atlOffset=0.0042114258; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={7206.1846,252.71724,6158.1504}; + angles[]={0.019999012,1.5707964,6.1861563}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3177; + type="Land_HBarrier_3_F"; + atlOffset=0.0012512207; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={7204.1074,252.84567,6161.1343}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3178; + type="Land_Cargo_House_V1_F"; + atlOffset=0.098190308; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={7201.4805,253.65454,6156.5317}; + angles[]={0.018663859,6.2831502,6.1821976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3179; + type="Land_FieldToilet_F"; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={7200.2354,253.78416,6156.5366}; + angles[]={0.022664838,5.5339501e-006,6.1782403}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3180; + type="Land_FieldToilet_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={7210.9253,252.28107,6158.9004}; + angles[]={0.019999012,1.5707964,6.1980586}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3183; + type="Land_HBarrier_3_F"; + atlOffset=0.003036499; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={7207.7749,251.44179,6189.2715}; + angles[]={0.029326396,0,6.1821957}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3184; + type="Land_BagFence_Long_F"; + atlOffset=0.0023193359; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={7206.3999,251.62804,6187.769}; + angles[]={0.023993526,4.712389,6.1808786}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3185; + type="Land_BagFence_Long_F"; + atlOffset=0.0022888184; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={7206.3999,251.70399,6184.8955}; + angles[]={0.026657995,4.712389,6.1808786}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3186; + type="Land_BagFence_Long_F"; + atlOffset=0.0023498535; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={7212.3184,251.50497,6184.7896}; + angles[]={0.033321146,3.1415927,6.1821957}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3187; + type="Land_HBarrier_3_F"; + atlOffset=0.0046081543; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={7209.6782,251.54031,6189.0298}; + angles[]={0.029326396,4.9741883,6.1821957}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3188; + type="Land_HBarrier_1_F"; + atlOffset=0.0038604736; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={7214.3936,251.75146,6150.6421}; + angles[]={0.018663859,3.1415927,6.1967335}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3189; + type="Land_BagFence_Long_F"; + atlOffset=0.0015869141; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={7226.5918,251.17703,6166.1724}; + angles[]={0.031988446,2.3841895e-007,6.1927667}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3190; + type="Land_HBarrier_Big_F"; + atlOffset=0.0055541992; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={7229.8584,250.30121,6179.8135}; + angles[]={0.045302324,1.5707964,6.1782379}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3191; + type="Land_HBarrier_Big_F"; + atlOffset=0.0078582764; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={7229.7251,250.68466,6171.4312}; + angles[]={0.038647637,4.712389,6.1861567}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3192; + type="Land_HBarrier_Big_F"; + atlOffset=0.0066070557; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={7216.7002,252.30458,6153.9048}; + angles[]={0.017329043,1.5707964,6.206008}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3193; + type="Land_HBarrier_Big_F"; + atlOffset=0.0037841797; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={7216.8286,252.12309,6162.4097}; + angles[]={0.021328852,1.5707964,6.2033544}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3194; + type="Land_HBarrier_Big_F"; + atlOffset=0.0041351318; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={7218.0835,251.92609,6166.1646}; + angles[]={0.025327841,0,6.1993814}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3195; + type="Land_HBarrier_Big_F"; + atlOffset=0.0046386719; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={7218.7324,254.16676,6175.2593}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3196; + type="Land_Cargo_HQ_V1_F"; + atlOffset=-0.099258423; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={7214.8994,250.78357,6187.1479}; + angles[]={0.033321146,4.712389,6.1821957}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3197; + type="Land_BagFence_Long_F"; + atlOffset=0.0023803711; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={7226.6206,250.42271,6184.8203}; + angles[]={0.050624419,3.1415927,6.1690178}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3198; + type="Land_HBarrier_Big_F"; + atlOffset=0.009475708; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={7218.1108,251.33722,6184.8091}; + angles[]={0.04131107,3.1415927,6.1769199}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3199; + type="Land_HBarrier_Big_F"; + atlOffset=0.0078735352; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={7214.5581,251.04811,6188.7847}; + angles[]={0.035982672,2.0943952,6.1756024}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3200; + type="Land_HBarrier_1_F"; + atlOffset=0.0045471191; + }; + }; + id=3201; + atlOffset=-0.0034942627; + }; + class Item217 + { + dataType="Marker"; + position[]={7210.5078,1.2056894e+037,6169.0981}; + name="military_21"; + text="Vyshnoye Supply Camp"; + type="o_support"; + colorName="ColorEAST"; + id=3202; + atlOffset=1.2056894e+037; + }; + class Item218 + { + dataType="Marker"; + position[]={10303.656,-1.3708084e-031,6039.4502}; + name="military_22"; + text="Staroye Headquarters"; + type="o_support"; + colorName="ColorEAST"; + id=3832; + atlOffset=-277.91013; + }; + class Item219 + { + dataType="Layer"; + name="Circle Outpost"; + class Entities + { + items=54; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={11196.639,259.00986,4791.5298}; + angles[]={0,0.75693023,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3834; + type="Land_HBarrierWall6_F"; + atlOffset=0.34634399; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={11182.926,260.72379,4798.5112}; + angles[]={0,0.23333156,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3835; + type="Land_HBarrierWall6_F"; + atlOffset=0.34616089; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={11190.139,259.59317,4795.9287}; + angles[]={0,0.4951309,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3836; + type="Land_HBarrierWall6_F"; + atlOffset=0.34613037; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11189.839,260.02899,4787.75}; + angles[]={0,5.6816387,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3837; + type="Land_HBarrier_5_F"; + atlOffset=0.34985352; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={11193.673,259.43381,4791.3242}; + angles[]={0,2.278264,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3838; + type="Land_HBarrier_5_F"; + atlOffset=0.34667969; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={11182.702,264.77216,4794.3989}; + angles[]={0,3.3395467,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3839; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.2484436; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={11183.349,260.62738,4789.7822}; + angles[]={0,3.3254533,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3840; + type="Land_HBarrier_5_F"; + atlOffset=0.34976196; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={11206.766,258.05792,4762.2109}; + angles[]={0,1.8041281,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3841; + type="Land_HBarrierWall6_F"; + atlOffset=0.34454346; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={11201.687,258.71829,4785.5977}; + angles[]={0,1.01873,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3842; + type="Land_HBarrierWall6_F"; + atlOffset=0.34561157; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={11207.297,258.2746,4770.043}; + angles[]={0,1.5423287,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3843; + type="Land_HBarrierWall6_F"; + atlOffset=0.34460449; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={11198.705,258.99408,4772.0098}; + angles[]={0,5.9434385,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3844; + type="Land_HBarrier_5_F"; + atlOffset=0.35409546; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={11203.885,258.36298,4773.1045}; + angles[]={0,6.205255,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3845; + type="Land_HBarrier_5_F"; + atlOffset=0.34341431; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={11203.593,262.6387,4769.2612}; + angles[]={0,4.6485438,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3846; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.35437012; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={11196.067,259.48907,4768.8804}; + angles[]={0,1.2310666,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3847; + type="Land_HBarrier_5_F"; + atlOffset=0.33526611; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={11199.765,259.01251,4748.4863}; + angles[]={0,2.3277268,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3848; + type="Land_HBarrierWall6_F"; + atlOffset=0.34094238; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={11204.176,258.83334,4754.9917}; + angles[]={0,2.0659275,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3849; + type="Land_HBarrierWall6_F"; + atlOffset=0.34399414; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={11175.082,261.53867,4799.02}; + angles[]={0,6.2547178,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3851; + type="Land_HBarrierWall6_F"; + atlOffset=0.34503174; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={11159.527,262.70538,4793.3711}; + angles[]={0,5.7311192,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3852; + type="Land_HBarrierWall6_F"; + atlOffset=0.34173584; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={11153.604,262.71072,4788.312}; + angles[]={0,5.4693193,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3853; + type="Land_HBarrierWall6_F"; + atlOffset=0.34127808; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={11177.883,261.15225,4790.7124}; + angles[]={0,3.3254533,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3854; + type="Land_HBarrier_5_F"; + atlOffset=0.34429932; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={11165.813,262.62689,4800.6514}; + angles[]={6.2498641,2.815948,6.2007074}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3855; + type="Land_BagBunker_Large_F"; + atlOffset=0.37612915; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={11155.296,261.95084,4775.7988}; + angles[]={0,4.8962584,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3857; + type="Land_HBarrier_5_F"; + atlOffset=0.35699463; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={11167.017,260.87918,4759.8306}; + angles[]={0,1.2938112,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3861; + type="Land_CratesWooden_F"; + atlOffset=0.34411621; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={11176.104,272.76596,4763.146}; + angles[]={0,4.3867445,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3866; + type="Land_Cargo_Tower_V1_F"; + atlOffset=0.25268555; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={11167.867,261.24261,4767.9136}; + angles[]={0,2.0164647,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3867; + type="Land_HBarrier_5_F"; + atlOffset=0.34942627; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={11179.188,260.8624,4775.8315}; + angles[]={0,4.3726506,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3868; + type="Land_HBarrier_5_F"; + atlOffset=0.35031128; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={11183.815,260.3027,4762.0806}; + angles[]={0,4.3726506,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3869; + type="Land_HBarrier_5_F"; + atlOffset=0.36471558; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={11171.288,261.20972,4771.0532}; + angles[]={0,5.9434385,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3870; + type="Land_HBarrier_5_F"; + atlOffset=0.34384155; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={11177.273,261.08771,4781.1255}; + angles[]={0,4.3726506,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3871; + type="Land_HBarrier_5_F"; + atlOffset=0.34234619; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={11157.466,261.43912,4767.8213}; + angles[]={0,3.3254533,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3872; + type="Land_HBarrier_5_F"; + atlOffset=0.34402466; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={11182.062,260.49619,4767.3018}; + angles[]={0,4.3726506,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3873; + type="Land_HBarrier_5_F"; + atlOffset=0.33636475; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={11176.51,260.97678,4772.8218}; + angles[]={0,5.9434385,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3874; + type="Land_HBarrier_5_F"; + atlOffset=0.34365845; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={11167.559,261.03973,4763.3213}; + angles[]={0,1.2310666,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3875; + type="Land_HBarrier_5_F"; + atlOffset=0.34402466; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={11169.434,260.7406,4758.1406}; + angles[]={0,1.2310666,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3876; + type="Land_HBarrier_5_F"; + atlOffset=0.34417725; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={11174.071,261.2554,4777.7642}; + angles[]={0,2.815948,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3877; + type="Land_Cargo_House_V1_F"; + atlOffset=0.39089966; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={11160.022,261.51273,4771.7012}; + angles[]={0,4.9103432,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3878; + type="Land_Cargo_House_V1_F"; + atlOffset=0.28253174; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={11181.329,260.87045,4771.8208}; + angles[]={0,4.3867445,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3879; + type="Land_BagBunker_Small_F"; + atlOffset=0.34402466; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={11164.554,264.00684,4744.9971}; + angles[]={0,0.45975339,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3880; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.071380615; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={11167.669,260.44806,4758.2764}; + angles[]={0,3.0042357,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3881; + type="Land_Sack_F"; + atlOffset=0.34344482; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={11186.943,260.0318,4759.4536}; + angles[]={0,5.9434385,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3882; + type="Land_HBarrier_5_F"; + atlOffset=0.35287476; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={11170.44,259.71805,4738.2788}; + angles[]={0,3.3749299,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3885; + type="Land_HBarrierWall6_F"; + atlOffset=0.34884644; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={11178.267,259.5256,4737.7588}; + angles[]={0,3.1131306,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3886; + type="Land_HBarrierWall6_F"; + atlOffset=0.34619141; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={11193.822,259.22253,4743.4067}; + angles[]={0,2.5895262,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3887; + type="Land_HBarrierWall6_F"; + atlOffset=0.34472656; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={11187.51,259.33694,4736.1479}; + angles[]={6.2378845,5.9575405,6.2485313}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3888; + type="Land_BagBunker_Large_F"; + atlOffset=0.37554932; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={11177.557,259.83405,4745.1665}; + angles[]={0,3.0777473,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3889; + type="Land_Cargo_House_V1_F"; + atlOffset=0.32504272; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={11146.607,261.94913,4774.5811}; + angles[]={0,4.9457207,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3890; + type="Land_HBarrierWall6_F"; + atlOffset=0.34375; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={11149.189,262.41772,4781.793}; + angles[]={0,5.2075205,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3891; + type="Land_HBarrierWall6_F"; + atlOffset=0.34378052; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={11150.683,265.98453,4774.3521}; + angles[]={0,1.7687501,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3892; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.26885986; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={11146.071,261.39725,4766.7373}; + angles[]={0,4.6839218,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3893; + type="Land_HBarrierWall6_F"; + atlOffset=0.34439087; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={11156.791,259.95981,4745.2988}; + angles[]={6.2232552,3.8985286,0.013336525}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3894; + type="Land_HBarrierWall6_F"; + atlOffset=0.20123291; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={11151.63,260.41452,4751.1904}; + angles[]={0,4.1603279,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3895; + type="Land_HBarrierWall6_F"; + atlOffset=0.35131836; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={11144.411,260.8634,4757.3628}; + angles[]={6.2099805,1.2451514,0.025327841}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3896; + type="Land_BagBunker_Large_F"; + atlOffset=0.38537598; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={11154.324,261.6257,4770.4541}; + angles[]={0,4.8962584,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3897; + type="Land_HBarrier_5_F"; + atlOffset=0.35314941; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={11163.168,259.90573,4740.856}; + angles[]={0,3.6367292,0}; + }; + side="Empty"; + class Attributes + { + skill=0.2; + }; + id=3898; + type="Land_HBarrierWall6_F"; + atlOffset=0.35406494; + }; + }; + id=3899; + atlOffset=0.34771729; + }; + class Item220 + { + dataType="Marker"; + position[]={11189.805,3.9203198e+036,4774.7051}; + name="military_24"; + text="Msta Base"; + type="o_support"; + colorName="ColorEAST"; + id=3900; + atlOffset=3.9203198e+036; + }; + class Item221 + { + dataType="Marker"; + position[]={3393.8018,407.2113,14238.215}; + name="opfor_point_71"; + type="Empty"; + id=3901; + atlOffset=-1.0546265; + }; + class Item222 + { + dataType="Marker"; + position[]={3813.8267,416.0224,14091.604}; + name="opfor_point_72"; + type="Empty"; + id=3902; + atlOffset=-1.0617981; + }; + class Item223 + { + dataType="Marker"; + position[]={6445.4497,326.03009,14169.591}; + name="opfor_point_73"; + type="Empty"; + id=3903; + atlOffset=-1.0971985; + }; + class Item224 + { + dataType="Marker"; + position[]={7019.0425,351.67944,14116.464}; + name="opfor_point_74"; + type="Empty"; + id=3904; + atlOffset=-1.0485535; + }; + class Item225 + { + dataType="Marker"; + position[]={7484.6133,364.42859,14170.59}; + name="opfor_point_75"; + type="Empty"; + id=3905; + atlOffset=-1.0606079; + }; + class Item226 + { + dataType="Marker"; + position[]={6623.9741,152.26877,12514.675}; + name="opfor_point_76"; + type="Empty"; + id=3906; + atlOffset=-1.1338654; + }; + class Item227 + { + dataType="Marker"; + position[]={13985.439,20.450001,2826.5239}; + name="respawn"; + type="Empty"; + id=4143; + atlOffset=0.050577164; + }; + class Item228 + { + dataType="Trigger"; + position[]={13981.881,21.636414,2837.8833}; + class Attributes + { + condition="true"; + timeout[]={1.5,1.5,1.5}; + interuptable=1; + effectMusic="LeadTrack01_F"; + }; + id=4144; + type="EmptyDetector"; + atlOffset=0.064012527; + }; + class Item229 + { + dataType="Trigger"; + position[]={13993.351,21.225109,2833.2178}; + class Attributes + { + condition="!(player in thislist)"; + sizeA=250; + sizeB=250; + timeout[]={0.2,0.2,0.2}; + interuptable=1; + activationBy="WEST"; + effectMusic="EventTrack01_F_Curator"; + }; + id=4145; + type="EmptyDetector"; + atlOffset=0.049341202; + }; + class Item230 + { + dataType="Trigger"; + position[]={14006.156,21.786968,2839.2197}; + class Attributes + { + condition="GRLIB_endgame == 1"; + timeout[]={17,17,17}; + interuptable=1; + effectMusic="LeadTrack03_F"; + }; + id=4146; + type="EmptyDetector"; + atlOffset=0.026649475; + }; + class Item231 + { + dataType="Logic"; + class PositionInfo + { + position[]={13975.642,19.138248,2813.5518}; + }; + name="zm1"; + id=4147; + type="ModuleCurator_F"; + atlOffset=0.05932045; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCurator_F_Owner"; + expression="_this setVariable ['Owner',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="commandant"; + }; + }; + }; + class Attribute1 + { + property="ModuleCurator_F_Forced"; + expression="_this setVariable ['Forced',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCurator_F_Name"; + expression="_this setVariable ['Name',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="OVERLORD"; + }; + }; + }; + class Attribute3 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCurator_F_Addons"; + expression="_this setVariable ['Addons',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0; + }; + }; + }; + nAttributes=5; + }; + }; + class Item232 + { + dataType="Logic"; + class PositionInfo + { + position[]={13971.44,19.326511,2817.0195}; + }; + id=4148; + type="ModuleCuratorSetAttributesObject_F"; + atlOffset=0.048662186; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_Lock"; + expression="_this setVariable ['Lock',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleCuratorSetAttributesObject_F_Exec"; + expression="_this setVariable ['Exec',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesObject_F_Fuel"; + expression="_this setVariable ['Fuel',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_Damage"; + expression="_this setVariable ['Damage',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Rank"; + expression="_this setVariable ['Rank',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute7 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_RespawnVehicle"; + expression="_this setVariable ['RespawnVehicle',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute9 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute10 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=11; + }; + }; + class Item233 + { + dataType="Logic"; + class PositionInfo + { + position[]={13971.599,19.703262,2821.0005}; + }; + id=4149; + type="ModuleCuratorSetAttributesGroup_F"; + atlOffset=0.045988083; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesGroup_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_SpeedMode"; + expression="_this setVariable ['SpeedMode',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_GroupID"; + expression="_this setVariable ['GroupID',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Formation"; + expression="_this setVariable ['Formation',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute7 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_Behaviour"; + expression="_this setVariable ['Behaviour',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + nAttributes=9; + }; + }; + class Item234 + { + dataType="Logic"; + class PositionInfo + { + position[]={13971.543,20.053913,2824.5024}; + }; + id=4150; + type="ModuleCuratorSetAttributesPlayer_F"; + atlOffset=0.046003342; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_Lock"; + expression="_this setVariable ['Lock',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleCuratorSetAttributesObject_F_Exec"; + expression="_this setVariable ['Exec',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesObject_F_Fuel"; + expression="_this setVariable ['Fuel',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_Damage"; + expression="_this setVariable ['Damage',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Rank"; + expression="_this setVariable ['Rank',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute7 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_RespawnVehicle"; + expression="_this setVariable ['RespawnVehicle',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute9 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute10 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + nAttributes=11; + }; + }; + class Item235 + { + dataType="Logic"; + class PositionInfo + { + position[]={13998.242,20.657116,2825.1216}; + }; + name="gamelogic"; + id=4151; + type="Logic"; + atlOffset=0.045337677; + }; + class Item236 + { + dataType="Group"; + side="West"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={13982.996,20.190287,2824.2744}; + angles[]={6.1940885,6.0991402,0.027993103}; + }; + side="West"; + flags=6; + class Attributes + { + rank="COLONEL"; + init="removeallWeapons this; removebackpack this; this setVariable ['ace_medical_medicClass', 1]; this setVariable ['ACE_isEngineer', 1];"; + name="commandant"; + description="Platoon Leader (Commander)"; + isPlayer=1; + isPlayable=1; + }; + id=4153; + type="B_officer_F"; + atlOffset=0.02755928; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={13986.476,20.331854,2825.1592}; + angles[]={6.2020307,6.1139932,0.019996032}; + }; + side="West"; + flags=4; + class Attributes + { + rank="CAPTAIN"; + init="removeallWeapons this; removebackpack this;"; + description="Platoon Sergeant"; + isPlayable=1; + }; + id=4154; + type="B_Soldier_SL_F"; + atlOffset=0.025327682; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=4152; + atlOffset=0.02755928; + }; + class Item237 + { + dataType="Group"; + side="West"; + class Entities + { + items=11; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={13978.451,19.956131,2822.7866}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="Squad 1 Leader"; + isPlayable=1; + }; + id=4156; + type="B_Soldier_SL_F"; + atlOffset=0.02466011; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={13976.831,19.92305,2822.5996}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Medic"; + isPlayable=1; + }; + id=4157; + type="B_medic_F"; + atlOffset=0.030010223; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={13980.271,19.99926,2822.9702}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Engineer"; + isPlayable=1; + }; + id=4158; + type="B_engineer_F"; + atlOffset=0.029327393; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13977.648,19.785484,2821.0605}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Team 1 Leader"; + isPlayable=1; + }; + id=4159; + type="B_Soldier_TL_F"; + atlOffset=0.029993057; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13976.847,19.671158,2820.0776}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=4160; + type="B_Soldier_F"; + atlOffset=0.029993057; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13977.706,19.590778,2818.8975}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=4161; + type="B_Soldier_F"; + atlOffset=0.024328232; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={13976.88,19.499159,2817.9263}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=4162; + type="B_Soldier_F"; + atlOffset=0.024328232; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13979.614,19.841715,2821.3843}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Team 2 Leader"; + isPlayable=1; + }; + id=4163; + type="B_Soldier_TL_F"; + atlOffset=0.02466774; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={13979.289,19.74464,2820.3315}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=4164; + type="B_Soldier_F"; + atlOffset=0.02923584; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={13980.042,19.684498,2819.4443}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=4165; + type="B_Soldier_F"; + atlOffset=0.028345108; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={13979.35,19.586458,2818.4165}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=4166; + type="B_Soldier_F"; + atlOffset=0.024328232; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.99000001; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=4155; + atlOffset=0.02466011; + }; + class Item238 + { + dataType="Group"; + side="West"; + class Entities + { + items=11; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={13983.504,20.043974,2822.4575}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="Squad 2 Leader"; + isPlayable=1; + }; + id=4168; + type="B_Soldier_SL_F"; + atlOffset=0.029325485; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={13981.884,19.981897,2822.2705}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Medic"; + isPlayable=1; + }; + id=4169; + type="B_medic_F"; + atlOffset=0.0293293; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={13985.324,20.127064,2822.6416}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Engineer"; + isPlayable=1; + }; + id=4170; + type="B_engineer_F"; + atlOffset=0.048345566; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13982.701,19.867302,2820.7314}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Team 1 Leader"; + isPlayable=1; + }; + id=4171; + type="B_Soldier_TL_F"; + atlOffset=0.029325485; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13981.899,19.758099,2819.7485}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=4172; + type="B_Soldier_F"; + atlOffset=0.024366379; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13982.759,19.700308,2818.5684}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=4173; + type="B_Soldier_F"; + atlOffset=0.024326324; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={13981.933,19.6497,2817.5972}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=4174; + type="B_Soldier_F"; + atlOffset=0.06832695; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13984.667,19.951252,2821.0552}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Team 2 Leader"; + isPlayable=1; + }; + id=4175; + type="B_Soldier_TL_F"; + atlOffset=0.029325485; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={13984.342,19.848118,2820.0024}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=4176; + type="B_Soldier_F"; + atlOffset=0.028377533; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={13985.095,19.803656,2819.1152}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=4177; + type="B_Soldier_F"; + atlOffset=0.024343491; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={13984.402,19.712982,2818.0874}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=4178; + type="B_Soldier_F"; + atlOffset=0.024328232; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.99000001; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=4167; + atlOffset=0.029325485; + }; + class Item239 + { + dataType="Logic"; + class PositionInfo + { + position[]={14006.512,21.150635,2830.6611}; + }; + name="HC1"; + isPlayable=1; + id=4179; + type="HeadlessClient_F"; + atlOffset=-0.020748138; + }; + class Item240 + { + dataType="Logic"; + class PositionInfo + { + position[]={14006.752,20.707939,2823.4922}; + }; + name="HC2"; + isPlayable=1; + id=4180; + type="HeadlessClient_F"; + atlOffset=-0.00065231323; + }; + class Item241 + { + dataType="Logic"; + class PositionInfo + { + position[]={14006.798,20.207109,2815.8057}; + }; + name="HC3"; + isPlayable=1; + id=4181; + type="HeadlessClient_F"; + atlOffset=-0.032636642; + }; + class Item242 + { + dataType="Group"; + side="West"; + class Entities + { + items=4; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={13987.85,20.217842,2823.3604}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="MedEvac Pilot"; + isPlayable=1; + }; + id=4183; + type="B_Helipilot_F"; + atlOffset=0.027326584; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.94999999; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={13988.095,20.082983,2821.6182}; + }; + side="West"; + flags=5; + class Attributes + { + rank="SERGEANT"; + description="MedEvac Co-Pilot"; + isPlayable=1; + }; + id=4184; + type="B_Helipilot_F"; + atlOffset=0.027326584; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={13988.275,19.953392,2819.9624}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="MedEvac Medic"; + isPlayable=1; + }; + id=4185; + type="B_medic_F"; + atlOffset=0.025579453; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13988.454,19.853821,2818.3433}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="MedEvac Medic"; + isPlayable=1; + }; + id=4186; + type="B_medic_F"; + atlOffset=0.026327133; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=4182; + atlOffset=0.027326584; + }; + class Item243 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={13990.093,20.306578,2823.6792}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="Logistics Pilot"; + isPlayable=1; + }; + id=4188; + type="B_Helipilot_F"; + atlOffset=0.027326584; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={13990.422,20.144852,2821.5776}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Logistics Engineer"; + isPlayable=1; + }; + id=4189; + type="B_engineer_F"; + atlOffset=0.027326584; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={13990.519,20.004562,2819.8193}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Logistics Demolition Expert"; + isPlayable=1; + }; + id=4190; + type="B_soldier_exp_F"; + atlOffset=0.02271843; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=4187; + atlOffset=0.027326584; + }; + class Item244 + { + dataType="Group"; + side="West"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={13992.263,20.387852,2824.0166}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="CAS Pilot"; + isPlayable=1; + }; + id=4192; + type="B_Helipilot_F"; + atlOffset=0.025325775; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={13992.623,20.216555,2821.7012}; + }; + side="West"; + flags=5; + class Attributes + { + rank="LIEUTENANT"; + description="CAS Pilot"; + isPlayable=1; + }; + id=4193; + type="B_Helipilot_F"; + atlOffset=0.027326584; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=4191; + atlOffset=0.025325775; + }; + class Item245 + { + dataType="Group"; + side="West"; + class Entities + { + items=1; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={13994.399,20.46489,2824.3496}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="UAV and Intelligence"; + isPlayable=1; + }; + id=4195; + type="B_soldier_UAV_F"; + atlOffset=0.025327682; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=4194; + atlOffset=0.025327682; + }; + class Item246 + { + dataType="Object"; + class PositionInfo + { + position[]={15322.608,-1.0937653,284.12091}; + angles[]={0,3.7454906,0}; + }; + side="Empty"; + class Attributes + { + aiRadarUsage=1885958239; + }; + id=4492; + type="Land_Carrier_01_base_F"; + atlOffset=152.47003; + }; + class Item247 + { + dataType="Object"; + class PositionInfo + { + position[]={15285.607,22.424883,203.05804}; + angles[]={0,0.60389781,0}; + }; + side="Empty"; + class Attributes + { + name="startbase"; + }; + id=4493; + type="Land_ClutterCutter_small_F"; + atlOffset=175.62218; + }; + class Item248 + { + dataType="Object"; + class PositionInfo + { + position[]={15262.989,22.448343,136.7574}; + angles[]={0,0.60389781,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="huronspawn"; + }; + id=4496; + type="Land_ClutterCutter_small_F"; + }; + class Item249 + { + dataType="Marker"; + position[]={15291.78,0,264.60101}; + name="startbase_marker"; + text="Operation Base"; + type="mil_start"; + colorName="ColorWEST"; + id=4500; + atlOffset=153.21138; + }; + class Item250 + { + dataType="Marker"; + position[]={1861.7014,436.56372,14563.92}; + name="opfor_point_77"; + type="Empty"; + id=4502; + atlOffset=-1.0159607; + }; + class Item251 + { + dataType="Marker"; + position[]={2011.5024,505.3396,14002.167}; + name="opfor_point_78"; + type="Empty"; + id=4503; + atlOffset=-1.0372925; + }; + class Item252 + { + dataType="Layer"; + name="Cache Ammo [BLU]"; + id=4534; + atlOffset=51.599998; + }; + class Item253 + { + dataType="Layer"; + name="Storage (Lamp) [BLU]"; + id=4545; + atlOffset=51.599998; + }; + class Item254 + { + dataType="Layer"; + name="Storage [BLU] #1"; + id=4553; + atlOffset=51.599998; + }; + class Item255 + { + dataType="Object"; + class PositionInfo + { + position[]={15280.339,23.124884,165.03287}; + angles[]={0,2.1749907,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=4560; + type="Land_Medevac_house_V1_F"; + atlOffset=175.56517; + }; + class Item256 + { + dataType="Layer"; + name="Main Headquarters [OPF]"; + class Entities + { + items=169; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={10263.609,278.01251,6014.6719}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3578; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=6.1035156e-005; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={10263.303,278.1275,6018.8906}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3579; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00039672852; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={10285.675,279.50226,5998.5249}; + angles[]={6.2645102,2.0943952,0.051958453}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=3580; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.0020141602; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={10282.234,277.74603,5994.9224}; + angles[]={0,0.52359879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3581; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00042724609; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={10290.234,278.25049,5997.2969}; + angles[]={0,2.0943952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3582; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00039672852; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={10288.109,278.07013,5993.6724}; + angles[]={0,5.2359877,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3583; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00012207031; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={10285.734,277.90842,5992.9214}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3584; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.0010070801; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={10279.859,277.77899,5998.4224}; + angles[]={0,5.2359877,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3585; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-9.1552734e-005; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={10268.233,279.49011,6016.0288}; + angles[]={6.2671809,2.6179938,0.0013439035}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=3586; + type="CamoNet_OPFOR_open_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={10291.207,279.65781,6022.3291}; + angles[]={0.02799508,3.9269907,0.023998277}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=3587; + type="CamoNet_OPFOR_open_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={10280.984,283.23425,6029.2964}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3588; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.0051879883; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={10268.733,279.29642,6016.5322}; + angles[]={6.2671871,1.0471976,0.0013372133}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3589; + type="Land_BagBunker_Large_F"; + atlOffset=0.030578613; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={10285.687,279.30908,5999.0293}; + angles[]={6.2645183,0.52359879,0.051955618}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3590; + type="Land_BagBunker_Large_F"; + atlOffset=0.031799316; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={10279.742,279.10254,6029.8096}; + angles[]={0.017332481,5.497787,6.2738504}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3591; + type="Land_HBarrierWall6_F"; + atlOffset=0.00064086914; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={10274.239,279.1954,6023.7925}; + angles[]={6.2778587,5.497787,6.276526}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3592; + type="Land_HBarrierWall6_F"; + atlOffset=0.0057067871; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={10295.984,284.57166,6024.2969}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3593; + type="Land_LampHalogen_F"; + atlOffset=0.00067138672; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={10278.969,279.10016,6009.2817}; + angles[]={6.2645216,2.3561945,0.021331646}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3594; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00030517578; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={10293.978,279.25699,6026.0796}; + angles[]={0.043970551,2.6179938,0.0080084298}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3595; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00076293945; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={10289.486,279.14713,6026.8188}; + angles[]={0.027990974,5.497787,6.2805109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3596; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0002746582; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={10286.726,279.21979,6023.3081}; + angles[]={0.014664836,3.9269907,0.010664274}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3597; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00015258789; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={10292.701,279.47684,6017.0596}; + angles[]={0.017332481,2.8797932,0.042641956}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3598; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00085449219; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={10295.216,279.51917,6019.0742}; + angles[]={0.035987642,2.0943952,0.023993526}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3599; + type="Land_HBarrierWall4_F"; + atlOffset=0.00076293945; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={10284.704,279.2381,6007.7905}; + angles[]={6.2751918,4.1887903,0.038647637}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3600; + type="Land_HBarrierWall4_F"; + atlOffset=0.00064086914; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={10293.174,279.66556,6002.5425}; + angles[]={6.2778478,3.1415927,0.078504436}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3601; + type="Land_HBarrierWall4_F"; + atlOffset=0.0024108887; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={10294.717,279.42615,6021.3247}; + angles[]={0.035987642,1.0471976,0.023993526}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3602; + type="Land_HBarrierWall4_F"; + atlOffset=0.00073242188; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={10277.226,279.15402,6015.0405}; + angles[]={6.2751846,3.6651914,0.010664274}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3603; + type="Land_HBarrierWall4_F"; + atlOffset=6.1035156e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={10287.975,279.51245,6018.564}; + angles[]={0.017332481,0.78539819,0.010664274}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3604; + type="Land_BagBunker_Small_F"; + atlOffset=0.00018310547; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={10293.734,279.25851,6013.7969}; + angles[]={0,6.0213857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3605; + type="Land_cargo_addon01_V2_F"; + atlOffset=-0.0039367676; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={10271.726,277.96344,6012.7285}; + angles[]={0,2.6179938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3606; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00021362305; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={10282.109,277.92465,6002.2969}; + angles[]={0,2.0943952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3607; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00012207031; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={10289.109,278.25549,6016.5474}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3609; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00030517578; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={10286.109,278.16931,6019.6724}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3610; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00033569336; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={10286.234,278.19159,6016.7969}; + angles[]={0,0.78539819,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3611; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00036621094; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={10268.072,277.90616,6010.6519}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3612; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00039672852; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={10265.641,277.92545,6011.1899}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3613; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-6.1035156e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={10267.188,278.10229,6021.1216}; + angles[]={0,2.6179938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3620; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00021362305; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={10294.748,277.60602,6062.0767}; + angles[]={0.041309625,4.1887903,6.2658529}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3624; + type="Land_HBarrierWall6_F"; + atlOffset=0.00076293945; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={10285.486,278.97058,6033.5674}; + angles[]={0.02666023,6.0213857,6.2805333}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3625; + type="Land_HBarrierWall6_F"; + atlOffset=0.00030517578; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={10278.382,279.40872,6037.0791}; + angles[]={0.026662467,3.9269907,6.2645183}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3626; + type="Land_HBarrier_Big_F"; + atlOffset=0.00064086914; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={10273.403,279.33609,6043.459}; + angles[]={0.030658109,4.1887903,6.2471976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3627; + type="Land_HBarrier_Big_F"; + atlOffset=0.0014038086; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={10295.978,279.05078,6031.3252}; + angles[]={0.03731497,3.1415927,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3628; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00054931641; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={10294.246,278.0878,6051.8345}; + angles[]={0.049292382,3.1415927,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3629; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0010375977; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={10294.381,277.96219,6047.7524}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3630; + type="Land_cargo_addon01_V2_F"; + atlOffset=-0.0046386719; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={10294.234,278.1618,6043.5474}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3631; + type="Land_cargo_addon01_V2_F"; + atlOffset=-0.0051574707; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={10293.863,279.34378,6037.853}; + angles[]={0.041308183,4.712389,6.2805333}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3632; + type="Land_Tank_rust_F"; + atlOffset=0.001159668; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={10273.389,278.83478,6046.4453}; + angles[]={0.029324362,4.1887903,6.2471976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3635; + type="Land_HBarrier_3_F"; + atlOffset=0.00088500977; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={10270.764,278.9657,6045.1968}; + angles[]={0.030658109,4.1887903,6.2471976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3636; + type="Land_HBarrier_3_F"; + atlOffset=0.00064086914; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={10271.513,278.85831,6047.9443}; + angles[]={0.029324362,5.7595863,6.2471976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3637; + type="Land_HBarrier_3_F"; + atlOffset=0.00085449219; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={10270.01,278.84921,6046.8174}; + angles[]={0.029324362,0.2617994,6.2471976}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3639; + type="Land_HBarrier_1_F"; + atlOffset=0.00079345703; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={10287.609,278.32681,6040.1719}; + angles[]={0,1.3089969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3641; + type="Land_CncBarrier_F"; + atlOffset=0.00015258789; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={10290.984,277.50577,6057.2969}; + angles[]={0,2.3561945,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3642; + type="Land_CncBarrier_F"; + atlOffset=-0.00030517578; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={10287.109,278.11319,6045.5469}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3643; + type="Land_CncBarrier_F"; + atlOffset=3.0517578e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={10287.984,277.82059,6051.7969}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3644; + type="Land_CncBarrier_stripes_F"; + atlOffset=6.1035156e-005; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={10293.278,277.09943,6082.8418}; + angles[]={0.041311946,1.3089969,6.243217}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=3646; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.0020141602; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={10293.064,276.90311,6082.8853}; + angles[]={0.041309625,2.8797932,6.2432094}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3647; + type="Land_BagBunker_Large_F"; + atlOffset=0.031951904; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={10291.753,277.37085,6068.8247}; + angles[]={0.038649179,4.4505897,6.2591872}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3648; + type="Land_HBarrierWall6_F"; + atlOffset=0.00076293945; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={10283.42,277.80957,6075.1377}; + angles[]={0.033321146,2.8797932,6.253861}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3649; + type="Land_HBarrier_Big_F"; + atlOffset=0.0011291504; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={10277.154,278.17825,6071.3354}; + angles[]={0.031990308,5.497787,6.2458706}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3650; + type="Land_HBarrier_Big_F"; + atlOffset=0.0014343262; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={10290.01,277.16443,6075.3262}; + angles[]={0.038649179,4.4505897,6.2485313}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3651; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00094604492; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={10288.633,275.87662,6080.9609}; + angles[]={0,4.4505897,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3652; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00024414063; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={10276.64,277.88174,6068.3242}; + angles[]={0.031990308,2.3561945,6.2458706}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3653; + type="Land_HBarrier_3_F"; + atlOffset=0.0010375977; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={10274.265,277.9104,6070.1992}; + angles[]={0.031990308,2.3561945,6.2458706}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3654; + type="Land_HBarrier_3_F"; + atlOffset=-0.016662598; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={10274.386,277.99158,6067.4521}; + angles[]={0.03731497,3.9269907,6.249866}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3655; + type="Land_HBarrier_3_F"; + atlOffset=-0.013702393; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={10288.72,275.64679,6087.2363}; + angles[]={0,6.0213857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3656; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00073242188; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={10287.571,275.79156,6085.0269}; + angles[]={0,1.3089969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3657; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00061035156; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={10273.149,277.94272,6068.8164}; + angles[]={0.027990974,4.768379e-007,6.2259154}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3658; + type="Land_HBarrier_1_F"; + atlOffset=0.001373291; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={10292.609,275.41556,6088.2969}; + angles[]={0,2.8797932,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3660; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00073242188; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={10318.484,294.64713,6001.5469}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3662; + type="Land_Cargo_Tower_V3_F"; + atlOffset=-0.073883057; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={10309.484,281.01172,6016.2969}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3663; + type="Land_Metal_Shed_F"; + atlOffset=-0.09185791; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={10307.887,281.19806,6001.061}; + angles[]={0.019996032,3.1415927,0.1338627}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3664; + type="Land_HBarrierWall6_F"; + atlOffset=0.019775391; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={10316.448,279.70294,6030.355}; + angles[]={0.079826429,1.5707964,0.049297221}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3665; + type="Land_HBarrierWall6_F"; + atlOffset=0.0031433105; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={10324.387,283.38022,6001.5933}; + angles[]={0.070549726,3.1415927,0.1338627}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3666; + type="Land_HBarrierWall6_F"; + atlOffset=0.008605957; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={10316.132,282.28607,6001.3315}; + angles[]={0.051955618,3.1415927,0.14040293}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3667; + type="Land_HBarrierWall6_F"; + atlOffset=0.0084838867; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={10300.401,280.2915,6001.8057}; + angles[]={0.012000273,3.4033921,0.11153467}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3668; + type="Land_HBarrierWall6_F"; + atlOffset=0.0047302246; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={10305.69,279.76614,6022.8579}; + angles[]={0.089098312,3.1415927,0.058600098}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3669; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0048522949; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={10299.202,279.4881,6023.0811}; + angles[]={0.043969195,4.4505897,0.041309625}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3670; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0014038086; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={10316.427,280.40201,6023.6138}; + angles[]={0.087774232,1.5707964,0.075855196}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3671; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0051574707; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={10312.207,280.13916,6023.1138}; + angles[]={0.087774232,3.1415927,0.034650784}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3672; + type="Land_HBarrierWall4_F"; + atlOffset=0.0034179688; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={10319.984,280.39148,6023.0464}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3673; + type="Land_cargo_addon01_V2_F"; + atlOffset=0.01071167; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={10327.678,281.64288,6020.5366}; + angles[]={0.13647936,1.8325957,0.078508995}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3675; + type="Land_HBarrier_5_F"; + atlOffset=0.011383057; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={10320.945,280.04611,6029.0186}; + angles[]={0.11416581,0,0.04929601}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3676; + type="Land_HBarrier_5_F"; + atlOffset=-0.023803711; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={10327.675,282.11719,6016.9878}; + angles[]={0.1338627,3.4033921,0.093065575}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3677; + type="Land_HBarrier_5_F"; + atlOffset=0.0079956055; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={10309.879,281.42065,6003.1968}; + angles[]={0.031988446,4.712389,0.13386226}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3687; + type="Land_HBarrier_3_F"; + atlOffset=0.019012451; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={10303.454,279.87616,6019.0923}; + angles[]={0.061260175,1.5707964,0.04131107}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3693; + type="Land_CratesWooden_F"; + atlOffset=0.0020141602; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={10310.484,300.37231,6052.1719}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3701; + type="Land_TTowerBig_2_F"; + atlOffset=0.0079650879; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={10307.734,282.16971,6033.5469}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3702; + type="Land_Cargo_HQ_V3_F"; + atlOffset=-0.078735352; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={10323.734,279.68292,6033.0469}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3703; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.057403564; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={10316.463,278.96442,6038.6025}; + angles[]={0.074531749,1.5707964,0.027990974}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3704; + type="Land_HBarrierWall6_F"; + atlOffset=0.0023803711; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={10297.744,278.34497,6045.5801}; + angles[]={0.045304954,4.712389,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3705; + type="Land_HBarrierWall6_F"; + atlOffset=0.0015258789; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={10316.225,278.29416,6046.8486}; + angles[]={0.067892917,1.5707964,0.012005239}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3706; + type="Land_HBarrierWall6_F"; + atlOffset=0.0018005371; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={10308.997,277.61087,6057.3472}; + angles[]={0.063914195,0,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3707; + type="Land_HBarrierWall6_F"; + atlOffset=0.0016784668; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={10297.736,278.74966,6037.583}; + angles[]={0.047964405,4.712389,6.2805333}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3708; + type="Land_HBarrierWall6_F"; + atlOffset=-0.00045776367; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={10297.234,284.13913,6034.0469}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3709; + type="Land_LampHalogen_F"; + atlOffset=0.00051879883; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={10298.984,278.20364,6046.5474}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3710; + type="Land_cargo_addon02_V1_F"; + atlOffset=0.0041503906; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={10298.495,278.02774,6051.8403}; + angles[]={0.057269081,0,6.2698579}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3711; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0013427734; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={10315.746,277.52307,6057.605}; + angles[]={0.075850479,0,6.2685208}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3712; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0022888184; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={10297.744,277.80807,6056.5835}; + angles[]={0.04796192,4.712389,6.2698536}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3713; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00094604492; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={10302.249,277.71774,6057.0884}; + angles[]={0.053286046,0,6.2645183}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3714; + type="Land_HBarrierWall4_F"; + atlOffset=0.0012512207; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={10316.237,277.80737,6053.3457}; + angles[]={0.063914195,1.5707964,6.2805109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3715; + type="Land_HBarrierWall4_F"; + atlOffset=0.0015869141; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={10313.105,278.28531,6046.2148}; + angles[]={0.057269081,0,0.0053265258}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3718; + type="Land_HBarrier_5_F"; + atlOffset=0.010192871; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={10304.498,277.81296,6053.9648}; + angles[]={0.053286046,1.5707964,6.2645183}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3719; + type="Land_HBarrier_5_F"; + atlOffset=0.0012207031; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={10304.619,278.25473,6047.0942}; + angles[]={0.057269081,1.5707964,6.2698579}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3726; + type="Land_HBarrier_3_F"; + atlOffset=0.0014038086; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={10315.121,277.3432,6060.6001}; + angles[]={0.063910462,1.5707964,6.2685208}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3727; + type="Land_HBarrier_3_F"; + atlOffset=0.001739502; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={10306.248,277.44995,6061.0957}; + angles[]={0.063914195,4.712389,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3728; + type="Land_HBarrier_3_F"; + atlOffset=-0.011413574; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={10306.605,278.30844,6046.2173}; + angles[]={0.057269081,3.1415927,0.0053265258}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3729; + type="Land_HBarrier_3_F"; + atlOffset=0.001373291; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={10321.858,277.19803,6056.5776}; + angles[]={0.075850479,6.0213857,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3730; + type="Land_BagFence_Round_F"; + atlOffset=0.0011901855; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={10321.982,277.53668,6052.2129}; + angles[]={0.09570726,3.6651914,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3731; + type="Land_BagFence_Round_F"; + atlOffset=0.0018920898; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={10319.86,277.49075,6052.5732}; + angles[]={0.063914195,3.1415927,6.2805109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3737; + type="Land_BagFence_Short_F"; + atlOffset=0.00085449219; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={10323.114,277.07639,6057.96}; + angles[]={0.09173809,1.8325957,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3738; + type="Land_BagFence_Short_F"; + atlOffset=0.0018310547; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={10323.739,276.93088,6059.46}; + angles[]={0.09173809,2.0943952,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3739; + type="Land_BagFence_Short_F"; + atlOffset=0.0018310547; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={10324.603,277.97183,6047.7061}; + angles[]={0.082482941,3.9269907,0.017329043}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3740; + type="Land_BagFence_Short_F"; + atlOffset=0.0014953613; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={10327.482,278.15381,6045.9614}; + angles[]={0.09570726,0.2617994,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3741; + type="Land_BagFence_Short_F"; + atlOffset=0.0019226074; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={10323.107,277.69229,6050.5864}; + angles[]={0.09570726,4.4505897,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3742; + type="Land_BagFence_Short_F"; + atlOffset=0.0019226074; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={10326.246,276.70248,6061.835}; + angles[]={0.091741994,5.7595863,6.2551923}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3743; + type="Land_BagFence_Short_F"; + atlOffset=0.0019226074; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={10325.982,278.08777,6046.5864}; + angles[]={0.09570726,0.52359879,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3744; + type="Land_BagFence_Short_F"; + atlOffset=0.0018920898; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={10319.74,277.18933,6056.5781}; + angles[]={0.075850479,3.1415927,6.2685208}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3745; + type="Land_BagFence_Short_F"; + atlOffset=0.0011901855; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={10323.607,277.83829,6049.0864}; + angles[]={0.09570726,4.1887903,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3746; + type="Land_BagFence_Short_F"; + atlOffset=0.0019226074; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={10324.864,276.80414,6060.8281}; + angles[]={0.075854406,5.497787,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3747; + type="Land_BagFence_Short_F"; + atlOffset=0.0011901855; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={10327.739,276.61801,6062.335}; + angles[]={0.091741994,6.0213857,6.2698536}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3748; + type="Land_BagFence_Short_F"; + atlOffset=0.001739502; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={10318.741,277.27051,6055.7036}; + angles[]={0.075850479,1.5707964,6.2685208}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3749; + type="Land_BagFence_Short_F"; + atlOffset=0.0013122559; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={10318.86,277.45343,6053.1987}; + angles[]={0.063914195,1.3089969,6.2805109}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3750; + type="Land_BagFence_Short_F"; + atlOffset=0.00085449219; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={10318.74,277.37503,6054.3281}; + angles[]={0.075850479,4.712389,6.2685208}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3751; + type="Land_BagFence_Short_F"; + atlOffset=0.0012512207; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={10324.857,277.63522,6048.3101}; + angles[]={0.09570726,2.0944648,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3755; + type="Land_HelicopterWheels_01_assembled_F"; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={10324.614,277.58167,6048.8843}; + angles[]={0.09570726,2.8798807,0.0040116427}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3756; + type="Land_HelicopterWheels_01_disassembled_F"; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={10306.734,288.57816,6079.7969}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3758; + type="Land_Cargo_Tower_V3_F"; + atlOffset=0.10919189; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={10310.984,277.15601,6064.0469}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3759; + type="Land_Cargo_House_V3_F"; + atlOffset=0.062591553; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={10301.234,277.35297,6064.0469}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3760; + type="Land_Cargo_House_V3_F"; + atlOffset=0.048095703; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={10309.276,276.19922,6080.1055}; + angles[]={0.075855196,0,6.2272458}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3761; + type="Land_HBarrierWall6_F"; + atlOffset=0.0034179688; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={10317.031,275.83038,6079.6245}; + angles[]={0.095706634,0.2617994,6.2206001}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3762; + type="Land_HBarrierWall6_F"; + atlOffset=0.0049438477; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={10301.767,276.60214,6079.0918}; + angles[]={0.059929453,6.0213857,6.239212}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3763; + type="Land_HBarrierWall6_F"; + atlOffset=0.0020141602; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={10317.484,275.70801,6078.0469}; + angles[]={0,0.2617994,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3764; + type="Land_cargo_addon02_V2_F"; + atlOffset=-0.024383545; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={10323.02,275.66974,6077.8701}; + angles[]={0.095706634,4.9741883,6.2365522}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3765; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0043640137; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={10315.121,277.15121,6063.6001}; + angles[]={0.063910462,1.5707964,6.2685208}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3771; + type="Land_HBarrier_3_F"; + atlOffset=0.001739502; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={10307.258,277.19272,6065.8496}; + angles[]={0.063909523,3.1415927,6.2551947}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3772; + type="Land_HBarrier_3_F"; + atlOffset=0.0019836426; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={10304.123,277.24991,6065.8394}; + angles[]={0.051951028,3.1415927,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3773; + type="Land_HBarrier_3_F"; + atlOffset=-0.0046386719; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={10306.248,277.29404,6064.3369}; + angles[]={0.051951028,4.712389,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3774; + type="Land_HBarrier_3_F"; + atlOffset=0.0012207031; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={10314.132,277.02216,6065.8599}; + angles[]={0.075855196,3.1415927,6.2565231}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3775; + type="Land_HBarrier_3_F"; + atlOffset=0.0027770996; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={10296.764,275.25995,6087.5015}; + angles[]={0,1.3089969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3780; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00064086914; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={10297.913,275.41656,6083.1709}; + angles[]={0,4.4505897,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3787; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00030517578; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={10330.984,287.70737,6009.2969}; + angles[]={0,4.9741883,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3788; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.16015625; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={10330.734,281.34814,6024.7969}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3789; + type="Land_Cargo_House_V3_F"; + atlOffset=0.10916138; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={10334.181,282.82306,6016.3979}; + angles[]={0.14823751,1.8325957,0.074527748}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3790; + type="Land_HBarrierWall6_F"; + atlOffset=0.012878418; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={10332.163,283.64188,6008.3726}; + angles[]={0.11680032,1.8325957,0.10099027}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3791; + type="Land_HBarrierWall6_F"; + atlOffset=0.0083007813; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={10336.187,281.75122,6024.4053}; + angles[]={0.15605696,1.8325957,0.065239623}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3792; + type="Land_HBarrierWall6_F"; + atlOffset=0.010070801; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={10330.653,284.09113,6001.8618}; + angles[]={0.085128933,1.8325957,0.10626323}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3793; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0071716309; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={10332.064,280.86771,6028.6577}; + angles[]={0.15605696,3.4033921,0.058600098}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3795; + type="Land_HBarrier_3_F"; + atlOffset=0.010406494; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={10329.672,280.77936,6028.3979}; + angles[]={0.13647936,4.9741883,0.078508995}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3796; + type="Land_HBarrier_3_F"; + atlOffset=0.02154541; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={10351.249,277.95001,6054.4438}; + angles[]={0.13648474,0,6.2698507}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=3799; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.010986328; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={10332.234,276.95728,6054.2969}; + angles[]={0.091737442,0,0.0026744273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3800; + type="Land_HelipadCircle_F"; + }; + class Item149 + { + dataType="Object"; + class PositionInfo + { + position[]={10350.782,277.78592,6054.1929}; + angles[]={0.13647936,4.712389,6.2698536}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3801; + type="Land_BagBunker_Large_F"; + atlOffset=0.039215088; + }; + class Item150 + { + dataType="Object"; + class PositionInfo + { + position[]={10343.978,278.61121,6047.146}; + angles[]={0.12992783,1.8325957,0.0080084298}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3802; + type="Land_HBarrierWall6_F"; + atlOffset=0.006439209; + }; + class Item151 + { + dataType="Object"; + class PositionInfo + { + position[]={10344.249,276.8074,6061.1528}; + angles[]={0.12730688,1.3089969,6.2631893}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3803; + type="Land_HBarrierWall6_F"; + atlOffset=0.0065917969; + }; + class Item152 + { + dataType="Object"; + class PositionInfo + { + position[]={10341.222,279.5589,6040.1514}; + angles[]={0.14301902,2.0943952,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3804; + type="Land_HBarrierWall6_F"; + atlOffset=0.0078125; + }; + class Item153 + { + dataType="Object"; + class PositionInfo + { + position[]={10338.196,280.61563,6032.3975}; + angles[]={0.14170705,1.8325957,0.051955618}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3805; + type="Land_HBarrierWall6_F"; + atlOffset=0.0080566406; + }; + class Item154 + { + dataType="Object"; + class PositionInfo + { + position[]={10337.734,285.49539,6034.5469}; + angles[]={0,1.3089969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3806; + type="Land_LampHalogen_F"; + atlOffset=-0.00030517578; + }; + class Item155 + { + dataType="Object"; + class PositionInfo + { + position[]={10350.053,275.88721,6058.7871}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3808; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.001373291; + }; + class Item156 + { + dataType="Object"; + class PositionInfo + { + position[]={10356.109,276.59402,6053.0469}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3809; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00064086914; + }; + class Item157 + { + dataType="Object"; + class PositionInfo + { + position[]={10356.091,276.01346,6057.0776}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3811; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.0007019043; + }; + class Item158 + { + dataType="Object"; + class PositionInfo + { + position[]={10354.255,275.80725,6058.7593}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3812; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.0022888184; + }; + class Item159 + { + dataType="Object"; + class PositionInfo + { + position[]={10354.266,277.19855,6049.2397}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3813; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.002166748; + }; + class Item160 + { + dataType="Object"; + class PositionInfo + { + position[]={10329.226,278.27972,6045.0869}; + angles[]={0.095706634,3.9269907,0.021328852}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3815; + type="Land_BagFence_Round_F"; + atlOffset=0.0020141602; + }; + class Item161 + { + dataType="Object"; + class PositionInfo + { + position[]={10328.74,276.55389,6062.8364}; + angles[]={0.091741994,5.497787,6.2698536}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3817; + type="Land_BagFence_End_F"; + atlOffset=0.001739502; + }; + class Item162 + { + dataType="Object"; + class PositionInfo + { + position[]={10328.351,278.23462,6045.2104}; + angles[]={0.095706634,6.2831678,0.021328852}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3818; + type="Land_BarrelSand_F"; + }; + class Item163 + { + dataType="Object"; + class PositionInfo + { + position[]={10349.785,277.21576,6049.251}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3819; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.0014038086; + }; + class Item164 + { + dataType="Object"; + class PositionInfo + { + position[]={10329.234,279.776,6073.7969}; + angles[]={0,3.4033921,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3823; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.16009521; + }; + class Item165 + { + dataType="Object"; + class PositionInfo + { + position[]={10341.023,276.01526,6068.1655}; + angles[]={0.13647936,1.0471976,6.2325659}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3824; + type="Land_HBarrierWall6_F"; + atlOffset=0.022583008; + }; + class Item166 + { + dataType="Object"; + class PositionInfo + { + position[]={10328.771,275.60205,6075.6445}; + angles[]={0.11811664,0.2617994,6.23522}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3825; + type="Land_HBarrierWall6_F"; + atlOffset=0.0062255859; + }; + class Item167 + { + dataType="Object"; + class PositionInfo + { + position[]={10336.023,275.6163,6072.9131}; + angles[]={0.13647936,0.52359879,6.2325659}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3826; + type="Land_HBarrierWall6_F"; + atlOffset=0.026641846; + }; + class Item168 + { + dataType="Object"; + class PositionInfo + { + position[]={10340.234,276.09988,6066.7969}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3827; + type="Land_cargo_addon02_V1_F"; + atlOffset=0.00067138672; + }; + }; + id=3831; + atlOffset=0.021392822; + }; + class Item257 + { + dataType="Layer"; + name="Headquarters (Fortified)"; + class Entities + { + items=41; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={10252.983,154.13412,7154.6147}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3100; + type="Land_Shed_Big_F"; + atlOffset=-0.23869324; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={10255.983,154.58749,7154.8652}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3101; + type="Land_Cargo_HQ_V1_F"; + atlOffset=0.090332031; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={10264.907,150.70532,7154.3608}; + angles[]={6.2805147,1.5707964,6.1453919}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + disableSimulation=1; + }; + id=3102; + type="CamoNet_BLUFOR_F"; + atlOffset=0.011993408; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={10268.653,150.13065,7151.8618}; + angles[]={6.2805109,4.712389,6.1427822}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3103; + type="Land_HBarrier_Big_F"; + atlOffset=0.012054443; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={10268.416,150.15118,7156.1294}; + angles[]={0.012000273,4.712389,6.1323404}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3104; + type="Land_HBarrier_Big_F"; + atlOffset=0.014022827; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={10265.639,150.50952,7146.8438}; + angles[]={6.2658529,0,6.1545663}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3105; + type="Land_HBarrier_Big_F"; + atlOffset=0.010284424; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={10265.16,150.57597,7161.1289}; + angles[]={0.012000273,0,6.1362519}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3106; + type="Land_HBarrier_Big_F"; + atlOffset=0.013320923; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={10253.815,151.45041,7144.8379}; + angles[]={6.2485313,3.4033921,6.1756024}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3107; + type="Land_HBarrierWall4_F"; + atlOffset=0.0048675537; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={10258.823,150.86357,7144.3447}; + angles[]={6.2578554,3.1415927,6.1663857}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3108; + type="Land_HBarrierWall4_F"; + atlOffset=0.0055541992; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={10255.574,151.15018,7142.082}; + angles[]={6.2485313,3.1415927,6.1756024}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3109; + type="Land_Razorwire_F"; + atlOffset=0.0049591064; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={10267.098,149.82948,7144.8477}; + angles[]={6.2658563,3.1415927,6.1506343}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3110; + type="Land_Razorwire_F"; + atlOffset=0.008392334; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={10266.325,149.91913,7162.8755}; + angles[]={0.021328852,0,6.1362519}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3111; + type="Land_Razorwire_F"; + atlOffset=0.0082244873; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={10246.313,152.47266,7152.5918}; + angles[]={6.253859,4.712389,6.1756029}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3114; + type="Land_HBarrier_5_F"; + atlOffset=0.0046691895; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={10246.319,152.58043,7158.1025}; + angles[]={6.2671871,4.712389,6.1663857}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3115; + type="Land_HBarrier_5_F"; + atlOffset=0.0051879883; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={10262.079,150.49593,7144.0947}; + angles[]={6.2578578,1.5707964,6.1624413}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3116; + type="Land_HBarrier_3_F"; + atlOffset=0.0062255859; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={10250.068,151.86635,7144.3364}; + angles[]={6.2485313,4.712389,6.1756024}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3117; + type="Land_HBarrier_3_F"; + atlOffset=0.0051574707; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={10247.326,152.31873,7149.0879}; + angles[]={6.253859,3.1415927,6.1756029}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3118; + type="Land_HBarrier_3_F"; + atlOffset=0.0050354004; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={10249.358,152.41017,7147.0747}; + angles[]={6.2485313,1.5707964,6.1756024}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3119; + type="Land_CncShelter_F"; + atlOffset=0.0074920654; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={10261.823,150.51237,7148.3569}; + angles[]={6.2711854,3.1415927,6.1545663}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3122; + type="Land_HBarrier_1_F"; + atlOffset=0.005859375; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={10250.052,151.70018,7142.333}; + angles[]={6.2378831,1.3089969,6.1861563}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3123; + type="Land_HBarrier_1_F"; + atlOffset=0.0040283203; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={10261.323,150.59502,7149.8564}; + angles[]={6.2711854,2.6179938,6.1545663}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3124; + type="Land_HBarrier_1_F"; + atlOffset=0.0058441162; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={10263.793,150.02478,7152.8638}; + angles[]={6.2805109,2.0943427,6.1453986}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3128; + type="Land_WoodenTable_large_F"; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={10241.733,152.68687,7154.3647}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3131; + type="Land_CncBarrier_F"; + atlOffset=0.0010223389; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={10241.983,152.78653,7160.3647}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3132; + type="Land_CncBarrier_F"; + atlOffset=0.0010681152; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={10242.983,152.08191,7142.3652}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3133; + type="Land_CncBarrier_F"; + atlOffset=-0.00065612793; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={10241.983,152.43533,7147.8647}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3134; + type="Land_CncBarrier_F"; + atlOffset=0.00091552734; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={10246.233,151.61397,7139.3643}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3135; + type="Land_CncBarrier_F"; + atlOffset=-0.00024414063; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={10263.807,150.09982,7153.6851}; + angles[]={6.2805109,0.78542256,6.1453986}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3139; + type="Land_CampingChair_V2_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={10263.923,150.0789,7151.8862}; + angles[]={6.2805109,3.1416101,6.1453986}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3140; + type="Land_CampingChair_V2_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={10261.661,151.00526,7165.8906}; + angles[]={0.021328852,4.712389,6.1362519}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3146; + type="Land_HBarrier_Big_F"; + atlOffset=0.013519287; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={10256.406,151.69852,7169.1406}; + angles[]={0.021328852,3.1415927,6.1401687}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3147; + type="Land_HBarrier_Big_F"; + atlOffset=0.01272583; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={10263.601,150.24136,7166.6377}; + angles[]={0.029324362,1.5707964,6.1284328}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3148; + type="Land_Razorwire_F"; + atlOffset=0.0093994141; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={10258.573,150.88992,7170.6294}; + angles[]={0.029326396,0,6.1401682}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3149; + type="Land_Razorwire_F"; + atlOffset=0.0079345703; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={10250.983,154.97177,7169.1152}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3150; + type="Land_LampShabby_F"; + atlOffset=-0.03503418; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={10252.601,151.84348,7167.376}; + angles[]={0.012000273,3.1415927,6.1493244}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3152; + type="Land_HBarrier_3_F"; + atlOffset=0.0072174072; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={10251.59,151.96159,7168.8745}; + angles[]={0.012000273,4.712389,6.1493244}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3153; + type="Land_HBarrier_3_F"; + atlOffset=0.0072021484; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={10252.58,151.80238,7170.6274}; + angles[]={0.019996032,0,6.1493249}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3154; + type="Land_HBarrier_3_F"; + atlOffset=0.014038086; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={10245.983,152.28435,7169.8647}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3155; + type="Land_CncBarrier_F"; + atlOffset=-0.00039672852; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={10270.348,149.42136,7154.124}; + angles[]={0.012000273,1.5707964,6.1323404}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3159; + type="Land_Razorwire_F"; + atlOffset=0.012207031; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={10270.355,149.36122,7159.3823}; + angles[]={0.022662206,1.5707964,6.1219311}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3160; + type="Land_Razorwire_F"; + atlOffset=0.012908936; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={10270.59,149.38875,7148.6128}; + angles[]={6.2805109,1.5707964,6.1427822}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3161; + type="Land_Razorwire_F"; + atlOffset=0.0075378418; + }; + }; + id=3163; + atlOffset=-0.047668457; + }; + class Item258 + { + dataType="Object"; + class PositionInfo + { + position[]={15211.181,22.44558,181.74454}; + angles[]={0,0.60389781,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="base_boxspawn"; + }; + id=4499; + type="Land_ClutterCutter_small_F"; + atlOffset=0.026342392; + }; + class Item259 + { + dataType="Marker"; + position[]={15262.952,0,136.785}; + name="huronmarker"; + text="Spartan 01"; + type="b_air"; + id=4561; + atlOffset=152.91544; + }; + class Item260 + { + dataType="Object"; + class PositionInfo + { + position[]={15279.923,26.401688,167.3017}; + angles[]={0,3.7524579,0}; + }; + side="Empty"; + class Attributes + { + init="this setFlagTexture ""res\kpflag.jpg"";"; + }; + id=4562; + type="Flag_White_F"; + atlOffset=8.5367756; + }; + class Item261 + { + dataType="Object"; + class PositionInfo + { + position[]={15281.06,26.401688,168.772}; + angles[]={0,3.7524579,0}; + }; + side="Empty"; + class Attributes + { + }; + id=4566; + type="Flag_US_F"; + atlOffset=8.5367746; + }; + class Item262 + { + dataType="Object"; + class PositionInfo + { + position[]={15197.184,0,126.36927}; + angles[]={0,3.7241323,0}; + }; + side="Empty"; + class Attributes + { + name="boat_0"; + }; + id=4567; + type="Land_ClutterCutter_small_F"; + atlOffset=152.18471; + }; + class Item263 + { + dataType="Object"; + class PositionInfo + { + position[]={15205.534,0,120.86779}; + angles[]={0,3.7241323,0}; + }; + side="Empty"; + class Attributes + { + name="boat_1"; + }; + id=4568; + type="Land_ClutterCutter_small_F"; + atlOffset=152.26949; + }; + class Item264 + { + dataType="Object"; + class PositionInfo + { + position[]={15213.885,0,115.36632}; + angles[]={0,3.7241323,0}; + }; + side="Empty"; + class Attributes + { + name="boat_2"; + }; + id=4569; + type="Land_ClutterCutter_small_F"; + atlOffset=152.34627; + }; + class Item265 + { + dataType="Object"; + class PositionInfo + { + position[]={15222.235,0,109.86485}; + angles[]={0,3.7241323,0}; + }; + side="Empty"; + class Attributes + { + name="boat_3"; + }; + id=4570; + type="Land_ClutterCutter_small_F"; + atlOffset=152.43332; + }; + class Item266 + { + dataType="Marker"; + position[]={10444.98,-2.7783713e-033,2571.126}; + name="military_23"; + text="Military Powerplant"; + type="o_support"; + colorName="ColorEAST"; + id=3833; + atlOffset=-6; + }; + class Item267 + { + dataType="Object"; + class PositionInfo + { + position[]={15315.511,22.434679,225.91316}; + angles[]={0,0.60390139,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="littlebird_0"; + }; + id=4571; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item268 + { + dataType="Object"; + class PositionInfo + { + position[]={15335.761,22.434679,255.50243}; + angles[]={0,0.60390139,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="littlebird_1"; + }; + id=4572; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item269 + { + dataType="Object"; + class PositionInfo + { + position[]={15364.832,22.444813,297.66956}; + angles[]={0,0.60390139,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="littlebird_2"; + }; + id=4573; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Connections + { + class LinkIDProvider + { + nextID=3; + }; + class Links + { + items=3; + class Item0 + { + linkID=0; + item0=4149; + item1=4147; + class CustomData + { + type="Sync"; + }; + }; + class Item1 + { + linkID=1; + item0=4150; + item1=4147; + class CustomData + { + type="Sync"; + }; + }; + class Item2 + { + linkID=2; + item0=4148; + item1=4147; + class CustomData + { + type="Sync"; + }; + }; + }; + }; +}; diff --git a/_tools/_presets.json b/_tools/_presets.json index fae453762..2c6707af8 100644 --- a/_tools/_presets.json +++ b/_tools/_presets.json @@ -25,6 +25,19 @@ "KP_liberation_arsenal": 0 } }, + { + "sourceFolder": "kp_liberation.Chernarus_Winter", + "missionName": "kp_liberation", + "map": "Chernarus_Winter", + "configFile": "kp_liberation_config.sqf", + "variables": { + "KP_liberation_preset_blufor": 6, + "KP_liberation_preset_opfor": 2, + "KP_liberation_preset_resistance": 2, + "KP_liberation_preset_civilians": 0, + "KP_liberation_arsenal": 0 + } + }, { "sourceFolder": "kp_liberation.Malden", "missionName": "kp_liberation", @@ -129,4 +142,4 @@ "KP_liberation_arsenal": 0 } } -] \ No newline at end of file +] From 795fb831c2a37029d6e071c78b02810e23141c00 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 1 May 2019 00:10:16 +0200 Subject: [PATCH 023/111] Comeback of fucking_set_fog.sqf --- Missionframework/scripts/server/game/fucking_set_fog.sqf | 4 ++++ Missionframework/scripts/server/init_server.sqf | 1 + 2 files changed, 5 insertions(+) create mode 100644 Missionframework/scripts/server/game/fucking_set_fog.sqf diff --git a/Missionframework/scripts/server/game/fucking_set_fog.sqf b/Missionframework/scripts/server/game/fucking_set_fog.sqf new file mode 100644 index 000000000..709afc3be --- /dev/null +++ b/Missionframework/scripts/server/game/fucking_set_fog.sqf @@ -0,0 +1,4 @@ +while {true} do { + 5 setFog [0, 0, 0]; + sleep 30; +}; diff --git a/Missionframework/scripts/server/init_server.sqf b/Missionframework/scripts/server/init_server.sqf index de0a74228..e30a8cd8f 100644 --- a/Missionframework/scripts/server/init_server.sqf +++ b/Missionframework/scripts/server/init_server.sqf @@ -46,6 +46,7 @@ execVM "scripts\server\game\apply_saved_scores.sqf"; execVM "scripts\server\game\capture_vehicles.sqf"; execVM "scripts\server\game\clean.sqf"; execVM "scripts\server\game\cleanup_vehicles.sqf"; +execVM "scripts\server\game\fucking_set_fog.sqf"; execVM "scripts\server\game\manage_time.sqf"; execVM "scripts\server\game\manage_weather.sqf"; execVM "scripts\server\game\periodic_save.sqf"; From 7b0548f1dddf625fe8977279627e1c1e88f108ab Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 1 May 2019 00:10:30 +0200 Subject: [PATCH 024/111] Update README changelog --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6c40383e8..3e129aa72 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,14 @@ class Missions ## Changelog +### 0.964 (Global Mobilization additions) +* Added: Chernarus Winter basefile to repository. +* Added: Fog removal script readded, as some people had issues with too much fog after some time. +* Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) +* Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) +* Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. + + ### 0.963a (10th April 2018 as "legacy support" release) * Added: Action to raise/lower object while building. Thanks to [darrell-aevum](https://github.com/darrell-aevum) * Added: Some classnames to arsenal allowed extension list. Thanks to [madpat3](https://github.com/madpat3) From f88fe9d30d755f6647ee3007b8e61469ab03dd6d Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 1 May 2019 00:26:00 +0200 Subject: [PATCH 025/111] counting of players ignore connected HCs --- .../scripts/server/battlegroup/counter_battlegroup.sqf | 2 +- .../scripts/server/battlegroup/random_battlegroups.sqf | 4 ++-- .../scripts/server/resources/manage_logistics.sqf | 2 +- .../scripts/server/resources/manage_resources.sqf | 2 +- .../scripts/shared/functions/F_adaptiveOpforFactor.sqf | 2 +- README.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Missionframework/scripts/server/battlegroup/counter_battlegroup.sqf b/Missionframework/scripts/server/battlegroup/counter_battlegroup.sqf index 1af5708f3..905f03040 100644 --- a/Missionframework/scripts/server/battlegroup/counter_battlegroup.sqf +++ b/Missionframework/scripts/server/battlegroup/counter_battlegroup.sqf @@ -35,7 +35,7 @@ while { GRLIB_csat_aggressivity >= 0.9 && GRLIB_endgame == 0 } do { _target_player = _x; }; - } foreach allPlayers; + } foreach (allPlayers - entities "HeadlessClient_F"); if (!(isNull _target_player)) then { _target_pos = [99999, getpos _target_player ] call F_getNearestSector; diff --git a/Missionframework/scripts/server/battlegroup/random_battlegroups.sqf b/Missionframework/scripts/server/battlegroup/random_battlegroups.sqf index 0f3af43f6..707dca47c 100644 --- a/Missionframework/scripts/server/battlegroup/random_battlegroups.sqf +++ b/Missionframework/scripts/server/battlegroup/random_battlegroups.sqf @@ -16,7 +16,7 @@ while { GRLIB_csat_aggressivity > 0.9 && GRLIB_endgame == 0 } do { waitUntil { sleep 5; time > ( GRLIB_last_battlegroup_time + ( 2100 / GRLIB_csat_aggressivity ) ) }; }; - if ( (count allPlayers >= (10 / GRLIB_csat_aggressivity) ) && ([] call F_opforCap < GRLIB_battlegroup_cap) && (combat_readiness >= 70) && (diag_fps > 15.0)) then { + if ((count (allPlayers - entities "HeadlessClient_F") >= (10 / GRLIB_csat_aggressivity)) && ([] call F_opforCap < GRLIB_battlegroup_cap) && (combat_readiness >= 70) && (diag_fps > 15.0)) then { [] spawn spawn_battlegroup; }; -}; \ No newline at end of file +}; diff --git a/Missionframework/scripts/server/resources/manage_logistics.sqf b/Missionframework/scripts/server/resources/manage_logistics.sqf index 73c59cae9..298725333 100644 --- a/Missionframework/scripts/server/resources/manage_logistics.sqf +++ b/Missionframework/scripts/server/resources/manage_logistics.sqf @@ -8,7 +8,7 @@ KP_liberation_convoy_ambush_check = 0; while {GRLIB_endgame == 0} do { - if (((count allPlayers) > 0) && ((count KP_liberation_logistics) > 0)) then { + if (((count (allPlayers - entities "HeadlessClient_F")) > 0) && ((count KP_liberation_logistics) > 0)) then { if (KP_liberation_logistic_debug > 0) then {diag_log format ["[KP LIBERATION] [LOGISTIC] Logistic interval started: %1", time];}; private _tempLogistics = +KP_liberation_logistics; diff --git a/Missionframework/scripts/server/resources/manage_resources.sqf b/Missionframework/scripts/server/resources/manage_resources.sqf index 8b055d1d9..f10bf8225 100644 --- a/Missionframework/scripts/server/resources/manage_resources.sqf +++ b/Missionframework/scripts/server/resources/manage_resources.sqf @@ -10,7 +10,7 @@ while {GRLIB_endgame == 0} do { recalculate_sectors = false; - if (((count allPlayers) > 0) && ((count KP_liberation_production) > 0)) then { + if (((count (allPlayers - entities "HeadlessClient_F")) > 0) && ((count KP_liberation_production) > 0)) then { waitUntil {sleep 0.5; !sectors_recalculating}; sectors_recalculating = true; diff --git a/Missionframework/scripts/shared/functions/F_adaptiveOpforFactor.sqf b/Missionframework/scripts/shared/functions/F_adaptiveOpforFactor.sqf index db3915f73..8c8ca906d 100644 --- a/Missionframework/scripts/shared/functions/F_adaptiveOpforFactor.sqf +++ b/Missionframework/scripts/shared/functions/F_adaptiveOpforFactor.sqf @@ -2,7 +2,7 @@ private _ratio = 1.0; if (GRLIB_adaptive_opfor) then { private _bluforcount = 0.2 * (GRLIB_side_friendly countSide allUnits); - _bluforcount = _bluforcount + (count allPlayers); + _bluforcount = _bluforcount + (count (allPlayers - entities "HeadlessClient_F")); _ratio = 0.5 + (_bluforcount / 25.0); diff --git a/README.md b/README.md index 3e129aa72..9f8fc72f7 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,9 @@ class Missions * Added: Fog removal script readded, as some people had issues with too much fog after some time. * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) +* Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups) * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. - ### 0.963a (10th April 2018 as "legacy support" release) * Added: Action to raise/lower object while building. Thanks to [darrell-aevum](https://github.com/darrell-aevum) * Added: Some classnames to arsenal allowed extension list. Thanks to [madpat3](https://github.com/madpat3) From 5e5992abb57ab1af4c8981124715536948ef2759 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 1 May 2019 00:28:12 +0200 Subject: [PATCH 026/111] Update Changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f8fc72f7..bb7ac32d2 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ class Missions ## Changelog ### 0.964 (Global Mobilization additions) +* Added: West Germany Arsenal Preset. Thanks to [Dahlgren](https://github.com/Dahlgren) * Added: Chernarus Winter basefile to repository. * Added: Fog removal script readded, as some people had issues with too much fog after some time. * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) From f2accf308743defc8756974b059135c5ec28ded9 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 2 May 2019 18:26:17 +0200 Subject: [PATCH 027/111] Rosche added to init_buildings.sqf --- .../scripts/server/civrep/ignored/{rosche.sqf => wl_rosche.sqf} | 0 Missionframework/scripts/server/civrep/init_buildings.sqf | 1 + README.md | 1 + 3 files changed, 2 insertions(+) rename Missionframework/scripts/server/civrep/ignored/{rosche.sqf => wl_rosche.sqf} (100%) diff --git a/Missionframework/scripts/server/civrep/ignored/rosche.sqf b/Missionframework/scripts/server/civrep/ignored/wl_rosche.sqf similarity index 100% rename from Missionframework/scripts/server/civrep/ignored/rosche.sqf rename to Missionframework/scripts/server/civrep/ignored/wl_rosche.sqf diff --git a/Missionframework/scripts/server/civrep/init_buildings.sqf b/Missionframework/scripts/server/civrep/init_buildings.sqf index 2bc09c766..eb63ac67b 100644 --- a/Missionframework/scripts/server/civrep/init_buildings.sqf +++ b/Missionframework/scripts/server/civrep/init_buildings.sqf @@ -8,6 +8,7 @@ switch (worldName) do { case "Sara": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\sara.sqf"}; case "Takistan": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\takistan.sqf"}; case "Tanoa": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\tanoa.sqf"}; + case "WL_Rosche": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\wl_rosche.sqf"}; case "xcam_taunus": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\xcam_taunus.sqf"}; default {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\altis.sqf"}; }; diff --git a/README.md b/README.md index bb7ac32d2..29876ab2f 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ class Missions * Added: West Germany Arsenal Preset. Thanks to [Dahlgren](https://github.com/Dahlgren) * Added: Chernarus Winter basefile to repository. * Added: Fog removal script readded, as some people had issues with too much fog after some time. +* Added: Rosche building ignore list. Thanks to [madpat3](https://github.com/madpat3) * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) * Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups) From 7d4271cb0e3a7097a56b3114b71d848aa80ecac9 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 2 May 2019 21:45:21 +0200 Subject: [PATCH 028/111] Tweaked civilian informant marker type and pos --- .../scripts/client/civinformant/civinfo_notifications.sqf | 4 +++- .../scripts/server/civinformant/civinfo_loop.sqf | 8 ++++---- README.md | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Missionframework/scripts/client/civinformant/civinfo_notifications.sqf b/Missionframework/scripts/client/civinformant/civinfo_notifications.sqf index a3698442f..7a47de5e7 100644 --- a/Missionframework/scripts/client/civinformant/civinfo_notifications.sqf +++ b/Missionframework/scripts/client/civinformant/civinfo_notifications.sqf @@ -9,7 +9,9 @@ switch (_notif_id) do { ["lib_civ_informant_start", [markertext ([10000, _pos] call F_getNearestSector)]] call BIS_fnc_showNotification; private _informant_marker = createMarkerLocal ["informantmarker", _pos]; _informant_marker setMarkerColorLocal "ColorCIV"; - _informant_marker setMarkerTypeLocal "hd_unknown"; + _informant_marker setMarkerShape "ELLIPSE"; + _informant_marker setMarkerBrush "FDiagonal"; + _informant_marker setMarkerSize [500,500]; }; case 1: { ["lib_civ_informant_success"] call BIS_fnc_showNotification; diff --git a/Missionframework/scripts/server/civinformant/civinfo_loop.sqf b/Missionframework/scripts/server/civinformant/civinfo_loop.sqf index 5f92b3f21..918844689 100644 --- a/Missionframework/scripts/server/civinformant/civinfo_loop.sqf +++ b/Missionframework/scripts/server/civinformant/civinfo_loop.sqf @@ -4,7 +4,7 @@ if (KP_liberation_civinfo_debug > 0) then {private _text = format ["[KP LIBERATI while {true} do { uiSleep (KP_liberation_civinfo_min + round (random (KP_liberation_civinfo_max - KP_liberation_civinfo_min))); - + if (KP_liberation_civinfo_debug > 0) then {private _text = "[KP LIBERATION] [CIVINFO] Informant sleep passed";_text remoteExec ["diag_log",2];}; waitUntil { @@ -18,7 +18,7 @@ while {true} do { if ((KP_liberation_civinfo_chance >= (random 100)) && GRLIB_endgame == 0) then { private _sector = selectRandom ([blufor_sectors, {_x in sectors_capture || _x in sectors_bigtown}] call BIS_fnc_conditionalSelect); private _house = (nearestObjects [[((getMarkerPos _sector select 0) - 100 + (random 200)), ((getMarkerPos _sector select 1) - 100 + (random 200))],["House", "Building"], 100]) select 0; - + private _grp = createGroup [GRLIB_side_civilian, true]; private _informant = _grp createUnit [(selectRandom civilians), getMarkerPos _sector, [], 0, "NONE"]; private _waiting_time = KP_liberation_civinfo_duration; @@ -39,10 +39,10 @@ while {true} do { if (KP_liberation_civinfo_debug > 0) then {private _text = format ["[KP LIBERATION] [CIVINFO] Informant %1 spawned on: %2 - Position: %3", name _informant, debug_source, getPos _informant];_text remoteExec ["diag_log",2];}; - [0, getPos _informant] remoteExec ["civinfo_notifications"]; + [0, [((((getPos _informant) select 0) + 200) - random 400),((((getPos _informant) select 1) + 200) - random 400),0]] remoteExec ["civinfo_notifications"]; while {alive _informant && ((side (group _informant)) == GRLIB_side_civilian) && _waiting_time > 0} do { - uiSleep 1; + uiSleep 1; private _player_near = false; { if (((_x distance _informant) < 150) && (alive _x)) exitWith {_player_near = true}; diff --git a/README.md b/README.md index 29876ab2f..d2ab29f93 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ class Missions * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) * Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups) +* Tweaked: Marker for civilian informant is an area now and not centered on the informants position anymore. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. ### 0.963a (10th April 2018 as "legacy support" release) From 2c3eea78d301b19eebb8493f6eebda7e220d0c47 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 2 May 2019 22:05:07 +0200 Subject: [PATCH 029/111] Renamed huron marker --- Missionframework/scripts/client/init_client.sqf | 2 +- Missionframework/scripts/client/markers/huron_marker.sqf | 2 ++ README.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Missionframework/scripts/client/init_client.sqf b/Missionframework/scripts/client/init_client.sqf index 29402d6de..9c0d92a84 100644 --- a/Missionframework/scripts/client/init_client.sqf +++ b/Missionframework/scripts/client/init_client.sqf @@ -42,7 +42,7 @@ if (KP_liberation_mapmarkers) then {execVM "scripts\client\markers\empty_vehicle execVM "scripts\client\markers\fob_markers.sqf"; if (KP_liberation_mapmarkers) then {execVM "scripts\client\markers\group_icons.sqf";}; execVM "scripts\client\markers\hostile_groups.sqf"; -if (KP_liberation_mapmarkers) then {execVM "scripts\client\markers\huron_marker.sqf";} else {deleteMarker "huronmarker"}; +if (KP_liberation_mapmarkers) then {execVM "scripts\client\markers\huron_marker.sqf";} else {deleteMarkerLocal "huronmarker"}; execVM "scripts\client\markers\sector_manager.sqf"; execVM "scripts\client\markers\spot_timer.sqf"; execVM "scripts\client\misc\broadcast_squad_colors.sqf"; diff --git a/Missionframework/scripts/client/markers/huron_marker.sqf b/Missionframework/scripts/client/markers/huron_marker.sqf index de02d2b59..422fc422d 100644 --- a/Missionframework/scripts/client/markers/huron_marker.sqf +++ b/Missionframework/scripts/client/markers/huron_marker.sqf @@ -1,5 +1,7 @@ private [ "_huronlocal" ]; +"huronmarker" setMarkerTextLocal "Potato 01"; + while { true } do { _huronlocal = [] call F_spartanScan; if ( !( isNull _huronlocal) ) then { diff --git a/README.md b/README.md index d2ab29f93..4bf5d006f 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ class Missions * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) * Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups) * Tweaked: Marker for civilian informant is an area now and not centered on the informants position anymore. +* Tweaked: Renamed Huron marker. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. ### 0.963a (10th April 2018 as "legacy support" release) From 16edfe8a5c2c329f744bcdffbc39d0ffdaf083c9 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 2 May 2019 22:06:03 +0200 Subject: [PATCH 030/111] Hint if not enough enemy territory for secondary mission --- Missionframework/scripts/client/ui/secondary_ui.sqf | 10 ++++++++-- .../scripts/server/secondary/search_and_rescue.sqf | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Missionframework/scripts/client/ui/secondary_ui.sqf b/Missionframework/scripts/client/ui/secondary_ui.sqf index 978ebbd96..4c4968fcc 100644 --- a/Missionframework/scripts/client/ui/secondary_ui.sqf +++ b/Missionframework/scripts/client/ui/secondary_ui.sqf @@ -66,9 +66,15 @@ while { dialog && alive player && dostartsecondary == 0 } do { }; if ( dostartsecondary == 1 ) then { - [lbCurSel 101] remoteExec ["start_secondary_remote_call",2]; + if !([2000,999999,false] call F_findOpforSpawnPoint isEqualTo "") then { + [lbCurSel 101] remoteExec ["start_secondary_remote_call", 2]; + } else { + hint "There is not enough enemy territory left for secondary missions."; + uiSleep 2; + hintSilent ""; + } }; if ( dialog ) then { closeDialog 0; -}; \ No newline at end of file +}; diff --git a/Missionframework/scripts/server/secondary/search_and_rescue.sqf b/Missionframework/scripts/server/secondary/search_and_rescue.sqf index 572b6d071..af2425361 100644 --- a/Missionframework/scripts/server/secondary/search_and_rescue.sqf +++ b/Missionframework/scripts/server/secondary/search_and_rescue.sqf @@ -1,5 +1,5 @@ -private _spawn_marker = [ 3000, 999999, false ] call F_findOpforSpawnPoint; +private _spawn_marker = [ 2000, 999999, false ] call F_findOpforSpawnPoint; if ( _spawn_marker == "" ) exitWith { diag_log "[KP LIBERATION] [ERROR] Could not find position for search and rescue mission"; }; used_positions pushbackUnique _spawn_marker; @@ -104,4 +104,4 @@ stats_secondary_objectives = stats_secondary_objectives + 1; GRLIB_secondary_in_progress = -1; publicVariable "GRLIB_secondary_in_progress"; sleep 1; -trigger_server_save = true; \ No newline at end of file +trigger_server_save = true; From d787b85f27392a3fba65e9f679cbad5d71cc99a5 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 2 May 2019 22:07:02 +0200 Subject: [PATCH 031/111] Update Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bf5d006f..86e5e5387 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ class Missions * Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups) * Tweaked: Marker for civilian informant is an area now and not centered on the informants position anymore. * Tweaked: Renamed Huron marker. +* Tweaked: If there isn't enough enemy territory left for a secondary mission to start, the player gets a small hint now. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. ### 0.963a (10th April 2018 as "legacy support" release) From cec9f643c798267bdc64f231cc79e571b8d36d45 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 3 May 2019 17:50:52 +0200 Subject: [PATCH 032/111] CSAT arsenal and blufor presets --- Missionframework/arsenal_presets/csat.sqf | 207 +++++++++++ Missionframework/presets/blufor/csat.sqf | 341 +++++++++++++++++ Missionframework/presets/blufor/csat_apex.sqf | 348 ++++++++++++++++++ .../scripts/client/init_client.sqf | 2 + 4 files changed, 898 insertions(+) create mode 100644 Missionframework/arsenal_presets/csat.sqf create mode 100644 Missionframework/presets/blufor/csat.sqf create mode 100644 Missionframework/presets/blufor/csat_apex.sqf diff --git a/Missionframework/arsenal_presets/csat.sqf b/Missionframework/arsenal_presets/csat.sqf new file mode 100644 index 000000000..a5b42a64f --- /dev/null +++ b/Missionframework/arsenal_presets/csat.sqf @@ -0,0 +1,207 @@ +// Custom Arsenal Preset +GRLIB_arsenal_weapons = [ + "arifle_AK12_F", + "arifle_AK12_GL_F", + "srifle_DMR_04_F", + "hgun_PDW2000_F", + "srifle_DMR_05_hex_F", + "srifle_DMR_05_blk_F", + "LMG_03_F", + "srifle_GM6_F", + "srifle_GM6_camo_F", + "MMG_01_hex_F", + "MMG_01_tan_F", + "srifle_DMR_04_Tan_F", + "srifle_DMR_05_tan_f", + "arifle_Katiba_F", + "arifle_Katiba_GL_F", + "arifle_Katiba_C_F", + "srifle_DMR_02_F", + "SMG_03C_black", + "SMG_03C_TR_black", + "SMG_03_black", + "SMG_03_TR_black", + "srifle_DMR_07_hex_F", + "srifle_DMR_07_blk_F", + "arifle_CTAR_hex_F", + "arifle_CTAR_blk_F", + "arifle_CTAR_GL_hex_F", + "arifle_CTAR_GL_blk_F", + "arifle_CTARS_hex_F", + "arifle_CTARS_blk_F", + "arifle_SDAR_F", + "SMG_02_F", + "srifle_DMR_03_F", + "LMG_Zafir_F", + "arifle_ARX_blk_F", + "arifle_ARX_hex_F", + "srifle_DMR_01_F", + "launch_O_Vorona_brown_F", + "launch_RPG32_F", + "launch_O_Titan_F", + "launch_O_Titan_short_F", + "hgun_ACPC2_F", + "hgun_Pistol_01_F", + "hgun_Rook40_F", + "hgun_Pistol_heavy_02_F" +]; + +GRLIB_arsenal_magazines = [ + +]; + +GRLIB_arsenal_items = [ + "U_O_GhillieSuit", + "U_O_officer_noInsignia_hex_F", + "U_O_CombatUniform_ocamo", + "U_O_OfficerUniform_ocamo", + "U_O_PilotCoveralls", + "U_O_SpecopsUniform_ocamo", + "U_O_V_Soldier_Viper_hex_F", + "U_O_Wetsuit", + "U_O_FullGhillie_lsh", + "U_O_FullGhillie_sard", + "U_O_FullGhillie_ard", + "V_Chestrig_khk", + "V_Chestrig_blk", + "V_HarnessO_brn", + "V_HarnessOGL_brn", + "V_BandollierB_khk", + "V_BandollierB_blk", + "V_RebreatherIR", + "Binocular", + "ItemCompass", + "ItemWatch", + "ItemGPS", + "H_HelmetSpecO_blk", + "H_HelmetSpecO_ocamo", + "Rangefinder", + "ACE_Altimeter", + "O_UavTerminal", + "Laserdesignator_02", + "H_Tank_black_F", + "H_HelmetCrew_O", + "H_CrewHelmetHeli_O", + "H_PilotHelmetHeli_O", + "H_PilotHelmetFighter_O", + "H_Bandanna_cbr", + "H_MilCap_ocamo", + "H_Cap_brn_SPECOPS", + "H_Cap_blk", + "H_HelmetO_ocamo", + "H_ShemagOpen_tan", + "H_HelmetO_ViperSP_hex_F", + "H_HelmetLeaderO_ocamo", + "G_Bandanna_blk", + "G_Aviator", + "G_Spectacles", + "G_Spectacles_Tinted", + "G_Squares", + "G_Squares_Tinted", + "G_Shades_Black", + "G_Sport_Blackred", + "G_O_Diving", + "O_NVGoggles_hex_F", + "NVGoggles_OPFOR", + "ItemMap", + "muzzle_snds_L", + "acc_flashlight_pistol", + "optic_Yorris", + "ACE_acc_pointer_green", + "bipod_02_F_tan", + "optic_Holosight", + "optic_Holosight_blk_F", + "optic_Holosight_smg", + "optic_Holosight_smg_blk_F", + "muzzle_snds_B", + "acc_flashlight", + "bipod_02_F_hex", + "optic_DMS", + "bipod_02_F_blk", + "optic_ACO_grn", + "optic_ACO_grn_smg", + "optic_Arco", + "optic_Arco_blk_F", + "optic_KHS_blk", + "optic_KHS_hex", + "optic_SOS", + "optic_LRPS", + "ACE_muzzle_mzls_93mmg", + "muzzle_snds_93mmg_tan", + "muzzle_snds_93mmg", + "muzzle_snds_65_TI_hex_F", + "muzzle_snds_65_TI_blk_F", + "ACE_muzzle_mzls_H", + "ACE_muzzle_mzls_smg_02", + "muzzle_snds_338_black", + "muzzle_snds_570", + "muzzle_snds_H_MG_blk_F", + "ACE_RangeTable_82mm", + "adv_aceSplint_splint", + "ACRE_PRC152", + "ACRE_PRC343", + "ACE_ATragMX", + "adv_aceCPR_AED", + "ACE_fieldDressing", + "ACE_elasticBandage", + "ACE_SpraypaintBlue", + "ACE_bloodIV", + "ACE_bloodIV_250", + "ACE_bloodIV_500", + "ACE_DAGR", + "ACE_wirecutter", + "ACE_RangeCard", + "ACE_DefusalKit", + "ACE_epinephrine", + "ACE_Flashlight_MX991", + "ACE_SpraypaintGreen", + "ACE_HuntIR_monitor", + "ACE_IR_Strobe_Item", + "ACE_CableTie", + "ACE_MapTools", + "ACE_Kestrel4500", + "ACE_EntrenchingTool", + "ACE_Flashlight_KSF1", + "ACE_bodyBag", + "ACE_Clacker", + "ACE_Flashlight_XL50", + "ACE_microDAGR", + "MineDetector", + "ACE_morphine", + "ACE_packingBandage", + "ACE_EarPlugs", + "ACE_surgicalKit", + "ACE_personalAidKit", + "ACE_SpraypaintRed", + "ACE_SpraypaintBlack", + "ACE_tourniquet", + "ACE_UAVBattery", + "ACE_quikclot", + "ToolKit", + "ACE_SpottingScope", + "ACE_Tripod", + "ACE_rope12", + "ACE_rope15", + "ACE_rope18", + "ACE_rope27", + "ACE_rope36" +]; + +GRLIB_arsenal_backpacks = [ + "B_AssaultPack_ocamo", + "B_AssaultPack_blk", + "B_Bergen_hex_F", + "B_Carryall_ocamo", + "B_FieldPack_ocamo", + "B_FieldPack_blk", + "B_Parachute", + "B_TacticalPack_ocamo", + "B_TacticalPack_blk", + "ACE_TacticalLadder_Pack", + "ACE_NonSteerableParachute", + "B_ViperHarness_blk_F", + "B_ViperHarness_hex_F", + "B_ViperLightHarness_blk_F", + "B_ViperLightHarness_hex_F", + "ace_gunbag_Tan" +]; diff --git a/Missionframework/presets/blufor/csat.sqf b/Missionframework/presets/blufor/csat.sqf new file mode 100644 index 000000000..ba910a7cf --- /dev/null +++ b/Missionframework/presets/blufor/csat.sqf @@ -0,0 +1,341 @@ +/* - Support classnames. +Each of these should be unique, the same classnames for different purposes may cause various unpredictable issues with player actions. Or not, just don't try! */ + +// This is the main FOB HQ building. +FOB_typename = "Land_Cargo_HQ_V3_F"; // Default is "Land_Cargo_HQ_V1_F" + +// This is the FOB as a container. +FOB_box_typename = "Land_Pod_Heli_Transport_04_box_F"; // Default is "B_Slingload_01_Cargo_F" + +// This is the FOB as a vehicle. +FOB_truck_typename = "O_Truck_03_device_F"; // Default is "B_Truck_01_box_F" + +// This is the virtual arsenal as portable supply crates. +Arsenal_typename = "O_supplyCrate_F"; // Default is "B_supplyCrate_F" + +// This is the mobile respawn (and medical) truck. +Respawn_truck_typename = "O_Truck_03_medical_F"; // Default is "B_Truck_01_medical_F" + +// This is Spartan 01, a multipurpose mobile respawn as a helicopter. +huron_typename = "O_Heli_Transport_04_F"; // Default is "B_Heli_Transport_03_unarmed_F" + +// This defines the crew for vehicles. +crewman_classname = "O_crew_F"; // Default is "B_crew_F" + +// This defines the pilot for helicopters. +pilot_classname = "O_helipilot_F"; // Default is "B_Helipilot_F" + +// These are the little birds which spawn on the Freedom or at Chimera base. +KP_liberation_little_bird_classname = "O_Heli_Light_02_unarmed_F"; // Default is "B_Heli_Light_01_F" + +// These are the boats which spawn at the stern of the Freedom. +KP_liberation_boat_classname = "O_Boat_Transport_01_F"; // Default is "B_Boat_Transport_01_F" + +// These are the trucks which are used in the logistic convoy system. +KP_liberation_truck_classname = "O_Truck_03_transport_F"; // Default is "B_Truck_01_transport_F" + +// A small storage area for resources. +KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // Default is "ContainmentArea_02_sand_F" + +// A large storage area for resources. +KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // Default is "ContainmentArea_01_sand_F" + +// The building defined to unlock FOB recycling functionality. And it provides the KP Cratefiller functions. +KP_liberation_recycle_building = "Land_RepairDepot_01_tan_F"; // Default is "Land_CarService_F" + +// The building defined to unlock FOB air vehicle functionality. +KP_liberation_air_vehicle_building = "Land_Radar_Small_F"; // Default is "Land_Radar_Small_F" + +// The helipad used to increase the GLOBAL rotary-wing cap. +KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // Default is "Land_HelipadSquare_F" + +// The hangar used to increase the GLOBAL fixed-wing cap. +KP_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // Default is "Land_TentHangar_V1_F" + +// This defines the supply crates, as in resources. +KP_liberation_supply_crate = "CargoNet_01_box_F"; // Default is "CargoNet_01_box_F" + +// This defines the ammunition crates. +KP_liberation_ammo_crate = "O_CargoNet_01_ammo_F"; // Default is "B_CargoNet_01_ammo_F" + +// This defines the fuel crates. +KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // Default is "CargoNet_01_barrels_F" + +/* - Friendly classnames. +Each array below represents one of the 7 pages within the build menu. +Format: ["vehicle_classname",supplies,ammunition,fuel], Example: ["B_APC_Tracked_01_AA_F",300,150,150], +The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build. */ +infantry_units = [ + ["O_Soldier_lite_F",15,0,0], // Rifleman (Light) + ["O_Soldier_F",20,0,0], // Rifleman + ["O_Soldier_LAT_F",30,0,0], // Rifleman (AT) + ["O_Soldier_GL_F",25,0,0], // Grenadier + ["O_Soldier_AR_F",25,0,0], // Autorifleman + ["O_HeavyGunner_F",30,0,0], // Autorifleman Heavy + ["O_soldier_M_F",30,0,0], // Marksman + ["O_Soldier_AT_F",50,10,0], // AT Specialist + ["O_Soldier_AA_F",50,10,0], // AA Specialist + ["O_medic_F",30,0,0], // Combat Life Saver + ["O_engineer_F",30,0,0], // Engineer + ["O_sniper_F",70,5,0], // Sniper + ["O_spotter_F",20,0,0], // Spotter + ["O_crew_F",10,0,0], // Crewman + ["O_soldier_PG_F",20,0,0], // Para Trooper + ["O_helipilot_F",10,0,0], // Helicopter Pilot + ["O_Pilot_F",10,0,0] // Pilot +]; + +light_vehicles = [ + ["O_Quadbike_01_F",50,0,25], // Quad Bike + ["O_LSV_02_unarmed_F",75,0,50], // LSV Mk2 + ["O_LSV_02_armed_F",75,75,50], // LSV Mk2 (M134) + ["O_LSV_02_AT_F",75,75,50], // LSV Mk2 (Metis) + ["O_MRAP_02_F",100,0,50], // Karatel + ["O_MRAP_02_hmg_F",100,100,50], // Karatel HMG + ["O_MRAP_02_gmg_F",100,100,50], // Karatel GMG + ["O_Truck_03_transport_F",125,0,75], // Typhoon Transport + ["O_Truck_03_covered_F",125,0,75], // Typhoon Transport (Covered) + ["O_UGV_01_F",150,0,50], // UGV Saif + ["O_UGV_01_rcws_F",150,40,50], // UGV Saif (RCWS) + ["O_Boat_Transport_01_F",100,0,25], // Assault Boat + ["O_Boat_Armed_01_hmg_F",200,80,75], // Speedboat HMG + ["O_SDV_01_F",150,0,50] // SDV +]; + +heavy_vehicles = [ + ["O_APC_Wheeled_02_rcws_v2_F",200,150,150], // Otokar + ["O_APC_Tracked_02_cannon_F",200,200,150], // Stalker + ["O_APC_Tracked_02_AA_F",300,250,175], // Tigris + ["O_MBT_02_cannon_F",500,400,250], // T-100 + ["O_MBT_04_cannon_F",550,450,250], // T-14 + ["O_MBT_04_command_F",550,500,250], // T-14K + ["O_MBT_02_arty_F",600,1250,300] // Sochor +]; + +air_vehicles = [ + ["O_UAV_01_F",75,0,25], // Tayran + ["O_UAV_06_F",80,0,30], // Jinaah + ["O_Heli_Light_02_unarmed_F",250,0,150], // Ka-60 Kasatka (unarmed) + ["O_Heli_Light_02_dynamicLoadout_F",250,100,150], // Ka-60 Kasatka + ["O_Heli_Transport_04_bench_F",250,0,150], // Taru Bench + ["O_Heli_Transport_04_covered_F",300,0,150], // Taru Covered + ["O_Heli_Transport_04_medevac_F",300,0,150], // Taru Medical + ["O_Heli_Attack_02_dynamicLoadout_F",800,800,250], // Kajman + ["O_UAV_02_dynamicLoadout_F",450,500,250], // YABHON + ["O_T_UAV_04_CAS_F",400,300,200], // Burraq + ["O_Plane_CAS_02_dynamicLoadout_F",1000,800,400], // YAK-130 + ["O_Plane_Fighter_02_F",1500,1750,450], // Shikra + ["O_T_VTOL_02_infantry_dynamicLoadout_F",950,800,500], // Xian (Infantry) + ["O_T_VTOL_02_vehicle_dynamicLoadout_F",950,800,500] // Xian (Vehicle) +]; + +static_vehicles = [ + ["O_Static_Designator_02_F",25,0,0], // Remote Designator + ["O_HMG_01_F",25,40,0], // Mk30A HMG .50 + ["O_HMG_01_high_F",25,40,0], // Mk30 HMG .50 (Raised) + ["O_HMG_01_A_F",35,40,0], // Mk30 HMG .50 (Autonomous) + ["O_GMG_01_F",35,60,0], // Mk32A GMG 20mm + ["O_GMG_01_high_F",35,60,0], // Mk32 GMG 20mm (Raised) + ["O_GMG_01_A_F",45,60,0], // Mk32 GMG 20mm (Autonomous) + ["O_static_AT_F",50,100,0], // Static Titan Launcher (AT) + ["O_static_AA_F",50,100,0], // Static Titan Launcher (AA) + ["O_Mortar_01_F",80,150,0], // Mk6 Mortar + ["O_Radar_System_02_F",100,0,0], // Air Radar + ["O_SAM_System_04_F",100,200,0] // SAM Rhea +]; + +buildings = [ + ["Land_Cargo_House_V3_F",0,0,0], + ["Land_Cargo_Patrol_V3_F",0,0,0], + ["Land_Cargo_Tower_V3_F",0,0,0], + ["Flag_CSAT_F",0,0,0], + ["Flag_Viper_F",0,0,0], + ["Flag_White_F",0,0,0], + ["Land_Medevac_house_V1_F",0,0,0], + ["Land_Medevac_HQ_V1_F",0,0,0], + ["Flag_RedCrystal_F",0,0,0], + ["CamoNet_OPFOR_F",0,0,0], + ["CamoNet_OPFOR_open_F",0,0,0], + ["CamoNet_OPFOR_big_F",0,0,0], + ["Land_PortableLight_single_F",0,0,0], + ["Land_PortableLight_double_F",0,0,0], + ["Land_LampSolar_F",0,0,0], + ["Land_LampHalogen_F",0,0,0], + ["Land_LampStreet_small_F",0,0,0], + ["Land_LampAirport_F",0,0,0], + ["Land_HelipadCircle_F",0,0,0], // Strictly aesthetic - as in it does not increase helicopter cap! + ["Land_HelipadRescue_F",0,0,0], // Strictly aesthetic - as in it does not increase helicopter cap! + ["PortableHelipadLight_01_blue_F",0,0,0], + ["PortableHelipadLight_01_green_F",0,0,0], + ["PortableHelipadLight_01_red_F",0,0,0], + ["Land_CampingChair_V1_F",0,0,0], + ["Land_CampingChair_V2_F",0,0,0], + ["Land_CampingTable_F",0,0,0], + ["MapBoard_altis_F",0,0,0], + ["MapBoard_stratis_F",0,0,0], + ["MapBoard_seismic_F",0,0,0], + ["Land_Pallet_MilBoxes_F",0,0,0], + ["Land_PaperBox_open_empty_F",0,0,0], + ["Land_PaperBox_open_full_F",0,0,0], + ["Land_PaperBox_closed_F",0,0,0], + ["Land_DieselGroundPowerUnit_01_F",0,0,0], + ["Land_ToolTrolley_02_F",0,0,0], + ["Land_WeldingTrolley_01_F",0,0,0], + ["Land_Workbench_01_F",0,0,0], + ["Land_GasTank_01_blue_F",0,0,0], + ["Land_GasTank_01_khaki_F",0,0,0], + ["Land_GasTank_01_yellow_F",0,0,0], + ["Land_GasTank_02_F",0,0,0], + ["Land_BarrelWater_F",0,0,0], + ["Land_BarrelWater_grey_F",0,0,0], + ["Land_WaterBarrel_F",0,0,0], + ["Land_WaterTank_F",0,0,0], + ["Land_BagFence_Round_F",0,0,0], + ["Land_BagFence_Short_F",0,0,0], + ["Land_BagFence_Long_F",0,0,0], + ["Land_BagFence_Corner_F",0,0,0], + ["Land_BagFence_End_F",0,0,0], + ["Land_BagBunker_Small_F",0,0,0], + ["Land_BagBunker_Large_F",0,0,0], + ["Land_BagBunker_Tower_F",0,0,0], + ["Land_HBarrier_1_F",0,0,0], + ["Land_HBarrier_3_F",0,0,0], + ["Land_HBarrier_5_F",0,0,0], + ["Land_HBarrier_Big_F",0,0,0], + ["Land_HBarrierWall4_F",0,0,0], + ["Land_HBarrierWall6_F",0,0,0], + ["Land_HBarrierWall_corner_F",0,0,0], + ["Land_HBarrierWall_corridor_F",0,0,0], + ["Land_HBarrierTower_F",0,0,0], + ["Land_CncBarrierMedium_F",0,0,0], + ["Land_CncBarrierMedium4_F",0,0,0], + ["Land_Concrete_SmallWall_4m_F",0,0,0], + ["Land_Concrete_SmallWall_8m_F",0,0,0], + ["Land_CncShelter_F",0,0,0], + ["Land_CncWall1_F",0,0,0], + ["Land_CncWall4_F",0,0,0], + ["Land_Sign_WarningMilitaryArea_F",0,0,0], + ["Land_Sign_WarningMilAreaSmall_F",0,0,0], + ["Land_Sign_WarningMilitaryVehicles_F",0,0,0], + ["Land_Razorwire_F",0,0,0] +]; + +support_vehicles = [ + [Respawn_truck_typename,200,0,100], + [FOB_box_typename,300,500,0], + [FOB_truck_typename,300,500,75], + [KP_liberation_small_storage_building,0,0,0], + [KP_liberation_large_storage_building,0,0,0], + [KP_liberation_recycle_building,200,100,0], + [KP_liberation_air_vehicle_building,1000,0,0], + [KP_liberation_heli_slot_building,250,0,0], + [KP_liberation_plane_slot_building,500,0,0], + [Arsenal_typename,25,0,0], + ["ACE_medicalSupplyCrate_advanced",10,0,0], + ["Box_East_Support_F",10,0,0], + ["Box_CSAT_Equip_F",10,0,0], + ["Box_East_Grenades_F",10,0,0], + ["Box_East_WpsSpecial_F",10,0,0], + ["Box_East_Ammo_F",10,0,0], + ["Box_East_Wps_F",10,0,0], + ["Box_CSAT_Uniforms_F",10,0,0], + ["Box_East_AmmoOrd_F",10,0,0], + ["ACE_Wheel",10,0,0], + ["ACE_Track",10,0,0], + ["Land_CanisterFuel_F",0,0,2], + ["O_Truck_03_repair_F",325,0,75], // Typhoon Repair + ["O_Truck_03_ammo_F",125,200,75], // Typhoon Ammo + ["O_Truck_03_fuel_F",125,0,275], // Typhoon Fuel + ["O_Heli_Transport_04_repair_F",500,0,150], // Taru Repair + ["O_Heli_Transport_04_ammo_F",300,200,150], // Taru Ammo + ["O_Heli_Transport_04_fuel_F",300,0,350], // Taru Fuel + ["Land_Pod_Heli_Transport_04_repair_F",275,0,0], // Taru Repair + ["Land_Pod_Heli_Transport_04_ammo_F",75,200,0], // Taru Ammo + ["Land_Pod_Heli_Transport_04_fuel_F",75,0,200] // Taru Fuel +]; + +// Pre-made squads for the commander build menu. These shouldn't exceed 10 members. +// Light infantry squad. +blufor_squad_inf_light = [ + "O_Soldier_SL_F", + "O_Soldier_TL_F", + "O_Soldier_TL_F", + "O_Soldier_AR_F", + "O_Soldier_AR_F", + "O_Soldier_GL_F", + "O_Soldier_GL_F", + "O_Soldier_LAT_F", + "O_medic_F", + "O_soldier_M_F" +]; + +// Heavy infantry squad. +blufor_squad_inf = [ + "O_Soldier_TL_F", + "O_HeavyGunner_F", + "O_Soldier_A_F", + "O_HeavyGunner_F", + "O_Soldier_A_F", + "O_HeavyGunner_F", + "O_Soldier_A_F", + "O_HeavyGunner_F", + "O_Soldier_A_F", + "O_medic_F" +]; + +// AT specialists squad. +blufor_squad_at = [ + "O_Soldier_TL_F", + "O_Soldier_AT_F", + "O_Soldier_HAT_F", + "O_Soldier_AT_F", + "O_Soldier_HAT_F", + "O_Soldier_AT_F", + "O_Soldier_HAT_F", + "O_medic_F" +]; + +// AA specialists squad. +blufor_squad_aa = [ + "O_Soldier_TL_F", + "O_Soldier_AA_F", + "O_Soldier_AAA_F", + "O_Soldier_AA_F", + "O_Soldier_AAA_F", + "O_Soldier_AA_F", + "O_Soldier_AAA_F", + "O_medic_F" +]; + +// Force recon squad. +blufor_squad_recon = [ + "O_recon_TL_F", + "O_recon_F", + "O_recon_F", + "O_recon_LAT_F", + "O_recon_JTAC_F", + "O_recon_M_F", + "O_sniper_F", + "O_spotter_F", + "O_recon_medic_F", + "O_recon_exp_F" +]; + +// Paratroopers squad. +blufor_squad_para = [ + "O_soldier_PG_F", + "O_soldier_PG_F", + "O_soldier_PG_F", + "O_soldier_PG_F", + "O_soldier_PG_F", + "O_soldier_PG_F", + "O_soldier_PG_F", + "O_soldier_PG_F", + "O_soldier_PG_F", + "O_soldier_PG_F" +]; + +// Elite vehicles that should be unlocked through military base capture. +elite_vehicles = [ + +]; diff --git a/Missionframework/presets/blufor/csat_apex.sqf b/Missionframework/presets/blufor/csat_apex.sqf new file mode 100644 index 000000000..b5798f16d --- /dev/null +++ b/Missionframework/presets/blufor/csat_apex.sqf @@ -0,0 +1,348 @@ +/* - Support classnames. +Each of these should be unique, the same classnames for different purposes may cause various unpredictable issues with player actions. Or not, just don't try! */ + +// This is the main FOB HQ building. +FOB_typename = "Land_Cargo_HQ_V1_F"; // Default is "Land_Cargo_HQ_V1_F" + +// This is the FOB as a container. +FOB_box_typename = "Land_Pod_Heli_Transport_04_box_F"; // Default is "B_Slingload_01_Cargo_F" + +// This is the FOB as a vehicle. +FOB_truck_typename = "O_T_Truck_03_device_ghex_F"; // Default is "B_Truck_01_box_F" + +// This is the virtual arsenal as portable supply crates. +Arsenal_typename = "O_supplyCrate_F"; // Default is "B_supplyCrate_F" + +// This is the mobile respawn (and medical) truck. +Respawn_truck_typename = "O_T_Truck_03_medical_ghex_F"; // Default is "B_Truck_01_medical_F" + +// This is Spartan 01, a multipurpose mobile respawn as a helicopter. +huron_typename = "O_Heli_Transport_04_F"; // Default is "B_Heli_Transport_03_unarmed_F" + +// This defines the crew for vehicles. +crewman_classname = "O_T_Crew_F"; // Default is "B_crew_F" + +// This defines the pilot for helicopters. +pilot_classname = "O_T_Helipilot_F"; // Default is "B_Helipilot_F" + +// These are the little birds which spawn on the Freedom or at Chimera base. +KP_liberation_little_bird_classname = "O_Heli_Light_02_unarmed_F"; // Default is "B_Heli_Light_01_F" + +// These are the boats which spawn at the stern of the Freedom. +KP_liberation_boat_classname = "O_T_Boat_Transport_01_F"; // Default is "B_Boat_Transport_01_F" + +// These are the trucks which are used in the logistic convoy system. +KP_liberation_truck_classname = "O_T_Truck_03_covered_ghex_F"; // Default is "B_Truck_01_transport_F" + +// A small storage area for resources. +KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // Default is "ContainmentArea_02_sand_F" + +// A large storage area for resources. +KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // Default is "ContainmentArea_01_sand_F" + +// The building defined to unlock FOB recycling functionality. And it provides the KP Cratefiller functions. +KP_liberation_recycle_building = "Land_RepairDepot_01_green_F"; // Default is "Land_CarService_F" + +// The building defined to unlock FOB air vehicle functionality. +KP_liberation_air_vehicle_building = "Land_Radar_Small_F"; // Default is "Land_Radar_Small_F" + +// The helipad used to increase the GLOBAL rotary-wing cap. +KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // Default is "Land_HelipadSquare_F" + +// The hangar used to increase the GLOBAL fixed-wing cap. +KP_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // Default is "Land_TentHangar_V1_F" + +// This defines the supply crates, as in resources. +KP_liberation_supply_crate = "CargoNet_01_box_F"; // Default is "CargoNet_01_box_F" + +// This defines the ammunition crates. +KP_liberation_ammo_crate = "O_CargoNet_01_ammo_F"; // Default is "B_CargoNet_01_ammo_F" + +// This defines the fuel crates. +KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // Default is "CargoNet_01_barrels_F" + +/* - Friendly classnames. +Each array below represents one of the 7 pages within the build menu. +Format: ["vehicle_classname",supplies,ammunition,fuel], Example: ["B_APC_Tracked_01_AA_F",300,150,150], +The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build. */ +infantry_units = [ + ["O_Soldier_lite_F",15,0,0], // Rifleman (Light) + ["O_T_Soldier_F",20,0,0], // Rifleman + ["O_T_Soldier_LAT_F",30,0,0], // Rifleman (AT) + ["O_T_Soldier_GL_F",25,0,0], // Grenadier + ["O_T_Soldier_AR_F",25,0,0], // Autorifleman + ["O_HeavyGunner_F",30,0,0], // Autorifleman Heavy + ["O_T_Soldier_M_F",30,0,0], // Marksman + ["O_T_Soldier_AT_F",50,10,0], // AT Specialist + ["O_T_Soldier_AA_F",50,10,0], // AA Specialist + ["O_T_Medic_F",30,0,0], // Combat Life Saver + ["O_T_Engineer_F",30,0,0], // Engineer + ["O_T_Recon_F",20,0,0], // Recon Rifleman + ["O_T_Recon_LAT_F",30,0,0], // Recon Rifleman (AT) + ["O_T_Recon_TL_F",25,0,0], // Recon Radioman + ["O_T_Recon_M_F",30,0,0], // Recon Marksman + ["O_T_Recon_Medic_F",30,0,0], // Recon Combat Life Saver + ["O_T_Recon_Exp_F",30,0,0], // Recon Engineer + ["O_T_Sniper_F",70,5,0], // Sniper + ["O_T_Spotter_F",20,0,0], // Spotter + ["O_T_Crew_F",10,0,0], // Crewman + ["O_T_Soldier_PG_F",20,0,0], // Para Trooper + ["O_T_Helipilot_F",10,0,0], // Helicopter Pilot + ["O_T_Pilot_F",10,0,0] // Pilot +]; + +light_vehicles = [ + ["O_T_Quadbike_01_ghex_F",50,0,25], // Quad Bike + ["O_T_LSV_02_unarmed_F",75,0,50], // LSV Mk2 + ["O_T_LSV_02_armed_F",75,75,50], // LSV Mk2 (M134) + ["O_T_LSV_02_AT_F",75,75,50], // LSV Mk2 (Metis) + ["O_T_MRAP_02_ghex_F",100,0,50], // Karatel + ["O_T_MRAP_02_hmg_ghex_F",100,100,50], // Karatel HMG + ["O_T_MRAP_02_gmg_ghex_F",100,100,50], // Karatel GMG + ["O_T_Truck_03_transport_ghex_F",125,0,75], // Typhoon Transport + ["O_T_Truck_03_covered_ghex_F",125,0,75], // Typhoon Transport (Covered) + ["O_T_UGV_01_ghex_F",150,0,50], // UGV Saif + ["O_T_UGV_01_rcws_ghex_F",150,40,50], // UGV Saif (RCWS) + ["O_T_Boat_Transport_01_F",100,0,25], // Assault Boat + ["O_T_Boat_Armed_01_hmg_F",200,80,75], // Speedboat HMG + ["O_SDV_01_F",150,0,50] // SDV +]; + +heavy_vehicles = [ + ["O_T_APC_Wheeled_02_rcws_v2_ghex_F",200,150,150], // Otokar + ["O_T_APC_Tracked_02_cannon_ghex_F",200,200,150], // Stalker + ["O_T_APC_Tracked_02_AA_ghex_F",300,250,175], // Tigris + ["O_T_MBT_02_cannon_ghex_F"500,400,250], // T-100 + ["O_T_MBT_04_cannon_F",550,450,250], // T-14 + ["O_T_MBT_04_command_F",550,500,250], // T-14K + ["O_T_MBT_02_arty_ghex_F",600,1250,300] // Sochor +]; + +air_vehicles = [ + ["O_UAV_01_F",75,0,25], // Tayran + ["O_UAV_06_F",80,0,30], // Jinaah + ["O_Heli_Light_02_unarmed_F",250,0,150], // Ka-60 Kasatka (unarmed) + ["O_Heli_Light_02_dynamicLoadout_F",250,100,150], // Ka-60 Kasatka + ["O_Heli_Transport_04_bench_F",250,0,150], // Taru Bench + ["O_Heli_Transport_04_covered_F",300,0,150], // Taru Covered + ["O_Heli_Transport_04_medevac_F",300,0,150], // Taru Medical + ["O_Heli_Attack_02_dynamicLoadout_F",800,800,250], // Kajman + ["O_UAV_02_dynamicLoadout_F",450,500,250], // YABHON + ["O_T_UAV_04_CAS_F",400,300,200], // Burraq + ["O_Plane_CAS_02_dynamicLoadout_F",1000,800,400], // YAK-130 + ["O_Plane_Fighter_02_F",1500,1750,450], // Shikra + ["O_T_VTOL_02_infantry_dynamicLoadout_F",950,800,500], // Xian (Infantry) + ["O_T_VTOL_02_vehicle_dynamicLoadout_F",950,800,500] // Xian (Vehicle) +]; + +static_vehicles = [ + ["O_Static_Designator_02_F",25,0,0], // Remote Designator + ["O_HMG_01_F",25,40,0], // Mk30A HMG .50 + ["O_HMG_01_high_F",25,40,0], // Mk30 HMG .50 (Raised) + ["O_HMG_01_A_F",35,40,0], // Mk30 HMG .50 (Autonomous) + ["O_GMG_01_F",35,60,0], // Mk32A GMG 20mm + ["O_GMG_01_high_F",35,60,0], // Mk32 GMG 20mm (Raised) + ["O_GMG_01_A_F",45,60,0], // Mk32 GMG 20mm (Autonomous) + ["O_static_AT_F",50,100,0], // Static Titan Launcher (AT) + ["O_static_AA_F",50,100,0], // Static Titan Launcher (AA) + ["O_Mortar_01_F",80,150,0], // Mk6 Mortar + ["O_Radar_System_02_F",100,0,0], // Air Radar + ["O_SAM_System_04_F",100,200,0] // SAM Rhea +]; + +buildings = [ + ["Land_Cargo_House_V1_F",0,0,0], + ["Land_Cargo_Patrol_V1_F",0,0,0], + ["Land_Cargo_Tower_V1_F",0,0,0], + ["Flag_CSAT_F",0,0,0], + ["Flag_Viper_F",0,0,0], + ["Flag_White_F",0,0,0], + ["Land_Medevac_house_V1_F",0,0,0], + ["Land_Medevac_HQ_V1_F",0,0,0], + ["Flag_RedCrystal_F",0,0,0], + ["CamoNet_OPFOR_F",0,0,0], + ["CamoNet_OPFOR_open_F",0,0,0], + ["CamoNet_OPFOR_big_F",0,0,0], + ["Land_PortableLight_single_F",0,0,0], + ["Land_PortableLight_double_F",0,0,0], + ["Land_LampSolar_F",0,0,0], + ["Land_LampHalogen_F",0,0,0], + ["Land_LampStreet_small_F",0,0,0], + ["Land_LampAirport_F",0,0,0], + ["Land_HelipadCircle_F",0,0,0], // Strictly aesthetic - as in it does not increase helicopter cap! + ["Land_HelipadRescue_F",0,0,0], // Strictly aesthetic - as in it does not increase helicopter cap! + ["PortableHelipadLight_01_blue_F",0,0,0], + ["PortableHelipadLight_01_green_F",0,0,0], + ["PortableHelipadLight_01_red_F",0,0,0], + ["Land_CampingChair_V1_F",0,0,0], + ["Land_CampingChair_V2_F",0,0,0], + ["Land_CampingTable_F",0,0,0], + ["MapBoard_altis_F",0,0,0], + ["MapBoard_stratis_F",0,0,0], + ["MapBoard_seismic_F",0,0,0], + ["Land_Pallet_MilBoxes_F",0,0,0], + ["Land_PaperBox_open_empty_F",0,0,0], + ["Land_PaperBox_open_full_F",0,0,0], + ["Land_PaperBox_closed_F",0,0,0], + ["Land_DieselGroundPowerUnit_01_F",0,0,0], + ["Land_ToolTrolley_02_F",0,0,0], + ["Land_WeldingTrolley_01_F",0,0,0], + ["Land_Workbench_01_F",0,0,0], + ["Land_GasTank_01_blue_F",0,0,0], + ["Land_GasTank_01_khaki_F",0,0,0], + ["Land_GasTank_01_yellow_F",0,0,0], + ["Land_GasTank_02_F",0,0,0], + ["Land_BarrelWater_F",0,0,0], + ["Land_BarrelWater_grey_F",0,0,0], + ["Land_WaterBarrel_F",0,0,0], + ["Land_WaterTank_F",0,0,0], + ["Land_BagFence_Round_F",0,0,0], + ["Land_BagFence_Short_F",0,0,0], + ["Land_BagFence_Long_F",0,0,0], + ["Land_BagFence_Corner_F",0,0,0], + ["Land_BagFence_End_F",0,0,0], + ["Land_BagBunker_Small_F",0,0,0], + ["Land_BagBunker_Large_F",0,0,0], + ["Land_BagBunker_Tower_F",0,0,0], + ["Land_HBarrier_1_F",0,0,0], + ["Land_HBarrier_3_F",0,0,0], + ["Land_HBarrier_5_F",0,0,0], + ["Land_HBarrier_Big_F",0,0,0], + ["Land_HBarrierWall4_F",0,0,0], + ["Land_HBarrierWall6_F",0,0,0], + ["Land_HBarrierWall_corner_F",0,0,0], + ["Land_HBarrierWall_corridor_F",0,0,0], + ["Land_HBarrierTower_F",0,0,0], + ["Land_CncBarrierMedium_F",0,0,0], + ["Land_CncBarrierMedium4_F",0,0,0], + ["Land_Concrete_SmallWall_4m_F",0,0,0], + ["Land_Concrete_SmallWall_8m_F",0,0,0], + ["Land_CncShelter_F",0,0,0], + ["Land_CncWall1_F",0,0,0], + ["Land_CncWall4_F",0,0,0], + ["Land_Sign_WarningMilitaryArea_F",0,0,0], + ["Land_Sign_WarningMilAreaSmall_F",0,0,0], + ["Land_Sign_WarningMilitaryVehicles_F",0,0,0], + ["Land_Razorwire_F",0,0,0], + ["Land_ClutterCutter_large_F",0,0,0] +]; + +support_vehicles = [ + [Respawn_truck_typename,200,0,100], + [FOB_box_typename,300,500,0], + [FOB_truck_typename,300,500,75], + [KP_liberation_small_storage_building,0,0,0], + [KP_liberation_large_storage_building,0,0,0], + [KP_liberation_recycle_building,200,100,0], + [KP_liberation_air_vehicle_building,1000,0,0], + [KP_liberation_heli_slot_building,250,0,0], + [KP_liberation_plane_slot_building,500,0,0], + [Arsenal_typename,25,0,0], + ["ACE_medicalSupplyCrate_advanced",10,0,0], + ["Box_East_Support_F",10,0,0], + ["Box_CSAT_Equip_F",10,0,0], + ["Box_East_Grenades_F",10,0,0], + ["Box_East_WpsSpecial_F",10,0,0], + ["Box_East_Ammo_F",10,0,0], + ["Box_East_Wps_F",10,0,0], + ["Box_CSAT_Uniforms_F",10,0,0], + ["Box_East_AmmoOrd_F",10,0,0], + ["ACE_Wheel",10,0,0], + ["ACE_Track",10,0,0], + ["Land_CanisterFuel_F",0,0,2], + ["O_T_Truck_03_repair_ghex_F",325,0,75], // Typhoon Repair + ["O_T_Truck_03_fuel_ghex_F",125,0,275], // Typhoon Fuel + ["O_T_Truck_03_fuel_ghex_F",125,200,75], // Typhoon Ammo + ["O_Heli_Transport_04_repair_F",500,0,150], // Taru Repair + ["O_Heli_Transport_04_ammo_F",300,200,150], // Taru Ammo + ["O_Heli_Transport_04_fuel_F",300,0,350], // Taru Fuel + ["Land_Pod_Heli_Transport_04_repair_F",275,0,0], // Taru Repair + ["Land_Pod_Heli_Transport_04_fuel_F",75,0,200], // Taru Fuel + ["Land_Pod_Heli_Transport_04_ammo_F",75,200,0] // Taru Ammo +]; + +// Pre-made squads for the commander build menu. These shouldn't exceed 10 members. +// Light infantry squad. +blufor_squad_inf_light = [ + "O_T_Soldier_SL_F", + "O_T_Soldier_TL_F", + "O_T_Soldier_TL_F", + "O_T_Soldier_AR_F", + "O_T_Soldier_AR_F", + "O_T_Soldier_GL_F", + "O_T_Soldier_GL_F", + "O_T_Soldier_LAT_F", + "O_T_Medic_F", + "O_T_Soldier_M_F" +]; + +// Heavy infantry squad. +blufor_squad_inf = [ + "O_T_Soldier_TL_F", + "O_HeavyGunner_F", + "O_Soldier_A_F", + "O_HeavyGunner_F", + "O_Soldier_A_F", + "O_HeavyGunner_F", + "O_Soldier_A_F", + "O_HeavyGunner_F", + "O_Soldier_A_F", + "O_T_Medic_F" +]; + +// AT specialists squad. +blufor_squad_at = [ + "O_T_Soldier_TL_F", + "O_T_Soldier_AT_F", + "O_T_Soldier_AAT_F", + "O_T_Soldier_AT_F", + "O_T_Soldier_AAT_F", + "O_T_Soldier_AT_F", + "O_T_Soldier_AAT_F", + "O_T_Medic_F" +]; + +// AA specialists squad. +blufor_squad_aa = [ + "O_T_Soldier_TL_F", + "O_T_Soldier_AA_F", + "O_T_Soldier_AAA_F", + "O_T_Soldier_AA_F", + "O_T_Soldier_AAA_F", + "O_T_Soldier_AA_F", + "O_T_Soldier_AAA_F", + "O_T_Medic_F" +]; + +// Force recon squad. +blufor_squad_recon = [ + "O_T_Recon_TL_F", + "O_T_Recon_F", + "O_T_Recon_F", + "O_T_Recon_LAT_F", + "O_T_Recon_JTAC_F", + "O_T_Recon_M_F", + "O_T_Sniper_F", + "O_T_Spotter_F", + "O_T_Recon_Medic_F", + "O_T_Recon_Exp_F" +]; + +// Paratroopers squad. +blufor_squad_para = [ + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F", + "O_T_Soldier_PG_F" +]; + +// Elite vehicles that should be unlocked through military base capture. +elite_vehicles = [ + +]; diff --git a/Missionframework/scripts/client/init_client.sqf b/Missionframework/scripts/client/init_client.sqf index 9c0d92a84..1fd0a864f 100644 --- a/Missionframework/scripts/client/init_client.sqf +++ b/Missionframework/scripts/client/init_client.sqf @@ -7,6 +7,8 @@ switch (KP_liberation_arsenal) do { case 5: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\rhsusaf_ace_acre.sqf";}; case 6: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\3cbBAF.sqf";}; case 7: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\gm_west.sqf";}; + case 8: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\gm_west.sqf";}; // !TODO! Edit when east arsenal finished + case 9: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\csat.sqf";}; default {GRLIB_arsenal_weapons = [];GRLIB_arsenal_magazines = [];GRLIB_arsenal_items = [];GRLIB_arsenal_backpacks = [];}; }; From 7478fb724b2bbee47437d6934abb8f308494774b Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 3 May 2019 17:51:11 +0200 Subject: [PATCH 033/111] AAF opfor preset --- Missionframework/presets/opfor/aaf.sqf | 166 +++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 Missionframework/presets/opfor/aaf.sqf diff --git a/Missionframework/presets/opfor/aaf.sqf b/Missionframework/presets/opfor/aaf.sqf new file mode 100644 index 000000000..fd1ec9390 --- /dev/null +++ b/Missionframework/presets/opfor/aaf.sqf @@ -0,0 +1,166 @@ +/* +Needed Mods: +- None + +Optional Mods: +- None +*/ + +// Enemy infantry classes +opfor_officer = "I_officer_F"; // Officer +opfor_squad_leader = "I_Soldier_SL_F"; // Squad Leader +opfor_team_leader = "I_Soldier_TL_F"; // Team Leader +opfor_sentry = "I_Soldier_lite_F"; // Rifleman (Lite) +opfor_rifleman = "I_soldier_F"; // Rifleman +opfor_rpg = "I_Soldier_LAT2_F"; // Rifleman (LAT) +opfor_grenadier = "I_Soldier_GL_F"; // Grenadier +opfor_machinegunner = "I_Soldier_AR_F"; // Autorifleman +opfor_heavygunner = "I_Soldier_AR_F"; // Heavy Gunner +opfor_marksman = "I_Soldier_M_F"; // Marksman +opfor_sharpshooter = "I_Soldier_M_F"; // Sharpshooter +opfor_sniper = "I_ghillie_sard_F"; // Sniper +opfor_at = "I_Soldier_AT_F"; // AT Specialist +opfor_aa = "I_Soldier_AA_F"; // AA Specialist +opfor_medic = "I_medic_F"; // Combat Life Saver +opfor_engineer = "I_engineer_F"; // Engineer +opfor_paratrooper = "B_soldier_PG_F"; // Paratrooper + +// Enemy vehicles used by secondary objectives. +opfor_mrap = "I_MRAP_03_F"; // M-ATV +opfor_mrap_armed = "I_MRAP_03_hmg_F"; // MATV (HMG) +opfor_transport_helo = "I_Heli_Transport_02_F"; // Merlin +opfor_transport_truck = "I_Truck_02_covered_F"; // Kamaz Transport (Covered) +opfor_ammobox_transport = "I_Truck_02_transport_F"; // Kamaz Transport (Open) -> Has to be able to transport resource crates! +opfor_fuel_truck = "I_Truck_02_fuel_F"; // Kamaz Fuel +opfor_ammo_truck = "I_Truck_02_ammo_F"; // Kamz Ammo +opfor_fuel_container = "B_Slingload_01_Fuel_F"; // Huron Fuel Pod +opfor_ammo_container = "B_Slingload_01_Ammo_F"; // Huron Ammo Pod +opfor_flag = "Flag_AAF_F"; // NATO Flag + +/* Adding a value to these arrays below will add them to a one out of however many in the array, random pick chance. +Therefore, adding the same value twice or three times means they are more likely to be chosen more often. */ + +/* Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders. +Think of them like garrison or military police forces, which are more meant to control the local population instead of fighting enemy armies. */ +militia_squad = [ + "I_Soldier_lite_F", // Rifleman (Lite) + "I_Soldier_lite_F", // Rifleman (Lite) + "I_soldier_F", // Rifleman + "I_soldier_F", // Rifleman + "I_Soldier_LAT2_F", // Rifleman (AT) + "I_Soldier_AR_F", // Autorifleman + "I_Soldier_M_F", // Marksman + "I_medic_F", // Medic + "I_engineer_F" // Engineer +]; + +// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. +militia_vehicles = [ + "B_LSV_01_armed_F", // Polaris DAGOR (XM312) + "B_LSV_01_armed_F", // Polaris DAGOR (XM312) + "I_MRAP_03_hmg_F", // MATV (HMG) + "I_APC_Wheeled_03_cannon_F", // SPz Pandur + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_AT_F" // Wiesel ATGM +]; + +// All enemy vehicles that can spawn as sector defenders and patrols at high enemy combat readiness (aggression levels). +opfor_vehicles = [ + "I_MRAP_03_hmg_F", // M-ATV (HMG) + "I_MRAP_03_hmg_F", // M-ATV (HMG) + "I_MRAP_03_gmg_F", // M-ATV (GMG) + "B_LSV_01_AT_F", // Polaris (Mini-Spike PZAbw) + "I_APC_Wheeled_03_cannon_F", // SPz Pandur + "I_APC_Wheeled_03_cannon_F", // SPz Pandur + "I_APC_tracked_03_cannon_F", // Warrior + "I_APC_tracked_03_cannon_F", // Warrior + "I_LT_01_AA_F", // Wiesel AA + "B_APC_Tracked_01_AA_F", // Bardelas + "I_MBT_03_cannon_F", // Leopard + "I_MBT_03_cannon_F", // Leopard + "B_AFV_Wheeled_01_up_cannon_F", // Rooikat 120 UP + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_AT_F" // Wiesel ATGM +]; + +// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels). +opfor_vehicles_low_intensity = [ + "I_MRAP_03_hmg_F", // M-ATV (HMG) + "I_MRAP_03_hmg_F", // M-ATV (HMG) + "B_LSV_01_AT_F", // Polaris DAGOR (Mini-Spike PZAbw) + "I_APC_Wheeled_03_cannon_F", // SPz Pandur + "I_APC_tracked_03_cannon_F", // Warrior + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_AT_F" // Wiesel ATGM +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at high enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles = [ + "I_MRAP_03_hmg_F", // M-ATV (HMG) + "I_MRAP_03_gmg_F", // M-ATV (GMG) + "I_MRAP_03_gmg_F", // M-ATV (GMG) + "B_LSV_01_AT_F", // Polaris DAGOR (Mini-Spike PZAbw) + "I_Truck_02_transport_F", // Kamaz Transport + "I_Truck_02_covered_F", // Kamaz Transport (Covered) + "I_APC_tracked_03_cannon_F", // Warrior + "I_APC_tracked_03_cannon_F", // Warrior + "I_LT_01_AA_F", // Wiesel AA + "B_APC_Tracked_01_AA_F", // Bardelas + "I_MBT_03_cannon_F", // Leopard + "I_MBT_03_cannon_F", // Leopard + "I_MBT_03_cannon_F", // Leopard + "B_MBT_01_TUSK_F", // Merkava Mk IV LIC + "I_Heli_light_03_dynamicLoadout_F", // Wildcat (Armed) + "I_Heli_light_03_dynamicLoadout_F", // Wildcat (Armed) + "I_Heli_Transport_02_F", // Merlin + "B_Heli_Attack_01_dynamicLoadout_F", // RAH-66 Comanche + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_AT_F" // Wiesel ATGM +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles_low_intensity = [ + "I_MRAP_03_hmg_F", // M-ATV (HMG) + "I_MRAP_03_hmg_F", // M-ATV (HMG) + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_cannon_F", // Wiesel MK20 + "I_LT_01_AT_F", // Wiesel ATGM + "I_Truck_02_transport_F", // Kamaz Transport + "I_APC_Wheeled_03_cannon_F", // SPz Pandur + "I_APC_tracked_03_cannon_F", // Warrior + "B_APC_Tracked_01_AA_F", // Bardelas + "I_LT_01_AA_F", // Wiesel AA + "B_CTRG_Heli_Transport_01_sand_F", // UH-80 Ghost Hawk (Sand) + "I_Heli_Transport_02_F" +]; + +/* All vehicles that spawn within battlegroups (see the above 2 arrays) and also hold 8 soldiers as passengers. +If something in this array can't hold all 8 soldiers then buggy behaviours may occur. */ +opfor_troup_transports = [ + "I_Truck_02_transport_F", // Kamaz Transport + "I_Truck_02_covered_F", // Kamaz Transport (Covered) + "I_APC_Wheeled_03_cannon_F", // SPz Pandur + "B_CTRG_Heli_Transport_01_sand_F", // UH-80 Ghost Hawk (sand) + "I_Heli_Transport_02_F" // Merlin +]; + +// Enemy rotary-wings that will need to spawn in flight. +opfor_choppers = [ + "I_Heli_light_03_dynamicLoadout_F", // Wildcat (Armed) + "B_CTRG_Heli_Transport_01_sand_F", // UH-80 Ghost Hawk (Sand) + "B_Heli_Attack_01_dynamicLoadout_F", // RAH-66 Comanche + "B_Heli_Transport_01_F", // UH-80 Ghost Hawk + "I_Heli_Transport_02_F", // Merlin + "B_Heli_Transport_03_unarmed_F" // CH-47l Chinook (unarmed) +]; + +// Enemy fixed-wings that will need to spawn in the air. +opfor_air = [ + "B_Plane_CAS_01_dynamicLoadout_F", // A-10D Thunderbolt II (CAS) + "I_Plane_Fighter_03_dynamicLoadout_F", // L-159 + "I_Plane_Fighter_04_F" // Gripen +]; From 757a9d97eb7f4fc612334cba51c27520c5df4e74 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 3 May 2019 17:51:17 +0200 Subject: [PATCH 034/111] NATO opfor preset --- Missionframework/presets/opfor/nato.sqf | 149 ++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 Missionframework/presets/opfor/nato.sqf diff --git a/Missionframework/presets/opfor/nato.sqf b/Missionframework/presets/opfor/nato.sqf new file mode 100644 index 000000000..03173b45e --- /dev/null +++ b/Missionframework/presets/opfor/nato.sqf @@ -0,0 +1,149 @@ +/* +Needed Mods: +- None + +Optional Mods: +- None +*/ + +// Enemy infantry classes +opfor_officer = "B_officer_F"; // Officer +opfor_squad_leader = "B_Soldier_SL_F"; // Squad Leader +opfor_team_leader = "B_Soldier_TL_F"; // Team Leader +opfor_sentry = "B_Soldier_lite_F"; // Rifleman (Lite) +opfor_rifleman = "B_Soldier_F"; // Rifleman +opfor_rpg = "B_soldier_LAT_F"; // Rifleman (LAT) +opfor_grenadier = "B_Soldier_GL_F"; // Grenadier +opfor_machinegunner = "B_soldier_AR_F"; // Autorifleman +opfor_heavygunner = "B_HeavyGunner_F"; // Heavy Gunner +opfor_marksman = "B_soldier_M_F"; // Marksman +opfor_sharpshooter = "B_Sharpshooter_F"; // Sharpshooter +opfor_sniper = "B_sniper_F"; // Sniper +opfor_at = "B_soldier_AT_F"; // AT Specialist +opfor_aa = "B_soldier_AA_F"; // AA Specialist +opfor_medic = "B_medic_F"; // Combat Life Saver +opfor_engineer = "B_engineer_F"; // Engineer +opfor_paratrooper = "B_soldier_PG_F"; // Paratrooper + +// Enemy vehicles used by secondary objectives. +opfor_mrap = "B_MRAP_01_F"; // M-ATV +opfor_mrap_armed = "B_MRAP_01_hmg_F"; // MATV (HMG) +opfor_transport_helo = "B_Heli_Transport_03_unarmed_F"; // CH-47l Chinook (unarmed) +opfor_transport_truck = "B_Truck_01_covered_F"; // HEMTT Transport (Covered) +opfor_ammobox_transport = "B_Truck_01_transport_F"; // HEMTT Transport (Open) -> Has to be able to transport resource crates! +opfor_fuel_truck = "B_Truck_01_fuel_F"; // HEMTT Fuel +opfor_ammo_truck = "B_Truck_01_ammo_F"; // HEMTT Ammo +opfor_fuel_container = "B_Slingload_01_Fuel_F"; // Huron Fuel Pod +opfor_ammo_container = "B_Slingload_01_Ammo_F"; // Huron Ammo Pod +opfor_flag = "Flag_NATO_F"; // NATO Flag + +/* Adding a value to these arrays below will add them to a one out of however many in the array, random pick chance. +Therefore, adding the same value twice or three times means they are more likely to be chosen more often. */ + +/* Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders. +Think of them like garrison or military police forces, which are more meant to control the local population instead of fighting enemy armies. */ +militia_squad = [ + "B_Soldier_F", // Rifleman (Lite) + "B_Soldier_F", // Rifleman (Lite) + "B_Soldier_F", // Rifleman + "B_Soldier_F", // Rifleman + "B_soldier_LAT_F", // Rifleman (AT) + "B_soldier_AR_F", // Autorifleman + "B_soldier_M_F", // Marksman + "B_medic_F", // Medic + "B_engineer_F" // Engineer +]; + +// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. +militia_vehicles = [ + "B_LSV_01_armed_F", // Polaris DAGOR (XM312) + "B_LSV_01_armed_F", // Polaris DAGOR (XM312) + "B_MRAP_01_hmg_F", // Ifrit (HMG) + "B_APC_Wheeled_01_cannon_F" // SPz Badger +]; + +// All enemy vehicles that can spawn as sector defenders and patrols at high enemy combat readiness (aggression levels). +opfor_vehicles = [ + "B_MRAP_01_hmg_F", // M-ATV (HMG) + "B_MRAP_01_hmg_F", // M-ATV (HMG) + "B_MRAP_01_gmg_F", // M-ATV (GMG) + "B_LSV_01_AT_F", // Polaris (Mini-Spike PZAbw) + "B_APC_Wheeled_01_cannon_F", // SPz Badger + "B_APC_Wheeled_01_cannon_F", // SPz Badger + "B_APC_Tracked_01_rcws_F", // Namer + "B_APC_Tracked_01_rcws_F", // Namer + "B_APC_Tracked_01_AA_F", // Bardelas + "B_APC_Tracked_01_AA_F", // Bardelas + "B_MBT_01_cannon_F", // Merkava Mk IV M + "B_AFV_Wheeled_01_cannon_F", // Rooikat 120 + "B_AFV_Wheeled_01_up_cannon_F" // Rooikat 120 UP +]; + +// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels). +opfor_vehicles_low_intensity = [ + "B_MRAP_01_hmg_F", // M-ATV (HMG) + "B_MRAP_01_hmg_F", // M-ATV (HMG) + "B_LSV_01_AT_F", // Polaris DAGOR (Mini-Spike PZAbw) + "B_APC_Wheeled_01_cannon_F", // SPz Badger + "B_APC_Tracked_01_rcws_F" // Namer +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at high enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles = [ + "B_MRAP_01_hmg_F", // M-ATV (HMG) + "B_MRAP_01_gmg_F", // M-ATV (GMG) + "B_MRAP_01_gmg_F", // M-ATV (GMG) + "B_LSV_01_AT_F", // Polaris DAGOR (Mini-Spike PZAbw) + "B_Truck_01_transport_F", // HEMTT Transport + "B_Truck_01_covered_F", // HEMTT Transport (Covered) + "B_APC_Tracked_01_rcws_F", // Namer + "B_APC_Tracked_01_rcws_F", // Namer + "B_APC_Tracked_01_AA_F", // Bardelas + "B_APC_Tracked_01_AA_F", // Bardelas + "B_MBT_01_cannon_F", // Merkava Mk IV M + "B_MBT_01_cannon_F", // Merkava Mk IV M + "B_MBT_01_TUSK_F", // Merkava Mk IV LIC + "B_MBT_01_TUSK_F", // Merkava Mk IV LIC + "B_Heli_Light_01_dynamicLoadout_F", // AH-6 Little Bird (Armed) + "B_Heli_Light_01_dynamicLoadout_F", // AH-6 Little Bird (Armed) + "B_Heli_Transport_03_F", // CH-471 Chinook + "B_Heli_Attack_01_dynamicLoadout_F" // RAH-66 Comanche +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles_low_intensity = [ + "B_MRAP_01_hmg_F", // M-ATV (HMG) + "B_MRAP_01_hmg_F", // M-ATV (HMG) + "B_Truck_01_transport_F", // HEMTT Transport + "B_APC_Wheeled_01_cannon_F", // SPz Badger + "B_APC_Tracked_01_rcws_F", // Namer + "B_APC_Tracked_01_AA_F", // Bardelas + "B_CTRG_Heli_Transport_01_sand_F", // UH-80 Ghost Hawk (Sand) + "B_Heli_Transport_03_F" +]; + +/* All vehicles that spawn within battlegroups (see the above 2 arrays) and also hold 8 soldiers as passengers. +If something in this array can't hold all 8 soldiers then buggy behaviours may occur. */ +opfor_troup_transports = [ + "B_Truck_01_transport_F", // HEMTT Transport + "B_Truck_01_covered_F", // HEMTT Transport (Covered) + "B_APC_Wheeled_01_cannon_F", // SPz Badger + "B_CTRG_Heli_Transport_01_sand_F", // UH-80 Ghost Hawk (sand) + "B_Heli_Transport_03_F" // CH-471 Chinook +]; + +// Enemy rotary-wings that will need to spawn in flight. +opfor_choppers = [ + "B_Heli_Light_01_dynamicLoadout_F", // AH-6 Little Bird (Armed) + "B_CTRG_Heli_Transport_01_sand_F", // UH-80 Ghost Hawk (Sand) + "B_Heli_Attack_01_dynamicLoadout_F", // RAH-66 Comanche + "B_Heli_Transport_01_F", // UH-80 Ghost Hawk + "B_Heli_Transport_03_F", // CH-471 Chinook + "B_Heli_Transport_03_unarmed_F" // CH-47l Chinook (unarmed) +]; + +// Enemy fixed-wings that will need to spawn in the air. +opfor_air = [ + "B_Plane_CAS_01_dynamicLoadout_F", // A-10D Thunderbolt II (CAS) + "B_Plane_Fighter_01_F" // F/A-181 Black Wasp II +]; From 1100ada1f56ee5d6f5deb3fd5c67f8f1d951c955 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 3 May 2019 17:51:29 +0200 Subject: [PATCH 035/111] Added new presets to init and config --- Missionframework/kp_liberation_config.sqf | 12 +++++++++--- Missionframework/presets/init_presets.sqf | 5 +++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index f4c4c70e2..825c83572 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -42,7 +42,9 @@ If you want to change a preset, it's recommended to set all four presets to 0 an 7 = RHS USAF (Desert) 8 = RHS AFRF (VDV/MSV) 9 = Germany West (Global Mobilization) -*/ +10 = Germany East (Global Mobilization) +11 = CSAT Brown +12 = CSAT Green */ KP_liberation_preset_blufor = 0; /* OPFOR preset: @@ -51,7 +53,9 @@ KP_liberation_preset_blufor = 0; 2 = RHS AFRF (EMR/MSV) 3 = Project OPFOR (Takistan) 4 = Project OPFOR (Islamic State) -5 = Project OPFOR (Sahrani) */ +5 = Project OPFOR (Sahrani) +6 = AAF +7 = NATO */ KP_liberation_preset_opfor = 0; /* Resistance preset: @@ -77,7 +81,9 @@ KP_liberation_preset_civilians = 0; 4 = RHS USAF arsenal preset with ACE. 5 = RHS USAF arsenal preset with ACE and ACRE. 6 = 3cbBAF and RHS USAF arsenal preset. -7 = GM West arsenal preset. */ +7 = GM West arsenal preset. +8 = GM East arsenal preset. +9 = CSAT arsenal preset. */ KP_liberation_arsenal = 0; /* - Fuel consumption settings. diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index 067adae63..fa474e56c 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -8,6 +8,9 @@ switch (KP_liberation_preset_blufor) do { case 7: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_usaf_des.sqf";}; case 8: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_afrf.sqf";}; case 9: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_west.sqf";}; + case 10: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_west.sqf";}; // !TODO! Edit when east preset finished + case 11: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\csat.sqf";}; + case 12: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\csat_apex.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\blufor\custom.sqf";}; }; @@ -17,6 +20,8 @@ switch (KP_liberation_preset_opfor) do { case 3: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\takistan.sqf";}; case 4: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\islamic_state.sqf";}; case 5: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\SLA.sqf";}; + case 6: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\aaf.sqf";}; + case 7: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\nato.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\opfor\custom.sqf";}; }; From 5fdd08abea905193a1ee990bb860e07c61d4d68b Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 3 May 2019 17:55:45 +0200 Subject: [PATCH 036/111] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86e5e5387..b5acb46ba 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,8 @@ class Missions * Added: Chernarus Winter basefile to repository. * Added: Fog removal script readded, as some people had issues with too much fog after some time. * Added: Rosche building ignore list. Thanks to [madpat3](https://github.com/madpat3) +* Added: CSAT Vanilla blufor preset, CSAT Apex blufor preset and CSAT Arsenal preset. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) +* Added: AAF and NATO opfor presets. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) * Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups) From 297a7ed96b37bbb3b647c20be000c87df13a0837 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 3 May 2019 18:05:21 +0200 Subject: [PATCH 037/111] Update Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5acb46ba..cb575275f 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ class Missions * Added: Rosche building ignore list. Thanks to [madpat3](https://github.com/madpat3) * Added: CSAT Vanilla blufor preset, CSAT Apex blufor preset and CSAT Arsenal preset. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) * Added: AAF and NATO opfor presets. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) +* Tweaked: Title of the mission to conform the Mission Name Standard from [BI Forums](https://forums.bohemia.net/forums/topic/217676-mission-name-standard/) * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) * Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups) From 052f7d7ccddba5e4d920c489d38592315d1e5ad1 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 3 May 2019 18:09:49 +0200 Subject: [PATCH 038/111] Update editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 469b0a3cf..af1c2ff31 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 -indent_style = tab +indent_style = space indent_size = 4 trim_trailing_whitespace = true From eb2bef4c1dadc27bb627270da02b87e418f5ad09 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 3 May 2019 18:22:31 +0200 Subject: [PATCH 039/111] Update Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb575275f..27dfdecbc 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ class Missions * Tweaked: Marker for civilian informant is an area now and not centered on the informants position anymore. * Tweaked: Renamed Huron marker. * Tweaked: If there isn't enough enemy territory left for a secondary mission to start, the player gets a small hint now. +* Tweaked: BWMod item classnames in KP_liberation_allowed_items_extension. Thanks to [madpat3](https://github.com/madpat3) * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. ### 0.963a (10th April 2018 as "legacy support" release) From 760fe6d5e299e30fa3b5ab697b8c379b4a0a7c4c Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 07:32:44 +0200 Subject: [PATCH 040/111] Fixed doubled teamkill count Closes #601 --- Missionframework/scripts/shared/kill_manager.sqf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Missionframework/scripts/shared/kill_manager.sqf b/Missionframework/scripts/shared/kill_manager.sqf index a6a8f3598..eaf9e7d33 100644 --- a/Missionframework/scripts/shared/kill_manager.sqf +++ b/Missionframework/scripts/shared/kill_manager.sqf @@ -59,8 +59,8 @@ if (isServer) then { if (air_weight < 0) then {air_weight = 0}; }; - if (isPlayer _unit) then { - stats_player_deaths = stats_player_deaths + 1; + if (isPlayer _unit) then { + stats_player_deaths = stats_player_deaths + 1; // Disconnect UAV from player on death _unit connectTerminalToUAV objNull; // Eject Player from vehicle @@ -93,7 +93,7 @@ if (isServer) then { }; if (side (group _unit) == GRLIB_side_friendly) then { - stats_blufor_teamkills = stats_blufor_teamkills + 1; + stats_blufor_soldiers_killed = stats_blufor_soldiers_killed + 1; }; }; From ce52157181c534f960d916883d817754c52e1599 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 07:34:47 +0200 Subject: [PATCH 041/111] Removed unnecessary if --- Missionframework/scripts/shared/kill_manager.sqf | 3 --- 1 file changed, 3 deletions(-) diff --git a/Missionframework/scripts/shared/kill_manager.sqf b/Missionframework/scripts/shared/kill_manager.sqf index eaf9e7d33..af6d5b4c3 100644 --- a/Missionframework/scripts/shared/kill_manager.sqf +++ b/Missionframework/scripts/shared/kill_manager.sqf @@ -90,9 +90,6 @@ if (isServer) then { if (side (group _unit) == GRLIB_side_friendly) then { stats_blufor_teamkills = stats_blufor_teamkills + 1; - }; - - if (side (group _unit) == GRLIB_side_friendly) then { stats_blufor_soldiers_killed = stats_blufor_soldiers_killed + 1; }; }; From 279c024741f99b0cb61e3bfd99ae1d03ecc3a7c1 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 07:35:49 +0200 Subject: [PATCH 042/111] Update Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27dfdecbc..c55105dee 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ class Missions * Tweaked: If there isn't enough enemy territory left for a secondary mission to start, the player gets a small hint now. * Tweaked: BWMod item classnames in KP_liberation_allowed_items_extension. Thanks to [madpat3](https://github.com/madpat3) * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. +* Fixed: Blufor soldier losses weren't counted in statistics. ### 0.963a (10th April 2018 as "legacy support" release) * Added: Action to raise/lower object while building. Thanks to [darrell-aevum](https://github.com/darrell-aevum) From d5907c1df4574257f1bbdba7fd0a6d9762fd3326 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 08:16:34 +0200 Subject: [PATCH 043/111] Missionbasefile attributes equalized --- .../kp_liberation.Altis/mission.sqm | 107 ++--------------- .../kp_liberation.Chernarus/mission.sqm | 66 +++-------- .../mission.sqm | 66 +++-------- .../kp_liberation.Malden/mission.sqm | 110 +++--------------- .../kp_liberation.Sara/mission.sqm | 76 ++++++------ .../kp_liberation.Takistan/mission.sqm | 26 +---- .../kp_liberation.Tanoa/mission.sqm | 53 ++------- .../kp_liberation.lythium/mission.sqm | 66 +++-------- .../kp_liberation.pja310/mission.sqm | 50 +------- .../kp_liberation.xcam_taunus/mission.sqm | 50 +------- 10 files changed, 132 insertions(+), 538 deletions(-) diff --git a/Missionbasefiles/kp_liberation.Altis/mission.sqm b/Missionbasefiles/kp_liberation.Altis/mission.sqm index db115a391..c42ae9ba0 100644 --- a/Missionbasefiles/kp_liberation.Altis/mission.sqm +++ b/Missionbasefiles/kp_liberation.Altis/mission.sqm @@ -144,47 +144,6 @@ class ScenarioData class CustomAttributes { class Category0 - { - name="Multiplayer"; - class Attribute0 - { - property="RespawnTemplates"; - expression="true"; - class Value - { - class data - { - class type - { - type[]= - { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; - }; - }; - }; - }; - }; - nAttributes=1; - }; - class Category1 { name="Scenario"; class Attribute0 @@ -209,74 +168,32 @@ class CustomAttributes nAttributes=1; }; }; -class Intro +class Mission { class Intel { + briefingName="@STR_MISSION_TITLE"; + overviewText="@STR_MISSION_DESCRIPTION"; + resistanceEast=1; timeOfChanges=1800.0002; - startWeather=0.30000001; + startWeather=0.40000001; startWind=0.1; startWaves=0.1; - forecastWeather=0.30000001; + forecastWeather=0.40000001; forecastWind=0.1; forecastWaves=0.1; forecastLightnings=0.1; - year=2035; - month=6; - day=24; - hour=12; - minute=0; - startFogDecay=0.013; - forecastFogDecay=0.013; - }; -}; -class Mission -{ - class Intel - { - briefingName="@STR_MISSION_TITLE"; - overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; - resistanceEast=1; - timeOfChanges=28800; - startWeather=0.39999998; - startWind=0.099999994; - startWaves=0.099999994; - forecastWeather=0.39999998; - forecastWind=0.099999994; - forecastWaves=0.099999994; - forecastLightnings=0.099999994; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; year=2038; month=6; day=6; hour=8; minute=0; - startFogDecay=0.013; - forecastFogDecay=0.013; - class CustomAttributes - { - name="Intel"; - class Attribute0 - { - property="Enh_disableGrass"; - expression="if (((parseNumber _value) > 0) && !is3DEN) then {setTerrainGrid (parseNumber _value)}"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="-1"; - }; - }; - }; - nAttributes=1; - }; + startFogDecay=0.014; + forecastFogDecay=0.014; }; class Entities { diff --git a/Missionbasefiles/kp_liberation.Chernarus/mission.sqm b/Missionbasefiles/kp_liberation.Chernarus/mission.sqm index 1dddb9592..8bd466c29 100644 --- a/Missionbasefiles/kp_liberation.Chernarus/mission.sqm +++ b/Missionbasefiles/kp_liberation.Chernarus/mission.sqm @@ -185,47 +185,6 @@ class ScenarioData class CustomAttributes { class Category0 - { - name="Multiplayer"; - class Attribute0 - { - property="RespawnTemplates"; - expression="true"; - class Value - { - class data - { - class type - { - type[]= - { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; - }; - }; - }; - }; - }; - nAttributes=1; - }; - class Category1 { name="Scenario"; class Attribute0 @@ -256,23 +215,26 @@ class Mission { briefingName="@STR_MISSION_TITLE"; overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; resistanceEast=1; - timeOfChanges=28800; - startWeather=0.39999998; - startWind=0.099999994; - startWaves=0.099999994; - forecastWeather=0.39999998; - forecastWind=0.099999994; - forecastWaves=0.099999994; - forecastLightnings=0.099999994; + timeOfChanges=1800.0002; + startWeather=0.40000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.40000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; year=2038; month=6; day=6; hour=8; minute=0; - startFogDecay=0.013; - forecastFogDecay=0.013; + startFogDecay=0.014; + forecastFogDecay=0.014; }; class Entities { diff --git a/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm b/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm index 5be0705fe..6206a3ea2 100644 --- a/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm +++ b/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm @@ -185,47 +185,6 @@ class ScenarioData class CustomAttributes { class Category0 - { - name="Multiplayer"; - class Attribute0 - { - property="RespawnTemplates"; - expression="true"; - class Value - { - class data - { - class type - { - type[]= - { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; - }; - }; - }; - }; - }; - nAttributes=1; - }; - class Category1 { name="Scenario"; class Attribute0 @@ -256,23 +215,26 @@ class Mission { briefingName="@STR_MISSION_TITLE"; overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; resistanceEast=1; - timeOfChanges=28800; - startWeather=0.39999998; - startWind=0.099999994; - startWaves=0.099999994; - forecastWeather=0.39999998; - forecastWind=0.099999994; - forecastWaves=0.099999994; - forecastLightnings=0.099999994; + timeOfChanges=1800.0002; + startWeather=0.40000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.40000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; year=2038; month=6; day=6; hour=8; minute=0; - startFogDecay=0.013; - forecastFogDecay=0.013; + startFogDecay=0.014; + forecastFogDecay=0.014; }; class Entities { diff --git a/Missionbasefiles/kp_liberation.Malden/mission.sqm b/Missionbasefiles/kp_liberation.Malden/mission.sqm index cb6dd3587..c0fc68538 100644 --- a/Missionbasefiles/kp_liberation.Malden/mission.sqm +++ b/Missionbasefiles/kp_liberation.Malden/mission.sqm @@ -210,7 +210,7 @@ class AddonsMetaData randomSeed=10073092; class ScenarioData { - author="[GREUH] Zbug, [GREUH] McKeewa, [KP] Wyqer, Applejakerie"; + author="[GREUH] Zbug, [GREUH] McKeewa, [KP] Wyqer"; respawnDialog=0; disabledAI=1; respawn=3; @@ -225,47 +225,6 @@ class ScenarioData class CustomAttributes { class Category0 - { - name="Multiplayer"; - class Attribute0 - { - property="RespawnTemplates"; - expression="true"; - class Value - { - class data - { - class type - { - type[]= - { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; - }; - }; - }; - }; - }; - nAttributes=1; - }; - class Category1 { name="Scenario"; class Attribute0 @@ -290,74 +249,33 @@ class CustomAttributes nAttributes=1; }; }; -class Intro +class Mission { + appId=639600; class Intel { + briefingName="@STR_MISSION_TITLE"; + overviewText="@STR_MISSION_DESCRIPTION"; + resistanceEast=1; timeOfChanges=1800.0002; - startWeather=0.30000001; + startWeather=0.40000001; startWind=0.1; startWaves=0.1; - forecastWeather=0.30000001; + forecastWeather=0.40000001; forecastWind=0.1; forecastWaves=0.1; forecastLightnings=0.1; - year=2035; - month=6; - day=24; - hour=12; - minute=0; - startFogDecay=0.013; - forecastFogDecay=0.013; - }; -}; -class Mission -{ - class Intel - { - briefingName="@STR_MISSION_TITLE"; - overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; - resistanceEast=1; - timeOfChanges=28800; - startWeather=0.39999998; - startWind=0.099999994; - startWaves=0.099999994; - forecastWeather=0.39999998; - forecastWind=0.099999994; - forecastWaves=0.099999994; - forecastLightnings=0.099999994; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; year=2038; month=6; day=6; hour=8; minute=0; - startFogDecay=0.013; - forecastFogDecay=0.013; - class CustomAttributes - { - name="Intel"; - class Attribute0 - { - property="Enh_disableGrass"; - expression="if (((parseNumber _value) > 0) && !is3DEN) then {setTerrainGrid (parseNumber _value)}"; - class Value - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="-1"; - }; - }; - }; - nAttributes=1; - }; + startFogDecay=0.014; + forecastFogDecay=0.014; }; class Entities { diff --git a/Missionbasefiles/kp_liberation.Sara/mission.sqm b/Missionbasefiles/kp_liberation.Sara/mission.sqm index 155d9edce..304e784a8 100644 --- a/Missionbasefiles/kp_liberation.Sara/mission.sqm +++ b/Missionbasefiles/kp_liberation.Sara/mission.sqm @@ -147,53 +147,59 @@ class ScenarioData maxPlayers=34; }; }; -class Mission +class CustomAttributes { - class Intel + class Category0 { - briefingName="@STR_MISSION_TITLE"; - overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; - resistanceEast=1; - timeOfChanges=28800; - startWeather=0.39999998; - startWind=0.099999994; - startWaves=0.099999994; - forecastWeather=0.39999998; - forecastWind=0.099999994; - forecastWaves=0.099999994; - forecastLightnings=0.099999994; - year=2038; - month=6; - day=6; - hour=8; - minute=0; - startFogDecay=0.013; - forecastFogDecay=0.013; - class CustomAttributes + name="Scenario"; + class Attribute0 { - name="Intel"; - class Attribute0 + property="EnableDebugConsole"; + expression="true"; + class Value { - property="Enh_disableGrass"; - expression="if (((parseNumber _value) > 0) && !is3DEN) then {setTerrainGrid (parseNumber _value)}"; - class Value + class data { - class data + class type { - class type + type[]= { - type[]= - { - "STRING" - }; + "SCALAR" }; - value="-1"; }; + value=1; }; }; - nAttributes=1; }; + nAttributes=1; + }; +}; +class Mission +{ + class Intel + { + briefingName="@STR_MISSION_TITLE"; + overviewText="@STR_MISSION_DESCRIPTION"; + resistanceEast=1; + timeOfChanges=1800.0002; + startWeather=0.40000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.40000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; + year=2038; + month=6; + day=6; + hour=8; + minute=0; + startFogDecay=0.014; + forecastFogDecay=0.014; }; class Entities { diff --git a/Missionbasefiles/kp_liberation.Takistan/mission.sqm b/Missionbasefiles/kp_liberation.Takistan/mission.sqm index 532b8b1ae..b053f75c1 100644 --- a/Missionbasefiles/kp_liberation.Takistan/mission.sqm +++ b/Missionbasefiles/kp_liberation.Takistan/mission.sqm @@ -186,10 +186,10 @@ class CustomAttributes { class Category0 { - name="Multiplayer"; + name="Scenario"; class Attribute0 { - property="RespawnTemplates"; + property="EnableDebugConsole"; expression="true"; class Value { @@ -199,27 +199,10 @@ class CustomAttributes { type[]= { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; + "SCALAR" }; }; + value=1; }; }; }; @@ -232,7 +215,6 @@ class Mission { briefingName="@STR_MISSION_TITLE"; overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; resistanceEast=1; timeOfChanges=1800.0002; startWeather=0.40000001; diff --git a/Missionbasefiles/kp_liberation.Tanoa/mission.sqm b/Missionbasefiles/kp_liberation.Tanoa/mission.sqm index af09a7fb9..baf29d604 100644 --- a/Missionbasefiles/kp_liberation.Tanoa/mission.sqm +++ b/Missionbasefiles/kp_liberation.Tanoa/mission.sqm @@ -192,47 +192,6 @@ class ScenarioData class CustomAttributes { class Category0 - { - name="Multiplayer"; - class Attribute0 - { - property="RespawnTemplates"; - expression="true"; - class Value - { - class data - { - class type - { - type[]= - { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; - }; - }; - }; - }; - }; - nAttributes=1; - }; - class Category1 { name="Scenario"; class Attribute0 @@ -259,27 +218,29 @@ class CustomAttributes }; class Mission { + appId=395180; class Intel { briefingName="@STR_MISSION_TITLE"; overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; resistanceEast=1; timeOfChanges=1800.0002; - startWeather=0.30000001; + startWeather=0.40000001; startWind=0.1; startWaves=0.1; - forecastWeather=0; + forecastWeather=0.40000001; forecastWind=0.1; forecastWaves=0.1; forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; year=2038; month=6; day=6; hour=8; minute=0; - startFogBase=250; - forecastFogBase=250; startFogDecay=0.014; forecastFogDecay=0.014; }; diff --git a/Missionbasefiles/kp_liberation.lythium/mission.sqm b/Missionbasefiles/kp_liberation.lythium/mission.sqm index 9b8126021..d58eed29d 100644 --- a/Missionbasefiles/kp_liberation.lythium/mission.sqm +++ b/Missionbasefiles/kp_liberation.lythium/mission.sqm @@ -395,47 +395,6 @@ class ScenarioData class CustomAttributes { class Category0 - { - name="Multiplayer"; - class Attribute0 - { - property="RespawnTemplates"; - expression="true"; - class Value - { - class data - { - class type - { - type[]= - { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; - }; - }; - }; - }; - }; - nAttributes=1; - }; - class Category1 { name="Scenario"; class Attribute0 @@ -466,23 +425,26 @@ class Mission { briefingName="@STR_MISSION_TITLE"; overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; resistanceEast=1; - timeOfChanges=28800; - startWeather=0.39999998; - startWind=0.099999994; - startWaves=0.099999994; - forecastWeather=0.39999998; - forecastWind=0.099999994; - forecastWaves=0.099999994; - forecastLightnings=0.099999994; + timeOfChanges=1800.0002; + startWeather=0.40000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.40000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; year=2038; month=6; day=6; hour=8; minute=0; - startFogDecay=0.013; - forecastFogDecay=0.013; + startFogDecay=0.014; + forecastFogDecay=0.014; }; class Entities { diff --git a/Missionbasefiles/kp_liberation.pja310/mission.sqm b/Missionbasefiles/kp_liberation.pja310/mission.sqm index 52ce18378..de8b30333 100644 --- a/Missionbasefiles/kp_liberation.pja310/mission.sqm +++ b/Missionbasefiles/kp_liberation.pja310/mission.sqm @@ -162,47 +162,6 @@ class ScenarioData class CustomAttributes { class Category0 - { - name="Multiplayer"; - class Attribute0 - { - property="RespawnTemplates"; - expression="true"; - class Value - { - class data - { - class type - { - type[]= - { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; - }; - }; - }; - }; - }; - nAttributes=1; - }; - class Category1 { name="Scenario"; class Attribute0 @@ -233,16 +192,19 @@ class Mission { briefingName="@STR_MISSION_TITLE"; overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; resistanceEast=1; timeOfChanges=1800.0002; - startWeather=0.30000001; + startWeather=0.40000001; startWind=0.1; startWaves=0.1; - forecastWeather=0.30000001; + forecastWeather=0.40000001; forecastWind=0.1; forecastWaves=0.1; forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; year=2038; month=6; day=6; diff --git a/Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm b/Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm index 81b3d6dcb..a1ec96d69 100644 --- a/Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm +++ b/Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm @@ -252,47 +252,6 @@ class ScenarioData class CustomAttributes { class Category0 - { - name="Multiplayer"; - class Attribute0 - { - property="RespawnTemplates"; - expression="true"; - class Value - { - class data - { - class type - { - type[]= - { - "ARRAY" - }; - }; - class value - { - items=1; - class Item0 - { - class data - { - class type - { - type[]= - { - "STRING" - }; - }; - value="Counter"; - }; - }; - }; - }; - }; - }; - nAttributes=1; - }; - class Category1 { name="Scenario"; class Attribute0 @@ -323,16 +282,19 @@ class Mission { briefingName="@STR_MISSION_TITLE"; overviewText="@STR_MISSION_DESCRIPTION"; - resistanceWest=0; resistanceEast=1; timeOfChanges=1800.0002; - startWeather=0.30000001; + startWeather=0.40000001; startWind=0.1; startWaves=0.1; - forecastWeather=0.30000001; + forecastWeather=0.40000001; forecastWind=0.1; forecastWaves=0.1; forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; year=2038; month=6; day=6; From 552858952745562823628c35872fca005fee7644 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 13:33:07 +0200 Subject: [PATCH 044/111] Replaced `BIS_fnc_conditionalSelect` with sensible `select` --- Missionframework/presets/init_presets.sqf | 26 +++---- .../scripts/client/actions/action_manager.sqf | 16 ++++- .../scripts/client/actions/do_recycle.sqf | 14 ++-- .../client/actions/do_repackage_fob.sqf | 4 +- .../client/actions/recycle_manager.sqf | 26 ++++--- .../scripts/client/actions/unflip_manager.sqf | 6 +- .../scripts/client/ammoboxes/do_load_box.sqf | 2 +- .../remotecall/remote_call_prisonner.sqf | 4 +- .../scripts/client/ui/cinematic_camera.sqf | 22 +++--- .../scripts/client/ui/ui_manager.sqf | 18 ++--- .../server/asymmetric/asymmetric_loop.sqf | 12 ++-- .../server/asymmetric/ied/manage_asymIED.sqf | 4 +- .../asymmetric/random/asym_sector_ambush.sqf | 4 +- .../server/civinformant/civinfo_loop.sqf | 2 +- .../server/game/check_victory_conditions.sqf | 4 +- .../scripts/server/game/save_manager.sqf | 22 +++--- .../server/offloading/offload_manager.sqf | 69 ++++++++++--------- .../remotecall/add_logiTruck_remote_call.sqf | 10 +-- .../remotecall/build_fac_remote_call.sqf | 4 +- .../remotecall/del_logiTruck_remote_call.sqf | 2 +- .../sector_liberated_remote_call.sqf | 2 +- .../server/resources/manage_resources.sqf | 10 +-- .../resources/recalculate_resources.sqf | 14 ++-- .../server/sector/attack_in_progress_fob.sqf | 4 +- .../sector/attack_in_progress_sector.sqf | 6 +- .../scripts/server/sector/destroy_fob.sqf | 4 +- .../scripts/server/sector/ied_manager.sqf | 4 +- .../scripts/server/sector/manage_intel.sqf | 6 +- .../server/sector/manage_one_sector.sqf | 36 +++++----- .../scripts/shared/functions/F_filterMods.sqf | 2 +- .../shared/functions/F_getMobileRespawns.sqf | 11 ++- .../shared/functions/F_getNearbyPlayers.sqf | 2 +- .../shared/functions/F_getNearestSector.sqf | 2 +- .../shared/functions/F_getNearestTower.sqf | 4 +- .../shared/functions/F_getUnitsCount.sqf | 4 +- .../shared/functions/F_rearmVehicle.sqf | 2 +- .../shared/functions/F_spartanScan.sqf | 2 +- .../functions/F_spawnMilitaryPostSquad.sqf | 2 +- .../scripts/shared/kill_manager.sqf | 2 +- .../scripts/shared/scan_skill.sqf | 2 +- 40 files changed, 205 insertions(+), 187 deletions(-) diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index fa474e56c..0ac669a8a 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -116,17 +116,17 @@ KP_liberation_storage_buildings = [KP_liberation_small_storage_building,KP_liber KP_liberation_crates = [KP_liberation_supply_crate,KP_liberation_ammo_crate,KP_liberation_fuel_crate]; KP_liberation_upgrade_buildings = [KP_liberation_recycle_building,KP_liberation_air_vehicle_building,KP_liberation_heli_slot_building,KP_liberation_plane_slot_building]; KP_liberation_air_slots = [KP_liberation_heli_slot_building,KP_liberation_plane_slot_building]; -militia_squad = [militia_squad, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -militia_vehicles = [militia_vehicles, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -opfor_vehicles = [opfor_vehicles, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -opfor_vehicles_low_intensity = [opfor_vehicles_low_intensity, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -opfor_battlegroup_vehicles = [opfor_battlegroup_vehicles, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -opfor_battlegroup_vehicles_low_intensity = [opfor_battlegroup_vehicles_low_intensity, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -opfor_troup_transports = [opfor_troup_transports, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -opfor_choppers = [opfor_choppers, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -opfor_air = [opfor_air, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -civilians = [civilians, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -civilian_vehicles = [civilian_vehicles, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; +militia_squad = militia_squad select {[_x] call F_checkClass}; +militia_vehicles = militia_vehicles select {[_x] call F_checkClass}; +opfor_vehicles = opfor_vehicles select {[_x] call F_checkClass}; +opfor_vehicles_low_intensity = opfor_vehicles_low_intensity select {[_x] call F_checkClass}; +opfor_battlegroup_vehicles = opfor_battlegroup_vehicles select {[_x] call F_checkClass}; +opfor_battlegroup_vehicles_low_intensity = opfor_battlegroup_vehicles_low_intensity select {[_x] call F_checkClass}; +opfor_troup_transports = opfor_troup_transports select {[_x] call F_checkClass}; +opfor_choppers = opfor_choppers select {[_x] call F_checkClass}; +opfor_air = opfor_air select {[_x] call F_checkClass}; +civilians = civilians select {[_x] call F_checkClass}; +civilian_vehicles = civilian_vehicles select {[_x] call F_checkClass}; military_alphabet = ["Alpha","Bravo","Charlie","Delta","Echo","Foxtrot","Golf","Hotel","India","Juliet","Kilo","Lima","Mike","November","Oscar","Papa","Quebec","Romeo","Sierra","Tango","Uniform","Victor","Whiskey","X-Ray","Yankee","Zulu"]; land_vehicles_classnames = (opfor_vehicles + militia_vehicles); opfor_squad_8_standard = [opfor_squad_leader,opfor_team_leader,opfor_machinegunner,opfor_heavygunner,opfor_medic,opfor_marksman,opfor_grenadier,opfor_rpg]; @@ -150,8 +150,8 @@ zeropos = [0,0,0]; squads_names = [localize "STR_LIGHT_RIFLE_SQUAD", localize "STR_RIFLE_SQUAD", localize "STR_AT_SQUAD", localize "STR_AA_SQUAD", localize "STR_RECON_SQUAD", localize "STR_PARA_SQUAD"]; ammobox_transports_typenames = []; {ammobox_transports_typenames pushback (_x select 0)} foreach box_transport_config; -ammobox_transports_typenames = [ammobox_transports_typenames, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; -elite_vehicles = [elite_vehicles, {[_x] call F_checkClass}] call BIS_fnc_conditionalSelect; +ammobox_transports_typenames = ammobox_transports_typenames select {[_x] call F_checkClass}; +elite_vehicles = elite_vehicles select {[_x] call F_checkClass}; opfor_infantry = [opfor_sentry,opfor_rifleman,opfor_grenadier,opfor_squad_leader,opfor_team_leader,opfor_marksman,opfor_machinegunner,opfor_heavygunner,opfor_medic,opfor_rpg,opfor_at,opfor_aa,opfor_officer,opfor_sharpshooter,opfor_sniper,opfor_engineer]; GRLIB_intel_file = "Land_File1_F"; GRLIB_intel_laptop = "Land_Laptop_device_F"; diff --git a/Missionframework/scripts/client/actions/action_manager.sqf b/Missionframework/scripts/client/actions/action_manager.sqf index 328901f9a..a9f633660 100644 --- a/Missionframework/scripts/client/actions/action_manager.sqf +++ b/Missionframework/scripts/client/actions/action_manager.sqf @@ -46,9 +46,19 @@ while {true} do { _fobdistance = player distance _nearfob; }; - if (KP_liberation_mobilearsenal) then {KP_liberation_neararsenal = [ ( (getpos player) nearobjects [ Arsenal_typename, _distarsenal ]), { getObjectType _x >= 8 } ] call BIS_fnc_conditionalSelect;} else {KP_liberation_neararsenal = [];}; - _nearfobbox = ( (getpos player) nearEntities [ [ FOB_box_typename, FOB_truck_typename ] , _distbuildfob ] ); - if (KP_liberation_mobilerespawn) then {KP_liberation_nearspawn = ( (getpos player) nearEntities [ [ Respawn_truck_typename, huron_typename ] , _distspawn ] );} else {KP_liberation_nearspawn = [];}; + if (KP_liberation_mobilearsenal) then { + KP_liberation_neararsenal = ((getpos player) nearobjects [Arsenal_typename, _distarsenal]) select {getObjectType _x >= 8}; + } else { + KP_liberation_neararsenal = []; + }; + + _nearfobbox = ((getpos player) nearEntities [[FOB_box_typename, FOB_truck_typename], _distbuildfob]); + + if (KP_liberation_mobilerespawn) then { + KP_liberation_nearspawn = ((getpos player) nearEntities [[Respawn_truck_typename, huron_typename], _distspawn]); + } else { + KP_liberation_nearspawn = []; + }; if (GRLIB_removefobboxes) then { GRLIB_removefobboxes = false; diff --git a/Missionframework/scripts/client/actions/do_recycle.sqf b/Missionframework/scripts/client/actions/do_recycle.sqf index c8ebd1084..eb9ecac3b 100644 --- a/Missionframework/scripts/client/actions/do_recycle.sqf +++ b/Missionframework/scripts/client/actions/do_recycle.sqf @@ -22,13 +22,13 @@ if (((typeOf _vehtorecycle) in _building_classnames) || _ammoMulti = 0.5; _fuelMulti = 0.5; } else { - _currentAmmo = 0; + _currentAmmo = 0; _allAmmo = 0; if (count (magazinesAmmo _vehtorecycle) > 0) then { - { - _currentAmmo = _currentAmmo + (_x select 1); + { + _currentAmmo = _currentAmmo + (_x select 1); _allAmmo = _allAmmo + (getNumber(configFile >> "CfgMagazines" >> (_x select 0) >> "count")); - } forEach (magazinesAmmo _vehtorecycle); + } forEach (magazinesAmmo _vehtorecycle); } else { _allAmmo = 1; }; @@ -60,7 +60,7 @@ if ((typeOf _vehtorecycle) in all_hostile_classnames) then { _price_f = round (150 * _fuelMulti); }; } else { - _objectinfo = ([(light_vehicles + heavy_vehicles + air_vehicles + static_vehicles + support_vehicles + buildings), {(typeOf _vehtorecycle) == (_x select 0)}] call BIS_fnc_conditionalSelect) select 0; + _objectinfo = ((light_vehicles + heavy_vehicles + air_vehicles + static_vehicles + support_vehicles + buildings) select {(typeOf _vehtorecycle) == (_x select 0)}) select 0; _disName = getText (_cfg >> (_objectinfo select 0) >> "displayName"); _price_s = round ((_objectinfo select 1) * GRLIB_recycling_percentage * _suppMulti); _price_a = round ((_objectinfo select 2) * GRLIB_recycling_percentage * _ammoMulti); @@ -83,12 +83,12 @@ if ( dialog ) then { closeDialog 0 }; if (_vehtorecycle getVariable ["KP_liberation_preplaced", false]) exitWith {hint localize "STR_PREPLACED_ERROR";}; if ( dorecycle == 1 && !(isnull _vehtorecycle) && alive _vehtorecycle) then { - + _nearfob = [] call F_getNearestFob; if (!(KP_liberation_recycle_building_near) && ((_price_s + _price_a + _price_f) > 0)) exitWith {hint localize "STR_NORECBUILDING_ERROR";}; - _storage_areas = [_nearfob nearobjects (GRLIB_fob_range * 2), {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}] call BIS_fnc_conditionalSelect; + _storage_areas = (_nearfob nearobjects (GRLIB_fob_range * 2)) select {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}; _supplyCrates = ceil (_price_s / 100); _ammoCrates = ceil (_price_a / 100); diff --git a/Missionframework/scripts/client/actions/do_repackage_fob.sqf b/Missionframework/scripts/client/actions/do_repackage_fob.sqf index fcdf36b22..7a6bcf90b 100644 --- a/Missionframework/scripts/client/actions/do_repackage_fob.sqf +++ b/Missionframework/scripts/client/actions/do_repackage_fob.sqf @@ -20,7 +20,7 @@ if ( dorepackage > 0 ) then { publicVariable "GRLIB_all_fobs"; }; - { deleteVehicle _x } foreach ( [ ( (getpos player) nearobjects [ FOB_typename, 250 ] ) , { getObjectType _x >= 8 } ] call BIS_fnc_conditionalSelect ); + {deleteVehicle _x} foreach (((getpos player) nearobjects [ FOB_typename, 250 ]) select {getObjectType _x >= 8}); sleep 0.5; @@ -41,4 +41,4 @@ if ( dorepackage > 0 ) then { hint localize "STR_FOB_REPACKAGE_HINT"; -}; \ No newline at end of file +}; diff --git a/Missionframework/scripts/client/actions/recycle_manager.sqf b/Missionframework/scripts/client/actions/recycle_manager.sqf index abf1b9bed..4eeaa39c9 100644 --- a/Missionframework/scripts/client/actions/recycle_manager.sqf +++ b/Missionframework/scripts/client/actions/recycle_manager.sqf @@ -22,20 +22,18 @@ while {true} do { waitUntil {sleep 2; (player distance ([] call F_getNearestFob)) < GRLIB_fob_range}; if ([player, 4] call F_fetchPermission) then { - private _detected_vehicles = [ - (getPos player) nearObjects veh_action_detect_distance, { - (((typeof _x in _recycleable_classnames ) && (({alive _x} count (crew _x)) == 0 || (unitIsUAV _x)) && ((locked _x == 0 || locked _x == 1))) || - ((typeOf _x) in _building_classnames) || - (((typeOf _x) in KP_liberation_storage_buildings) && ((_x getVariable ["KP_liberation_storage_type",-1]) == 0)) || - ((typeOf _x) in KP_liberation_upgrade_buildings) || - ((typeOf _x) in KP_liberation_ace_crates)) && - (alive _x) && - ((count(attachedObjects _x) == 0) || ((typeOf _x) == "rhsusf_mkvsoc")) && - (_x distance startbase > 1000) && - (_x distance ( [] call F_getNearestFob) < GRLIB_fob_range) && - (getObjectType _x >= 8) - } - ] call BIS_fnc_conditionalSelect; + private _detected_vehicles = (getPos player) nearObjects veh_action_detect_distance select { + (((typeof _x in _recycleable_classnames ) && (({alive _x} count (crew _x)) == 0 || (unitIsUAV _x)) && ((locked _x == 0 || locked _x == 1))) || + ((typeOf _x) in _building_classnames) || + (((typeOf _x) in KP_liberation_storage_buildings) && ((_x getVariable ["KP_liberation_storage_type",-1]) == 0)) || + ((typeOf _x) in KP_liberation_upgrade_buildings) || + ((typeOf _x) in KP_liberation_ace_crates)) && + (alive _x) && + ((count(attachedObjects _x) == 0) || ((typeOf _x) == "rhsusf_mkvsoc")) && + (_x distance startbase > 1000) && + (_x distance ( [] call F_getNearestFob) < GRLIB_fob_range) && + (getObjectType _x >= 8) + }; { private _next_vehicle = _x; diff --git a/Missionframework/scripts/client/actions/unflip_manager.sqf b/Missionframework/scripts/client/actions/unflip_manager.sqf index f7917ccc5..44bc661a8 100644 --- a/Missionframework/scripts/client/actions/unflip_manager.sqf +++ b/Missionframework/scripts/client/actions/unflip_manager.sqf @@ -7,7 +7,11 @@ while { true } do { if ( [ player, 5 ] call F_fetchPermission ) then { - _detected_vehicles = [ (getpos player) nearEntities [["Tank","APC","IFV","Car"], veh_action_distance] , { (count crew _x) == 0 && ((locked _x == 0 || locked _x == 1)) && (_x distance startbase > 1000) } ] call BIS_fnc_conditionalSelect; + _detected_vehicles = ((getpos player) nearEntities [["Tank","APC","IFV","Car"], veh_action_distance]) select { + (count crew _x) == 0 && + ((locked _x == 0 || locked _x == 1)) && + (_x distance startbase > 1000) + }; { _next_vehicle = _x; diff --git a/Missionframework/scripts/client/ammoboxes/do_load_box.sqf b/Missionframework/scripts/client/ammoboxes/do_load_box.sqf index 95a824a6d..261d54ad3 100644 --- a/Missionframework/scripts/client/ammoboxes/do_load_box.sqf +++ b/Missionframework/scripts/client/ammoboxes/do_load_box.sqf @@ -2,7 +2,7 @@ params [ "_ammobox", ["_max_transport_distance", 15] ]; private [ "_neartransporttrucks", "_truck_to_load", "_truck_load", "_next_truck", "_maxload", "_i" ]; _maxload = 3; -_neartransporttrucks = [ ((getpos _ammobox) nearEntities [ ammobox_transports_typenames, _max_transport_distance]), { alive _x && speed _x < 5 && ((getpos _x) select 2) < 5 } ] call BIS_fnc_conditionalSelect; +_neartransporttrucks = ((getpos _ammobox) nearEntities [ ammobox_transports_typenames, _max_transport_distance]) select {alive _x && speed _x < 5 && ((getpos _x) select 2) < 5}; _truck_to_load = objNull; diff --git a/Missionframework/scripts/client/remotecall/remote_call_prisonner.sqf b/Missionframework/scripts/client/remotecall/remote_call_prisonner.sqf index 90dfe5c3d..4ed990ac2 100644 --- a/Missionframework/scripts/client/remotecall/remote_call_prisonner.sqf +++ b/Missionframework/scripts/client/remotecall/remote_call_prisonner.sqf @@ -32,7 +32,7 @@ waitUntil { sleep 5; if ( !_is_near_blufor ) then { { if ((_x distance _unit) < 100) exitWith { _is_near_blufor = true }; - } foreach ( [ allUnits, { !(((typeof _x) in opfor_infantry) || ((typeof _x) in militia_squad)) } ] call BIS_fnc_conditionalSelect ); + } foreach (allUnits select {!(((typeof _x) in opfor_infantry) || ((typeof _x) in militia_squad))}); }; !alive _unit || !(_is_near_blufor) || (_is_near_fob && (vehicle _unit == _unit)) @@ -83,4 +83,4 @@ if (alive _unit) then { }; }; }; -}; \ No newline at end of file +}; diff --git a/Missionframework/scripts/client/ui/cinematic_camera.sqf b/Missionframework/scripts/client/ui/cinematic_camera.sqf index 68b41aff6..85faee211 100644 --- a/Missionframework/scripts/client/ui/cinematic_camera.sqf +++ b/Missionframework/scripts/client/ui/cinematic_camera.sqf @@ -41,12 +41,12 @@ while { cinematic_camera_started } do { }; if ( GRLIB_endgame == 0 ) then { - _activeplayers = ( [ allPlayers , { alive _x && ( _x distance ( getmarkerpos GRLIB_respawn_marker ) ) > 100 } ] call BIS_fnc_conditionalSelect ); - if ( count _activeplayers > 0 ) then { - for [ {_idx=0},{_idx < 3},{_idx=_idx+1} ] do { - _positions pushback (getpos (selectRandom _activeplayers)); - }; - }; + _activeplayers = (allPlayers select {alive _x && (_x distance (getmarkerpos GRLIB_respawn_marker)) > 100}); + if ( count _activeplayers > 0 ) then { + for [ {_idx=0},{_idx < 3},{_idx=_idx+1} ] do { + _positions pushback (getpos (selectRandom _activeplayers)); + }; + }; }; }; @@ -58,11 +58,11 @@ while { cinematic_camera_started } do { if ( first_camera_round ) then { _camtarget = startbase; } else { - if ( count ( [ _nearentities , { alive _x && isPlayer _x } ] call BIS_fnc_conditionalSelect ) != 0 ) then { - _camtarget = selectRandom ([_nearentities, {alive _x && isPlayer _x}] call BIS_fnc_conditionalSelect); + if (count (_nearentities select {alive _x && isPlayer _x}) != 0) then { + _camtarget = selectRandom (_nearentities select {alive _x && isPlayer _x}); } else { - if ( count ( [ _nearentities , { alive _x } ] call BIS_fnc_conditionalSelect ) != 0 ) then { - _camtarget = selectRandom ([_nearentities, {alive _x}] call BIS_fnc_conditionalSelect); + if (count (_nearentities select { alive _x }) != 0) then { + _camtarget = selectRandom (_nearentities select {alive _x}); }; }; }; @@ -256,7 +256,7 @@ while { cinematic_camera_started } do { if ( _nearest_sector != "" ) then { _nearest_sector = markertext _nearest_sector; } else { - _nearfobs = [ GRLIB_all_fobs, { _x distance _position < 300 } ] call BIS_fnc_conditionalSelect; + _nearfobs = GRLIB_all_fobs select {_x distance _position < 300}; if ( count _nearfobs > 0 ) then { _nearest_sector = format [ "FOB %1", military_alphabet select ( GRLIB_all_fobs find ( _nearfobs select 0 ) ) ]; }; diff --git a/Missionframework/scripts/client/ui/ui_manager.sqf b/Missionframework/scripts/client/ui/ui_manager.sqf index 95eebdc35..273e2dcc2 100644 --- a/Missionframework/scripts/client/ui/ui_manager.sqf +++ b/Missionframework/scripts/client/ui/ui_manager.sqf @@ -84,27 +84,27 @@ while { true } do { _overlayshown = false; _first_iteration = true; }; - + _nearfob = [] call F_getNearestFob; _fobdistance = 9999; _actual_fob = []; if ( count _nearfob == 3 ) then { _fobdistance = player distance _nearfob; - _actual_fob = [KP_liberation_fob_resources, {((_x select 0) distance _nearfob) < GRLIB_fob_range}] call BIS_fnc_conditionalSelect; + _actual_fob = KP_liberation_fob_resources select {((_x select 0) distance _nearfob) < GRLIB_fob_range}; }; - + if (_fobdistance < _distfob) then { _resources = true; if (KP_liberation_resources_global) then { _resource_area = localize "STR_RESOURCE_GLOBAL"; KP_liberation_supplies = KP_liberation_supplies_global; KP_liberation_ammo = KP_liberation_ammo_global; - KP_liberation_fuel = KP_liberation_fuel_global; + KP_liberation_fuel = KP_liberation_fuel_global; } else { _resource_area = toUpper ([_nearfob] call F_getFobName); KP_liberation_supplies = ((_actual_fob select 0) select 1); KP_liberation_ammo = ((_actual_fob select 0) select 2); - KP_liberation_fuel = ((_actual_fob select 0) select 3); + KP_liberation_fuel = ((_actual_fob select 0) select 3); }; KP_liberation_air_vehicle_building_near = ((_actual_fob select 0) select 4); KP_liberation_recycle_building_near = ((_actual_fob select 0) select 5); @@ -116,7 +116,7 @@ while { true } do { KP_liberation_air_vehicle_building_near = false; KP_liberation_recycle_building_near = false; }; - + if ( _overlayshown) then { ((uiNamespace getVariable 'GUI_OVERLAY') displayCtrl (266)) ctrlSetText format [ "%1", GRLIB_ui_notif ]; @@ -142,7 +142,7 @@ while { true } do { if (isNil "KP_liberation_supplies") then {KP_liberation_supplies = 0;}; if (isNil "KP_liberation_ammo") then {KP_liberation_ammo = 0;}; if (isNil "KP_liberation_fuel") then {KP_liberation_fuel = 0;}; - + if ((_uiticks % 5 == 0) || _notNearFOB) then { ((uiNamespace getVariable 'GUI_OVERLAY') displayCtrl (758004)) ctrlSetText format ["%1", _resource_area]; @@ -178,7 +178,7 @@ while { true } do { {((uiNamespace getVariable 'GUI_OVERLAY') displayCtrl (_x)) ctrlShow false;} foreach _resourcescontrols; _notNearFOB = true; }; - + if ( _uiticks % 25 == 0 ) then { if (!isNil "active_sectors" && ( [] call F_opforCap >= GRLIB_sector_cap)) then { @@ -245,4 +245,4 @@ while { true } do { _uiticks = _uiticks + 1; if ( _uiticks > 1000 ) then { _uiticks = 0 }; uiSleep 0.25; -}; \ No newline at end of file +}; diff --git a/Missionframework/scripts/server/asymmetric/asymmetric_loop.sqf b/Missionframework/scripts/server/asymmetric/asymmetric_loop.sqf index d07c1005a..9d251518c 100644 --- a/Missionframework/scripts/server/asymmetric/asymmetric_loop.sqf +++ b/Missionframework/scripts/server/asymmetric/asymmetric_loop.sqf @@ -7,21 +7,21 @@ KP_liberation_asymmetric_sectors = []; while {GRLIB_endgame == 0} do { private _sectors_to_remove = []; - + { if (!(_x in blufor_sectors) || (KP_liberation_civ_rep > -25)) then { _sectors_to_remove pushBack _x; }; } forEach KP_liberation_asymmetric_sectors; - + KP_liberation_asymmetric_sectors = KP_liberation_asymmetric_sectors - _sectors_to_remove; - if (KP_liberation_civ_rep <= -25) then { + if (KP_liberation_civ_rep <= -25) then { { private _sector = _x; private _blocked = false; private _units_at_sector = [getmarkerpos _sector, GRLIB_sector_size, GRLIB_side_friendly] call F_getUnitsCount; - + { if ((_x select 0) == _sector) exitWith { if ((((_x select 1) + 1800) < time) && (_units_at_sector == 0)) then { @@ -33,7 +33,7 @@ while {GRLIB_endgame == 0} do { }; }; } forEach asymm_blocked_sectors; - + if ((_units_at_sector > 0) && !(_sector in KP_liberation_asymmetric_sectors) && !_blocked) then { KP_liberation_asymmetric_sectors pushBack _sector; @@ -54,7 +54,7 @@ while {GRLIB_endgame == 0} do { if (!(_units_at_sector > 0) && (_sector in KP_liberation_asymmetric_sectors)) then { KP_liberation_asymmetric_sectors = KP_liberation_asymmetric_sectors - [_sector]; }; - } forEach ([(sectors_capture + sectors_bigtown), {_x in blufor_sectors}] call BIS_fnc_conditionalSelect); + } forEach ((sectors_capture + sectors_bigtown) select {_x in blufor_sectors}); }; publicVariable "KP_liberation_asymmetric_sectors"; publicVariable "asymm_blocked_sectors"; diff --git a/Missionframework/scripts/server/asymmetric/ied/manage_asymIED.sqf b/Missionframework/scripts/server/asymmetric/ied/manage_asymIED.sqf index 65693928a..43bcff61f 100644 --- a/Missionframework/scripts/server/asymmetric/ied/manage_asymIED.sqf +++ b/Missionframework/scripts/server/asymmetric/ied/manage_asymIED.sqf @@ -31,8 +31,8 @@ if (!(isnull _roadobj)) then { if (KP_liberation_asymmetric_debug > 0) then {private _text = format ["[KP LIBERATION] [ASYMMETRIC] manage_asymIED.sqf -> IED %1 spawned at %2", _count, markerText _sector];_text remoteExec ["diag_log",2];}; while {(_sector in KP_liberation_asymmetric_sectors) && (mineActive _ied_obj) && !_goes_boom} do { - _nearinfantry = [(getpos _ied_obj) nearEntities ["Man", _activation_radius_infantry] , {side _x == GRLIB_side_friendly}] call BIS_fnc_conditionalSelect; - _nearvehicles = [(getpos _ied_obj) nearEntities [["Car", "Tank", "Air"], _activation_radius_vehicles] , {side _x == GRLIB_side_friendly}] call BIS_fnc_conditionalSelect; + _nearinfantry = ((getpos _ied_obj) nearEntities ["Man", _activation_radius_infantry]) select {side _x == GRLIB_side_friendly}; + _nearvehicles = ((getpos _ied_obj) nearEntities [["Car", "Tank", "Air"], _activation_radius_vehicles]) select {side _x == GRLIB_side_friendly}; if (count _nearinfantry >= _infantry_trigger || count _nearvehicles >= _vehicle_trigger) then { _ied_obj setDamage 1; stats_ieds_detonated = stats_ieds_detonated + 1; publicVariable "stats_ieds_detonated"; diff --git a/Missionframework/scripts/server/asymmetric/random/asym_sector_ambush.sqf b/Missionframework/scripts/server/asymmetric/random/asym_sector_ambush.sqf index f882b7fbd..f191c2371 100644 --- a/Missionframework/scripts/server/asymmetric/random/asym_sector_ambush.sqf +++ b/Missionframework/scripts/server/asymmetric/random/asym_sector_ambush.sqf @@ -4,7 +4,7 @@ if (KP_liberation_asymmetric_debug > 0) then {private _text = format ["[KP LIBER waitUntil {sleep 1; _sector in KP_liberation_asymmetric_sectors}; -private _buildings = [nearestObjects [(markerPos _sector), ["House"], 75], {(alive _x) && !((typeOf _x) in KP_liberation_cr_ign_buildings)}] call BIS_fnc_conditionalSelect; +private _buildings = (nearestObjects [(markerPos _sector), ["House"], 75]) select {(alive _x) && !((typeOf _x) in KP_liberation_cr_ign_buildings)}; private _positions = []; { _positions = _positions + ([_x] call BIS_fnc_buildingPositions); @@ -45,7 +45,7 @@ while {(_sector in KP_liberation_asymmetric_sectors) && (!isNull _grp)} do { } forEach (units _grp); (units _grp) doFollow (leader _grp); _grp setBehaviour "COMBAT"; - _grp setCombatMode "RED"; + _grp setCombatMode "RED"; private _waypoint = _grp addWaypoint [markerpos _sector, 20]; _waypoint setWaypointType "SAD"; _waypoint setWaypointSpeed "FULL"; diff --git a/Missionframework/scripts/server/civinformant/civinfo_loop.sqf b/Missionframework/scripts/server/civinformant/civinfo_loop.sqf index 918844689..1c645c7dc 100644 --- a/Missionframework/scripts/server/civinformant/civinfo_loop.sqf +++ b/Missionframework/scripts/server/civinformant/civinfo_loop.sqf @@ -16,7 +16,7 @@ while {true} do { if (KP_liberation_civinfo_debug > 0) then {private _text = "[KP LIBERATION] [CIVINFO] Informant waitUntil passed";_text remoteExec ["diag_log",2];}; if ((KP_liberation_civinfo_chance >= (random 100)) && GRLIB_endgame == 0) then { - private _sector = selectRandom ([blufor_sectors, {_x in sectors_capture || _x in sectors_bigtown}] call BIS_fnc_conditionalSelect); + private _sector = selectRandom (blufor_sectors select {_x in sectors_capture || _x in sectors_bigtown}); private _house = (nearestObjects [[((getMarkerPos _sector select 0) - 100 + (random 200)), ((getMarkerPos _sector select 1) - 100 + (random 200))],["House", "Building"], 100]) select 0; private _grp = createGroup [GRLIB_side_civilian, true]; diff --git a/Missionframework/scripts/server/game/check_victory_conditions.sqf b/Missionframework/scripts/server/game/check_victory_conditions.sqf index 231546ebf..50de8a7ed 100644 --- a/Missionframework/scripts/server/game/check_victory_conditions.sqf +++ b/Missionframework/scripts/server/game/check_victory_conditions.sqf @@ -1,6 +1,6 @@ sleep 5; -_blufor_bigtowns = [ blufor_sectors, { _x in sectors_bigtown } ] call BIS_fnc_conditionalSelect; +_blufor_bigtowns = blufor_sectors select {_x in sectors_bigtown}; if ( count _blufor_bigtowns == count sectors_bigtown ) then { GRLIB_endgame = 1; @@ -43,4 +43,4 @@ if ( count _blufor_bigtowns == count sectors_bigtown ) then { { if ( !(isPlayer _x)) then { deleteVehicle _x } } foreach allUnits; -}; \ No newline at end of file +}; diff --git a/Missionframework/scripts/server/game/save_manager.sqf b/Missionframework/scripts/server/game/save_manager.sqf index 83b1f4afb..dee28d7e2 100644 --- a/Missionframework/scripts/server/game/save_manager.sqf +++ b/Missionframework/scripts/server/game/save_manager.sqf @@ -458,8 +458,8 @@ if (count GRLIB_vehicle_to_military_base_links == 0) then { private _assigned_vehicles = []; while {count _assigned_bases < count sectors_military && count _assigned_vehicles < count elite_vehicles} do { - private _nextbase = selectRandom ([sectors_military, {!(_x in _assigned_bases)}] call BIS_fnc_conditionalSelect); - private _nextvehicle = selectRandom ([elite_vehicles, {!(_x in _assigned_vehicles)}] call BIS_fnc_conditionalSelect); + private _nextbase = selectRandom (sectors_military select {!(_x in _assigned_bases)}); + private _nextvehicle = selectRandom (elite_vehicles select {!(_x in _assigned_vehicles)}); _assigned_bases pushback _nextbase; _assigned_vehicles pushback _nextvehicle; GRLIB_vehicle_to_military_base_links pushback [_nextvehicle, _nextbase]; @@ -501,19 +501,19 @@ while {true} do { private _all_storages = []; { private _fobpos = _x; - private _nextbuildings = [_fobpos nearobjects (GRLIB_fob_range * 2), { + private _nextbuildings = (_fobpos nearobjects (GRLIB_fob_range * 2)) select { ((typeof _x) in _classnames_to_save ) && - (alive _x) && // Exclude dead or broken objects - (speed _x < 5) && // Exclude moving objects (like civilians driving through) - (isNull attachedTo _x) && // Exclude attachTo'd objects - (((getpos _x) select 2) < 10) && // Exclude hovering helicopters and the like - (getObjectType _x >= 8) && // Exclude preplaced terrain objects + (alive _x) && // Exclude dead or broken objects + (speed _x < 5) && // Exclude moving objects (like civilians driving through) + (isNull attachedTo _x) && // Exclude attachTo'd objects + (((getpos _x) select 2) < 10) && // Exclude hovering helicopters and the like + (getObjectType _x >= 8) && // Exclude preplaced terrain objects !((typeOf _x) in KP_liberation_crates) && // Exclude storage crates (those are handled separately) !(_x getVariable ["KP_liberation_preplaced", false]) - }] call BIS_fnc_conditionalSelect; + }; - _all_buildings = [(_all_buildings + _nextbuildings), {!((typeOf _x) in KP_liberation_storage_buildings)}] call BIS_fnc_conditionalSelect; - _all_storages = [(_all_storages + _nextbuildings), {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}] call BIS_fnc_conditionalSelect; + _all_buildings = (_all_buildings + _nextbuildings) select {!((typeOf _x) in KP_liberation_storage_buildings)}; + _all_storages = (_all_storages + _nextbuildings) select {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}; { private _nextgroup = _x; diff --git a/Missionframework/scripts/server/offloading/offload_manager.sqf b/Missionframework/scripts/server/offloading/offload_manager.sqf index 0376ce578..1c2c36147 100644 --- a/Missionframework/scripts/server/offloading/offload_manager.sqf +++ b/Missionframework/scripts/server/offloading/offload_manager.sqf @@ -1,34 +1,35 @@ -private [ "_blufor_ai_groups", "_localgroup", "_is_ai_only", "_commander" ]; - -while { GRLIB_endgame == 0 } do { - - _commander = [] call F_getCommander; - - if ( !(isNull _commander ) ) then { - - _blufor_ai_groups = []; - - { - if ( side _x == GRLIB_side_friendly ) then { - _localgroup = _x; - _is_ai_only = true; - - { if ( isPlayer _x ) then { _is_ai_only = false; }; } foreach units _localgroup; - - if ( _is_ai_only ) then { _blufor_ai_groups pushback _localgroup }; - - }; - } foreach ( [ allGroups, { groupOwner _x != owner _commander } ] call BIS_fnc_conditionalSelect ); - - if ( count _blufor_ai_groups > 0 ) then { - { - if ( ( ( leader _x ) distance startbase ) > 500 && ( groupOwner _x != owner _commander ) ) then { - _x setGroupOwner (owner _commander); - sleep 1; - }; - } foreach _blufor_ai_groups; - }; - }; - - sleep 15; -}; \ No newline at end of file +while {GRLIB_endgame == 0} do { + private _commander = [] call F_getCommander; + + if !(isNull _commander) then { + private _blufor_ai_groups = []; + private _localgroup = grpNull; + private _is_ai_only = true; + + { + if (side _x == GRLIB_side_friendly) then { + _localgroup = _x; + _is_ai_only = true; + + { + if (isPlayer _x) exitWith {_is_ai_only = false;}; + } foreach units _localgroup; + + if (_is_ai_only) then { + _blufor_ai_groups pushback _localgroup; + }; + + }; + } foreach (allGroups select {groupOwner _x != owner _commander}); + + if (count _blufor_ai_groups > 0) then { + { + if (((leader _x) distance startbase) > 500 && (groupOwner _x != owner _commander)) then { + _x setGroupOwner (owner _commander); + sleep 1; + }; + } foreach _blufor_ai_groups; + }; + }; + sleep 15; +}; diff --git a/Missionframework/scripts/server/remotecall/add_logiTruck_remote_call.sqf b/Missionframework/scripts/server/remotecall/add_logiTruck_remote_call.sqf index 60a4d06f9..fecc1b7e3 100644 --- a/Missionframework/scripts/server/remotecall/add_logiTruck_remote_call.sqf +++ b/Missionframework/scripts/server/remotecall/add_logiTruck_remote_call.sqf @@ -4,7 +4,7 @@ params ["_index", "_nearfob", "_clientID", "_supplies", "_ammo", "_fuel"]; logiError = 0; -private _storage_areas = [_nearfob nearobjects (GRLIB_fob_range * 2), {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}] call BIS_fnc_conditionalSelect; +private _storage_areas = (_nearfob nearobjects (GRLIB_fob_range * 2)) select {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}; if ((count _storage_areas) == 0) exitWith {(localize "STR_LOGISTIC_CANTAFFORD") remoteExec ["hint",_clientID]; logiError = 1; _clientID publicVariableClient "logiError";}; @@ -15,7 +15,7 @@ private _price_f = 100; if ((_price_s > _supplies) || (_price_a > _ammo) || (_price_f > _fuel)) exitWith {(localize "STR_LOGISTIC_CANTAFFORD") remoteExec ["hint",_clientID]; logiError = 1; _clientID publicVariableClient "logiError";}; { - + private _storage_positions = []; private _storedCrates = (attachedObjects _x); @@ -25,7 +25,7 @@ if ((_price_s > _supplies) || (_price_a > _ammo) || (_price_f > _fuel)) exitWith private _crateValue = _x getVariable ["KP_liberation_crate_value",0]; switch ((typeOf _x)) do { - case KP_liberation_supply_crate: { + case KP_liberation_supply_crate: { if (_price_s > 0) then { if (_crateValue > _price_s) then { _crateValue = _crateValue - _price_s; @@ -67,7 +67,7 @@ if ((_price_s > _supplies) || (_price_a > _ammo) || (_price_f > _fuel)) exitWith default {diag_log format ["[KP LIBERATION] [ERROR] Invalid object (%1) at storage area", (typeOf _x)];}; }; } forEach _storedCrates; - + switch (typeOf _x) do { case KP_liberation_small_storage_building: {_storage_positions = KP_liberation_small_storage_positions;}; case KP_liberation_large_storage_building: {_storage_positions = KP_liberation_large_storage_positions;}; @@ -90,7 +90,7 @@ if ((_price_s > _supplies) || (_price_a > _ammo) || (_price_f > _fuel)) exitWith } forEach attachedObjects (_x); if ((_price_s == 0) && (_price_a == 0) && (_price_f == 0)) exitWith {}; - + } forEach _storage_areas; please_recalculate = true; diff --git a/Missionframework/scripts/server/remotecall/build_fac_remote_call.sqf b/Missionframework/scripts/server/remotecall/build_fac_remote_call.sqf index 1b79c65ca..a3acb4ebe 100644 --- a/Missionframework/scripts/server/remotecall/build_fac_remote_call.sqf +++ b/Missionframework/scripts/server/remotecall/build_fac_remote_call.sqf @@ -19,7 +19,7 @@ switch (_fac) do { if ((_x select 1) == (_sector select 1)) exitWith { if (((_x select 9) >= _price_s) && ((_x select 10) >= _price_a) && ((_x select 11) >= _price_f)) then { private _storage = nearestObjects [(markerPos (_x select 1)), [KP_liberation_small_storage_building], GRLIB_fob_range]; - _storage = [_storage, {(_x getVariable ["KP_liberation_storage_type",-1]) == 1}] call BIS_fnc_conditionalSelect; + _storage = _storage select {(_x getVariable ["KP_liberation_storage_type",-1]) == 1}; if ((count _storage) == 0) exitWith {}; _storage = (_storage select 0); private _storedCrates = (attachedObjects _storage); @@ -29,7 +29,7 @@ switch (_fac) do { private _crateValue = _x getVariable ["KP_liberation_crate_value",0]; switch ((typeOf _x)) do { - case KP_liberation_supply_crate: { + case KP_liberation_supply_crate: { if (_price_s > 0) then { if (_crateValue > _price_s) then { _crateValue = _crateValue - _price_s; diff --git a/Missionframework/scripts/server/remotecall/del_logiTruck_remote_call.sqf b/Missionframework/scripts/server/remotecall/del_logiTruck_remote_call.sqf index 0b4488e00..4f870ca41 100644 --- a/Missionframework/scripts/server/remotecall/del_logiTruck_remote_call.sqf +++ b/Missionframework/scripts/server/remotecall/del_logiTruck_remote_call.sqf @@ -6,7 +6,7 @@ logiError = 0; if (((KP_liberation_logistics select _index) select 1) <= 0) exitWith {logiError = 1; _clientID publicVariableClient "logiError";}; -private _storage_areas = [_nearfob nearobjects (GRLIB_fob_range * 2), {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}] call BIS_fnc_conditionalSelect; +private _storage_areas = (_nearfob nearobjects (GRLIB_fob_range * 2)) select {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}; if ((count _storage_areas) == 0) exitWith {(localize "STR_LOGISTIC_NOSPACE") remoteExec ["hint",_clientID]; logiError = 1; _clientID publicVariableClient "logiError";}; diff --git a/Missionframework/scripts/server/remotecall/sector_liberated_remote_call.sqf b/Missionframework/scripts/server/remotecall/sector_liberated_remote_call.sqf index 72173a581..aab9befb5 100644 --- a/Missionframework/scripts/server/remotecall/sector_liberated_remote_call.sqf +++ b/Missionframework/scripts/server/remotecall/sector_liberated_remote_call.sqf @@ -35,7 +35,7 @@ stats_sectors_liberated = stats_sectors_liberated + 1; if (_liberated_sector in sectors_factory) then { private _sectorType = 1; - private _sectorFacilities = ([KP_liberation_production_markers, {_liberated_sector == (_x select 0)}] call BIS_fnc_conditionalSelect) select 0; + private _sectorFacilities = (KP_liberation_production_markers select {_liberated_sector == (_x select 0)}) select 0; private _producing = 3; { diff --git a/Missionframework/scripts/server/resources/manage_resources.sqf b/Missionframework/scripts/server/resources/manage_resources.sqf index f10bf8225..e8fb1e574 100644 --- a/Missionframework/scripts/server/resources/manage_resources.sqf +++ b/Missionframework/scripts/server/resources/manage_resources.sqf @@ -9,7 +9,7 @@ if (KP_liberation_production_debug > 0) then {diag_log "[KP LIBERATION] [PRODUCT while {GRLIB_endgame == 0} do { recalculate_sectors = false; - + if (((count (allPlayers - entities "HeadlessClient_F")) > 0) && ((count KP_liberation_production) > 0)) then { waitUntil {sleep 0.5; !sectors_recalculating}; sectors_recalculating = true; @@ -28,16 +28,16 @@ while {GRLIB_endgame == 0} do { private _time = _x select 8; private _storage = nearestObjects [(markerPos (_x select 1)), [KP_liberation_small_storage_building], GRLIB_fob_range]; - _storage = [_storage, {(_x getVariable ["KP_liberation_storage_type",-1]) == 1}] call BIS_fnc_conditionalSelect; + _storage = _storage select {(_x getVariable ["KP_liberation_storage_type",-1]) == 1}; if ((count _storage) > 0) then { _storage = (_storage select 0); _storageArray = [(getPosATL _storage),(getDir _storage),(vectorUpVisual _storage)]; - + if (_time_update) then { - + if ((_time - 1) < 1) then { _time = KP_liberation_production_interval; - + if (((count (attachedObjects _storage)) < 12) && !((_x select 7) == 3)) then { private _crateType = KP_liberation_supply_crate; switch (_x select 7) do { diff --git a/Missionframework/scripts/server/resources/recalculate_resources.sqf b/Missionframework/scripts/server/resources/recalculate_resources.sqf index a20af448d..cf96a52bd 100644 --- a/Missionframework/scripts/server/resources/recalculate_resources.sqf +++ b/Missionframework/scripts/server/resources/recalculate_resources.sqf @@ -23,21 +23,21 @@ while {true} do { private _local_heli_slots = 0; private _local_plane_slots = 0; private _local_infantry_cap = 50 * GRLIB_resources_multiplier; - + { private _fob_buildings = _x nearobjects (GRLIB_fob_range * 2); - private _storage_areas = [_fob_buildings, {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}] call BIS_fnc_conditionalSelect; + private _storage_areas = _fob_buildings select {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}; private _heliSlots = {(typeOf _x) == KP_liberation_heli_slot_building;} count _fob_buildings; private _planeSlots = {(typeOf _x) == KP_liberation_plane_slot_building;} count _fob_buildings; private _hasAirBuilding = {(typeOf _x) == KP_liberation_air_vehicle_building;} count _fob_buildings; if (_hasAirBuilding > 0) then {_hasAirBuilding = true;} else {_hasAirBuilding = false;}; private _hasRecBuilding = {(typeOf _x) == KP_liberation_recycle_building;} count _fob_buildings; if (_hasRecBuilding > 0) then {_hasRecBuilding = true;} else {_hasRecBuilding = false;}; - + private _supplyValue = 0; private _ammoValue = 0; private _fuelValue = 0; - + { { switch ((typeOf _x)) do { @@ -48,15 +48,15 @@ while {true} do { }; } forEach (attachedObjects _x); } forEach _storage_areas; - + _local_fob_resources pushBack [_x, _supplyValue, _ammoValue, _fuelValue, _hasAirBuilding, _hasRecBuilding]; _local_supplies_global = _local_supplies_global + _supplyValue; _local_ammo_global = _local_ammo_global + _ammoValue; _local_fuel_global = _local_fuel_global + _fuelValue; _local_heli_slots = _local_heli_slots + _heliSlots; _local_plane_slots = _local_plane_slots + _planeSlots; - } forEach GRLIB_all_fobs; - + } forEach GRLIB_all_fobs; + { if ( _x in sectors_capture ) then { _local_infantry_cap = _local_infantry_cap + (10 * GRLIB_resources_multiplier); diff --git a/Missionframework/scripts/server/sector/attack_in_progress_fob.sqf b/Missionframework/scripts/server/sector/attack_in_progress_fob.sqf index e8b48658f..5a8367c4a 100644 --- a/Missionframework/scripts/server/sector/attack_in_progress_fob.sqf +++ b/Missionframework/scripts/server/sector/attack_in_progress_fob.sqf @@ -50,7 +50,7 @@ if ( GRLIB_endgame == 0 ) then { stats_fobs_lost = stats_fobs_lost + 1; } else { [_thispos, 3] remoteExec ["remote_call_fob"]; - { [_x] spawn prisonner_ai; } foreach ( [ _thispos nearEntities [ "Man", GRLIB_capture_size * 0.8], { side group _x == GRLIB_side_enemy } ] call BIS_fnc_conditionalSelect ); + {[_x] spawn prisonner_ai;} foreach ((_thispos nearEntities ["Man", GRLIB_capture_size * 0.8]) select {side group _x == GRLIB_side_enemy}); }; }; @@ -60,4 +60,4 @@ if ( GRLIB_blufor_defenders ) then { { if ( alive _x ) then { deleteVehicle _x }; } foreach units _grp; -}; \ No newline at end of file +}; diff --git a/Missionframework/scripts/server/sector/attack_in_progress_sector.sqf b/Missionframework/scripts/server/sector/attack_in_progress_sector.sqf index cf6a41215..0413e62c8 100644 --- a/Missionframework/scripts/server/sector/attack_in_progress_sector.sqf +++ b/Missionframework/scripts/server/sector/attack_in_progress_sector.sqf @@ -58,7 +58,7 @@ if ( GRLIB_endgame == 0 ) then { detach _x; deleteVehicle _x; } forEach (attachedObjects ((nearestObjects [((_x select 3) select 0), [KP_liberation_small_storage_building], 10]) select 0)); - + deleteVehicle ((nearestObjects [((_x select 3) select 0), [KP_liberation_small_storage_building], 10]) select 0); }; KP_liberation_production = KP_liberation_production - [_x]; @@ -66,7 +66,7 @@ if ( GRLIB_endgame == 0 ) then { } forEach KP_liberation_production; } else { [_sector, 3] remoteExec ["remote_call_sector"]; - { [_x] spawn prisonner_ai; } foreach ( [ (markerpos _sector) nearEntities [ "Man", GRLIB_capture_size * 0.8 ], { side group _x == GRLIB_side_enemy } ] call BIS_fnc_conditionalSelect ); + {[_x] spawn prisonner_ai;} foreach (((markerpos _sector) nearEntities ["Man", GRLIB_capture_size * 0.8]) select {side group _x == GRLIB_side_enemy}); }; }; @@ -76,4 +76,4 @@ if ( GRLIB_blufor_defenders ) then { { if ( alive _x ) then { deleteVehicle _x }; } foreach units _grp; -}; \ No newline at end of file +}; diff --git a/Missionframework/scripts/server/sector/destroy_fob.sqf b/Missionframework/scripts/server/sector/destroy_fob.sqf index 62144aeef..7b06083c1 100644 --- a/Missionframework/scripts/server/sector/destroy_fob.sqf +++ b/Missionframework/scripts/server/sector/destroy_fob.sqf @@ -5,7 +5,7 @@ classnames_to_destroy = [FOB_typename]; classnames_to_destroy = classnames_to_destroy + [(_x select 0)]; } foreach buildings; -_nextbuildingsdestroy = [ (_fobposdestroy nearobjects 150) , { getObjectType _x >= 8 } ] call BIS_fnc_conditionalSelect; +_nextbuildingsdestroy = (_fobposdestroy nearobjects 150) select {getObjectType _x >= 8}; _all_buildings_to_destroy = []; { if ( (typeof _x) in classnames_to_destroy ) then { @@ -16,4 +16,4 @@ _all_buildings_to_destroy = []; { _x setdamage 1; sleep (random 3); -} foreach _all_buildings_to_destroy \ No newline at end of file +} foreach _all_buildings_to_destroy diff --git a/Missionframework/scripts/server/sector/ied_manager.sqf b/Missionframework/scripts/server/sector/ied_manager.sqf index b4489d92d..292a5eab5 100644 --- a/Missionframework/scripts/server/sector/ied_manager.sqf +++ b/Missionframework/scripts/server/sector/ied_manager.sqf @@ -37,8 +37,8 @@ if (!(isnull _roadobj)) then { if (KP_liberation_asymmetric_debug > 0) then {private _text = format ["[KP LIBERATION] [ASYMMETRIC] ied_manager.sqf -> IED %1 spawned at %2", _number, markerText _sector];_text remoteExec ["diag_log",2];}; while {_sector in active_sectors && mineActive _ied_obj && !_goes_boom} do { - _nearinfantry = [(getpos _ied_obj) nearEntities ["Man", _activation_radius_infantry] , {side _x == GRLIB_side_friendly}] call BIS_fnc_conditionalSelect; - _nearvehicles = [(getpos _ied_obj) nearEntities [["Car", "Tank", "Air"], _activation_radius_vehicles] , {side _x == GRLIB_side_friendly}] call BIS_fnc_conditionalSelect; + _nearinfantry = ((getpos _ied_obj) nearEntities ["Man", _activation_radius_infantry]) select {side _x == GRLIB_side_friendly}; + _nearvehicles = ((getpos _ied_obj) nearEntities [["Car", "Tank", "Air"], _activation_radius_vehicles]) select {side _x == GRLIB_side_friendly}; if (count _nearinfantry >= _infantry_trigger || count _nearvehicles >= _vehicle_trigger) then { if (_ultra_strong) then { "Bomb_04_F" createVehicle (getpos _ied_obj); diff --git a/Missionframework/scripts/server/sector/manage_intel.sqf b/Missionframework/scripts/server/sector/manage_intel.sqf index 633df97a1..ecaba22a8 100644 --- a/Missionframework/scripts/server/sector/manage_intel.sqf +++ b/Missionframework/scripts/server/sector/manage_intel.sqf @@ -27,14 +27,14 @@ if (!(_sector in KP_military_sectors_already_activated)) then { KP_military_sectors_already_activated pushback _sector; - private _nearbuildings = [nearestObjects [markerpos _sector, _compatible_classnames, _intel_range], {alive _x}] call BIS_fnc_conditionalSelect; + private _nearbuildings = (nearestObjects [markerpos _sector, _compatible_classnames, _intel_range]) select {alive _x}; if ((count _nearbuildings) > 0) then { private _building_positions = []; {_building_positions = _building_positions + ([_x] call BIS_fnc_buildingPositions);} foreach _nearbuildings; - _building_positions = [_building_positions, {(_x select 2) < 2 }] call BIS_fnc_conditionalSelect; + _building_positions = _building_positions select {(_x select 2) < 2}; if ((count _building_positions) >= (_nbintel * 4)) then { @@ -43,7 +43,7 @@ if (!(_sector in KP_military_sectors_already_activated)) then { while {_nbintel > 0} do { private _buildingposition = selectRandom _building_positions; - + while {_buildingposition in _used_positions} do { _buildingposition = selectRandom _building_positions; }; diff --git a/Missionframework/scripts/server/sector/manage_one_sector.sqf b/Missionframework/scripts/server/sector/manage_one_sector.sqf index e3de8f250..13dbffc6c 100644 --- a/Missionframework/scripts/server/sector/manage_one_sector.sqf +++ b/Missionframework/scripts/server/sector/manage_one_sector.sqf @@ -34,9 +34,9 @@ private _opforcount = [] call F_opforCap; if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] call F_getCorrectedSectorRange, GRLIB_side_friendly] call F_getUnitsCount) > 0)) then { - if (_sector in sectors_bigtown) then { + if (_sector in sectors_bigtown) then { if (combat_readiness > 30) then {_infsquad = "army";}; - + _squad1 = ([_infsquad] call F_getAdaptiveSquadComp); _squad2 = ([_infsquad] call F_getAdaptiveSquadComp); if (GRLIB_unitcap >= 1) then {_squad3 = ([_infsquad] call F_getAdaptiveSquadComp);}; @@ -50,7 +50,7 @@ if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] cal _vehtospawn pushback ([] call F_getAdaptiveVehicle); if ((random 100) > (33 / GRLIB_difficulty_modifier)) then {_vehtospawn pushback ([] call F_getAdaptiveVehicle);}; }; - + _spawncivs = true; if (((random 100) <= KP_liberation_resistance_sector_chance) && (([] call F_cr_getMulti) > 0)) then { @@ -60,7 +60,7 @@ if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] cal _building_ai_max = round (50 * _popfactor); _building_range = 200; _local_capture_size = _local_capture_size * 1.4; - + if (KP_liberation_civ_rep < 0) then { _iedcount = round (2 + (ceil (random 4)) * (round ((KP_liberation_civ_rep * -1) / 33)) * GRLIB_difficulty_modifier); } else { @@ -71,10 +71,10 @@ if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] cal if (_sector in sectors_capture) then { if (combat_readiness > 50) then {_infsquad = "army";}; - + _squad1 = ([_infsquad] call F_getAdaptiveSquadComp); if (GRLIB_unitcap >= 1.25) then {_squad2 = ([_infsquad] call F_getAdaptiveSquadComp);}; - + if ((random 100) > (66 / GRLIB_difficulty_modifier)) then {_vehtospawn pushback (selectRandom militia_vehicles);}; if ((random 100) > (33 / GRLIB_difficulty_modifier)) then {_vehtospawn pushback (selectRandom militia_vehicles);}; if (_infsquad == "army") then { @@ -84,16 +84,16 @@ if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] cal _squad3 = ([_infsquad] call F_getAdaptiveSquadComp); }; }; - + _spawncivs = true; if (((random 100) <= KP_liberation_resistance_sector_chance) && (([] call F_cr_getMulti) > 0)) then { _guerilla = true; }; - + _building_ai_max = round ((floor (18 + (round (combat_readiness / 10 )))) * _popfactor); _building_range = 120; - + if (KP_liberation_civ_rep < 0) then { _iedcount = round ((ceil (random 4)) * (round ((KP_liberation_civ_rep * -1) / 33)) * GRLIB_difficulty_modifier); } else { @@ -104,42 +104,42 @@ if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] cal if (_sector in sectors_military) then { _infsquad = "army"; - + _squad1 = ([_infsquad] call F_getAdaptiveSquadComp); _squad2 = ([_infsquad] call F_getAdaptiveSquadComp); if (GRLIB_unitcap >= 1.5) then {_squad3 = ([_infsquad] call F_getAdaptiveSquadComp);}; - + _vehtospawn = [([] call F_getAdaptiveVehicle),([] call F_getAdaptiveVehicle)]; if ((random 100) > (33 / GRLIB_difficulty_modifier)) then { _vehtospawn pushback ([] call F_getAdaptiveVehicle); _squad4 = ([_infsquad] call F_getAdaptiveSquadComp); }; if ((random 100) > (66 / GRLIB_difficulty_modifier)) then {_vehtospawn pushback ([] call F_getAdaptiveVehicle);}; - + _spawncivs = false; - + _building_ai_max = round ((floor (18 + (round (combat_readiness / 4 )))) * _popfactor); _building_range = 120; }; if (_sector in sectors_factory) then { if (combat_readiness > 40) then {_infsquad = "army";}; - + _squad1 = ([_infsquad] call F_getAdaptiveSquadComp); if (GRLIB_unitcap >= 1.25) then {_squad2 = ([_infsquad] call F_getAdaptiveSquadComp);}; if ((random 100) > 66) then {_vehtospawn pushback ([] call F_getAdaptiveVehicle);}; if ((random 100) > 33) then {_vehtospawn pushback (selectRandom militia_vehicles);}; - + _spawncivs = false; if (((random 100) <= KP_liberation_resistance_sector_chance) && (([] call F_cr_getMulti) > 0)) then { _guerilla = true; }; - + _building_ai_max = round ((floor (18 + (round (combat_readiness / 10 )))) * _popfactor); _building_range = 120; - + if (KP_liberation_civ_rep < 0) then { _iedcount = round ((ceil (random 3)) * (round ((KP_liberation_civ_rep * -1) / 33)) * GRLIB_difficulty_modifier); } else { @@ -177,7 +177,7 @@ if ((!(_sector in blufor_sectors)) && (([getmarkerpos _sector, [_opforcount] cal } forEach _vehtospawn; if (_building_ai_max > 0) then { - _allbuildings = [nearestObjects [_sectorpos, ["House"], _building_range], {alive _x}] call BIS_fnc_conditionalSelect; + _allbuildings = (nearestObjects [_sectorpos, ["House"], _building_range]) select {alive _x}; _buildingpositions = []; { _buildingpositions = _buildingpositions + ([_x] call BIS_fnc_buildingPositions); diff --git a/Missionframework/scripts/shared/functions/F_filterMods.sqf b/Missionframework/scripts/shared/functions/F_filterMods.sqf index 625cfad02..fdf32783a 100644 --- a/Missionframework/scripts/shared/functions/F_filterMods.sqf +++ b/Missionframework/scripts/shared/functions/F_filterMods.sqf @@ -1,2 +1,2 @@ params [ "_classname" ]; -[ _classname , { [ ( _x select 0 ) ] call F_checkClass } ] call BIS_fnc_conditionalSelect; \ No newline at end of file +_classname select {[( _x select 0)] call F_checkClass} diff --git a/Missionframework/scripts/shared/functions/F_getMobileRespawns.sqf b/Missionframework/scripts/shared/functions/F_getMobileRespawns.sqf index c8f0bb138..342e595b2 100644 --- a/Missionframework/scripts/shared/functions/F_getMobileRespawns.sqf +++ b/Missionframework/scripts/shared/functions/F_getMobileRespawns.sqf @@ -1,9 +1,14 @@ private [ "_respawn_trucks_unsorted", "_respawn_trucks_sorted" ]; -_respawn_trucks_unsorted = [ vehicles, { ( typeof _x == Respawn_truck_typename || typeof _x == huron_typename ) && _x distance startbase > 500 && - !surfaceIsWater (getpos _x) && ((getpos _x) select 2) < 5 && alive _x && speed _x < 5 } - ] call BIS_fnc_conditionalSelect; +_respawn_trucks_unsorted = vehicles select { + (typeof _x == Respawn_truck_typename || typeof _x == huron_typename ) && + _x distance startbase > 500 && + !surfaceIsWater (getpos _x) && + ((getpos _x) select 2) < 5 && + alive _x && + speed _x < 5 +}; _respawn_trucks_sorted = [ _respawn_trucks_unsorted , [] , { (getpos _x) select 0 } , 'ASCEND' ] call BIS_fnc_sortBy; _respawn_trucks_sorted diff --git a/Missionframework/scripts/shared/functions/F_getNearbyPlayers.sqf b/Missionframework/scripts/shared/functions/F_getNearbyPlayers.sqf index d82aa063e..10854b4ba 100644 --- a/Missionframework/scripts/shared/functions/F_getNearbyPlayers.sqf +++ b/Missionframework/scripts/shared/functions/F_getNearbyPlayers.sqf @@ -1,3 +1,3 @@ params [ "_searchposition", "_distance"]; -[ allPlayers, { alive _x && _x distance _searchposition < _distance } ] call BIS_fnc_conditionalSelect \ No newline at end of file +allPlayers select {alive _x && _x distance _searchposition < _distance} diff --git a/Missionframework/scripts/shared/functions/F_getNearestSector.sqf b/Missionframework/scripts/shared/functions/F_getNearestSector.sqf index c201537fa..94bc9d3d2 100644 --- a/Missionframework/scripts/shared/functions/F_getNearestSector.sqf +++ b/Missionframework/scripts/shared/functions/F_getNearestSector.sqf @@ -1,7 +1,7 @@ params ["_limit", ["_postosearch", getpos player]]; private _sector_to_return = ""; -private _close_sectors = [sectors_allSectors, {(markerPos _x) distance _postosearch < _limit}] call BIS_fnc_conditionalSelect; +private _close_sectors = sectors_allSectors select {(markerPos _x) distance _postosearch < _limit}; private _close_sectors_sorted = [_close_sectors, [_postosearch, _limit], {(markerPos _x) distance _input0}, "ASCEND"] call BIS_fnc_sortBy; if (count _close_sectors_sorted > 0) then {_sector_to_return = _close_sectors_sorted select 0;}; diff --git a/Missionframework/scripts/shared/functions/F_getNearestTower.sqf b/Missionframework/scripts/shared/functions/F_getNearestTower.sqf index 088e6c373..a48148054 100644 --- a/Missionframework/scripts/shared/functions/F_getNearestTower.sqf +++ b/Missionframework/scripts/shared/functions/F_getNearestTower.sqf @@ -7,10 +7,10 @@ waitUntil {!isNil "blufor_sectors"}; if ( _side == GRLIB_side_enemy ) then { _sectors_to_search = (sectors_tower - blufor_sectors); } else { - _sectors_to_search = [ blufor_sectors , { _x in sectors_tower } ] call BIS_fnc_conditionalSelect; + _sectors_to_search = blufor_sectors select {_x in sectors_tower}; }; -_sectors_to_search = [ _sectors_to_search , { (markerPos _x) distance _postosearch < _limit } ] call BIS_fnc_conditionalSelect; +_sectors_to_search = _sectors_to_search select {(markerPos _x) distance _postosearch < _limit}; _sectors_to_search_sorted = [ _sectors_to_search , [_postosearch] , { (markerPos _x) distance _input0 } , 'ASCEND' ] call BIS_fnc_sortBy; if ( count _sectors_to_search_sorted > 0 ) then { _sector_to_return = _sectors_to_search_sorted select 0; } else { _sector_to_return = '' }; diff --git a/Missionframework/scripts/shared/functions/F_getUnitsCount.sqf b/Missionframework/scripts/shared/functions/F_getUnitsCount.sqf index a88a4ed5a..130271827 100644 --- a/Missionframework/scripts/shared/functions/F_getUnitsCount.sqf +++ b/Missionframework/scripts/shared/functions/F_getUnitsCount.sqf @@ -1,7 +1,7 @@ params ["_position", "_distance", "_side"]; -private _infantrycount = _side countSide ([_position nearEntities ["Man", _distance] , {!(captive _x) && ((getpos _x) select 2 < 100)}] call BIS_fnc_conditionalSelect); -private _countedvehicles = [(_position nearEntities [["Car", "Tank", "Air"], _distance]), {((getpos _x) select 2 < 750) && count (crew _x) > 0}] call BIS_fnc_conditionalSelect; +private _infantrycount = _side countSide ((_position nearEntities ["Man", _distance]) select {!(captive _x) && ((getpos _x) select 2 < 100)}); +private _countedvehicles = (_position nearEntities [["Car", "Tank", "Air"], _distance]) select {((getpos _x) select 2 < 750) && count (crew _x) > 0}; private _vehiclecrewcount = 0; {_vehiclecrewcount = _vehiclecrewcount + (_side countSide (crew _x))} forEach _countedvehicles; diff --git a/Missionframework/scripts/shared/functions/F_rearmVehicle.sqf b/Missionframework/scripts/shared/functions/F_rearmVehicle.sqf index 86ad4fbf4..daa016293 100644 --- a/Missionframework/scripts/shared/functions/F_rearmVehicle.sqf +++ b/Missionframework/scripts/shared/functions/F_rearmVehicle.sqf @@ -1,2 +1,2 @@ params [ "_veh" ]; -_veh setVehicleAmmo 1; \ No newline at end of file +_veh setVehicleAmmoDef 1; \ No newline at end of file diff --git a/Missionframework/scripts/shared/functions/F_spartanScan.sqf b/Missionframework/scripts/shared/functions/F_spartanScan.sqf index ace9adeef..cf890417c 100644 --- a/Missionframework/scripts/shared/functions/F_spartanScan.sqf +++ b/Missionframework/scripts/shared/functions/F_spartanScan.sqf @@ -1,6 +1,6 @@ private [ "_spartans", "_spartan" ]; -_spartans = [ vehicles , { typeof _x == huron_typename && alive _x } ] call BIS_fnc_conditionalSelect; +_spartans = vehicles select {typeof _x == huron_typename && alive _x}; _spartan = objNull; if ( count _spartans != 0 ) then { _spartan = _spartans select 0 }; diff --git a/Missionframework/scripts/shared/functions/F_spawnMilitaryPostSquad.sqf b/Missionframework/scripts/shared/functions/F_spawnMilitaryPostSquad.sqf index 92362433e..62530d890 100644 --- a/Missionframework/scripts/shared/functions/F_spawnMilitaryPostSquad.sqf +++ b/Missionframework/scripts/shared/functions/F_spawnMilitaryPostSquad.sqf @@ -2,7 +2,7 @@ params ["_squadpos"]; private _spawned_units_local = []; -private _allposts = [nearestObjects [_squadpos, ["Land_Cargo_Patrol_V1_F","Land_Cargo_Patrol_V2_F","Land_Cargo_Patrol_V3_F","Land_Cargo_Patrol_V4_F"], GRLIB_capture_size] , {alive _x}] call BIS_fnc_conditionalSelect; +private _allposts = (nearestObjects [_squadpos, ["Land_Cargo_Patrol_V1_F","Land_Cargo_Patrol_V2_F","Land_Cargo_Patrol_V3_F","Land_Cargo_Patrol_V4_F"], GRLIB_capture_size]) select {alive _x}; if (count _allposts > 0) then { private _grp = createGroup [GRLIB_side_enemy, true]; diff --git a/Missionframework/scripts/shared/kill_manager.sqf b/Missionframework/scripts/shared/kill_manager.sqf index af6d5b4c3..b7dc8efd6 100644 --- a/Missionframework/scripts/shared/kill_manager.sqf +++ b/Missionframework/scripts/shared/kill_manager.sqf @@ -27,7 +27,7 @@ if (isServer) then { if ((side _killer) == GRLIB_side_friendly) then { - private _nearby_bigtown = [sectors_bigtown, {!(_x in blufor_sectors) && (_unit distance (markerpos _x) < 250) } ] call BIS_fnc_conditionalSelect; + private _nearby_bigtown = sectors_bigtown select {!(_x in blufor_sectors) && (_unit distance (markerpos _x) < 250)}; if (count _nearby_bigtown > 0) then { combat_readiness = combat_readiness + (0.5 * GRLIB_difficulty_modifier); stats_readiness_earned = stats_readiness_earned + (0.5 * GRLIB_difficulty_modifier); diff --git a/Missionframework/scripts/shared/scan_skill.sqf b/Missionframework/scripts/shared/scan_skill.sqf index 84d968a24..744c96a02 100644 --- a/Missionframework/scripts/shared/scan_skill.sqf +++ b/Missionframework/scripts/shared/scan_skill.sqf @@ -1,6 +1,6 @@ set_skill = compile preprocessfilelinenumbers "scripts\shared\set_skill.sqf"; while {true} do { - {[_x] call set_skill} forEach ([allUnits, {local _x && !isplayer _x}] call BIS_fnc_conditionalSelect); + {[_x] call set_skill} forEach (allUnits select {local _x && !isplayer _x}); sleep 15; }; From ad29248fae05d2e45b2cb2e7c02ff166fe4babe3 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 13:45:27 +0200 Subject: [PATCH 045/111] Update Readme --- Missionframework/scripts/client/build/do_build.sqf | 10 +++++----- .../scripts/client/build/open_build_menu.sqf | 8 ++++---- README.md | 2 ++ 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Missionframework/scripts/client/build/do_build.sqf b/Missionframework/scripts/client/build/do_build.sqf index 3655b7847..733158350 100644 --- a/Missionframework/scripts/client/build/do_build.sqf +++ b/Missionframework/scripts/client/build/do_build.sqf @@ -17,7 +17,7 @@ if (isNil "manned") then { manned = false }; if (isNil "gridmode" ) then { gridmode = 0 }; if (isNil "repeatbuild" ) then { repeatbuild = false }; if (isNil "build_rotation" ) then { build_rotation = 0 }; -if (isNil "build_elevation" ) then { build_elevation = 0 }; +if (isNil "build_elevation" ) then { build_elevation = 0 }; waitUntil { sleep 0.2; !isNil "dobuild" }; @@ -37,7 +37,7 @@ while { true } do { _price_f = ((build_lists select buildtype) select buildindex) select 3; _nearfob = [] call F_getNearestFob; - _storage_areas = [_nearfob nearobjects (GRLIB_fob_range * 2), {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}] call BIS_fnc_conditionalSelect; + _storage_areas = (_nearfob nearobjects (GRLIB_fob_range * 2)) select {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}; [_price_s, _price_a, _price_f, _classname, buildtype, _storage_areas] remoteExec ["build_remote_call",2]; }; @@ -145,7 +145,7 @@ while { true } do { } foreach GRLIB_preview_spheres; _vehicle setdir _actualdir; - + _truepos = [_truepos select 0, _truepos select 1, (_truepos select 2) + build_elevation]; _near_objects = (_truepos nearobjects ["AllVehicles", _dist]) ; @@ -260,7 +260,7 @@ while { true } do { _price_f = ((build_lists select buildtype) select buildindex) select 3; _nearfob = [] call F_getNearestFob; - _storage_areas = [_nearfob nearobjects (GRLIB_fob_range * 2), {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}] call BIS_fnc_conditionalSelect; + _storage_areas = (_nearfob nearobjects (GRLIB_fob_range * 2)) select {(_x getVariable ["KP_liberation_storage_type",-1]) == 0}; _supplyCrates = ceil (_price_s / 100); _ammoCrates = ceil (_price_a / 100); @@ -378,7 +378,7 @@ while { true } do { player removeAction _idactplace; player removeAction _idactraise; player removeAction _idactlower; - + if(buildtype == 99) then { _new_fob = getpos player; [_new_fob, false] remoteExec ["build_fob_remote_call",2]; diff --git a/Missionframework/scripts/client/build/open_build_menu.sqf b/Missionframework/scripts/client/build/open_build_menu.sqf index a62a3f207..09c0d8c9e 100644 --- a/Missionframework/scripts/client/build/open_build_menu.sqf +++ b/Missionframework/scripts/client/build/open_build_menu.sqf @@ -34,7 +34,7 @@ localize "STR_BUILD8" ]; _nearfob = [] call F_getNearestFob; -_actual_fob = [KP_liberation_fob_resources, {((_x select 0) distance _nearfob) < GRLIB_fob_range}] call BIS_fnc_conditionalSelect; +_actual_fob = KP_liberation_fob_resources select {((_x select 0) distance _nearfob) < GRLIB_fob_range}; while {dialog && alive player && (dobuild == 0 || buildtype == 1)} do { _build_list = build_lists select buildtype; @@ -49,7 +49,7 @@ while {dialog && alive player && (dobuild == 0 || buildtype == 1)} do { if (buildtype != 8) then { _classnamevar = (_x select 0); _entrytext = getText (_cfg >> _classnamevar >> "displayName"); - + switch (_classnamevar) do { case FOB_box_typename: {_entrytext = localize "STR_FOBBOX";}; case Arsenal_typename: {if (KP_liberation_mobilearsenal) then {_entrytext = localize "STR_ARSENAL_BOX";};}; @@ -138,7 +138,7 @@ while {dialog && alive player && (dobuild == 0 || buildtype == 1)} do { _affordable = true; }; }; - }; + }; if ( buildtype != 8 ) then { { if ( ( _build_item select 0 ) == ( _x select 0 ) ) exitWith { _base_link = _x select 1; _linked = true; } } foreach GRLIB_vehicle_to_military_base_links; @@ -163,7 +163,7 @@ while {dialog && alive player && (dobuild == 0 || buildtype == 1)} do { ctrlSetText [131, format [ "%1 : %2" , localize "STR_MANPOWER", (floor KP_liberation_supplies)]] ; ctrlSetText [132, format [ "%1 : %2" , localize "STR_AMMO", (floor KP_liberation_ammo)]]; ctrlSetText [133, format [ "%1 : %2" , localize "STR_FUEL", (floor KP_liberation_fuel)]]; - + ((findDisplay 5501) displayCtrl (134)) ctrlSetStructuredText formatText [ "%1/%2 %3 - %4/%5 %6 - %7/%8 %9", unitcap, diff --git a/README.md b/README.md index c55105dee..00f5b3d39 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,8 @@ class Missions * Tweaked: Renamed Huron marker. * Tweaked: If there isn't enough enemy territory left for a secondary mission to start, the player gets a small hint now. * Tweaked: BWMod item classnames in KP_liberation_allowed_items_extension. Thanks to [madpat3](https://github.com/madpat3) +* Tweaked: Equalized all Eden attributes of the mission.sqm files. +* Tweaked: Replaced deprecated `BIS_fnc_conditionalSelect` function calls with sensible select statements. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. * Fixed: Blufor soldier losses weren't counted in statistics. From e3359d5d5e9a130a886405aa1b63de28f14fe048 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 14:47:53 +0200 Subject: [PATCH 046/111] Weferlingen summer mission.sqm --- .../mission.sqm | 22384 ++++++++++++++++ 1 file changed, 22384 insertions(+) create mode 100644 Missionbasefiles/kp_liberation.gm_weferlingen_summer/mission.sqm diff --git a/Missionbasefiles/kp_liberation.gm_weferlingen_summer/mission.sqm b/Missionbasefiles/kp_liberation.gm_weferlingen_summer/mission.sqm new file mode 100644 index 000000000..fa8223113 --- /dev/null +++ b/Missionbasefiles/kp_liberation.gm_weferlingen_summer/mission.sqm @@ -0,0 +1,22384 @@ +version=53; +class EditorData +{ + moveGridStep=1; + angleGridStep=0.2617994; + scaleGridStep=1; + autoGroupingDist=10; + toggles=513; + class ItemIDProvider + { + nextID=3420; + }; + class LayerIndexProvider + { + nextID=54; + }; + class Camera + { + pos[]={319.99911,75.895821,20177.258}; + dir[]={-0.60197383,-0.48471811,0.63461018}; + up[]={-0.33359206,0.87465936,0.3516795}; + aside[]={0.72553635,7.6033757e-008,0.68821996}; + }; +}; +binarizationWanted=0; +addons[]= +{ + "A3_Ui_F", + "A3_Modules_F_Curator_Curator", + "A3_Modules_F", + "A3_Characters_F", + "A3_Structures_F_System", + "A3_Structures_F_Mil_Cargo", + "A3_Structures_F_Mil_Fortification", + "A3_Structures_F_Mil_Flags", + "A3_Props_F_Orange_Humanitarian_Camps", + "A3_Structures_F_Mil_BagFence", + "A3_Structures_F_Mil_Shelters", + "A3_Structures_F_Mil_BagBunker", + "A3_Structures_F_Walls", + "A3_Structures_F_Ind_Tank", + "A3_Structures_F_Civ_Lamps", + "A3_Structures_F_Ind_DieselPowerPlant", + "A3_Structures_F_Ind_Shed", + "A3_Structures_F_Mil_Barracks", + "A3_Structures_F_Mil_Offices", + "A3_Structures_F_Mil_Helipads", + "A3_Structures_F_EPA_Civ_Constructions", + "A3_Structures_F_Ind_Transmitter_Tower", + "A3_Structures_F_Households_Slum", + "A3_Static_F", + "A3_Structures_F_EPB_Items_Vessels", + "A3_Structures_F_Households_Addons", + "A3_Structures_F_Civ_Garbage", + "A3_Structures_F_Ind_WindPowerPlant", + "A3_Structures_F_Items_Vessels", + "A3_Structures_F_Civ_Market", + "A3_Structures_F_Households_House_Small03", + "A3_Structures_F_Civ_Accessories" +}; +class AddonsMetaData +{ + class List + { + items=12; + class Item0 + { + className="A3_Ui_F"; + name="Arma 3 - User Interface"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item1 + { + className="A3_Modules_F_Curator"; + name="Arma 3 Zeus Update - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item2 + { + className="A3_Modules_F"; + name="Arma 3 Alpha - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item3 + { + className="A3_Characters_F"; + name="Arma 3 Alpha - Characters and Clothing"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item4 + { + className="A3_Structures_F"; + name="Arma 3 - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item5 + { + className="A3_Structures_F_Mil"; + name="Arma 3 - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item6 + { + className="A3_Props_F_Orange"; + name="Arma 3 Orange - Decorative and Mission Objects"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item7 + { + className="A3_Structures_F_Ind"; + name="Arma 3 - Industrial Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item8 + { + className="A3_Structures_F_EPA"; + name="Arma 3 Survive Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item9 + { + className="A3_Structures_F_Households"; + name="Arma 3 - Houses"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item10 + { + className="A3_Static_F"; + name="Arma 3 Alpha - Turrets"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item11 + { + className="A3_Structures_F_EPB"; + name="Arma 3 Adapt Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + }; +}; +randomSeed=15098781; +class ScenarioData +{ + author="[GREUH] Zbug, [GREUH] McKeewa, [KP] Wyqer"; + respawnDialog=0; + disabledAI=1; + respawn=3; + respawnDelay=5; + class Header + { + gameType="CTI"; + minPlayers=1; + maxPlayers=34; + }; +}; +class CustomAttributes +{ + class Category0 + { + name="Scenario"; + class Attribute0 + { + property="EnableDebugConsole"; + expression="true"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; +}; +class Mission +{ + appId=1042220; + class Intel + { + briefingName="@STR_MISSION_TITLE"; + overviewText="@STR_MISSION_DESCRIPTION"; + resistanceEast=1; + timeOfChanges=1800.0002; + startWeather=0.40000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.40000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; + year=2038; + month=6; + day=6; + hour=8; + minute=0; + startFogDecay=0.014; + forecastFogDecay=0.014; + }; + class Entities + { + items=413; + class Item0 + { + dataType="Marker"; + position[]={-991.3772,93.814171,20104.43}; + name="ghost_spot"; + type="Empty"; + id=0; + }; + class Item1 + { + dataType="Trigger"; + position[]={-1324.627,94.244377,20281.631}; + angle=6.1939669; + class Attributes + { + condition="true"; + timeout[]={1.5,1.5,1.5}; + interuptable=1; + effectMusic="LeadTrack01_F"; + }; + id=1; + type="EmptyDetector"; + }; + class Item2 + { + dataType="Trigger"; + position[]={-1312.7871,94.06205,20278.006}; + angle=6.1939669; + class Attributes + { + condition="!(player in thislist)"; + sizeA=250; + sizeB=250; + timeout[]={0.2,0.2,0.2}; + interuptable=1; + activationBy="WEST"; + effectMusic="EventTrack01_F_Curator"; + }; + id=2; + type="EmptyDetector"; + }; + class Item3 + { + dataType="Trigger"; + position[]={-1300.5684,94.496414,20285.127}; + angle=6.1939669; + class Attributes + { + condition="GRLIB_endgame == 1"; + timeout[]={17,17,17}; + interuptable=1; + effectMusic="LeadTrack03_F"; + }; + id=3; + type="EmptyDetector"; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1323.1191,93.805763,20264.039}; + angles[]={6.2619071,0,6.2604313}; + }; + name="zm1"; + id=4; + type="ModuleCurator_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCurator_F_Owner"; + expression="_this setVariable ['Owner',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="commandant"; + }; + }; + }; + class Attribute1 + { + property="ModuleCurator_F_Forced"; + expression="_this setVariable ['Forced',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCurator_F_Name"; + expression="_this setVariable ['Name',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="OVERLORD"; + }; + }; + }; + class Attribute3 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCurator_F_Addons"; + expression="_this setVariable ['Addons',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0; + }; + }; + }; + nAttributes=5; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1327.0059,93.926826,20265.148}; + angles[]={6.2646885,0,6.255743}; + }; + id=5; + type="ModuleCuratorSetAttributesObject_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_Lock"; + expression="_this setVariable ['Lock',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleCuratorSetAttributesObject_F_Exec"; + expression="_this setVariable ['Exec',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesObject_F_Fuel"; + expression="_this setVariable ['Fuel',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_Damage"; + expression="_this setVariable ['Damage',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Rank"; + expression="_this setVariable ['Rank',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute7 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_RespawnVehicle"; + expression="_this setVariable ['RespawnVehicle',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute9 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute10 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=11; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1326.8457,93.999809,20269.129}; + angles[]={6.2630496,0,6.2573795}; + }; + id=6; + type="ModuleCuratorSetAttributesGroup_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesGroup_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_SpeedMode"; + expression="_this setVariable ['SpeedMode',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_GroupID"; + expression="_this setVariable ['GroupID',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Formation"; + expression="_this setVariable ['Formation',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute7 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_Behaviour"; + expression="_this setVariable ['Behaviour',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + nAttributes=9; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1326.9023,94.071564,20272.631}; + angles[]={6.2618985,0,6.2590828}; + }; + id=7; + type="ModuleCuratorSetAttributesPlayer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_Lock"; + expression="_this setVariable ['Lock',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleCuratorSetAttributesObject_F_Exec"; + expression="_this setVariable ['Exec',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesObject_F_Fuel"; + expression="_this setVariable ['Fuel',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_Damage"; + expression="_this setVariable ['Damage',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Rank"; + expression="_this setVariable ['Rank',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute7 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_RespawnVehicle"; + expression="_this setVariable ['RespawnVehicle',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute9 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute10 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + nAttributes=11; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1300.2031,94.047279,20273.25}; + angles[]={6.242434,0,0.014447806}; + }; + name="gamelogic"; + id=8; + type="Logic"; + }; + class Item9 + { + dataType="Group"; + side="West"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1313.668,93.943848,20274.039}; + angles[]={6.2524867,6.0991402,0.0054591573}; + }; + side="West"; + flags=6; + class Attributes + { + rank="COLONEL"; + init="removeallWeapons this; removebackpack this; this setVariable ['ace_medical_medicClass', 1]; this setVariable ['ACE_isEngineer', 1];"; + name="commandant"; + description="Platoon Leader (Commander)"; + isPlayer=1; + isPlayable=1; + }; + id=10; + type="B_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1312.3223,93.92765,20273.271}; + angles[]={6.2524867,6.1139932,0.0054591573}; + }; + side="West"; + flags=4; + class Attributes + { + rank="CAPTAIN"; + init="removeallWeapons this; removebackpack this;"; + description="Platoon Sergeant"; + isPlayable=1; + }; + id=11; + type="B_Soldier_SL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=9; + }; + class Item10 + { + dataType="Group"; + side="West"; + class Entities + { + items=11; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1319.9941,93.885689,20270.916}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="Squad 1 Leader"; + isPlayable=1; + }; + id=13; + type="B_Soldier_SL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1321.6152,93.914253,20270.729}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Medic"; + isPlayable=1; + }; + id=14; + type="B_medic_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={-1318.1738,93.87896,20271.1}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Engineer"; + isPlayable=1; + }; + id=15; + type="B_engineer_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={-1320.7969,93.8638,20269.189}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Team 1 Leader"; + isPlayable=1; + }; + id=16; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={-1321.5996,93.859207,20268.205}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=17; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={-1320.7402,93.815361,20267.025}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=18; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={-1321.5645,93.8125,20266.055}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=19; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={-1318.8301,93.845024,20269.514}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Team 2 Leader"; + isPlayable=1; + }; + id=20; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={-1319.1563,93.822823,20268.459}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=21; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={-1318.4043,93.796143,20267.572}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=22; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={-1319.0957,93.780449,20266.545}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=23; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.99000001; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=12; + }; + class Item11 + { + dataType="Group"; + side="West"; + class Entities + { + items=11; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1314.9414,93.849945,20270.586}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="Squad 2 Leader"; + isPlayable=1; + }; + id=25; + type="B_Soldier_SL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1316.5605,93.853127,20270.398}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Medic"; + isPlayable=1; + }; + id=26; + type="B_medic_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={-1313.1211,93.856834,20270.77}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Engineer"; + isPlayable=1; + }; + id=27; + type="B_engineer_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={-1315.7441,93.809746,20268.859}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Team 1 Leader"; + isPlayable=1; + }; + id=28; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={-1316.5449,93.789436,20267.877}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=29; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={-1315.6855,93.754128,20266.697}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=30; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={-1316.5137,93.737373,20265.725}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=31; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={-1313.7793,93.810623,20269.184}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Team 2 Leader"; + isPlayable=1; + }; + id=32; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={-1314.1035,93.783173,20268.131}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=33; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={-1313.3496,93.757599,20267.244}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=34; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={-1314.043,93.734001,20266.217}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=35; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.99000001; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=24; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1291.9336,94.404175,20278.789}; + angles[]={6.2384329,0,0.016911237}; + }; + name="HC1"; + isPlayable=1; + id=36; + type="HeadlessClient_F"; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1291.6934,94.074524,20271.621}; + angles[]={6.2374587,0,0.0093605267}; + }; + name="HC2"; + isPlayable=1; + id=37; + type="HeadlessClient_F"; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1291.6465,93.68203,20263.934}; + angles[]={6.2279291,0,0.0040412494}; + }; + name="HC3"; + isPlayable=1; + id=38; + type="HeadlessClient_F"; + }; + class Item15 + { + dataType="Group"; + side="West"; + class Entities + { + items=4; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1310.5957,93.882309,20271.488}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="MedEvac Pilot"; + isPlayable=1; + }; + id=40; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.94999999; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1310.3496,93.831711,20269.746}; + }; + side="West"; + flags=5; + class Attributes + { + rank="SERGEANT"; + description="MedEvac Co-Pilot"; + isPlayable=1; + }; + id=41; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={-1310.1699,93.781311,20268.092}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="MedEvac Medic"; + isPlayable=1; + }; + id=42; + type="B_medic_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={-1309.9902,93.731956,20266.471}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="MedEvac Medic"; + isPlayable=1; + }; + id=43; + type="B_medic_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=39; + }; + class Item16 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1308.3535,93.905602,20271.807}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="Logistics Pilot"; + isPlayable=1; + }; + id=45; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1308.0234,93.841164,20269.705}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Logistics Engineer"; + isPlayable=1; + }; + id=46; + type="B_engineer_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={-1307.9277,93.778038,20267.947}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Logistics Demolition Expert"; + isPlayable=1; + }; + id=47; + type="B_soldier_exp_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=44; + }; + class Item17 + { + dataType="Group"; + side="West"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1306.1816,93.93399,20272.145}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="CAS Pilot"; + isPlayable=1; + }; + id=49; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1305.8223,93.859413,20269.83}; + }; + side="West"; + flags=5; + class Attributes + { + rank="LIEUTENANT"; + description="CAS Pilot"; + isPlayable=1; + }; + id=50; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=48; + }; + class Item18 + { + dataType="Group"; + side="West"; + class Entities + { + items=1; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1304.0449,93.967979,20272.479}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="UAV and Intelligence"; + isPlayable=1; + }; + id=52; + type="B_soldier_UAV_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=51; + }; + class Item19 + { + dataType="Marker"; + position[]={5249.9658,71.95459,21049.322}; + name="opfor_airspawn"; + type="Empty"; + id=53; + atlOffset=0.65514374; + }; + class Item20 + { + dataType="Marker"; + position[]={4998.9868,66.587997,18753.072}; + name="capture"; + text="Velpke"; + type="n_art"; + colorName="ColorEAST"; + id=54; + atlOffset=-16.458153; + }; + class Item21 + { + dataType="Marker"; + position[]={4476.3618,74.877998,17927.682}; + name="military"; + text="Velpke Base"; + type="o_support"; + colorName="ColorEAST"; + id=55; + atlOffset=-7.78965; + }; + class Item22 + { + dataType="Marker"; + position[]={5953.0801,59.578999,18495.447}; + name="factory"; + text="Velpke Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=56; + atlOffset=-17.61298; + }; + class Item23 + { + dataType="Marker"; + position[]={13084.576,66.325996,8328.0391}; + name="bigtown"; + text="Weferlingen"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=57; + atlOffset=-22.97934; + }; + class Item24 + { + dataType="Marker"; + position[]={3388.7339,80.296387,18524.236}; + name="tower"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=58; + atlOffset=-7.0886765; + }; + class Item25 + { + dataType="Marker"; + position[]={4086.7075,75.190918,19565.523}; + name="opfor_point"; + type="Empty"; + id=59; + atlOffset=-17.972305; + }; + class Item26 + { + dataType="Marker"; + position[]={-1315.1694,94.800789,20295.637}; + name="respawn"; + type="Empty"; + id=60; + }; + class Item27 + { + dataType="Marker"; + position[]={263.86725,63.966797,20167.146}; + name="huronmarker"; + text="Spartan 01"; + type="b_air"; + id=61; + atlOffset=-5.0566635; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={317.97598,69.297226,20172.621}; + angles[]={0.02399601,0,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="startbase"; + }; + id=62; + type="Land_ClutterCutter_small_F"; + atlOffset=0.0041732788; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={344.55841,70.428841,20128.002}; + angles[]={0.02399601,2.9670596,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="littlebird_0"; + }; + id=63; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={279.90475,69.428741,20156.928}; + angles[]={0.025994543,2.9670596,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="huronspawn"; + }; + id=64; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={255.808,69.267273,20153.17}; + angles[]={0.025987951,2.9670596,0.012007865}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="base_boxspawn"; + }; + id=65; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Marker"; + position[]={317.90894,64.67334,20172.85}; + name="startbase_marker"; + text="Operation Base"; + type="mil_start"; + colorName="ColorWEST"; + id=66; + atlOffset=-4.6140671; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={304.94699,69.535637,20190.643}; + angles[]={0,6.0737457,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=67; + type="Land_Medevac_house_V1_F"; + atlOffset=7.6293945e-006; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={342.23526,69.364784,20205.277}; + angles[]={0.02199479,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=71; + type="Land_HBarrierWall_corner_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={343.80701,69.493515,20199.578}; + angles[]={0.023998277,1.43117,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=73; + type="Land_HBarrierWall6_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={345.16083,69.681709,20191.455}; + angles[]={0.02199479,1.43117,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=74; + type="Land_HBarrierWall6_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={346.55667,69.871162,20183.283}; + angles[]={0.02199479,1.43117,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=75; + type="Land_HBarrierWall6_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={348.03934,70.06218,20175.051}; + angles[]={0.02399601,1.43117,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=76; + type="Land_HBarrierWall6_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={349.41785,70.257729,20166.902}; + angles[]={0.02399601,1.43117,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=77; + type="Land_HBarrierWall6_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={350.67215,70.412758,20160.166}; + angles[]={0.02199479,1.3962634,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=78; + type="Land_HBarrierWall_corner_F"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={335.54559,69.379189,20203.971}; + angles[]={0.02399601,6.1086521,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79; + type="Land_HBarrierWall6_F"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={327.37552,69.408226,20202.27}; + angles[]={0.02199479,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=80; + type="Land_HBarrierWall6_F"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={319.27335,69.430374,20200.578}; + angles[]={0.019996032,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=81; + type="Land_HBarrierWall6_F"; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={311.11557,69.450378,20198.875}; + angles[]={0.02199479,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=82; + type="Land_HBarrierWall6_F"; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={302.96042,69.451912,20197.166}; + angles[]={0.019996032,6.1086521,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=83; + type="Land_HBarrierWall6_F"; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={297.09094,69.465393,20195.469}; + angles[]={0.019996032,4.5378561,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=84; + type="Land_HBarrierWall_corner_F"; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={298.59891,69.601776,20188.66}; + angles[]={0.019996032,4.5378561,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85; + type="Land_HBarrierWall6_F"; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={300.36072,69.793297,20180.512}; + angles[]={0.02399601,4.5378561,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86; + type="Land_HBarrierWall6_F"; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={345.01913,70.449295,20158.504}; + angles[]={0.023993526,2.9670596,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87; + type="Land_HBarrierWall6_F"; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={336.95325,70.483162,20156.84}; + angles[]={0.02399601,2.9670596,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=88; + type="Land_HBarrierWall6_F"; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={328.84549,70.4972,20155.162}; + angles[]={0.02399601,2.9670596,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=89; + type="Land_HBarrierWall6_F"; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={321.95242,71.975731,20152.43}; + angles[]={0.02599225,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=90; + type="Land_HBarrierTower_F"; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={300.68826,71.389687,20173.094}; + angles[]={0.02199479,1.3962634,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=91; + type="Land_HBarrierTower_F"; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={318.01501,73.721115,20153.912}; + }; + side="Empty"; + flags=5; + class Attributes + { + init="this setFlagTexture ""res\kpflag.jpg"";"; + }; + id=92; + type="Flag_White_F"; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={308.63202,72.83934,20190.461}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=93; + type="Flag_RedCrystal_F"; + atlOffset=0.0081558228; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={340.2916,71.28347,20168.457}; + angles[]={0.023993526,4.5378561,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=94; + type="Land_CanvasCover_01_F"; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={321.15863,69.511139,20193.689}; + angles[]={0,6.0737457,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=98; + type="Land_Cargo_House_V1_F"; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={329.66406,69.498581,20195.447}; + angles[]={0,6.0737457,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=99; + type="Land_Cargo_House_V1_F"; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={335.19467,72.957893,20183.262}; + angles[]={0,6.1086521,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=100; + type="Land_Cargo_HQ_V1_F"; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={324.37375,70.516594,20125.154}; + angles[]={0.029989703,2.9670596,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="littlebird_1"; + }; + id=103; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item61 + { + dataType="Marker"; + position[]={10400.357,77.473999,7650.729}; + name="bigtown_1"; + text="Grasleben"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=104; + atlOffset=-22.952606; + }; + class Item62 + { + dataType="Marker"; + position[]={3775.9189,74.188004,15003.963}; + name="bigtown_2"; + text="Gross Twülpstedt"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=105; + atlOffset=-22.9795; + }; + class Item63 + { + dataType="Marker"; + position[]={17014.928,53.962002,17964.867}; + name="bigtown_3"; + text="Rätzlingen"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=106; + atlOffset=-22.979565; + }; + class Item64 + { + dataType="Marker"; + position[]={3299.1841,91.970001,1371.512}; + name="bigtown_4"; + text="Süpplingenburg"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=107; + atlOffset=-22.98011; + }; + class Item65 + { + dataType="Marker"; + position[]={19855.787,130.599,4472.3921}; + name="bigtown_5"; + text="Hörsingen"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=108; + atlOffset=-22.97995; + }; + class Item66 + { + dataType="Marker"; + position[]={6499.8965,64.474854,18074.34}; + name="tower_1"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=140; + atlOffset=-7.0970306; + }; + class Item67 + { + dataType="Marker"; + position[]={11037.13,66.53437,18286.502}; + name="tower_2"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=141; + atlOffset=-7.0886765; + }; + class Item68 + { + dataType="Marker"; + position[]={16146.568,54.408138,19347.887}; + name="tower_3"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=142; + atlOffset=-7.0886765; + }; + class Item69 + { + dataType="Marker"; + position[]={18126.41,75.845741,17147.754}; + name="tower_4"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=143; + atlOffset=-7.0886765; + }; + class Item70 + { + dataType="Marker"; + position[]={14274.127,71.908928,16394.602}; + name="tower_5"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=144; + atlOffset=-7.0886765; + }; + class Item71 + { + dataType="Marker"; + position[]={11072.088,76.823021,14925.686}; + name="tower_6"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=145; + atlOffset=-7.0886765; + }; + class Item72 + { + dataType="Marker"; + position[]={6768.46,88.033424,14815.429}; + name="tower_7"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=146; + atlOffset=-7.0886765; + }; + class Item73 + { + dataType="Marker"; + position[]={3307.7512,85.881325,14769.019}; + name="tower_8"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=147; + atlOffset=-7.0886765; + }; + class Item74 + { + dataType="Marker"; + position[]={1261.1989,131.1062,13069.698}; + name="tower_9"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=148; + atlOffset=-7.0886688; + }; + class Item75 + { + dataType="Marker"; + position[]={3876.1401,122.65363,10118.526}; + name="tower_10"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=149; + atlOffset=-7.0886765; + }; + class Item76 + { + dataType="Marker"; + position[]={1027.4258,96.527458,8017.6895}; + name="tower_11"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=150; + atlOffset=-7.0886765; + }; + class Item77 + { + dataType="Marker"; + position[]={3389.9565,108.95728,5088.6191}; + name="tower_12"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=151; + atlOffset=-7.0886765; + }; + class Item78 + { + dataType="Marker"; + position[]={1796.9207,93.407784,1335.2332}; + name="tower_13"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=152; + atlOffset=-7.0886765; + }; + class Item79 + { + dataType="Marker"; + position[]={6384.8677,101.37245,1796.9006}; + name="tower_14"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=153; + atlOffset=-7.0886765; + }; + class Item80 + { + dataType="Marker"; + position[]={7071.5728,164.83267,7673.7119}; + name="tower_15"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=154; + atlOffset=-7.0886841; + }; + class Item81 + { + dataType="Marker"; + position[]={9726.7783,159.01385,4076.239}; + name="tower_16"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=155; + atlOffset=-7.0886688; + }; + class Item82 + { + dataType="Marker"; + position[]={11753.004,190.21414,1035.8203}; + name="tower_17"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=156; + atlOffset=-7.0886841; + }; + class Item83 + { + dataType="Marker"; + position[]={15116.359,102.2014,2302.7173}; + name="tower_18"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=157; + atlOffset=-7.0886765; + }; + class Item84 + { + dataType="Marker"; + position[]={19026.199,148.55051,2187.0569}; + name="tower_19"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=158; + atlOffset=-7.0886688; + }; + class Item85 + { + dataType="Marker"; + position[]={15687.284,143.99677,4719.999}; + name="tower_20"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=159; + atlOffset=-7.0886841; + }; + class Item86 + { + dataType="Marker"; + position[]={19604.754,139.34595,5843.3896}; + name="tower_21"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=160; + atlOffset=-7.0886841; + }; + class Item87 + { + dataType="Marker"; + position[]={17710.365,128.67252,7630.3066}; + name="tower_22"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=161; + atlOffset=-7.0886688; + }; + class Item88 + { + dataType="Marker"; + position[]={19809.492,143.24545,10523.984}; + name="tower_23"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=162; + atlOffset=-7.0886688; + }; + class Item89 + { + dataType="Marker"; + position[]={19584.17,96.926918,14114.695}; + name="tower_24"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=163; + atlOffset=-7.0886765; + }; + class Item90 + { + dataType="Marker"; + position[]={15616.996,76.019997,12967.119}; + name="tower_25"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=164; + atlOffset=-7.0886765; + }; + class Item91 + { + dataType="Marker"; + position[]={14583.842,75.836693,9827.0215}; + name="tower_26"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=165; + atlOffset=-7.0886765; + }; + class Item92 + { + dataType="Marker"; + position[]={12011.567,101.47807,12425.776}; + name="tower_27"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=166; + atlOffset=-7.0886765; + }; + class Item93 + { + dataType="Marker"; + position[]={10564.131,148.35858,9629.126}; + name="tower_28"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=167; + atlOffset=-7.0886688; + }; + class Item94 + { + dataType="Marker"; + position[]={7919.4932,111.46745,12218.911}; + name="tower_29"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=168; + atlOffset=-7.0886765; + }; + class Item95 + { + dataType="Marker"; + position[]={12061.562,107.24805,6879.6191}; + name="tower_30"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=169; + atlOffset=-7.0886841; + }; + class Item96 + { + dataType="Marker"; + position[]={9486.2832,64.159912,20970.873}; + name="opfor_airspawn_1"; + type="Empty"; + id=170; + atlOffset=-1.8901901; + }; + class Item97 + { + dataType="Marker"; + position[]={13291.378,71.639404,20882.555}; + name="opfor_airspawn_2"; + type="Empty"; + id=171; + atlOffset=-1.1247787; + }; + class Item98 + { + dataType="Marker"; + position[]={17450.713,51.209938,21007.328}; + name="opfor_airspawn_3"; + type="Empty"; + id=172; + atlOffset=-4.4328384; + }; + class Item99 + { + dataType="Marker"; + position[]={21455.26,74.671143,16972.422}; + name="opfor_airspawn_4"; + type="Empty"; + id=173; + atlOffset=-3.3301926; + }; + class Item100 + { + dataType="Marker"; + position[]={21468.943,111.34961,12134.524}; + name="opfor_airspawn_5"; + type="Empty"; + id=174; + atlOffset=-10.539886; + }; + class Item101 + { + dataType="Marker"; + position[]={21516.213,132.31107,6873.8047}; + name="opfor_airspawn_6"; + type="Empty"; + id=175; + atlOffset=-4.4328308; + }; + class Item102 + { + dataType="Marker"; + position[]={21568.926,167.29977,1011.6882}; + name="opfor_airspawn_7"; + type="Empty"; + id=176; + atlOffset=-4.4328308; + }; + class Item103 + { + dataType="Marker"; + position[]={17543.895,100.95413,-1183.8452}; + name="opfor_airspawn_8"; + type="Empty"; + id=177; + atlOffset=-4.4328384; + }; + class Item104 + { + dataType="Marker"; + position[]={10612.167,165.50323,-1067.0215}; + name="opfor_airspawn_9"; + type="Empty"; + id=178; + atlOffset=-4.4328461; + }; + class Item105 + { + dataType="Marker"; + position[]={6318.6504,111.4239,-1023.1445}; + name="opfor_airspawn_10"; + type="Empty"; + id=179; + atlOffset=-4.4328461; + }; + class Item106 + { + dataType="Marker"; + position[]={2465.0085,108.15442,-1121.1719}; + name="opfor_airspawn_11"; + type="Empty"; + id=180; + atlOffset=-4.4328384; + }; + class Item107 + { + dataType="Marker"; + position[]={-1554.8729,92.764893,1110.6653}; + name="opfor_airspawn_12"; + type="Empty"; + id=181; + atlOffset=-9.4187546; + }; + class Item108 + { + dataType="Marker"; + position[]={-1609.5042,105.45921,5959.7705}; + name="opfor_airspawn_13"; + type="Empty"; + id=182; + atlOffset=-4.4328384; + }; + class Item109 + { + dataType="Marker"; + position[]={-1546.1115,113.80011,10881.387}; + name="opfor_airspawn_14"; + type="Empty"; + id=183; + atlOffset=-4.4328384; + }; + class Item110 + { + dataType="Marker"; + position[]={-1463.1604,114.77673,14945.105}; + name="opfor_airspawn_15"; + type="Empty"; + id=184; + atlOffset=-4.4328384; + }; + class Item111 + { + dataType="Marker"; + position[]={7469.0459,51.895,19191.143}; + name="capture_1"; + text="Wahrstedt"; + type="n_art"; + colorName="ColorEAST"; + id=185; + atlOffset=-16.457531; + }; + class Item112 + { + dataType="Marker"; + position[]={14080.636,57.780998,19410.246}; + name="capture_2"; + text="Bösdorf"; + type="n_art"; + colorName="ColorEAST"; + id=186; + atlOffset=-16.458221; + }; + class Item113 + { + dataType="Marker"; + position[]={11080.555,58.917,17605.961}; + name="capture_3"; + text="Gehrendorf"; + type="n_art"; + colorName="ColorEAST"; + id=187; + atlOffset=-16.45755; + }; + class Item114 + { + dataType="Marker"; + position[]={13660.604,58.350586,16188.063}; + name="capture_4"; + text="Lockstedt"; + type="n_art"; + colorName="ColorEAST"; + id=188; + atlOffset=-16.659966; + }; + class Item115 + { + dataType="Marker"; + position[]={6791.145,59.872002,17486.688}; + name="capture_5"; + text="Meinkot"; + type="n_art"; + colorName="ColorEAST"; + id=189; + atlOffset=-16.457504; + }; + class Item116 + { + dataType="Marker"; + position[]={9470.8135,61,16313.127}; + name="capture_6"; + text="Bahrdorf"; + type="n_art"; + colorName="ColorEAST"; + id=190; + atlOffset=-16.457527; + }; + class Item117 + { + dataType="Marker"; + position[]={3992.6951,73.267998,16253.547}; + name="capture_7"; + text="Klein Twülpstedt"; + type="n_art"; + colorName="ColorEAST"; + id=191; + atlOffset=-16.457283; + }; + class Item118 + { + dataType="Marker"; + position[]={2366.3459,66.327003,15863.153}; + name="capture_8"; + text="Rümmer"; + type="n_art"; + colorName="ColorEAST"; + id=192; + atlOffset=-16.457481; + }; + class Item119 + { + dataType="Marker"; + position[]={1608.264,102.186,13829.768}; + name="capture_9"; + text="Volkmarsdorf"; + type="n_art"; + colorName="ColorEAST"; + id=193; + atlOffset=-16.457855; + }; + class Item120 + { + dataType="Marker"; + position[]={3140.3149,103.904,12640.972}; + name="capture_10"; + text="Klein Sisbeck"; + type="n_art"; + colorName="ColorEAST"; + id=194; + atlOffset=-16.458229; + }; + class Item121 + { + dataType="Marker"; + position[]={4019.9451,96.126999,13356.789}; + name="capture_11"; + text="Gross Sisbeck"; + type="n_art"; + colorName="ColorEAST"; + id=195; + atlOffset=-16.458267; + }; + class Item122 + { + dataType="Marker"; + position[]={5812.3052,75.213997,14101.978}; + name="capture_12"; + text="Papenrode"; + type="n_art"; + colorName="ColorEAST"; + id=196; + atlOffset=-16.45742; + }; + class Item123 + { + dataType="Marker"; + position[]={7140.564,82.033997,13375.61}; + name="capture_13"; + text="Rickensdorf"; + type="n_art"; + colorName="ColorEAST"; + id=197; + atlOffset=-16.45797; + }; + class Item124 + { + dataType="Marker"; + position[]={10780.926,71.176003,12775.268}; + name="capture_14"; + text="Mackendorf"; + type="n_art"; + colorName="ColorEAST"; + id=198; + atlOffset=-16.457367; + }; + class Item125 + { + dataType="Marker"; + position[]={13236.504,63.369999,13400.17}; + name="capture_15"; + text="Saalsdorf"; + type="n_art"; + colorName="ColorEAST"; + id=199; + atlOffset=-16.45763; + }; + class Item126 + { + dataType="Marker"; + position[]={15833.388,63.661999,14239.936}; + name="capture_16"; + text="Everingen"; + type="n_art"; + colorName="ColorEAST"; + id=200; + atlOffset=-16.457676; + }; + class Item127 + { + dataType="Marker"; + position[]={18387.85,63.273998,17592.529}; + name="capture_17"; + text="Kathendorf"; + type="n_art"; + colorName="ColorEAST"; + id=201; + atlOffset=-16.454266; + }; + class Item128 + { + dataType="Marker"; + position[]={18944.381,70.168999,14238.928}; + name="capture_18"; + text="Eickendorf"; + type="n_art"; + colorName="ColorEAST"; + id=202; + atlOffset=-16.45768; + }; + class Item129 + { + dataType="Marker"; + position[]={17625.434,99.459999,12061.564}; + name="capture_19"; + text="Klinze"; + type="n_art"; + colorName="ColorEAST"; + id=203; + atlOffset=-16.460129; + }; + class Item130 + { + dataType="Marker"; + position[]={14705.762,68.157997,11935.831}; + name="capture_20"; + text="Seggerde"; + type="n_art"; + colorName="ColorEAST"; + id=204; + atlOffset=-16.45787; + }; + class Item131 + { + dataType="Marker"; + position[]={19622.27,116.235,11368.651}; + name="capture_21"; + text="Belsdorf"; + type="n_art"; + colorName="ColorEAST"; + id=205; + atlOffset=-16.45816; + }; + class Item132 + { + dataType="Marker"; + position[]={19543.705,120.571,8423.9492}; + name="capture_22"; + text="Behnsdorf"; + type="n_art"; + colorName="ColorEAST"; + id=206; + atlOffset=-16.457779; + }; + class Item133 + { + dataType="Marker"; + position[]={16317.065,83.713997,9727.207}; + name="capture_23"; + text="Ribbensdorf"; + type="n_art"; + colorName="ColorEAST"; + id=207; + atlOffset=-16.464638; + }; + class Item134 + { + dataType="Marker"; + position[]={15718.784,73.593002,8826.4258}; + name="capture_24"; + text="Ribbenstedt"; + type="n_art"; + colorName="ColorEAST"; + id=208; + atlOffset=-16.457573; + }; + class Item135 + { + dataType="Marker"; + position[]={16495.076,94.558998,7241.3911}; + name="capture_25"; + text="Hödingen"; + type="n_art"; + colorName="ColorEAST"; + id=209; + atlOffset=-16.458084; + }; + class Item136 + { + dataType="Marker"; + position[]={17109.094,104.711,5084.7139}; + name="capture_26"; + text="Eschenrode"; + type="n_art"; + colorName="ColorEAST"; + id=210; + atlOffset=-16.457504; + }; + class Item137 + { + dataType="Marker"; + position[]={18431.898,100.573,295.444}; + name="capture_27"; + text="Bartensleben"; + type="n_art"; + colorName="ColorEAST"; + id=211; + atlOffset=-16.457275; + }; + class Item138 + { + dataType="Marker"; + position[]={16549.215,98.700996,388.73001}; + name="capture_28"; + text="Gross Bartensleben"; + type="n_art"; + colorName="ColorEAST"; + id=212; + atlOffset=-16.458054; + }; + class Item139 + { + dataType="Marker"; + position[]={15358.804,107.519,578.03302}; + name="capture_29"; + text="Beendorf"; + type="n_art"; + colorName="ColorEAST"; + id=213; + atlOffset=-16.45826; + }; + class Item140 + { + dataType="Marker"; + position[]={15411.993,94.880997,2733.374}; + name="capture_30"; + text="Schwanefeld"; + type="n_art"; + colorName="ColorEAST"; + id=214; + atlOffset=-16.457855; + }; + class Item141 + { + dataType="Marker"; + position[]={13777.299,86.953003,4735.416}; + name="capture_31"; + text="Walbeck"; + type="n_art"; + colorName="ColorEAST"; + id=215; + atlOffset=-16.458115; + }; + class Item142 + { + dataType="Marker"; + position[]={10646.754,78.861,11378.896}; + name="capture_32"; + text="Döhren"; + type="n_art"; + colorName="ColorEAST"; + id=216; + atlOffset=-16.457695; + }; + class Item143 + { + dataType="Marker"; + position[]={6847.3179,90.545998,10903.494}; + name="capture_33"; + text="Querenhorst"; + type="n_art"; + colorName="ColorEAST"; + id=217; + atlOffset=-16.458122; + }; + class Item144 + { + dataType="Marker"; + position[]={316.461,112.141,8620.0117}; + name="capture_34"; + text="Rhode"; + type="n_art"; + colorName="ColorEAST"; + id=218; + atlOffset=-16.457344; + }; + class Item145 + { + dataType="Marker"; + position[]={2266.084,94.073997,8284.624}; + name="capture_35"; + text="Ahmstorf"; + type="n_art"; + colorName="ColorEAST"; + id=219; + atlOffset=-16.458168; + }; + class Item146 + { + dataType="Marker"; + position[]={3290.2271,101.291,6380.5811}; + name="capture_36"; + text="Rennau"; + type="n_art"; + colorName="ColorEAST"; + id=220; + atlOffset=-16.457985; + }; + class Item147 + { + dataType="Marker"; + position[]={5341.8242,116.734,6458.7271}; + name="capture_37"; + text="Rottorf"; + type="n_art"; + colorName="ColorEAST"; + id=221; + atlOffset=-16.458275; + }; + class Item148 + { + dataType="Marker"; + position[]={8992.4141,135.784,5644.9009}; + name="capture_38"; + text="Mariental (Horst)"; + type="n_art"; + colorName="ColorEAST"; + id=222; + atlOffset=-16.715393; + }; + class Item149 + { + dataType="Marker"; + position[]={8258.7148,120.498,4428.5718}; + name="capture_39"; + text="Mariental"; + type="n_art"; + colorName="ColorEAST"; + id=223; + atlOffset=-16.457428; + }; + class Item150 + { + dataType="Marker"; + position[]={5520.0518,98.250977,3559.644}; + name="capture_40"; + text="Barmke"; + type="n_art"; + colorName="ColorEAST"; + id=224; + atlOffset=-16.549736; + }; + class Item151 + { + dataType="Marker"; + position[]={504.362,82.241997,2991.3269}; + name="capture_41"; + text="Gross Steinum"; + type="n_art"; + colorName="ColorEAST"; + id=225; + atlOffset=-16.457443; + }; + class Item152 + { + dataType="Marker"; + position[]={6415.5078,92.667999,602.33899}; + name="capture_42"; + text="Emmerstedt"; + type="n_art"; + colorName="ColorEAST"; + id=226; + atlOffset=-16.458214; + }; + class Item153 + { + dataType="Marker"; + position[]={14781.072,41.658001,20047.098}; + name="factory_1"; + text="Mario's Ironworks"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=227; + atlOffset=-17.613297; + }; + class Item154 + { + dataType="Marker"; + position[]={16743.871,59.426998,17955.299}; + name="factory_2"; + text="Rätzlingen Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=228; + atlOffset=-17.677288; + }; + class Item155 + { + dataType="Marker"; + position[]={15580.731,57.435001,14686.902}; + name="factory_3"; + text="Filip's Biogas"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=229; + atlOffset=-17.612598; + }; + class Item156 + { + dataType="Marker"; + position[]={12665.751,60.277,14586.144}; + name="factory_4"; + text="Saalsdorf Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=230; + atlOffset=-17.613159; + }; + class Item157 + { + dataType="Marker"; + position[]={9822.5449,75.607002,12352.424}; + name="factory_5"; + text="Mackendorf Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=231; + atlOffset=-17.612999; + }; + class Item158 + { + dataType="Marker"; + position[]={2317.2939,105.817,13668.443}; + name="factory_6"; + text="Christian's Sawmill"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=232; + atlOffset=-17.612999; + }; + class Item159 + { + dataType="Marker"; + position[]={7574.4092,93.765999,12864.951}; + name="factory_7"; + text="Rickensdorf Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=233; + atlOffset=-17.612511; + }; + class Item160 + { + dataType="Marker"; + position[]={1991.64,64.109001,15897.35}; + name="factory_8"; + text="Rümmer Barns"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=234; + atlOffset=-17.612976; + }; + class Item161 + { + dataType="Marker"; + position[]={3083.188,64.942001,15498.215}; + name="factory_9"; + text="Rümmer Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=235; + atlOffset=-17.613327; + }; + class Item162 + { + dataType="Marker"; + position[]={3572.231,71.097,16084.517}; + name="factory_10"; + text="Twülpstedt Railway Station"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=236; + atlOffset=-17.612999; + }; + class Item163 + { + dataType="Marker"; + position[]={11042.568,73.401001,11432.969}; + name="factory_11"; + text="Döhren Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=238; + atlOffset=-17.612831; + }; + class Item164 + { + dataType="Marker"; + position[]={1999.577,102.267,9888.335}; + name="factory_12"; + text="Rhode Carpenter"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=239; + atlOffset=-17.61306; + }; + class Item165 + { + dataType="Marker"; + position[]={9404.0254,149.27699,5982.5928}; + name="factory_13"; + text="Mariental Barns"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=240; + atlOffset=-17.613007; + }; + class Item166 + { + dataType="Marker"; + position[]={3626.0911,90.143997,1495.491}; + name="factory_14"; + text="Süpplingenburg Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=241; + atlOffset=-17.612602; + }; + class Item167 + { + dataType="Marker"; + position[]={6837.4648,110.817,2182.7119}; + name="factory_15"; + text="Emmerstedt Railway Station"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=242; + atlOffset=-17.612991; + }; + class Item168 + { + dataType="Marker"; + position[]={1753.946,98.459,6669.0918}; + name="factory_16"; + text="Rennau Carparts"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=243; + atlOffset=-17.612877; + }; + class Item169 + { + dataType="Marker"; + position[]={1809.417,89.841003,5691.3848}; + name="factory_17"; + text="Rennau Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=244; + atlOffset=-17.602287; + }; + class Item170 + { + dataType="Marker"; + position[]={12727.686,75.601997,9394.2676}; + name="factory_18"; + text="Weferlingen Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=245; + atlOffset=-17.612503; + }; + class Item171 + { + dataType="Marker"; + position[]={12604.914,77.186996,7538.731}; + name="factory_19"; + text="Weferlingen Railway Station"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=246; + atlOffset=-17.613007; + }; + class Item172 + { + dataType="Marker"; + position[]={10430.659,88.857002,7257.626}; + name="factory_20"; + text="Grasleben Depot"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=247; + atlOffset=-17.612999; + }; + class Item173 + { + dataType="Marker"; + position[]={14787.384,108.739,6382.5449}; + name="factory_21"; + text="Hödingen Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=248; + atlOffset=-17.613403; + }; + class Item174 + { + dataType="Marker"; + position[]={20143,128.366,6248.7441}; + name="factory_22"; + text="Hörsingen Depot"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=249; + atlOffset=-17.612915; + }; + class Item175 + { + dataType="Marker"; + position[]={19456.816,135.55,4401.8481}; + name="factory_23"; + text="Hörsingen Storage"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=250; + atlOffset=-17.612732; + }; + class Item176 + { + dataType="Marker"; + position[]={12831.68,88.897003,5518.936}; + name="factory_24"; + text="Walbeck Depot"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=251; + atlOffset=-17.613007; + }; + class Item177 + { + dataType="Marker"; + position[]={15446.428,86.219002,3079.949}; + name="factory_25"; + text="Schwanefeld Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=252; + atlOffset=-17.612823; + }; + class Item178 + { + dataType="Marker"; + position[]={15640.694,102.117,349.21301}; + name="factory_26"; + text="Beendorf Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=253; + atlOffset=-17.61274; + }; + class Item179 + { + dataType="Marker"; + position[]={8060.1509,63.292999,17143.855}; + name="factory_27"; + text="Meinkot Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=254; + atlOffset=-17.612923; + }; + class Item180 + { + dataType="Layer"; + name="Field HQ [OPF]"; + id=299; + atlOffset=-116.76; + }; + class Item181 + { + dataType="Layer"; + name="Cargo HQ [OPF] #1"; + class Entities + { + items=53; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={4491.7915,83.146385,17948.127}; + angles[]={0.010000871,1.5507884,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=300; + type="Land_HBarrier_3_F"; + atlOffset=6.8664551e-005; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={4492.0303,82.734657,17951.248}; + angles[]={0.0099949092,1.5507884,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=302; + type="Land_BagFence_Long_F"; + atlOffset=2.2888184e-005; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={4505.5791,83.184135,17936.73}; + angles[]={0.012000273,1.2889891,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=303; + type="Land_HBarrier_3_F"; + atlOffset=4.5776367e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={4494.7813,83.22039,17938.934}; + angles[]={0.0099949092,4.6923814,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=304; + type="Land_HBarrier_3_F"; + atlOffset=7.6293945e-005; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={4495.8286,83.239334,17936.578}; + angles[]={0.0099949092,3.1215849,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=305; + type="Land_HBarrier_3_F"; + atlOffset=9.1552734e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={4496.1235,83.310852,17928.084}; + angles[]={0.010000871,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=306; + type="Land_HBarrier_3_F"; + atlOffset=9.9182129e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={4505.3003,83.132736,17932.203}; + angles[]={0.0079935296,6.2631779,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=307; + type="Land_HBarrier_1_F"; + atlOffset=6.1035156e-005; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={4499.6665,83.162819,17932.588}; + angles[]={0.0080009829,3.1215849,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=308; + type="Land_HBarrier_1_F"; + atlOffset=8.392334e-005; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={4494.999,82.880318,17934.879}; + angles[]={0.0080009829,1.5507884,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=317; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={4496.8506,83.011734,17917.281}; + angles[]={0.0099949092,2.8597851,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=318; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={4499.6348,82.866074,17934.344}; + angles[]={0.0080009829,1.5507884,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=319; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={4495.106,82.923782,17929.494}; + angles[]={0.010000871,4.6923814,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=320; + type="Land_BagFence_Long_F"; + atlOffset=5.3405762e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={4505.209,82.86248,17930.699}; + angles[]={0.0079935296,4.6923814,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=321; + type="Land_BagFence_Long_F"; + atlOffset=1.5258789e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={4501.6782,83.612282,17937.771}; + angles[]={0.010000871,6.0013781,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=322; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={4502.4448,83.761833,17917.955}; + angles[]={0.0080009829,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=323; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001449585; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={4501.8843,83.69323,17928.201}; + angles[]={0.0080009829,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=324; + type="Land_HBarrier_Big_F"; + atlOffset=0.00015258789; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={4505.5308,83.708405,17923.088}; + angles[]={0.0060001095,1.5507884,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=325; + type="Land_HBarrier_Big_F"; + atlOffset=0.00012207031; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={4499.854,83.583199,17932.521}; + angles[]={0.0080009829,3.1215849,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=326; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00012207031; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={4499.7495,83.237686,17922.594}; + angles[]={0,1.5507884,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=329; + type="Land_Cargo_House_V3_F"; + atlOffset=0.011741638; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={4484.9067,83.20816,17946.117}; + angles[]={0.0099949092,4.6923814,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=331; + type="Land_HBarrier_3_F"; + atlOffset=6.1035156e-005; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={4476.9785,87.374298,17949.09}; + angles[]={0,3.1215849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=332; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0099868774; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={4488.3101,83.117767,17947.186}; + angles[]={0.010000871,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=334; + type="Land_HBarrier_5_F"; + atlOffset=-0.0010223389; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={4490.104,83.269257,17953.578}; + angles[]={0.0099949092,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=336; + type="Land_BagBunker_Small_F"; + atlOffset=3.0517578e-005; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={4477.7588,83.614548,17953.346}; + angles[]={0.0099949092,3.1215849,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=337; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={4467.5669,83.789711,17946.982}; + angles[]={0.010000871,4.1687822,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=338; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={4484.1729,83.572647,17951.568}; + angles[]={0.010000871,3.1215849,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=339; + type="Land_HBarrier_Big_F"; + atlOffset=6.1035156e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={4472.8247,83.706207,17949.996}; + angles[]={0.0099949092,4.6923814,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=340; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={4474.2451,83.743187,17944.594}; + angles[]={0.010000871,3.1215849,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=341; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={4461.6396,83.843903,17946.984}; + angles[]={0.0099949092,5.7395787,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=342; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001449585; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={4463.5322,87.561012,17942.908}; + angles[]={0,2.5979857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=350; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0046081543; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={4460.0586,83.91877,17940.092}; + angles[]={0.0080009829,4.1687822,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=358; + type="Land_HBarrier_Big_F"; + atlOffset=9.1552734e-005; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={4464.8325,83.672005,17903.941}; + angles[]={0.0080009829,0.50359082,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=362; + type="Land_HBarrier_1_F"; + atlOffset=9.1552734e-005; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={4471.8032,83.303986,17906.41}; + angles[]={0.0080009829,3.9069829,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=363; + type="Land_BagFence_End_F"; + atlOffset=3.0517578e-005; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={4488.2876,83.470505,17909.229}; + angles[]={0.0080009829,1.2889891,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=364; + type="Land_HBarrier_5_F"; + atlOffset=0.00011444092; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={4463.3198,83.407867,17903.117}; + angles[]={0.0080009829,6.0013781,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=365; + type="Land_BagFence_Round_F"; + atlOffset=5.3405762e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={4472.5176,83.320168,17904.84}; + angles[]={0.0060001095,4.430582,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=369; + type="Land_BagFence_Long_F"; + atlOffset=3.8146973e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={4460.8779,83.421555,17903.754}; + angles[]={0.0060001095,0.50359082,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=370; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={4476.3921,84.087517,17903.57}; + angles[]={0.0060001095,2.8597851,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=371; + type="Land_HBarrier_Big_F"; + atlOffset=8.392334e-005; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={4484.3623,83.997429,17906.137}; + angles[]={0.0080009829,2.8597851,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=372; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001449585; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={4477.9688,86.689903,17912.102}; + angles[]={0,6.0013781,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=374; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.015205383; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={4444.917,85.087997,17922.887}; + angles[]={0.0080009829,1.0271897,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=376; + type="CamoNet_OPFOR_big_F"; + atlOffset=0.00015258789; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={4445.3887,84.169884,17930.785}; + angles[]={0.0080009829,3.1215849,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=380; + type="Land_HBarrier_Big_F"; + atlOffset=5.3405762e-005; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={4450.4668,84.065544,17936.891}; + angles[]={0.0099949092,4.9541807,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=381; + type="Land_HBarrier_Big_F"; + atlOffset=5.3405762e-005; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={4450.1758,84.219673,17916.5}; + angles[]={0.0060001095,2.5979857,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=382; + type="Land_HBarrier_Big_F"; + atlOffset=8.392334e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={4438.8203,84.260986,17927.902}; + angles[]={0.0080009829,2.3361864,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=383; + type="Land_HBarrier_Big_F"; + atlOffset=6.1035156e-005; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={4456.2944,84.161629,17916.621}; + angles[]={0.0080009829,4.1687822,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=384; + type="Land_HBarrier_Big_F"; + atlOffset=0.00012969971; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={4450.8721,84.125435,17929.27}; + angles[]={0.0080009829,1.2889891,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=385; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={4453.0425,84.144196,17923.184}; + angles[]={0.0080009829,1.2889891,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=386; + type="Land_HBarrier_Big_F"; + atlOffset=9.1552734e-005; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={4454.6011,83.964081,17942.598}; + angles[]={0.0079935296,5.7395787,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=387; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={4456.856,83.991432,17926.135}; + angles[]={0.0080009829,1.2889891,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=388; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00011444092; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={4456.6221,83.47448,17936.893}; + angles[]={0,5.7395787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=391; + type="Land_Cargo_House_V3_F"; + atlOffset=0.0028762817; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={4459.1196,83.692078,17907.363}; + angles[]={0.0080009829,0.50359082,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=392; + type="Land_HBarrier_1_F"; + atlOffset=7.6293945e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={4459.0938,83.42382,17905.467}; + angles[]={0.0060001095,1.2889891,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=393; + type="Land_BagFence_Round_F"; + atlOffset=6.8664551e-005; + }; + }; + id=394; + atlOffset=-0.0022659302; + }; + class Item182 + { + dataType="Marker"; + position[]={13496.396,84.042,9274.8477}; + name="military_1"; + text="Weferlingen Base"; + type="o_support"; + colorName="ColorEAST"; + id=395; + atlOffset=-7.7892685; + }; + class Item183 + { + dataType="Marker"; + position[]={16005.146,86.458,7169.3799}; + name="military_2"; + text="Hödingen Base"; + type="o_support"; + colorName="ColorEAST"; + id=396; + atlOffset=-7.7896576; + }; + class Item184 + { + dataType="Marker"; + position[]={15316.07,76.127998,8850.585}; + name="factory_28"; + text="Ribbenstedt Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=397; + atlOffset=-17.613029; + }; + class Item185 + { + dataType="Marker"; + position[]={8030.0381,92.567001,15677.887}; + name="military_3"; + text="Bahrdorf Base"; + type="o_support"; + colorName="ColorEAST"; + id=398; + atlOffset=-7.7896194; + }; + class Item186 + { + dataType="Marker"; + position[]={11614.936,66.116997,17674.967}; + name="military_4"; + text="Gehrendorf Base"; + type="o_support"; + colorName="ColorEAST"; + id=399; + atlOffset=-7.7899323; + }; + class Item187 + { + dataType="Marker"; + position[]={14709.438,54.865002,19818.037}; + name="military_5"; + text="Bösdorf Base"; + type="o_support"; + colorName="ColorEAST"; + id=400; + atlOffset=-7.789772; + }; + class Item188 + { + dataType="Marker"; + position[]={16498.51,64.797997,18111.5}; + name="military_6"; + text="Rätzlingen Base"; + type="o_support"; + colorName="ColorEAST"; + id=401; + atlOffset=-7.7899857; + }; + class Item189 + { + dataType="Marker"; + position[]={14355.396,69.75,15743.432}; + name="military_7"; + text="Lockstedt Base"; + type="o_support"; + colorName="ColorEAST"; + id=402; + atlOffset=-7.7900085; + }; + class Item190 + { + dataType="Marker"; + position[]={19956.971,129.88901,8312.4004}; + name="military_8"; + text="Behnsdorf Ammo Depot"; + type="o_support"; + colorName="ColorEAST"; + id=403; + atlOffset=-7.7899017; + }; + class Item191 + { + dataType="Layer"; + name="Command Centre"; + class Entities + { + items=98; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={11366.977,149.37273,3832.7507}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=404; + type="Land_Wall_IndCnc_4_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={11364.904,149.44069,3838.3816}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=405; + type="Land_Wall_IndCnc_4_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={11369.049,149.28963,3827.1199}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=406; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11360.979,149.53952,3840.0007}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=407; + type="Land_Wall_IndCnc_4_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={11367.195,149.33154,3823.1082}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=408; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={11375.265,149.02794,3810.2273}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=409; + type="Land_Wall_IndCnc_4_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={11379.409,148.79352,3798.9656}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=410; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={11371.12,149.20506,3821.489}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=411; + type="Land_Wall_IndCnc_4_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={11381.48,148.66501,3793.3347}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=412; + type="Land_Wall_IndCnc_4_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={11377.337,148.91615,3804.5964}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=413; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={11373.606,149.08177,3816.001}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=414; + type="Land_Wall_IndCnc_4_D_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={11380.854,148.90793,3778.0913}; + angles[]={6.2392135,5.9305844,6.2531919}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=415; + type="Land_Tank_rust_F"; + atlOffset=-3.0517578e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={11385.625,148.18784,3782.073}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=416; + type="Land_Wall_IndCnc_4_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={11389.769,147.91261,3770.8113}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=417; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={11387.697,147.96521,3776.4421}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=418; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0019378662; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={11383.553,148.49277,3787.7039}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=419; + type="Land_Wall_IndCnc_4_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={11379.627,148.68607,3789.3228}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=420; + type="Land_Wall_IndCnc_4_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={11388.15,148.01137,3766.8857}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=421; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.006072998; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={11389.539,153.20059,3768.6331}; + angles[]={0,0.69459653,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=422; + type="Land_LampHalogen_F"; + atlOffset=1.5258789e-005; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={11382.861,148.08937,3772.303}; + angles[]={0,2.535692,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=423; + type="Land_Medevac_house_V1_F"; + atlOffset=0.0028533936; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={11349.717,149.7495,3835.8564}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=425; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={11332.824,149.95168,3829.6404}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=426; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={11355.348,149.65802,3837.9287}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=427; + type="Land_Wall_IndCnc_4_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={11344.086,149.83719,3833.7844}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=428; + type="Land_Wall_IndCnc_4_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={11361.564,149.47844,3821.0359}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=429; + type="Land_Wall_IndCnc_4_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={11338.455,149.91039,3831.7124}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=430; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={11360.098,153.61877,3829.458}; + angles[]={0,2.0035932,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=431; + type="Land_dp_smallTank_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={11338.376,150.70306,3818.2681}; + angles[]={0,5.9292755,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=432; + type="Land_i_Shed_Ind_F"; + atlOffset=0.02053833; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={11366.33,148.53654,3805.6453}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=434; + type="Land_i_Barracks_V1_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={11355.353,151.6855,3771.7703}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=440; + type="Land_MilOffices_V1_F"; + atlOffset=0.0079193115; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={11365.627,148.71266,3758.5977}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=441; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0040283203; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={11371.258,148.55902,3760.6697}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=442; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0059814453; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={11359.996,148.86453,3756.5256}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=443; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.011688232; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={11382.52,148.20529,3764.8137}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=444; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0040435791; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={11376.99,148.37027,3762.3513}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=445; + type="Land_Wall_IndCnc_4_D_F"; + atlOffset=0.0068664551; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={11373.996,148.83861,3787.2507}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=446; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={11327.805,149.62881,3809.3225}; + angles[]={6.2771854,0.43279696,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=447; + type="Land_BagFence_Round_F"; + atlOffset=0.00039672852; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={11318.243,149.67336,3804.8765}; + angles[]={6.2791886,5.1451864,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=448; + type="Land_BagFence_Round_F"; + atlOffset=0.00047302246; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={11306.796,149.77019,3800.1453}; + angles[]={6.2791886,5.9305844,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=449; + type="Land_BagFence_Long_F"; + atlOffset=0.0010681152; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={11326.352,149.64735,3811.4602}; + angles[]={6.2791886,4.3597879,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=450; + type="Land_BagFence_Long_F"; + atlOffset=0.00030517578; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={11325.401,149.66339,3814.041}; + angles[]={6.2791886,4.3597879,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=451; + type="Land_BagFence_Long_F"; + atlOffset=0.00032043457; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={11317.968,149.68095,3807.4448}; + angles[]={6.2812018,4.3597879,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=452; + type="Land_BagFence_Long_F"; + atlOffset=0.00050354004; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={11324.452,149.67302,3816.6257}; + angles[]={0,4.3597879,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=453; + type="Land_BagFence_Long_F"; + atlOffset=0.0004119873; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={11330.368,149.61327,3809.5979}; + angles[]={6.2771854,5.9305844,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=454; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={11316.115,149.68546,3803.4333}; + angles[]={6.2812018,2.7889917,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=455; + type="Land_BagFence_Long_F"; + atlOffset=0.00042724609; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={11309.309,149.34552,3809.3035}; + angles[]={6.2812018,5.9311256,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=456; + type="Land_HelipadSquare_F"; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={11310.301,150.06316,3821.3523}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=457; + type="Land_Wall_IndCnc_4_F"; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={11304.67,150.11684,3819.2803}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=458; + type="Land_Wall_IndCnc_4_F"; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={11321.563,150.00659,3825.4963}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=459; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={11299.039,150.15379,3817.2083}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=460; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={11327.193,149.98134,3827.5684}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=461; + type="Land_Wall_IndCnc_4_F"; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={11315.779,150.00929,3823.813}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=462; + type="Land_Wall_IndCnc_4_D_F"; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={11323.056,155.25449,3825.1511}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=465; + type="Land_LampHalogen_F"; + atlOffset=0.00033569336; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={11333.779,149.68407,3775.6482}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=469; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.018112183; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={11316.887,149.94688,3769.4321}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=470; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.030426025; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={11322.518,149.84497,3771.5042}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=471; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.032394409; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={11333.326,149.7363,3785.2048}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=472; + type="Land_Wall_IndCnc_4_F"; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={11335.397,149.66525,3779.574}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=473; + type="Land_Wall_IndCnc_4_F"; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={11331.254,149.79327,3790.8357}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=474; + type="Land_Wall_IndCnc_4_F"; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={11328.148,149.75212,3773.5762}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=475; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.026321411; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={11318.632,152.82599,3781.7002}; + angles[]={0,4.3544407,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=476; + type="Land_Shed_Big_F"; + atlOffset=0.27255249; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={11327.871,150.19547,3792.1592}; + angles[]={0,0.69459653,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=484; + type="Land_PortableLight_double_F"; + atlOffset=0.0017242432; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={11335.415,154.90723,3777.0872}; + angles[]={0,2.0035932,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=485; + type="Land_LampHalogen_F"; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={11337.473,149.3744,3748.2373}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=490; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.02432251; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={11331.842,149.45451,3746.1653}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=491; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.031936646; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={11343.104,149.23431,3750.3093}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=492; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.020111084; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={11326.211,149.56778,3744.0933}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=493; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.032470703; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={11354.365,149.00937,3754.4534}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=494; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.016235352; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={11348.734,149.12445,3752.3813}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=495; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.016220093; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={11325.462,168.0968,3757.4414}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=498; + type="Land_TTowerBig_1_F"; + atlOffset=1.5258789e-005; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={11289.847,149.79475,3798.8069}; + angles[]={6.2791886,2.0035932,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=501; + type="Land_BagFence_Round_F"; + atlOffset=0.00021362305; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={11290.11,149.78499,3796.2397}; + angles[]={6.2791886,1.2181952,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=502; + type="Land_BagFence_Long_F"; + atlOffset=0.00094604492; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={11291.978,149.7961,3800.2568}; + angles[]={6.2812018,5.9305844,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=503; + type="Land_BagFence_Long_F"; + atlOffset=0.00021362305; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={11302.802,149.78737,3801.9756}; + angles[]={6.2791886,4.3597879,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=504; + type="Land_BagFence_Long_F"; + atlOffset=0.00015258789; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={11297.031,150.74673,3806.3696}; + angles[]={6.2812018,4.3597879,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=505; + type="Land_Tank_rust_F"; + atlOffset=0.00051879883; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={11295.934,150.1035,3799.9487}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=506; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.010498047; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={11293.408,150.14871,3815.1362}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=507; + type="Land_Wall_IndCnc_4_F"; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={11291.79,150.13623,3811.2104}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=508; + type="Land_Wall_IndCnc_4_F"; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={11293.861,150.11729,3805.5796}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=509; + type="Land_Wall_IndCnc_4_F"; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={11292.012,155.40308,3813.5947}; + angles[]={0,3.8361893,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=510; + type="Land_LampHalogen_F"; + atlOffset=0.00054931641; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={11297.71,155.34377,3798.1096}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=511; + type="Land_LampHalogen_F"; + atlOffset=0.00079345703; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={11304.242,149.77953,3799.8713}; + angles[]={6.2791886,0.43279696,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=512; + type="Land_BagFence_Round_F"; + atlOffset=0.00073242188; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={11296.49,149.7196,3780.752}; + angles[]={6.2791886,0.43279696,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=513; + type="Land_BagFence_Round_F"; + atlOffset=0.0002746582; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={11295.039,149.73106,3782.8811}; + angles[]={6.2791886,4.3597879,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=514; + type="Land_BagFence_Long_F"; + atlOffset=0.00030517578; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={11299.052,149.71559,3781.0276}; + angles[]={6.2791886,5.9305844,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=515; + type="Land_BagFence_Long_F"; + atlOffset=0.00028991699; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={11306.294,149.98224,3771.7944}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=517; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0090789795; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={11302.149,150.04156,3783.0562}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=518; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.014373779; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={11304.222,150.01497,3777.4253}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=519; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.010299683; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={11311.256,149.97229,3767.3601}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=520; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.030395508; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={11307.987,149.93892,3765.9958}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=521; + type="Land_Wall_IndCnc_4_D_F"; + atlOffset=0.018951416; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={11301.07,150.03894,3785.989}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=522; + type="Land_Wall_IndCnc_Pole_F"; + atlOffset=1.5258789e-005; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={11308.977,155.20461,3767.4919}; + angles[]={0,3.8361893,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=523; + type="Land_LampHalogen_F"; + atlOffset=0.0004119873; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={11296.831,153.38806,3790.7266}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=524; + type="Land_BarGate_F"; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={11314.582,149.76733,3749.271}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=525; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0042419434; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={11316.654,149.71382,3743.6401}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=526; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0014190674; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={11312.51,149.83113,3754.9019}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=527; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0021972656; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={11320.58,149.68867,3742.0212}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=528; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.032409668; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={11310.438,149.90157,3760.5327}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=529; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0032043457; + }; + }; + id=530; + atlOffset=0.0086975098; + }; + class Item192 + { + dataType="Marker"; + position[]={11345.187,141.118,3797.5769}; + name="military_9"; + text="Border Patrol Base South"; + type="o_support"; + colorName="ColorEAST"; + id=531; + atlOffset=-7.7892609; + }; + class Item193 + { + dataType="Marker"; + position[]={5618.4448,131.356,6481.625}; + name="military_10"; + text="Rottorf Military Depot"; + type="o_support"; + colorName="ColorEAST"; + id=532; + atlOffset=-7.7898254; + }; + class Item194 + { + dataType="Layer"; + name="Walled HQ"; + id=617; + atlOffset=-116.76; + }; + class Item195 + { + dataType="Layer"; + name="Chain Fence Outpost"; + id=679; + atlOffset=-116.76; + }; + class Item196 + { + dataType="Layer"; + name="Shoot House"; + id=1029; + atlOffset=-116.76; + }; + class Item197 + { + dataType="Layer"; + name="Camp Bravery"; + id=1079; + atlOffset=-116.76; + }; + class Item198 + { + dataType="Layer"; + name="Camp Courage"; + id=1132; + atlOffset=-116.76; + }; + class Item199 + { + dataType="Layer"; + name="Camp Endurance"; + id=1183; + atlOffset=-116.76; + }; + class Item200 + { + dataType="Layer"; + name="Camp Fortitude"; + id=1234; + atlOffset=-116.76; + }; + class Item201 + { + dataType="Layer"; + name="Camp Audacity"; + id=1291; + atlOffset=-116.76; + }; + class Item202 + { + dataType="Layer"; + name="Field HQ [OPF]"; + id=1420; + atlOffset=-116.76; + }; + class Item203 + { + dataType="Layer"; + name="Cargo HQ [OPF] #2"; + id=1542; + atlOffset=-116.76; + }; + class Item204 + { + dataType="Layer"; + name="Forward Base [OPF]"; + class Entities + { + items=64; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={4378.8843,106.273,15217.988}; + angles[]={0,4.4994855,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1543; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.0062484741; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={4391.3032,103.21716,15217.349}; + angles[]={0.0060001095,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1544; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={4379.9287,103.01012,15233.305}; + angles[]={0.0099949092,6.070282,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1545; + type="Land_HBarrierWall6_F"; + atlOffset=3.8146973e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={4389.314,103.13709,15225.356}; + angles[]={0.010000871,1.3578924,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1546; + type="Land_HBarrierWall6_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={4369.2549,103.04342,15225.879}; + angles[]={0.0080009829,2.928689,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1547; + type="Land_HBarrierWall_corridor_F"; + atlOffset=3.0517578e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={4369.0908,103.01268,15230.193}; + angles[]={0.0099949092,4.4994855,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1548; + type="Land_HBarrierWall_corner_F"; + atlOffset=2.2888184e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={4386.4702,103.02965,15234.976}; + angles[]={0.012000273,6.070282,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1549; + type="Land_HBarrierWall_corner_F"; + atlOffset=7.6293945e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={4373.3833,103.01038,15231.633}; + angles[]={0.010000871,6.070282,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1550; + type="Land_HBarrierWall4_F"; + atlOffset=4.5776367e-005; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={4387.9092,103.08472,15230.682}; + angles[]={0.0099949092,1.3578924,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1551; + type="Land_HBarrierWall4_F"; + atlOffset=-7.6293945e-006; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={4384.3057,103.08573,15226.066}; + angles[]={0.010000871,4.4994855,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1552; + type="Land_HBarrier_5_F"; + atlOffset=4.5776367e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={4387.1465,106.03181,15235.376}; + angles[]={0,3.7140872,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1553; + type="Land_LampShabby_F"; + atlOffset=-7.6293945e-006; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={4381.9302,103.11654,15227.598}; + angles[]={0.011995304,2.928689,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1554; + type="Land_HBarrier_3_F"; + atlOffset=0.0016555786; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={4365.0332,103.43629,15226.499}; + angles[]={0.0080009829,2.928689,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1555; + type="Land_CncShelter_F"; + atlOffset=5.3405762e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={4367.2354,102.60578,15235.803}; + angles[]={0.010000871,2.1432905,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1556; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={4369.3125,102.60581,15236.253}; + angles[]={0.0099949092,3.7140872,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1559; + type="Land_BagFence_Round_F"; + atlOffset=0.0004119873; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={4385.8135,102.88947,15210.789}; + angles[]={0.0060001095,2.1432905,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1560; + type="Land_BagFence_Round_F"; + atlOffset=1.5258789e-005; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={4387.8916,102.89926,15211.237}; + angles[]={0.0060001095,3.7140872,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1561; + type="Land_BagFence_Round_F"; + atlOffset=2.2888184e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={4367.1265,102.63008,15233.35}; + angles[]={0.010000871,1.3578924,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1565; + type="Land_BagFence_Long_F"; + atlOffset=1.5258789e-005; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={4370.478,102.63208,15233.819}; + angles[]={0.010000871,1.3578924,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1567; + type="Land_BagFence_Long_F"; + atlOffset=1.5258789e-005; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={4394.7832,115.45846,15204.799}; + angles[]={0,6.070282,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1580; + type="Land_Cargo_Tower_V3_F"; + atlOffset=0.0019378662; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={4384.0615,103.20728,15203.505}; + angles[]={0,4.4994855,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1581; + type="Land_Cargo_House_V3_F"; + atlOffset=0.0039367676; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={4384.3169,103.29948,15199.974}; + angles[]={0.0060001095,2.928689,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1582; + type="Land_HBarrierWall6_F"; + atlOffset=1.5258789e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={4381.8726,103.22957,15208.914}; + angles[]={0.0080009829,2.928689,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1583; + type="Land_HBarrierWall6_F"; + atlOffset=-7.6293945e-006; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={4393.291,103.28851,15209.335}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1584; + type="Land_HBarrierWall6_F"; + atlOffset=3.8146973e-005; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={4376.2373,103.21769,15205.392}; + angles[]={0.0079935296,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1585; + type="Land_HBarrierWall6_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={4372.3945,103.23405,15197.138}; + angles[]={0.0039967569,2.928689,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1586; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={4397.645,103.78029,15206.95}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1587; + type="Land_HBarrier_Big_F"; + atlOffset=2.2888184e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={4400.0225,103.80681,15205.418}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1588; + type="Land_HBarrier_Big_F"; + atlOffset=2.2888184e-005; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={4398.0674,103.79845,15204.995}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1589; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-006; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={4399.6001,103.78865,15207.373}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1590; + type="Land_HBarrier_Big_F"; + atlOffset=3.0517578e-005; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={4394.9609,103.35391,15202.785}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1591; + type="Land_HBarrierWall_corner_F"; + atlOffset=2.2888184e-005; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={4377.9106,103.26435,15198.844}; + angles[]={0.0039967569,1.3578924,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1592; + type="Land_HBarrierWall_corner_F"; + atlOffset=3.0517578e-005; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={4390.9141,103.33885,15201.399}; + angles[]={0.0060001095,2.928689,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1593; + type="Land_HBarrierWall4_F"; + atlOffset=3.8146973e-005; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={4384.2603,106.24157,15209.688}; + angles[]={0,6.070282,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1594; + type="Land_LampShabby_F"; + atlOffset=7.6293945e-006; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={4373.998,102.93719,15188.537}; + angles[]={0.0039967569,5.2848835,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1596; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={4372.9092,102.86563,15201.859}; + angles[]={0.0060001095,2.6668892,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1597; + type="Land_BagFence_Round_F"; + atlOffset=1.5258789e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={4373.522,102.92456,15190.735}; + angles[]={0.0039967569,3.7140872,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1598; + type="Land_BagFence_Round_F"; + atlOffset=1.5258789e-005; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={4372.2588,102.87386,15199.836}; + angles[]={0.0060001095,1.0960931,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1600; + type="Land_BagFence_Round_F"; + atlOffset=1.5258789e-005; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={4358.3721,107.17027,15225.319}; + angles[]={0,2.928689,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1603; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0049819946; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={4350.0635,107.22289,15204.596}; + angles[]={0,1.3578924,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1604; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0075149536; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={4364.8301,102.376,15207.276}; + angles[]={0.0060001095,2.928689,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1605; + type="Land_HelipadSquare_F"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={4353.9326,103.07605,15211.566}; + angles[]={0.0019834081,4.4994855,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1606; + type="Land_HBarrierWall6_F"; + atlOffset=4.5776367e-005; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={4354.3145,103.45568,15225.205}; + angles[]={0.0080009829,4.4994855,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1607; + type="Land_HBarrier_Big_F"; + atlOffset=6.1035156e-005; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={4346.6182,103.49301,15202.818}; + angles[]={0,1.3578924,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1608; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={4362.6226,103.4653,15227.001}; + angles[]={0.0099949092,1.3578924,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1609; + type="Land_HBarrier_Big_F"; + atlOffset=6.1035156e-005; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={4356.8042,103.42661,15229.067}; + angles[]={0.0099949092,2.928689,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1610; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={4348.686,103.5049,15208.637}; + angles[]={0.0019834081,6.070282,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1611; + type="Land_HBarrier_Big_F"; + atlOffset=5.3405762e-005; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={4352.2632,103.05305,15218.112}; + angles[]={0.0039967569,4.4994855,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1612; + type="Land_HBarrierWall_corner_F"; + atlOffset=3.8146973e-005; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={4355.334,103.06412,15219.288}; + angles[]={0.0039967569,6.070282,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1613; + type="Land_HBarrierWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={4364.8096,103.08364,15221.593}; + angles[]={0.010000871,6.070282,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1614; + type="Land_HBarrierWall4_F"; + atlOffset=4.5776367e-005; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={4352.1504,106.0584,15218.604}; + angles[]={0,2.1432905,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1615; + type="Land_LampShabby_F"; + atlOffset=0.0021820068; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={4361.1104,102.6041,15233.968}; + angles[]={0.0099949092,3.7140872,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1616; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={4359.0332,102.60223,15233.518}; + angles[]={0.010000871,2.1432905,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1617; + type="Land_BagFence_Round_F"; + atlOffset=2.2888184e-005; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={4358.9238,102.62653,15231.063}; + angles[]={0.0079935296,1.3578924,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1618; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={4362.2759,102.63312,15231.532}; + angles[]={0.010000871,1.3578924,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1621; + type="Land_BagFence_Long_F"; + atlOffset=2.2888184e-005; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={4356.8169,103.11842,15199.401}; + angles[]={0.0019834081,4.4994855,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1623; + type="Land_HBarrierWall6_F"; + atlOffset=0.0029220581; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={4350.4795,103.52294,15200.327}; + angles[]={0,2.928689,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1624; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={4368.5649,103.22569,15191.197}; + angles[]={0.0039967569,4.4994855,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1625; + type="Land_HBarrierWall_corridor_F"; + atlOffset=5.3405762e-005; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={4358.6514,103.14331,15193.76}; + angles[]={0.0039967569,2.928689,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1626; + type="Land_HBarrierWall_corner_F"; + atlOffset=3.8146973e-005; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={4363.8979,103.18106,15195.046}; + angles[]={0.0019834081,2.928689,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1627; + type="Land_HBarrierWall4_F"; + atlOffset=6.8664551e-005; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={4371.7988,102.9215,15188.061}; + angles[]={0.0039967569,0.57249451,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1628; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={4364.3716,102.85815,15188.082}; + angles[]={0.0019834081,1.8814911,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1629; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={4365.3999,102.87116,15186.083}; + angles[]={0.0019834081,0.31069517,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1630; + type="Land_BagFence_Round_F"; + atlOffset=2.2888184e-005; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={4367.3999,102.88912,15187.11}; + angles[]={0.0019834081,5.0230842,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1632; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + }; + id=1633; + atlOffset=-0.00063323975; + }; + class Item205 + { + dataType="Marker"; + position[]={4363.9209,102.353,15211.27}; + name="military_11"; + text="Twülpstedt Base"; + type="o_support"; + colorName="ColorEAST"; + id=1634; + atlOffset=-0.0001449585; + }; + class Item206 + { + dataType="Layer"; + name="Headquarters"; + id=1671; + atlOffset=-116.76; + }; + class Item207 + { + dataType="Layer"; + name="Headquarters (Fortified)"; + id=1735; + atlOffset=-116.76; + }; + class Item208 + { + dataType="Layer"; + name="Main Headquarters [OPF]"; + class Entities + { + items=181; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={8313.8438,106.5153,11328.754}; + angles[]={0,0.32635355,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1736; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-5.3405762e-005; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={8310.8291,106.49525,11331.721}; + angles[]={0,5.0387421,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1737; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00015258789; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={8341.1016,107.46848,11331.248}; + angles[]={0.016005818,1.3735509,6.2611852}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1738; + type="CamoNet_OPFOR_open_F"; + atlOffset=3.0517578e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={8340.8711,106.10892,11326.209}; + angles[]={0,6.0859404,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1739; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-2.2888184e-005; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={8345.3135,105.8856,11333.274}; + angles[]={0,1.3735509,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1740; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-8.392334e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={8346.1104,105.93469,11329.147}; + angles[]={0,4.5151434,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1741; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00012207031; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={8344.8213,105.9878,11327.017}; + angles[]={0,2.9443474,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1742; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-1.5258789e-005; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={8336.7773,106.28358,11327.271}; + angles[]={0,4.5151434,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1743; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.0001449585; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={8316.3984,107.96652,11332.844}; + angles[]={0.0080009829,1.8971496,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1744; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.0010070801; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.5732,107.42159,11352.768}; + angles[]={0.016002094,3.2061467,6.2551923}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1745; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.0012512207; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={8317.2441,111.60019,11351.208}; + angles[]={0,1.6353507,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1746; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.014122009; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={8316.4492,107.72726,11333.549}; + angles[]={0.0080009829,0.32635355,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1747; + type="Land_BagBunker_Large_F"; + atlOffset=0.00015258789; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={8340.7725,107.23656,11331.622}; + angles[]={0.016002094,6.0859404,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1748; + type="Land_BagBunker_Large_F"; + atlOffset=-0.00018310547; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.9668,107.47121,11350.765}; + angles[]={0.0080009829,4.7769432,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1749; + type="Land_HBarrierWall6_F"; + atlOffset=6.1035156e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.7949,107.53403,11342.627}; + angles[]={0.0080009829,4.7769432,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1750; + type="Land_HBarrierWall6_F"; + atlOffset=4.5776367e-005; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={8331.8135,112.16646,11357.353}; + angles[]={0,4.7769432,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1751; + type="Land_LampHalogen_F"; + atlOffset=-0.00015258789; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={8328.9365,107.50948,11334.865}; + angles[]={0.041975394,1.6353507,6.2531919}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1752; + type="Land_HBarrierWall_corridor_F"; + atlOffset=3.8146973e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.1621,106.99753,11357.369}; + angles[]={0.013999403,1.8971496,6.2611909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1753; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00035858154; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={8325.2842,107.14945,11354.968}; + angles[]={0.016002094,4.7769432,6.2551923}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1754; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00049591064; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={8325.5176,107.25363,11350.521}; + angles[]={0.025994543,3.2061467,6.245204}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1755; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00044250488; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.166,107.00797,11349.792}; + angles[]={0.012000273,2.1589494,6.2611909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1756; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00073242188; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.7246,106.96021,11352.945}; + angles[]={0.012000273,1.3735509,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1757; + type="Land_HBarrierWall4_F"; + atlOffset=0.0007019043; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.2451,107.21592,11337.533}; + angles[]={0.0219975,3.4679463,6.24121}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1758; + type="Land_HBarrierWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={8344.0977,106.95578,11339.198}; + angles[]={0.012000273,2.4207487,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1759; + type="Land_HBarrierWall4_F"; + atlOffset=1.5258789e-005; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={8332.3086,106.73953,11354.158}; + angles[]={0.012000273,0.32635355,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1760; + type="Land_HBarrierWall4_F"; + atlOffset=-0.248909; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={8323.8252,107.601,11338.029}; + angles[]={0.0080009829,2.9443474,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1761; + type="Land_HBarrierWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.5898,107.35614,11347.756}; + angles[]={0.019996032,0.064554214,6.2452054}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1762; + type="Land_BagBunker_Small_F"; + atlOffset=4.5776367e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={8337.0527,106.65614,11347.979}; + angles[]={0,5.3005419,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1763; + type="Land_cargo_addon01_V2_F"; + atlOffset=0.0045776367; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={8321.2236,106.5136,11332.65}; + angles[]={0,1.8971496,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1764; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-9.1552734e-005; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={8335.9092,106.18284,11331.668}; + angles[]={0,1.3735509,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1765; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00010681152; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.3584,108.07671,11346.896}; + angles[]={0.019996032,3.2061467,6.2452054}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1766; + type="O_HMG_01_high_F"; + atlOffset=-0.0015563965; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={8331.7637,105.99933,11346.992}; + angles[]={0,1.6353507,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1767; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-2.2888184e-005; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={8327.4473,106.14251,11347.36}; + angles[]={0,1.6353507,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1768; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.0001373291; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.4385,106.10887,11345.283}; + angles[]={0,0.064554214,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1769; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-2.2888184e-005; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.8496,106.5522,11328.68}; + angles[]={0,5.0387421,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1770; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.0001373291; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={8317.6689,106.55302,11327.478}; + angles[]={0,3.4679463,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1771; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=5.3405762e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={8312.2764,106.45676,11335.961}; + angles[]={0,1.8971496,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1778; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00011444092; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={8305.9443,106.97322,11384.903}; + angles[]={0.023993526,3.4679463,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1782; + type="Land_HBarrierWall6_F"; + atlOffset=0.010726929; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={8317.8213,107.3548,11357.4}; + angles[]={0.02399601,5.3005419,6.247201}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1783; + type="Land_HBarrierWall6_F"; + atlOffset=0.00059509277; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={8310.1553,107.8583,11355.322}; + angles[]={0.0080009829,3.2061467,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1784; + type="Land_HBarrier_Big_F"; + atlOffset=0.00025177002; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={8302.1729,107.81454,11356.791}; + angles[]={0.0080009829,3.4679463,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1785; + type="Land_HBarrier_Big_F"; + atlOffset=0.00017547607; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={8327.1963,106.96172,11362.63}; + angles[]={0.016002094,2.4207487,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1786; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00022888184; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={8312.3457,107.03934,11376.879}; + angles[]={0.0219975,2.4207487,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1787; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00035858154; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.127,106.72255,11373.915}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1788; + type="Land_cargo_addon01_V2_F"; + atlOffset=-0.0019607544; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={8317.793,106.71973,11370.659}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1789; + type="Land_cargo_addon01_V2_F"; + atlOffset=-0.0017623901; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={8321.3096,107.63912,11366.125}; + angles[]={0.02199479,3.991545,6.2571907}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1790; + type="Land_Tank_rust_F"; + atlOffset=0.00039672852; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={8300.2002,107.37824,11359.044}; + angles[]={0.0080009829,3.4679463,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1793; + type="Land_HBarrier_3_F"; + atlOffset=0.0014572144; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={8299.0566,107.39175,11356.375}; + angles[]={0.0080009829,3.4679463,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1794; + type="Land_HBarrier_3_F"; + atlOffset=7.6293945e-005; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={8297.8037,107.36377,11358.938}; + angles[]={0.0080009829,5.0387421,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1795; + type="Land_HBarrier_3_F"; + atlOffset=0.00012207031; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={8297.4199,107.28085,11357.102}; + angles[]={0.0099949092,5.8241405,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1797; + type="Land_HBarrier_1_F"; + atlOffset=9.1552734e-005; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.0449,106.90133,11363.764}; + angles[]={0.029989703,0.58815289,6.247201}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1799; + type="Land_CncBarrier_F"; + atlOffset=0.00018310547; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={8306.2646,106.73843,11378.858}; + angles[]={0.0219975,1.6353507,6.2651849}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1800; + type="Land_CncBarrier_F"; + atlOffset=0.0004119873; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={8311.1201,106.90317,11367.468}; + angles[]={0.010000871,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1801; + type="Land_CncBarrier_F"; + atlOffset=9.9182129e-005; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={8307.6416,106.8475,11372.739}; + angles[]={0.027990974,1.111752,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1802; + type="Land_CncBarrier_stripes_F"; + atlOffset=0.00022888184; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={8291.1377,106.98093,11399.489}; + angles[]={0.033985451,0.58815289,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1804; + type="CamoNet_OPFOR_open_F"; + atlOffset=7.6293945e-006; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={8290.9492,106.75282,11399.391}; + angles[]={0.033987202,2.1589494,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1805; + type="Land_BagBunker_Large_F"; + atlOffset=7.6293945e-006; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={8299.2529,106.95164,11387.984}; + angles[]={0.012000273,3.7297456,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1806; + type="Land_HBarrierWall6_F"; + atlOffset=2.2888184e-005; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={8288.8223,107.35674,11387.211}; + angles[]={0.013999403,2.1589494,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1807; + type="Land_HBarrier_Big_F"; + atlOffset=5.3405762e-005; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={8286.625,107.4538,11380.199}; + angles[]={0.013999403,4.7769432,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1808; + type="Land_HBarrier_Big_F"; + atlOffset=8.392334e-005; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={8293.6465,106.85032,11391.726}; + angles[]={0.029989703,3.7297456,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1809; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0002822876; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={8288.8916,105.65058,11395.068}; + angles[]={0,3.7297456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1810; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.0001373291; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={8288.2256,107.08466,11377.617}; + angles[]={0.013999403,1.6353507,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1811; + type="Land_HBarrier_3_F"; + atlOffset=6.1035156e-005; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={8285.2041,107.07136,11377.458}; + angles[]={0.013999403,1.6353507,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1812; + type="Land_HBarrier_3_F"; + atlOffset=-0.0033798218; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={8287.1143,107.11012,11375.488}; + angles[]={0.013999403,3.2061467,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1813; + type="Land_HBarrier_3_F"; + atlOffset=0.00016021729; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={8284.8145,105.56756,11399.841}; + angles[]={0,5.3005419,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1814; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=9.9182129e-005; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={8285.4102,105.61834,11397.423}; + angles[]={0,0.58815289,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1815; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00035858154; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={8285.2617,107.00351,11375.689}; + angles[]={0.013999403,5.5623417,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1816; + type="Land_HBarrier_1_F"; + atlOffset=2.2888184e-005; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={8293.3057,106.40453,11394.569}; + angles[]={0.029989703,5.5622892,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1817; + type="Land_BarrelTrash_grey_F"; + atlOffset=-7.6293945e-005; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={8287.0361,105.47301,11403.205}; + angles[]={0,2.1589494,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1818; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-2.2888184e-005; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={8363.7344,118.60674,11355.114}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1820; + type="Land_Cargo_Tower_V3_F"; + atlOffset=-0.020507813; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={8347.2354,107.22179,11360.253}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1821; + type="Land_Metal_Shed_F"; + atlOffset=-0.017807007; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.1807,106.6748,11347.835}; + angles[]={0.010000871,2.4207487,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1822; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0013580322; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={8343.2559,106.51582,11375.405}; + angles[]={0.013999403,0.84995222,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1823; + type="Land_HBarrierWall6_F"; + atlOffset=0.00019073486; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={8368.2422,106.41688,11359.085}; + angles[]={0.013999403,2.4207487,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1824; + type="Land_HBarrierWall6_F"; + atlOffset=0.00012207031; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={8362.21,106.54002,11353.455}; + angles[]={0.011995304,2.4207487,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1825; + type="Land_HBarrierWall6_F"; + atlOffset=0.00019073486; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={8350.0596,106.82185,11343.461}; + angles[]={0.0099949092,2.682548,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1826; + type="Land_HBarrierWall6_F"; + atlOffset=0.0038986206; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={8340.1299,106.73936,11362.677}; + angles[]={0.012000273,2.4207487,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1827; + type="Land_HBarrierWall6_F"; + atlOffset=0.00016021729; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={8335.084,106.87789,11358.579}; + angles[]={0.012000273,3.7297456,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1828; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0002822876; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={8347.7129,106.5185,11370.336}; + angles[]={0.013999403,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1829; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00019836426; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={8344.8486,106.60664,11367.152}; + angles[]={0.012000273,2.4207487,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1830; + type="Land_HBarrierWall4_F"; + atlOffset=0.0001449585; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={8350.668,106.1248,11372.254}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1831; + type="Land_cargo_addon01_V2_F"; + atlOffset=0.0015258789; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={8361.792,105.33206,11360.729}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1832; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00018310547; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={8358.2227,106.26161,11375.411}; + angles[]={0.015998369,1.111752,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1833; + type="Land_HBarrier_5_F"; + atlOffset=-0.00075531006; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={8347.543,106.39297,11377.341}; + angles[]={0.015998369,5.5623417,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1834; + type="Land_HBarrier_5_F"; + atlOffset=0.00060272217; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={8360.5361,106.26717,11372.78}; + angles[]={0.013995145,2.682548,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1835; + type="Land_HBarrier_5_F"; + atlOffset=0.00095367432; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={8333.9385,107.66526,11367.865}; + angles[]={0.012000273,3.2061467,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1844; + type="O_GMG_01_high_F"; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.2783,106.67926,11350.743}; + angles[]={0.012000273,3.991545,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1845; + type="Land_HBarrier_3_F"; + atlOffset=0.00029754639; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={8357.2842,105.4556,11356.769}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1846; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00023651123; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={8366.0117,105.29341,11361.607}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1847; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00012207031; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.749,105.49776,11353.969}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1858; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00017547607; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={8324.3086,129.0961,11387.863}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1859; + type="Land_TTowerBig_2_F"; + atlOffset=0.003868103; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.5352,109.81776,11372.057}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1860; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.0027923584; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={8346.8848,106.29234,11382.241}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1861; + type="Land_Cargo_House_V3_F"; + atlOffset=0.014587402; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={8337.8105,106.50973,11381.606}; + angles[]={0.01799392,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1862; + type="Land_HBarrierWall6_F"; + atlOffset=0.00021362305; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.1035,106.94153,11374.491}; + angles[]={0.016002094,3.991545,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1863; + type="Land_HBarrierWall6_F"; + atlOffset=0.00025177002; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={8332.1738,106.49701,11387.641}; + angles[]={0.017997233,0.84995222,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1864; + type="Land_HBarrierWall6_F"; + atlOffset=0.00025939941; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.7998,106.64621,11390.744}; + angles[]={0.02399601,5.5623417,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1865; + type="Land_HBarrierWall6_F"; + atlOffset=0.0002746582; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={8324.3848,106.92899,11368.479}; + angles[]={0.015998369,3.991545,6.2631893}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1866; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0010528564; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={8326.3174,112.15823,11365.502}; + angles[]={0,0.32635355,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1867; + type="Land_LampHalogen_F"; + atlOffset=0.00043487549; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.3818,106.81686,11376.048}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1868; + type="Land_cargo_addon02_V1_F"; + atlOffset=-3.0517578e-005; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.541,106.90858,11379.681}; + angles[]={0.015998369,5.5623417,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1869; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00022888184; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={8324.7031,106.47583,11395.385}; + angles[]={0.027993103,5.5623417,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1870; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00018310547; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={8311.8281,106.92051,11382.765}; + angles[]={0.02399601,3.991545,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1871; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00067138672; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={8314.8877,106.8091,11386.106}; + angles[]={0.019996032,5.5623417,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1872; + type="Land_HBarrierWall4_F"; + atlOffset=0.00043487549; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={8327.8848,106.48855,11392.521}; + angles[]={0.017997233,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1873; + type="Land_HBarrierWall4_F"; + atlOffset=0.00019836426; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={8330.2412,106.55448,11385.106}; + angles[]={0.017997233,5.5623417,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1876; + type="Land_HBarrier_5_F"; + atlOffset=0.00022125244; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={8318.6465,106.74493,11385.237}; + angles[]={0.019996032,0.84995222,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1877; + type="Land_HBarrier_5_F"; + atlOffset=0.00022888184; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={8325.4658,106.02538,11379.729}; + angles[]={0.015998369,5.5623417,6.2651916}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1879; + type="Land_Garbage_square5_F"; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={8323.2783,106.81363,11380.156}; + angles[]={0.015998369,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1884; + type="Land_HBarrier_3_F"; + atlOffset=0.00024414063; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={8322.2539,106.4624,11397.229}; + angles[]={0.039977662,0.84995222,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1885; + type="Land_HBarrier_3_F"; + atlOffset=0.00026702881; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.2578,106.69614,11391.747}; + angles[]={0.033987202,3.991545,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1886; + type="Land_HBarrier_3_F"; + atlOffset=0.00028991699; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={8325.3584,106.76741,11380.819}; + angles[]={0.017997233,2.4207487,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1887; + type="Land_HBarrier_3_F"; + atlOffset=0.00025939941; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.9668,105.97916,11398.668}; + angles[]={0.02199479,5.3005419,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1888; + type="Land_BagFence_Round_F"; + atlOffset=0.00022125244; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={8332.9473,105.99619,11395.464}; + angles[]={0.0219975,2.9443474,6.2651849}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1889; + type="Land_BagFence_Round_F"; + atlOffset=0.0001373291; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={8320.6582,106.77676,11384.843}; + angles[]={0.017997233,2.4207487,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1890; + type="Land_PowerGenerator_F"; + atlOffset=0.00025177002; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={8331.1035,106.04633,11394.344}; + angles[]={0.017997233,2.4207487,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1895; + type="Land_BagFence_Short_F"; + atlOffset=0.00011444092; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.9971,105.92756,11400.525}; + angles[]={0.031988446,1.111752,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1896; + type="Land_BagFence_Short_F"; + atlOffset=9.9182129e-005; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.4775,105.88143,11402.065}; + angles[]={0.031988446,1.3735509,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1897; + type="Land_BagFence_Short_F"; + atlOffset=0.00010681152; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={8337.8906,105.93369,11393.815}; + angles[]={0.017997233,3.2061467,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1898; + type="Land_BagFence_Short_F"; + atlOffset=0.00012207031; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={8341.2051,105.86835,11394.398}; + angles[]={0.017997233,5.8241405,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1899; + type="Land_BagFence_Short_F"; + atlOffset=0.00010681152; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.8652,105.96709,11394.984}; + angles[]={0.017997233,3.7297456,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1900; + type="Land_BagFence_Short_F"; + atlOffset=9.1552734e-005; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.7871,105.77411,11405.501}; + angles[]={0.02399601,5.0387421,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1901; + type="Land_BagFence_Short_F"; + atlOffset=0.00016021729; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={8339.6641,105.90064,11393.878}; + angles[]={0.017997233,6.0859404,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1902; + type="Land_BagFence_Short_F"; + atlOffset=0.00012207031; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={8328.3701,106.02088,11397.266}; + angles[]={0.02199479,2.4207487,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1903; + type="Land_BagFence_Short_F"; + atlOffset=0.0001449585; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={8336.2305,105.95684,11394.189}; + angles[]={0.017997233,3.4679463,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1904; + type="Land_BagFence_Short_F"; + atlOffset=0.00011444092; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.4141,105.82497,11403.841}; + angles[]={0.031988446,4.7769432,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1905; + type="Land_BagFence_Short_F"; + atlOffset=9.1552734e-005; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={8330.584,105.7338,11406.861}; + angles[]={0.02399601,5.3005419,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1906; + type="Land_BagFence_Short_F"; + atlOffset=3.8146973e-005; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={8328.1963,106.05669,11395.948}; + angles[]={0.027993103,0.84995222,6.2671833}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1907; + type="Land_BagFence_Short_F"; + atlOffset=0.00010681152; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.9395,106.07059,11394.153}; + angles[]={0.017997233,0.58815289,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1908; + type="Land_BagFence_Short_F"; + atlOffset=0.00010681152; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.1035,106.07027,11394.914}; + angles[]={0.017997233,3.991545,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1909; + type="Land_BagFence_Short_F"; + atlOffset=9.9182129e-005; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={8303.2549,118.40614,11406.14}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1916; + type="Land_Cargo_Tower_V3_F"; + atlOffset=0.00080871582; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={8316.8457,106.39817,11397.115}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1917; + type="Land_Cargo_House_V3_F"; + atlOffset=0.023399353; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={8309.5215,106.69789,11390.68}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1918; + type="Land_Cargo_House_V3_F"; + atlOffset=0.032875061; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={8304.9746,106.28506,11407.987}; + angles[]={6.2731848,5.5623417,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1919; + type="Land_HBarrierWall6_F"; + atlOffset=0.0016326904; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={8311.125,106.15354,11412.726}; + angles[]={0.0039967569,5.8241405,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1920; + type="Land_HBarrierWall6_F"; + atlOffset=3.8146973e-005; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={8299.9961,106.38699,11402.279}; + angles[]={0.015998369,5.3005419,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1921; + type="Land_HBarrierWall6_F"; + atlOffset=1.5258789e-005; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={8312.4893,105.92744,11411.923}; + angles[]={0,5.8241405,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1922; + type="Land_cargo_addon02_V2_F"; + atlOffset=-0.0022964478; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={8316.7871,106.05954,11415.368}; + angles[]={0.017997233,4.2533445,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1923; + type="Land_HBarrierWall_corridor_F"; + atlOffset=1.5258789e-005; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={8305.1982,105.14606,11400.525}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1924; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00011444092; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={8302.2119,125.02429,11411.878}; + angles[]={0,5.5623064,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1928; + type="O_HMG_01_high_F"; + atlOffset=0.052131653; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={8320.2734,106.39404,11399.479}; + angles[]={0.039977662,0.84995222,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1929; + type="Land_HBarrier_3_F"; + atlOffset=-0.0018692017; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={8312.8711,106.51703,11395.979}; + angles[]={0.065904573,2.4207487,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1930; + type="Land_HBarrier_3_F"; + atlOffset=0.006072998; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={8310.5195,106.60664,11393.913}; + angles[]={0.047963165,2.4207487,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1931; + type="Land_HBarrier_3_F"; + atlOffset=0.00031280518; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={8313.1064,106.59953,11394.195}; + angles[]={0.033985451,3.991545,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1932; + type="Land_HBarrier_3_F"; + atlOffset=-0.0047988892; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={8318.0381,106.35043,11400.51}; + angles[]={0.031988446,2.4207487,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1933; + type="Land_HBarrier_3_F"; + atlOffset=0.00019073486; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={8310.2402,105.08109,11407.285}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1934; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=4.5776367e-005; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={8300.9785,105.59917,11399.646}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1935; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.10081482; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.5361,104.99584,11409.961}; + angles[]={0,2.682548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1936; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00012969971; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={8309.7051,105.22794,11404.485}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1937; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.1322937; + }; + class Item149 + { + dataType="Object"; + class PositionInfo + { + position[]={8290.6826,105.31664,11405.349}; + angles[]={0,0.58815289,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1938; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=2.2888184e-005; + }; + class Item150 + { + dataType="Object"; + class PositionInfo + { + position[]={8307.2686,106.44688,11390.043}; + angles[]={0.047963165,5.5622892,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1944; + type="Land_BarrelSand_F"; + atlOffset=-5.3405762e-005; + }; + class Item151 + { + dataType="Object"; + class PositionInfo + { + position[]={8294.4043,105.36082,11402.854}; + angles[]={0,3.7297456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1945; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-1.5258789e-005; + }; + class Item152 + { + dataType="Object"; + class PositionInfo + { + position[]={8368.0068,110.40234,11369.185}; + angles[]={0,4.2533445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1946; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.016021729; + }; + class Item153 + { + dataType="Object"; + class PositionInfo + { + position[]={8357.5889,106.1321,11380.664}; + angles[]={0,1.111752,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1947; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.0096969604; + }; + class Item154 + { + dataType="Object"; + class PositionInfo + { + position[]={8365.8271,106.1861,11376.6}; + angles[]={0.013999403,1.111752,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1948; + type="Land_HBarrierWall6_F"; + atlOffset=6.1035156e-005; + }; + class Item155 + { + dataType="Object"; + class PositionInfo + { + position[]={8369.6045,106.25647,11369.267}; + angles[]={0.013999403,1.111752,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1949; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0095748901; + }; + class Item156 + { + dataType="Object"; + class PositionInfo + { + position[]={8362.0479,106.10227,11383.932}; + angles[]={0.017997233,1.111752,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1950; + type="Land_HBarrierWall6_F"; + atlOffset=0.00012207031; + }; + class Item157 + { + dataType="Object"; + class PositionInfo + { + position[]={8372.7715,106.33232,11363.398}; + angles[]={0.013999403,1.111752,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1951; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00012207031; + }; + class Item158 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.1484,106.20315,11384.405}; + angles[]={0.017997233,2.682548,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1953; + type="Land_HBarrier_3_F"; + atlOffset=0.00018310547; + }; + class Item159 + { + dataType="Object"; + class PositionInfo + { + position[]={8354.5303,106.25831,11382.648}; + angles[]={0.01799392,4.2533445,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1954; + type="Land_HBarrier_3_F"; + atlOffset=0.0001373291; + }; + class Item160 + { + dataType="Object"; + class PositionInfo + { + position[]={8353.5098,106.24121,11416.377}; + angles[]={0.0019834081,5.5623417,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1957; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00023651123; + }; + class Item161 + { + dataType="Object"; + class PositionInfo + { + position[]={8339.2451,105.30122,11403.815}; + angles[]={0.019996032,5.5623417,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1958; + type="Land_HelipadCircle_F"; + atlOffset=-7.6293945e-006; + }; + class Item162 + { + dataType="Object"; + class PositionInfo + { + position[]={8353.3145,106.00802,11415.894}; + angles[]={0.0019834081,3.991545,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1959; + type="Land_BagBunker_Large_F"; + atlOffset=0.00022125244; + }; + class Item163 + { + dataType="Object"; + class PositionInfo + { + position[]={8352.7588,105.86759,11406.049}; + angles[]={0.0080009829,1.111752,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1960; + type="Land_HBarrierWall6_F"; + atlOffset=0.014648438; + }; + class Item164 + { + dataType="Object"; + class PositionInfo + { + position[]={8343.7979,105.90314,11416.821}; + angles[]={0.0060001095,0.58815289,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1961; + type="Land_HBarrierWall6_F"; + atlOffset=0.0010452271; + }; + class Item165 + { + dataType="Object"; + class PositionInfo + { + position[]={8355.4082,105.91467,11399.063}; + angles[]={0.017997233,1.3735509,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1962; + type="Land_HBarrierWall6_F"; + atlOffset=0.00012969971; + }; + class Item166 + { + dataType="Object"; + class PositionInfo + { + position[]={8358.2686,106.01507,11391.26}; + angles[]={0.017997233,1.111752,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1963; + type="Land_HBarrierWall6_F"; + atlOffset=9.9182129e-005; + }; + class Item167 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.4131,111.23571,11392.608}; + angles[]={0,0.58815289,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1964; + type="Land_LampHalogen_F"; + atlOffset=0.00026702881; + }; + class Item168 + { + dataType="Object"; + class PositionInfo + { + position[]={8349.668,104.74364,11418.949}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1966; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00020599365; + }; + class Item169 + { + dataType="Object"; + class PositionInfo + { + position[]={8358.0068,104.72749,11418.635}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1967; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=5.3405762e-005; + }; + class Item170 + { + dataType="Object"; + class PositionInfo + { + position[]={8355.332,104.71676,11421.65}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1969; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-6.1035156e-005; + }; + class Item171 + { + dataType="Object"; + class PositionInfo + { + position[]={8352.8428,104.73135,11421.702}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1970; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00028991699; + }; + class Item172 + { + dataType="Object"; + class PositionInfo + { + position[]={8359.1338,104.83348,11414.558}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1971; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00022888184; + }; + class Item173 + { + dataType="Object"; + class PositionInfo + { + position[]={8343.0967,105.83791,11394.896}; + angles[]={0.017997233,3.2061467,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1973; + type="Land_BagFence_Round_F"; + atlOffset=9.1552734e-005; + }; + class Item174 + { + dataType="Object"; + class PositionInfo + { + position[]={8331.0068,105.7001,11407.898}; + angles[]={0.02399601,4.7769432,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1975; + type="Land_BagFence_End_F"; + atlOffset=9.1552734e-005; + }; + class Item175 + { + dataType="Object"; + class PositionInfo + { + position[]={8355.7607,104.78215,11411.608}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1977; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00022125244; + }; + class Item176 + { + dataType="Object"; + class PositionInfo + { + position[]={8324.1211,110.1582,11416.484}; + angles[]={0,2.682548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1981; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.032653809; + }; + class Item177 + { + dataType="Object"; + class PositionInfo + { + position[]={8336.7061,105.9155,11419.915}; + angles[]={0.0039967569,0.32635355,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1982; + type="Land_HBarrierWall6_F"; + atlOffset=-0.031181335; + }; + class Item178 + { + dataType="Object"; + class PositionInfo + { + position[]={8322.5801,105.98596,11417.475}; + angles[]={0.0019834081,5.8241405,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1983; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0021743774; + }; + class Item179 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.8105,105.94843,11420.161}; + angles[]={0,6.0859404,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1984; + type="Land_HBarrierWall6_F"; + atlOffset=-0.024971008; + }; + class Item180 + { + dataType="Object"; + class PositionInfo + { + position[]={8337.0049,105.85826,11418.486}; + angles[]={0,3.4679463,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1985; + type="Land_cargo_addon02_V1_F"; + atlOffset=-0.0015029907; + }; + }; + id=1989; + atlOffset=-0.013137817; + }; + class Item209 + { + dataType="Marker"; + position[]={8311.6201,98.617996,11372.02}; + name="military_12"; + text="Border Patrol Headquarter"; + type="o_support"; + colorName="ColorEAST"; + id=1990; + atlOffset=-7.7900696; + }; + class Item210 + { + dataType="Layer"; + name="Depot [OPF]"; + id=2056; + atlOffset=-116.76; + }; + class Item211 + { + dataType="Layer"; + name="Refinery [OPF]"; + class Entities + { + items=41; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={15331.76,93.465263,11872.366}; + angles[]={0.0019834081,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2057; + type="Land_HBarrier_Big_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={15328.403,93.470001,11858.981}; + angles[]={0,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2058; + type="Land_HBarrier_Big_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={15331.585,93.470001,11863.992}; + angles[]={0,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2059; + type="Land_HBarrier_Big_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15326.941,97.158882,11870.538}; + angles[]={0,4.74821,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2060; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15319.9,93.470001,11859.033}; + angles[]={0,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2062; + type="Land_HBarrier_Big_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={15308.461,93.470001,11853.944}; + angles[]={0,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2063; + type="Land_HBarrier_Big_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={15311.771,93.470001,11859.077}; + angles[]={0,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2064; + type="Land_HBarrier_Big_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={15303.591,93.470001,11850.741}; + angles[]={0,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2065; + type="Land_HBarrier_Big_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={15296.822,92.679314,11849.148}; + angles[]={0,0.82121897,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2079; + type="Land_BagFence_Round_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={15298.982,92.679314,11849.028}; + angles[]={0,5.5336084,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2080; + type="Land_BagFence_Round_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={15296.287,92.679314,11851.67}; + angles[]={0,4.74821,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2081; + type="Land_BagFence_Long_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={15314.215,93.515625,11862.239}; + angles[]={0,3.1774135,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2085; + type="CamoNet_OPFOR_F"; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={15326.88,93.459999,11875.794}; + angles[]={0,3.1774135,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2088; + type="Land_HBarrier_Big_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={15332.995,93.372612,11903.343}; + angles[]={0.0039967569,4.7482104,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2089; + type="Land_HBarrier_Big_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={15329.889,93.440002,11889.944}; + angles[]={0.0039967569,0.035820842,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2090; + type="Land_HBarrier_Big_F"; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={15332.949,93.409821,11895.089}; + angles[]={0.0019834081,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2091; + type="Land_HBarrier_Big_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={15327.801,97.107857,11894.522}; + angles[]={0,4.74821,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2095; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={15325.834,94.197647,11907.229}; + angles[]={0.0099949092,1.6066172,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2110; + type="CamoNet_OPFOR_big_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={15268.181,93.474037,11892.905}; + angles[]={0.0080009829,3.1774135,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2112; + type="Land_HBarrier_Big_F"; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={15265.046,93.380737,11906.528}; + angles[]={0.0060001095,4.74821,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2113; + type="Land_HBarrier_Big_F"; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={15264.988,93.445869,11898.022}; + angles[]={0.0080009829,4.74821,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2114; + type="Land_HBarrier_Big_F"; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={15294.142,102.78276,11876.716}; + angles[]={0,1.6066172,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2115; + type="Land_dp_mainFactory_F"; + atlOffset=1.5258789e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={15271.442,92.68734,11890.414}; + angles[]={0.0080009829,4.74821,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2116; + type="Land_BagFence_Long_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={15271.941,105.06026,11903.028}; + angles[]={0,3.1774135,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2117; + type="Land_Cargo_Tower_V3_F"; + atlOffset=-7.6293945e-006; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={15271.978,92.699829,11887.893}; + angles[]={0.0039967569,0.82121897,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2119; + type="Land_BagFence_Round_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={15333.17,93.292519,11911.717}; + angles[]={0.015998369,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2120; + type="Land_HBarrier_Big_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={15328.29,93.230858,11915.144}; + angles[]={0.015998369,3.1774135,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2121; + type="Land_HBarrier_Big_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={15319.916,93.203926,11915.318}; + angles[]={0.017997233,3.1774135,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2126; + type="Land_HBarrier_Big_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={15304.354,93.284775,11910.373}; + angles[]={0.013999403,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2127; + type="Land_HBarrier_Big_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={15311.662,93.191238,11915.364}; + angles[]={0.023993526,3.1774135,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2128; + type="Land_HBarrier_Big_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={15303.288,93.203712,11915.539}; + angles[]={0.017997233,3.1774135,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2129; + type="Land_HBarrier_Big_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={15308.387,96.965332,11911.229}; + angles[]={0,3.1774135,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2136; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={15301.656,93.338982,11909.721}; + angles[]={0.011995304,1.6066172,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2138; + type="CamoNet_OPFOR_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={15270.172,93.3321,11909.722}; + angles[]={0.0099949092,3.1774135,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2140; + type="Land_HBarrier_Big_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={15278.423,93.306725,11909.553}; + angles[]={0.0080009829,3.1774135,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2141; + type="Land_HBarrier_Big_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={15282.896,92.512947,11909.768}; + angles[]={0.0079935296,1.6066172,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2143; + type="Land_BagFence_Corner_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={15283.534,92.456078,11913.621}; + angles[]={0.015994642,4.74821,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2144; + type="Land_BagFence_Corner_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={15283.217,92.484718,11911.757}; + angles[]={0.013999403,4.74821,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2145; + type="Land_BagFence_Long_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={15287.597,92.479698,11911.851}; + angles[]={0.015994642,1.6066172,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2146; + type="Land_BagFence_Long_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={15285.296,92.446381,11913.933}; + angles[]={0.015994642,3.1774135,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2147; + type="Land_BagFence_Long_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={15287.287,92.453308,11913.611}; + angles[]={0.015994642,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2148; + type="Land_BagFence_Corner_F"; + }; + }; + id=2149; + atlOffset=0.00035095215; + }; + class Item212 + { + dataType="Marker"; + position[]={15312.043,84.372002,11900.536}; + name="military_13"; + text="Seggerde Base"; + type="o_support"; + colorName="ColorEAST"; + id=2150; + atlOffset=-7.7899399; + }; + class Item213 + { + dataType="Layer"; + name="Headquarters (Fortified)"; + id=2214; + atlOffset=-116.76; + }; + class Item214 + { + dataType="Layer"; + name="Main Headquarters [OPF]"; + id=2468; + atlOffset=-116.76; + }; + class Item215 + { + dataType="Layer"; + name="Command Centre"; + id=2595; + atlOffset=-116.76; + }; + class Item216 + { + dataType="Layer"; + name="Headquarters"; + id=2632; + atlOffset=-116.76; + }; + class Item217 + { + dataType="Layer"; + name="Military Compound"; + class Entities + { + items=149; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2026.4207,122.97835,10438.821}; + angles[]={0.02199479,0.1650424,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2633; + type="Land_BagFence_Long_F"; + atlOffset=0.027435303; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={2022.8257,123.02737,10436.251}; + angles[]={0.019996032,1.7358389,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2634; + type="Land_BagFence_Long_F"; + atlOffset=0.027427673; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2020.3063,124.20658,10443.766}; + angles[]={0,2.7830365,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2635; + type="Land_CncWall1_F"; + atlOffset=0.025024414; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2017.6135,124.26138,10441.3}; + angles[]={0,1.9976382,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2636; + type="Land_CncWall1_F"; + atlOffset=0.027755737; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2018.2915,124.23988,10442.327}; + angles[]={0,2.2594376,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2637; + type="Land_CncWall1_F"; + atlOffset=0.026695251; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={2021.4436,124.2028,10443.955}; + angles[]={0,3.0448358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2638; + type="Land_CncWall1_F"; + atlOffset=0.024604797; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2019.1957,124.21991,10443.19}; + angles[]={0,2.5212371,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2639; + type="Land_CncWall1_F"; + atlOffset=0.02570343; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2016.9778,124.32347,10438.238}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2640; + type="Land_CncWall4_F"; + atlOffset=0.029876709; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2024.5807,124.21713,10443.561}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2641; + type="Land_CncWall4_F"; + atlOffset=0.024780273; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2022.5947,123.58905,10440.976}; + angles[]={0,5.9246292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2642; + type="Land_PortableLight_double_F"; + atlOffset=0.026687622; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2023.8521,122.9772,10438.615}; + angles[]={0.02199479,2.5212371,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2643; + type="Land_BagFence_Round_F"; + atlOffset=0.027435303; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.51,123.14802,10433.765}; + angles[]={0.02199479,1.7358389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2644; + type="Land_BagFence_Long_F"; + atlOffset=0.027488708; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2035.9353,123.05849,10437.362}; + angles[]={0.02199479,3.3066354,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2645; + type="Land_BagFence_Long_F"; + atlOffset=0.027397156; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2052.6602,123.52402,10432.8}; + angles[]={0,0.17354202,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=2646; + type="Land_Medevac_house_V1_F"; + atlOffset=0.025268555; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2050.4739,124.42221,10439.248}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2647; + type="Land_CncWall4_F"; + atlOffset=0.026916504; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2040.1166,124.34037,10440.973}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2648; + type="Land_CncWall4_F"; + atlOffset=0.026901245; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.2953,124.38007,10440.11}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2649; + type="Land_CncWall4_F"; + atlOffset=0.026931763; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2029.7593,124.25543,10442.698}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2650; + type="Land_CncWall4_F"; + atlOffset=0.025970459; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.6526,124.48392,10438.386}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2651; + type="Land_CncWall4_F"; + atlOffset=0.027488708; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2046.1251,123.44469,10433.889}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2652; + type="Land_Cargo_House_V3_F"; + atlOffset=0.023498535; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2059.0718,123.5946,10431.731}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2653; + type="Land_Cargo_House_V3_F"; + atlOffset=0.025444031; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2034.8877,123.3308,10446.283}; + angles[]={0.019999012,3.3068099,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2654; + type="Land_BagBunker_Large_F"; + atlOffset=0.027435303; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2041.3777,123.74306,10437.34}; + angles[]={0,0.95044041,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2655; + type="Land_PortableLight_double_F"; + atlOffset=0.025215149; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.3035,123.09066,10436.334}; + angles[]={0.02199479,4.0920334,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2656; + type="Land_BagFence_Round_F"; + atlOffset=0.027481079; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2076.1404,125.85242,10433.579}; + angles[]={0,4.0920334,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2657; + type="Land_CncWall1_F"; + atlOffset=0.021980286; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2076.7168,125.89488,10432.469}; + angles[]={0,4.3538327,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2658; + type="Land_CncWall1_F"; + atlOffset=0.02166748; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2074.2505,125.77596,10435.161}; + angles[]={0,3.5684347,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2659; + type="Land_CncWall1_F"; + atlOffset=0.024421692; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2075.2781,125.80771,10434.482}; + angles[]={0,3.8302341,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2660; + type="Land_CncWall1_F"; + atlOffset=0.023094177; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2076.9055,125.92695,10431.332}; + angles[]={0,4.6156321,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2661; + type="Land_CncWall1_F"; + atlOffset=0.021156311; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2071.1885,125.72766,10435.797}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2662; + type="Land_CncWall4_F"; + atlOffset=0.028129578; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2060.8313,124.5563,10437.522}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2663; + type="Land_CncWall4_F"; + atlOffset=0.027427673; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2076.571,125.96941,10428.16}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2664; + type="Land_CncWall4_F"; + atlOffset=7.6293945e-006; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2066.0098,124.84156,10436.66}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2665; + type="Land_CncWall4_F"; + atlOffset=0.027572632; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2075.676,125.20557,10431.754}; + angles[]={0,1.2122397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2666; + type="Land_PortableLight_double_F"; + atlOffset=0.024917603; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2021.1213,123.30651,10423.736}; + angles[]={0.019996032,0.95044041,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2667; + type="Land_BagFence_Round_F"; + atlOffset=0.027442932; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={2023.4847,123.33413,10422.709}; + angles[]={0.02199479,0.1650424,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2668; + type="Land_BagFence_Long_F"; + atlOffset=0.027442932; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={2020.9156,123.24985,10426.306}; + angles[]={0.02199479,4.8774319,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2669; + type="Land_BagFence_Long_F"; + atlOffset=0.027435303; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={2016.1154,124.43918,10433.06}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2670; + type="Land_CncWall4_F"; + atlOffset=0.029876709; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={2014.3903,124.65407,10422.702}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2671; + type="Land_CncWall4_F"; + atlOffset=0.030342102; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={2012.6652,124.85827,10412.345}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2672; + type="Land_CncWall4_F"; + atlOffset=0.03074646; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={2011.8026,124.95548,10407.166}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2673; + type="Land_CncWall4_F"; + atlOffset=0.030807495; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={2015.2528,124.54768,10427.881}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2674; + type="Land_CncWall4_F"; + atlOffset=0.029884338; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={2009.0891,123.87273,10417.634}; + angles[]={0.019996032,1.7360129,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2680; + type="Land_BagBunker_Large_F"; + atlOffset=0.027534485; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={2053.8003,123.50116,10422.094}; + angles[]={0.02199479,0.95044041,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2682; + type="Land_BagFence_Round_F"; + atlOffset=0.027503967; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={2035.5485,123.40963,10421.333}; + angles[]={0.02199479,5.6628294,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2683; + type="Land_BagFence_Round_F"; + atlOffset=0.027450562; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={2054.6519,123.39808,10426.914}; + angles[]={0.02399601,2.5212371,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2684; + type="Land_BagFence_Round_F"; + atlOffset=0.027488708; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={2056.1636,123.54497,10421.066}; + angles[]={0.02199479,0.1650424,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2685; + type="Land_BagFence_Long_F"; + atlOffset=0.027488708; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.184,123.6951,10408.221}; + angles[]={0.019996032,1.7358389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2686; + type="Land_BagFence_Long_F"; + atlOffset=0.027481079; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={2037.7322,123.75109,10405.508}; + angles[]={0.02199479,1.7358389,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2687; + type="Land_BagFence_Long_F"; + atlOffset=0.027488708; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={2057.2932,123.41967,10427.087}; + angles[]={0.02399601,0.1650424,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2688; + type="Land_BagFence_Long_F"; + atlOffset=0.027526855; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={2032.9797,123.39984,10421.127}; + angles[]={0.02199479,3.3066354,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2689; + type="Land_BagFence_Long_F"; + atlOffset=0.027442932; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={2036.5796,123.36184,10423.695}; + angles[]={0.02199479,4.8774319,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2690; + type="Land_BagFence_Long_F"; + atlOffset=0.027503967; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={2039.8895,123.67973,10409.331}; + angles[]={0.019996032,0.1650424,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2691; + type="Land_BagFence_Long_F"; + atlOffset=0.027481079; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={2053.5938,123.44299,10424.662}; + angles[]={0.02199479,1.7358389,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2692; + type="Land_BagFence_Long_F"; + atlOffset=0.027496338; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={2024.3867,123.33479,10402.28}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2693; + type="Land_i_Barracks_V2_F"; + atlOffset=0.027404785; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={2029.7267,122.77177,10429.776}; + angles[]={0.02199479,4.8779726,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2694; + type="Land_HelipadSquare_F"; + atlOffset=0.027404785; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.9762,124.95647,10413.766}; + angles[]={0,4.3538327,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2696; + type="Land_CncWall1_F"; + atlOffset=0.021522522; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.4008,124.93098,10414.875}; + angles[]={0,4.0920334,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2697; + type="Land_CncWall1_F"; + atlOffset=0.021682739; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={2044.5375,124.90829,10415.779}; + angles[]={0,3.8302341,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2698; + type="Land_CncWall1_F"; + atlOffset=0.022262573; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.6143,125.09062,10411.527}; + angles[]={0,1.2122397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2699; + type="Land_CncWall1_F"; + atlOffset=0.033676147; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.4258,125.06328,10412.664}; + angles[]={0,1.4740391,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2700; + type="Land_CncWall1_F"; + atlOffset=0.033241272; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={2043.51,124.88949,10416.458}; + angles[]={0,3.5684347,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2701; + type="Land_CncWall1_F"; + atlOffset=0.023200989; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={2046.1649,124.98054,10412.628}; + angles[]={0,4.6156321,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2702; + type="Land_CncWall1_F"; + atlOffset=0.021705627; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={2044.046,125.25732,10399.134}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2703; + type="Land_CncWall4_F"; + atlOffset=0.021324158; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.7712,125.04158,10409.491}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2704; + type="Land_CncWall4_F"; + atlOffset=0.021347046; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={2044.9087,125.15086,10404.313}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2705; + type="Land_CncWall4_F"; + atlOffset=0.02191925; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.8193,125.00115,10415.801}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2706; + type="Land_CncWall4_F"; + atlOffset=0.032928467; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={2041.3811,128.22519,10405.405}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2708; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=7.6293945e-006; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={2074.9277,125.14047,10404.383}; + angles[]={0.02399601,5.6628294,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2711; + type="Land_BagFence_Round_F"; + atlOffset=0.027519226; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={2075.9548,125.10017,10406.746}; + angles[]={0.02399601,4.8774319,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2712; + type="Land_BagFence_Long_F"; + atlOffset=0.027496338; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={2072.3589,125.10429,10404.177}; + angles[]={0.02399601,3.3066354,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2713; + type="Land_BagFence_Long_F"; + atlOffset=0.027488708; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={2070.5925,125.26444,10395.093}; + angles[]={0.019996032,3.3066354,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2714; + type="Land_BagFence_Long_F"; + atlOffset=0.027503967; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={2059.3203,131.82681,10412.682}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2715; + type="Land_TTowerSmall_2_F"; + atlOffset=0.039871216; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={2072.6096,126.35412,10408.57}; + angles[]={0,5.4010305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2716; + type="Land_CncWall1_F"; + atlOffset=0.024085999; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={2073.2876,126.33598,10409.598}; + angles[]={0,5.1392307,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2717; + type="Land_CncWall1_F"; + atlOffset=0.022491455; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={2069.4583,126.34694,10406.941}; + angles[]={0,6.1864285,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2718; + type="Land_CncWall1_F"; + atlOffset=0.028961182; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={2068.3777,126.60731,10393.054}; + angles[]={0,3.8302341,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2719; + type="Land_CncWall1_F"; + atlOffset=0.021881104; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.9727,125.62297,10395.625}; + angles[]={0,3.0448358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2720; + type="Land_CncWall1_F"; + atlOffset=0.026092529; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={2058.0806,125.17246,10408.835}; + angles[]={0,0.42684174,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2721; + type="Land_CncWall1_F"; + atlOffset=0.03163147; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={2067.3503,126.58857,10393.732}; + angles[]={0,3.5684347,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2722; + type="Land_CncWall1_F"; + atlOffset=0.022926331; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={2054.8352,125.42082,10395.437}; + angles[]={0,2.7830365,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2723; + type="Land_CncWall1_F"; + atlOffset=0.027351379; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={2056.1899,125.12046,10410.417}; + angles[]={0,0.95044041,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2724; + type="Land_CncWall1_F"; + atlOffset=0.033340454; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={2071.7053,126.36317,10407.707}; + angles[]={0,5.6628294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2725; + type="Land_CncWall1_F"; + atlOffset=0.025627136; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={2057.0532,125.14817,10409.514}; + angles[]={0,0.68864107,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2726; + type="Land_CncWall1_F"; + atlOffset=0.032546997; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={2070.5957,126.3586,10407.131}; + angles[]={0,5.9246292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2727; + type="Land_CncWall1_F"; + atlOffset=0.027290344; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={2073.9243,126.2775,10412.659}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2728; + type="Land_CncWall4_F"; + atlOffset=0.021354675; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={2061.1416,125.44438,10408.199}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2729; + type="Land_CncWall4_F"; + atlOffset=0.028327942; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={2074.7866,126.17989,10417.837}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2730; + type="Land_CncWall4_F"; + atlOffset=0.020889282; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={2064.2883,126.54941,10394.368}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2731; + type="Land_CncWall4_F"; + atlOffset=0.02596283; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={2066.3213,126.29716,10407.336}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2732; + type="Land_CncWall4_F"; + atlOffset=0.028297424; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={2059.1096,126.29763,10395.231}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2733; + type="Land_CncWall4_F"; + atlOffset=0.027084351; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={2065.7927,128.09477,10421.108}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2734; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.01424408; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={2079.95,125.32095,10423.059}; + angles[]={0.017997233,4.8776059,0.025994543}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2735; + type="Land_BagBunker_Large_F"; + atlOffset=0.027626038; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={2072.9558,125.31721,10394.065}; + angles[]={0.013999403,4.0920334,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2736; + type="Land_BagFence_Round_F"; + atlOffset=0.027526855; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={2013.7415,123.90166,10390.835}; + angles[]={0.0080009829,4.8774319,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2737; + type="Land_BagFence_Long_F"; + atlOffset=0.036582947; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={2016.2963,123.93726,10387.159}; + angles[]={0.0080009829,0.1650424,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2738; + type="Land_BagFence_Long_F"; + atlOffset=0.027450562; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={2009.0089,125.23649,10387.355}; + angles[]={0,1.2122397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2739; + type="Land_CncWall1_F"; + atlOffset=0.032165527; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={2009.5854,125.24699,10386.246}; + angles[]={0,0.95044041,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2740; + type="Land_CncWall1_F"; + atlOffset=0.032546997; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={2008.8202,125.22672,10388.493}; + angles[]={0,1.4740391,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2741; + type="Land_CncWall1_F"; + atlOffset=0.030357361; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={2011.4752,125.2709,10384.664}; + angles[]={0,0.42684174,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2742; + type="Land_CncWall1_F"; + atlOffset=0.03200531; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={2010.4476,125.25813,10385.342}; + angles[]={0,0.68864107,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2743; + type="Land_CncWall1_F"; + atlOffset=0.032203674; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={2010.0775,125.15578,10396.809}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2744; + type="Land_CncWall4_F"; + atlOffset=0.037239075; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={2014.5372,125.29881,10384.027}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2745; + type="Land_CncWall4_F"; + atlOffset=0.030326843; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={2010.9401,125.05327,10401.987}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2746; + type="Land_CncWall4_F"; + atlOffset=0.03087616; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={2009.215,125.20707,10391.63}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2747; + type="Land_CncWall4_F"; + atlOffset=0.030410767; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={2013.934,123.91489,10388.186}; + angles[]={0.0080009829,0.95044041,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2748; + type="Land_BagFence_Round_F"; + atlOffset=0.027458191; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={2037.7861,124.05177,10389.106}; + angles[]={0.010000871,5.6628294,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2749; + type="Land_BagFence_Round_F"; + atlOffset=0.036811829; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={2048.5562,124.19759,10382.244}; + angles[]={0.011995304,0.95044041,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2750; + type="Land_BagFence_Round_F"; + atlOffset=0.036773682; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={2032.9663,124.01842,10389.959}; + angles[]={0.011995304,0.95044041,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2751; + type="Land_BagFence_Round_F"; + atlOffset=0.036758423; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={2049.3977,124.14097,10386.987}; + angles[]={0.010000871,2.5212371,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2752; + type="Land_BagFence_Round_F"; + atlOffset=0.027549744; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={2050.9214,124.22884,10381.222}; + angles[]={0.011995304,0.1650424,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2753; + type="Land_BagFence_Long_F"; + atlOffset=0.036827087; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.8026,124.02252,10391.393}; + angles[]={0.013999403,4.8774319,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2754; + type="Land_BagFence_Long_F"; + atlOffset=0.027503967; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={2025.6689,124.01482,10385.597}; + angles[]={0.010000871,3.3066354,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2755; + type="Land_BagFence_Long_F"; + atlOffset=0.027458191; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={2048.3386,124.15672,10384.736}; + angles[]={0.011995304,1.7358389,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2756; + type="Land_BagFence_Long_F"; + atlOffset=0.027534485; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={2029.2786,124.01925,10388.248}; + angles[]={0.0099949092,4.8774319,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2757; + type="Land_BagFence_Long_F"; + atlOffset=0.036743164; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={2035.2203,124.04012,10388.906}; + angles[]={0.011995304,0.1650424,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2758; + type="Land_BagFence_Long_F"; + atlOffset=0.036804199; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={2042.7314,125.33396,10395.045}; + angles[]={0,5.4010305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2759; + type="Land_CncWall1_F"; + atlOffset=0.02407074; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={2043.4094,125.31616,10396.072}; + angles[]={0,5.1392307,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2760; + type="Land_CncWall1_F"; + atlOffset=0.022766113; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={2039.5802,125.34441,10393.416}; + angles[]={0,6.1864285,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2761; + type="Land_CncWall1_F"; + atlOffset=0.029525757; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={2052.1436,125.43585,10392.971}; + angles[]={0,1.9976382,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2762; + type="Land_CncWall1_F"; + atlOffset=0.031608582; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={2041.8273,125.34082,10394.182}; + angles[]={0,5.6628294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2763; + type="Land_CncWall1_F"; + atlOffset=0.025634766; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={2052.8213,125.42695,10393.997}; + angles[]={0,2.2594376,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2764; + type="Land_CncWall1_F"; + atlOffset=0.030303955; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={2040.7175,125.34515,10393.605}; + angles[]={0,5.9246292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2765; + type="Land_CncWall1_F"; + atlOffset=0.028366089; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={2051.5068,125.48116,10389.908}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2766; + type="Land_CncWall4_F"; + atlOffset=0.033607483; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={2040.4305,125.57342,10379.715}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2767; + type="Land_CncWall4_F"; + atlOffset=0.083877563; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={2030.0731,125.43751,10381.439}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2768; + type="Land_CncWall4_F"; + atlOffset=0.029937744; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={2019.7158,125.34137,10383.165}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2769; + type="Land_CncWall4_F"; + atlOffset=0.030319214; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={2035.2518,125.53289,10380.577}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2770; + type="Land_CncWall4_F"; + atlOffset=0.083900452; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.6091,125.60701,10378.852}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2771; + type="Land_CncWall4_F"; + atlOffset=0.083946228; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={2024.8749,124.55873,10377.75}; + angles[]={0.0099949092,0.16521692,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2772; + type="Land_BagBunker_Large_F"; + atlOffset=0.027534485; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.3409,124.64804,10394}; + angles[]={0,2.7830365,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2773; + type="Land_PortableLight_double_F"; + atlOffset=0.026863098; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={2028.2378,124.02816,10385.803}; + angles[]={0.010000871,5.6628294,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2774; + type="Land_BagFence_Round_F"; + atlOffset=0.027458191; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={2053.7256,125.42247,10394.86}; + angles[]={0,2.5212371,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2775; + type="Land_CncWall1_F"; + atlOffset=0.028869629; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={2068.1123,126.80301,10378.525}; + angles[]={0,5.1392307,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2776; + type="Land_CncWall1_F"; + atlOffset=0.023086548; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={2064.283,126.76601,10375.869}; + angles[]={0,6.1864285,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2777; + type="Land_CncWall1_F"; + atlOffset=0.030639648; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={2067.4343,126.81258,10377.498}; + angles[]={0,5.4010305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2778; + type="Land_CncWall1_F"; + atlOffset=0.024864197; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={2069.24,126.62791,10392.149}; + angles[]={0,4.0920334,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2779; + type="Land_CncWall1_F"; + atlOffset=0.021202087; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={2065.4194,126.78136,10376.06}; + angles[]={0,5.9246292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2780; + type="Land_CncWall1_F"; + atlOffset=0.028755188; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={2069.8164,126.64899,10391.039}; + angles[]={0,4.3538327,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2781; + type="Land_CncWall1_F"; + atlOffset=0.020965576; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={2070.0051,126.6668,10389.902}; + angles[]={0,4.6156321,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2782; + type="Land_CncWall1_F"; + atlOffset=0.021133423; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={2066.53,126.80137,10376.635}; + angles[]={0,5.6628294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2783; + type="Land_CncWall1_F"; + atlOffset=0.026802063; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={2068.7488,126.76463,10381.587}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2784; + type="Land_CncWall4_F"; + atlOffset=0.020637512; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={2050.7878,125.81629,10377.989}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2785; + type="Land_CncWall4_F"; + atlOffset=0.083900452; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={2061.145,126.7165,10376.265}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2786; + type="Land_CncWall4_F"; + atlOffset=0.023529053; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={2069.6116,126.69933,10386.766}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2787; + type="Land_CncWall4_F"; + atlOffset=0.020782471; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={2060.4983,137.71375,10385.493}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2788; + type="Land_Cargo_Tower_V3_F"; + atlOffset=0.0064849854; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={2056.0789,125.8354,10372.553}; + angles[]={0.012000273,0.16521692,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2789; + type="Land_BagBunker_Large_F"; + atlOffset=0.027709961; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={2064.79,126.04414,10379.33}; + angles[]={0,1.9976382,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2790; + type="Land_PortableLight_double_F"; + atlOffset=0.024803162; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={2073.1626,125.35648,10391.497}; + angles[]={0.013999403,1.7358389,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2791; + type="Land_BagFence_Long_F"; + atlOffset=0.027534485; + }; + }; + id=2792; + atlOffset=0.020988464; + }; + class Item218 + { + dataType="Marker"; + position[]={2053.095,115.653,10403.423}; + name="military_14"; + text="Klein Sisbeck Base"; + type="o_support"; + colorName="ColorEAST"; + id=2793; + atlOffset=-7.7894897; + }; + class Item219 + { + dataType="Layer"; + name="VIP Compound"; + class Entities + { + items=114; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.1016,104.59539,2103.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2794; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.8962,100.76373,2104.6147}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2795; + type="Land_New_WiredFence_10m_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.6038,101.35738,2099.6667}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2796; + type="Land_New_WiredFence_10m_F"; + atlOffset=7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.3516,101.01312,2099.7734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2797; + type="Land_New_WiredFence_10m_F"; + atlOffset=-7.6293945e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.8408,100.77173,2096.2642}; + angles[]={6.2812018,0,6.2272449}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2798; + type="Land_Razorwire_F"; + atlOffset=0.0052337646; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={2858.8516,101.41871,2104.0234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2800; + type="Land_CncWall4_F"; + atlOffset=-7.6293945e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2861.1018,101.71957,2101.7734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2801; + type="Land_CncWall4_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2865.6013,101.04089,2102.5234}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2803; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2859.1013,100.84442,2107.2734}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2804; + type="Land_CncWall1_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2863.1016,100.41212,2112.0234}; + angles[]={0,1.3089969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2805; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.3513,101.32036,2102.0234}; + angles[]={0,6.0213857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2806; + type="Land_CncWall1_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.2231,100.25784,2098.0183}; + angles[]={0.019996032,2.0943952,6.251195}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2807; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.4734,100.30755,2094.2686}; + angles[]={0.02399601,0.78539819,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2808; + type="Land_BagFence_Round_F"; + atlOffset=4.5776367e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.6394,99.757065,2112.3572}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2809; + type="Land_PortableLight_double_F"; + atlOffset=7.6293945e-006; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2876.0989,100.23558,2095.0183}; + angles[]={0.019996032,1.5707964,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2810; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2874.7241,100.27154,2093.5183}; + angles[]={0.02399601,3.1415927,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2811; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2871.8481,100.28624,2096.1436}; + angles[]={0.011995304,4.712389,6.259192}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2813; + type="Land_BagFence_Short_F"; + atlOffset=3.8146973e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2876.4563,100.19798,2096.5225}; + angles[]={0.019996032,5.7595863,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2815; + type="Land_BagFence_End_F"; + atlOffset=3.8146973e-005; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2873.5999,100.18816,2098.8943}; + angles[]={0.019996032,0,6.251195}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2816; + type="Land_BagFence_End_F"; + atlOffset=0.0015869141; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.1865,111.64227,2119.219}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2818; + type="Land_Cargo_Tower_V3_F"; + atlOffset=1.5258789e-005; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2860.6016,102.8251,2139.2734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2819; + type="Land_Cargo_HQ_V3_F"; + atlOffset=7.6293945e-006; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.8516,99.777161,2114.5234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2820; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.057670593; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2847.8516,99.997742,2134.2734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2821; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.082687378; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2847.8516,100.12427,2144.2734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2822; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.074958801; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2852.3516,99.924049,2129.7734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2823; + type="Land_New_WiredFence_10m_F"; + atlOffset=-7.6293945e-006; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.8516,100.01109,2124.5234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2824; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.073036194; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2848.8516,100.48861,2135.0234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2825; + type="Land_CncWall4_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2848.8516,100.55986,2140.2734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2826; + type="Land_CncWall4_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2848.8516,100.63441,2145.5234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2827; + type="Land_CncWall4_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.1016,100.45211,2116.5234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2828; + type="Land_CncWall4_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.3518,100.55232,2130.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2829; + type="Land_CncWall4_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2851.9768,100.47237,2130.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2830; + type="Land_CncWall4_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.7268,100.63287,2130.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2831; + type="Land_CncWall4_F"; + atlOffset=7.6293945e-006; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.3516,100.8056,2135.3984}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2832; + type="Land_CncWall4_F"; + atlOffset=0.0021972656; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.3516,100.87112,2140.6484}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2833; + type="Land_CncWall4_F"; + atlOffset=0.0021209717; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.1016,100.51932,2121.7734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2834; + type="Land_CncWall4_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={2875.3516,99.006218,2127.7734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2835; + type="Land_City2_4m_F"; + atlOffset=0.00012207031; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={2866.4673,100.08873,2130.0024}; + angles[]={6.2711902,0,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2836; + type="Land_CncShelter_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.3513,100.55766,2125.0234}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2837; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.1016,100.91907,2143.7734}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2838; + type="Land_CncWall1_F"; + atlOffset=0.0030670166; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.4768,100.65831,2125.2734}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2839; + type="Land_CncWall1_F"; + atlOffset=0.0044403076; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.6016,100.42312,2113.5234}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2840; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={2869.8516,100.67142,2124.6484}; + angles[]={0,3.4033921,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2841; + type="Land_CncWall1_F"; + atlOffset=0.0043029785; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.8516,100.58286,2126.2734}; + angles[]={0,2.0943952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2842; + type="Land_CncWall1_F"; + atlOffset=0.0007019043; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.2263,100.71735,2130.6484}; + angles[]={0,6.0213857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2843; + type="Land_CncWall1_F"; + atlOffset=-7.6293945e-006; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={2849.1016,100.4381,2130.5234}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2844; + type="Land_CncWall1_F"; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={2848.8516,100.44962,2131.7734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2845; + type="Land_CncWall1_F"; + atlOffset=1.5258789e-005; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={2869.2268,100.92128,2144.6484}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2846; + type="Land_CncWall1_F"; + atlOffset=0.0048675537; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={2869.2266,100.73885,2131.2734}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2847; + type="Land_CncWall1_F"; + atlOffset=-7.6293945e-006; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={2859.9678,99.616791,2134.0103}; + angles[]={6.2711854,0,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2849; + type="Land_CratesWooden_F"; + atlOffset=0.00018310547; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={2876.2239,99.369919,2122.7686}; + angles[]={6.2711902,0.78539819,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2851; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.2241,99.201218,2114.8933}; + angles[]={6.2711902,4.712389,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2852; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.3489,99.297745,2122.3933}; + angles[]={6.269186,1.5707964,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2853; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.8481,99.168427,2113.5183}; + angles[]={6.2731905,3.1415927,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2854; + type="Land_BagFence_Long_F"; + atlOffset=5.3405762e-005; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.9731,99.257225,2121.0183}; + angles[]={6.2731848,3.1415927,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2855; + type="Land_BagFence_Long_F"; + atlOffset=5.3405762e-005; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.8533,99.204445,2116.5745}; + angles[]={6.2711902,3.1415927,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2856; + type="Land_BagFence_Long_F"; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.9731,99.295685,2123.7676}; + angles[]={6.269186,3.1415927,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2857; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={2875.5991,99.38588,2124.7676}; + angles[]={6.2691903,1.5707964,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2858; + type="Land_BagFence_Short_F"; + atlOffset=5.3405762e-005; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={2869.9766,100.76135,2132.2734}; + angles[]={0,5.2359877,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2863; + type="Land_CncWall1_F"; + atlOffset=-7.6293945e-006; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.6016,100.50962,2148.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2864; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.036628723; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={2852.6016,100.26939,2148.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2865; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.078735352; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.6016,100.38186,2148.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2866; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.048461914; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={2851.1013,100.70855,2147.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2867; + type="Land_CncWall4_F"; + atlOffset=0.0043563843; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={2861.6013,100.85645,2147.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2868; + type="Land_CncWall4_F"; + atlOffset=0.0040130615; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={2856.3513,100.78429,2147.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2869; + type="Land_CncWall4_F"; + atlOffset=0.0038909912; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={2866.3516,100.90656,2146.3984}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2870; + type="Land_CncWall4_F"; + atlOffset=0.005355835; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.1016,103.78775,2103.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2871; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={2882.3513,103.88425,2097.2734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2872; + type="Land_BarGate_F"; + atlOffset=0.020629883; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={2882.3516,102.06355,2099.5305}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2873; + type="Land_Mil_WiredFence_Gate_F"; + atlOffset=0.00012969971; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={2902.1392,100.12398,2104.5486}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2874; + type="Land_New_WiredFence_10m_F"; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={2892.3516,100.0428,2100.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2875; + type="Land_New_WiredFence_10m_F"; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={2898.5986,100.59291,2095.6409}; + angles[]={0.21655008,0,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2876; + type="Land_Razorwire_F"; + atlOffset=4.5776367e-005; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={2901.6016,100.66153,2102.7734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2877; + type="Land_CncWall4_F"; + atlOffset=0.00087738037; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3518,100.63391,2100.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2878; + type="Land_CncWall4_F"; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={2887.2266,103.31264,2099.1484}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2879; + type="Land_LampShabby_F"; + atlOffset=0.0035018921; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.8894,99.962212,2100.0486}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2880; + type="Land_New_WiredFence_5m_F"; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={2896.1016,100.62191,2100.7734}; + angles[]={0,0.2617994,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2881; + type="Land_CncWall1_F"; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={2894.864,100.61881,2101.3037}; + angles[]={0,0.52359879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2882; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={2901.3516,100.68543,2106.0234}; + angles[]={0,4.4505897,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2883; + type="Land_CncWall1_F"; + atlOffset=0.00063323975; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={2891.6001,100.4181,2092.6443}; + angles[]={0.027990974,5.497787,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2884; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={2889.4739,100.40113,2092.6436}; + angles[]={0.027990974,0.78539819,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2885; + type="Land_BagFence_Round_F"; + atlOffset=5.3405762e-005; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={2892.3496,100.36036,2094.7693}; + angles[]={0.02999169,1.5707964,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2887; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={2877.5991,99.426094,2103.5188}; + angles[]={0.18969145,4.712389,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2890; + type="Land_CncBarrier_F"; + atlOffset=4.5776367e-005; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={2888.8491,100.33858,2094.5193}; + angles[]={0.027990974,1.5707964,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2891; + type="Land_BagFence_Short_F"; + atlOffset=4.5776367e-005; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={2891.9749,100.09895,2096.1443}; + angles[]={0.21845733,0,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2892; + type="Land_BagFence_Corner_F"; + atlOffset=3.8146973e-005; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={2888.5991,100.3056,2095.6443}; + angles[]={0.019996032,4.1887903,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2893; + type="Land_BagFence_End_F"; + atlOffset=3.8146973e-005; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={2891.1001,99.97126,2096.6443}; + angles[]={0.21845733,3.6651914,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2894; + type="Land_BagFence_End_F"; + atlOffset=3.0517578e-005; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={2887.3491,99.201668,2103.6438}; + angles[]={6.2771854,4.712389,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2895; + type="Land_CncBarrier_F"; + atlOffset=4.5776367e-005; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={2890.8516,99.430679,2128.2734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2897; + type="Land_i_House_Small_03_V1_F"; + atlOffset=0.00059509277; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={2877.3516,100.34393,2144.2734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2898; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=7.6293945e-006; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={2882.6016,100.34565,2139.1484}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2899; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.034973145; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={2902.1016,100.34354,2124.2734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2900; + type="Land_New_WiredFence_10m_F"; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={2902.1392,100.2254,2114.2986}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2901; + type="Land_New_WiredFence_10m_F"; + atlOffset=7.6293945e-006; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={2892.6016,100.48599,2139.0234}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2902; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.018249512; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={2902.1016,100.45774,2134.2734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2903; + type="Land_New_WiredFence_10m_F"; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={2888.8516,99.200821,2136.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2904; + type="Land_City2_8m_F"; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={2895.8513,99.241112,2136.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2905; + type="Land_City2_8m_F"; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3516,99.053818,2119.0234}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2906; + type="Land_City2_8m_F"; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={2885.6016,98.97731,2119.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2907; + type="Land_City2_8m_F"; + atlOffset=-7.6293945e-006; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={2881.8516,99.158813,2136.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2908; + type="Land_City2_8m_F"; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3516,99.219658,2133.2734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2909; + type="Land_City2_8m_F"; + atlOffset=9.1552734e-005; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={2878.6016,99.00753,2125.7734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2910; + type="Land_City2_8m_F"; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={2882.3516,99.004936,2123.7734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2911; + type="Land_City2_8mD_F"; + atlOffset=0.0007019043; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3516,99.118233,2124.7734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2912; + type="Land_City2_8mD_F"; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={2898.8516,102.79193,2116.3984}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2913; + type="Land_LampShabby_F"; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={2900.1016,100.40523,2139.0234}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2914; + type="Land_New_WiredFence_5m_F"; + atlOffset=0.015838623; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={2897.3516,99.003395,2115.7734}; + angles[]={0,2.3841895e-007,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2919; + type="Land_City2_4m_F"; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={2876.8516,99.081085,2133.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2920; + type="Land_City2_4m_F"; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={2878.7725,99.116188,2134.6667}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2921; + type="Land_City2_4m_F"; + atlOffset=7.6293945e-006; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3516,99.190826,2129.2734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2922; + type="Land_City2_PillarD_F"; + atlOffset=0.0017471313; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={2889.3513,99.004601,2118.7734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2923; + type="Land_City2_PillarD_F"; + atlOffset=0.0015182495; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={2890.9741,99.454918,2121.6426}; + angles[]={6.2711902,3.1415927,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2925; + type="Land_BagFence_Long_F"; + atlOffset=5.3405762e-005; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={2885.2239,99.450424,2124.1426}; + angles[]={6.2711902,1.5707964,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2926; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={2878.7241,99.379158,2122.1436}; + angles[]={6.2691903,0,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2927; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + }; + id=2931; + atlOffset=-0.0040054321; + }; + class Item220 + { + dataType="Marker"; + position[]={2882.251,91.067001,2110.75}; + name="military_15"; + text="Süpplingenburg Base"; + type="o_support"; + colorName="ColorEAST"; + id=2932; + atlOffset=-7.7900085; + }; + class Item221 + { + dataType="Layer"; + name="Field HQ [OPF]"; + class Entities + { + items=81; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={17611.518,142.61967,2108.3806}; + angles[]={6.2472029,5.497787,0.0059901671}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2933; + type="Land_HBarrier_3_F"; + atlOffset=0.00053405762; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={17615.977,146.64032,2106.3137}; + angles[]={0,0.78539819,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2934; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.035202026; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={17603.934,142.88356,2119.5906}; + angles[]={6.2472029,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2935; + type="Land_HBarrier_1_F"; + atlOffset=0.00045776367; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={17617.158,142.06998,2095.3586}; + angles[]={6.2432079,3.1415927,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2936; + type="Land_HBarrier_1_F"; + atlOffset=0.00057983398; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={17617.145,141.92728,2099.0496}; + angles[]={6.24121,4.712389,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2937; + type="Land_BagFence_End_F"; + atlOffset=0.00036621094; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={17609.328,142.35374,2111.967}; + angles[]={6.2491999,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2938; + type="Land_BagFence_Round_F"; + atlOffset=0.00024414063; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={17606.182,142.45477,2115.2905}; + angles[]={6.2472029,3.1415927,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2939; + type="Land_BagFence_Round_F"; + atlOffset=0.0002746582; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={17601.354,142.26172,2110.4644}; + angles[]={6.2472029,1.5707964,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2940; + type="Land_BagFence_Round_F"; + atlOffset=0.0002746582; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={17617.16,141.86259,2097.2498}; + angles[]={6.2432079,1.5707964,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2941; + type="Land_BagFence_Long_F"; + atlOffset=0.00032043457; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={17608.338,142.4207,2114.0527}; + angles[]={6.2491999,0.78539819,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2942; + type="Land_BagFence_Long_F"; + atlOffset=0.00024414063; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={17601.684,142.59193,2119.6008}; + angles[]={6.2472029,0,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2943; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={17618.541,141.63669,2091.9922}; + angles[]={6.2352247,3.1415927,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2944; + type="Land_BagFence_Long_F"; + atlOffset=0.00050354004; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={17602.326,142.33748,2112.4612}; + angles[]={6.2472029,5.497787,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2945; + type="Land_BagFence_Long_F"; + atlOffset=0.00024414063; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={17617.16,141.69417,2093.3628}; + angles[]={6.2352247,4.712389,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2946; + type="Land_BagFence_Long_F"; + atlOffset=0.00047302246; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={17608.16,142.27806,2109.9863}; + angles[]={6.247201,5.497787,0.0059901671}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2947; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={17604.096,142.40822,2114.229}; + angles[]={6.2471995,5.497787,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2948; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={17604.537,142.20335,2108.4893}; + angles[]={6.2472029,2.3561945,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2949; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={17600.314,142.62999,2120.9741}; + angles[]={6.2531919,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2950; + type="Land_BagFence_Long_F"; + atlOffset=0.00019836426; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={17602.504,142.19185,2108.3953}; + angles[]={6.2472029,3.9269907,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2951; + type="Land_BagFence_Long_F"; + atlOffset=0.00028991699; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={17608.326,142.99271,2107.8318}; + angles[]={6.2472029,0.78539819,0.0059901671}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2952; + type="Land_HBarrier_Big_F"; + atlOffset=0.00079345703; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={17614.404,142.8181,2101.9688}; + angles[]={6.247201,0.78539819,0.0059901671}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2953; + type="Land_HBarrier_Big_F"; + atlOffset=0.00079345703; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={17611.494,147.44902,2133.0815}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2957; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=6.1035156e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={17610.436,143.58492,2149.5444}; + angles[]={6.2691903,4.9741883,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2958; + type="Land_HBarrier_1_F"; + atlOffset=6.1035156e-005; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={17603.561,142.97919,2122.8459}; + angles[]={6.2551923,0.2617994,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2959; + type="Land_HBarrier_1_F"; + atlOffset=0.00028991699; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={17611.162,143.38159,2137.1194}; + angles[]={6.2591896,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2963; + type="Land_HBarrier_5_F"; + atlOffset=0.00021362305; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={17607.186,143.24689,2145.4167}; + angles[]={6.2651882,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2966; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={17603.666,142.74643,2124.6294}; + angles[]={6.2551923,1.5707964,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2967; + type="Land_BagFence_Long_F"; + atlOffset=0.00016784668; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={17607.188,143.29672,2148.2935}; + angles[]={6.2691903,4.712389,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2968; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={17605.037,142.84656,2128.627}; + angles[]={6.2591896,0,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2969; + type="Land_BagFence_Long_F"; + atlOffset=0.00012207031; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={17608.557,143.31232,2149.7983}; + angles[]={6.2691903,0,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2970; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={17603.666,142.81358,2127.2561}; + angles[]={6.2591896,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2971; + type="Land_BagFence_Long_F"; + atlOffset=0.00012207031; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={17601.684,142.68059,2122.4783}; + angles[]={6.2531919,0,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2972; + type="Land_BagFence_Long_F"; + atlOffset=0.00019836426; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={17607.285,143.71651,2131.7332}; + angles[]={6.259192,4.712389,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2973; + type="Land_HBarrier_Big_F"; + atlOffset=0.00033569336; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={17607.238,143.91827,2139.9138}; + angles[]={6.2591896,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2974; + type="Land_HBarrier_Big_F"; + atlOffset=0.00033569336; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.271,142.96111,2115.1951}; + angles[]={6.2531939,4.712389,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2977; + type="Land_HBarrier_3_F"; + atlOffset=0.00076293945; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={17648.105,145.4818,2107.0576}; + angles[]={0,3.4208453,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2978; + type="Land_Loudspeakers_F"; + atlOffset=0.0027008057; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={17647.91,142.49422,2100.616}; + angles[]={6.2531958,0.52359879,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2983; + type="Land_HBarrier_1_F"; + atlOffset=0.00035095215; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.258,142.98357,2119.9526}; + angles[]={6.2551923,1.5707964,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2984; + type="Land_HBarrier_1_F"; + atlOffset=0.0002746582; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.285,142.76819,2110.8655}; + angles[]={6.2551923,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2988; + type="Land_HBarrier_5_F"; + atlOffset=-0.0031585693; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={17643.41,142.18245,2100.7495}; + angles[]={6.2531958,0,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2993; + type="Land_BagFence_Long_F"; + atlOffset=0.00018310547; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={17646.033,142.20027,2100.7495}; + angles[]={6.2531958,0,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2994; + type="Land_BagFence_Long_F"; + atlOffset=0.00019836426; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.777,142.85361,2098.4587}; + angles[]={6.2392135,5.7595863,0.0080084298}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2995; + type="Land_HBarrier_Big_F"; + atlOffset=0.0011901855; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.184,143.44554,2117.7415}; + angles[]={6.2531958,3.1415927,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2996; + type="Land_HBarrier_Big_F"; + atlOffset=0.00054931641; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.779,142.61189,2093.9539}; + angles[]={6.2352223,5.7595863,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2997; + type="Land_HBarrier_Big_F"; + atlOffset=0.0014190674; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={17623.285,143.37436,2117.0986}; + angles[]={6.2511988,3.1415927,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2998; + type="Land_HBarrier_Big_F"; + atlOffset=0.00062561035; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={17624.141,142.46268,2092.0081}; + angles[]={6.2352247,0,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2999; + type="Land_HBarrier_Big_F"; + atlOffset=0.0014343262; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={17649.92,143.23763,2108.7512}; + angles[]={6.2571907,4.9741883,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3000; + type="Land_HBarrier_Big_F"; + atlOffset=0.0004119873; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={17623.809,142.31482,2101.624}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3005; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.03326416; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={17632.398,142.746,2112.3667}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3006; + type="Land_Cargo_House_V3_F"; + atlOffset=0.0058746338; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.934,142.47424,2104.749}; + angles[]={0,2.6179938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3007; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.023208618; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={17625.047,143.47914,2139.488}; + angles[]={6.2651882,3.1415927,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3008; + type="Land_HBarrier_3_F"; + atlOffset=0.0010375977; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={17624.195,143.5224,2141.7949}; + angles[]={6.2651882,1.5707964,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3009; + type="Land_HBarrier_3_F"; + atlOffset=0.00015258789; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={17637.42,143.16805,2122.908}; + angles[]={6.2591896,0,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3010; + type="Land_HBarrier_3_F"; + atlOffset=0.00022888184; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={17645.662,143.35245,2132.1245}; + angles[]={6.2671871,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3011; + type="Land_HBarrier_3_F"; + atlOffset=-0.0012207031; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={17621.963,143.22519,2131.9502}; + angles[]={6.2631865,4.712389,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3013; + type="Land_HBarrier_1_F"; + atlOffset=0.00015258789; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={17624.219,143.5179,2147.7178}; + angles[]={6.2711902,2.0943952,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3014; + type="Land_HBarrier_1_F"; + atlOffset=6.1035156e-005; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={17634.592,142.91179,2130.1428}; + angles[]={6.2631893,4.1887903,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3020; + type="Land_BagFence_End_F"; + atlOffset=7.6293945e-005; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.287,143.0878,2139.8806}; + angles[]={6.2671909,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3021; + type="Land_BagFence_End_F"; + atlOffset=4.5776367e-005; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.48,143.03192,2136.7888}; + angles[]={6.2651882,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3022; + type="Land_BagFence_End_F"; + atlOffset=6.1035156e-005; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={17620.564,143.21811,2129.7805}; + angles[]={6.2611909,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3023; + type="Land_HBarrier_5_F"; + atlOffset=0.00086975098; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={17644.688,143.23714,2128.5713}; + angles[]={6.2671871,4.712389,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3024; + type="Land_HBarrier_5_F"; + atlOffset=0.00010681152; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={17632.654,143.07697,2122.1221}; + angles[]={6.2591896,1.5707964,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3025; + type="Land_HBarrier_5_F"; + atlOffset=0.00021362305; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={17634.801,142.89099,2128.4451}; + angles[]={6.2651882,4.712389,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3035; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.48,143.12482,2141.4138}; + angles[]={6.2651882,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3036; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.48,143.07307,2138.5388}; + angles[]={6.2651882,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3037; + type="Land_BagFence_Long_F"; + atlOffset=7.6293945e-005; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.287,143.12544,2141.6306}; + angles[]={6.2671871,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3038; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={17624.594,143.21407,2146.0911}; + angles[]={6.2711902,4.712389,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3039; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={17634.813,143.56502,2122.71}; + angles[]={6.2591896,1.5707964,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3040; + type="Land_HBarrier_Big_F"; + atlOffset=0.00035095215; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={17621.438,143.60301,2125.7708}; + angles[]={6.2611909,0,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3041; + type="Land_HBarrier_Big_F"; + atlOffset=0.00030517578; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={17627.607,143.96068,2143.6497}; + angles[]={6.2651882,3.1415927,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3042; + type="Land_HBarrier_Big_F"; + atlOffset=0.00019836426; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={17642.857,143.90286,2141.1519}; + angles[]={6.2671871,3.9269907,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3043; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001373291; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={17629.951,143.62813,2125.9966}; + angles[]={6.2651882,2.3841895e-007,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3044; + type="Land_HBarrier_Big_F"; + atlOffset=0.00018310547; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={17649.311,143.85989,2138.5557}; + angles[]={6.2691903,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3045; + type="Land_HBarrier_Big_F"; + atlOffset=0.00010681152; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={17636.105,143.94858,2143.6521}; + angles[]={6.2671871,3.1415927,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3046; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001373291; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={17626.541,143.42429,2121.3486}; + angles[]={6.2571907,3.1415927,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3047; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00038146973; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={17649.557,143.6843,2132.2502}; + angles[]={6.269186,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3048; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00010681152; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={17626.678,143.62256,2130.5381}; + angles[]={6.2651882,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3049; + type="CamoNet_OPFOR_open_F"; + atlOffset=-0.00088500977; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={17634.912,143.35184,2138.0122}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3057; + type="Land_Cargo_House_V3_F"; + atlOffset=0.017623901; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={17651.881,143.48393,2116.9968}; + angles[]={6.2551923,4.9741883,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3058; + type="Land_HBarrier_Big_F"; + atlOffset=0.00048828125; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={17652.811,143.67091,2125.0559}; + angles[]={6.2691903,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3059; + type="Land_HBarrier_Big_F"; + atlOffset=0.00012207031; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={17652.686,143.78815,2133.4307}; + angles[]={6.269186,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3060; + type="Land_HBarrier_Big_F"; + atlOffset=0.00010681152; + }; + }; + id=3061; + atlOffset=-0.0099487305; + }; + class Item222 + { + dataType="Marker"; + position[]={17617.346,134.528,2123.0249}; + name="military_16"; + text="Training Camp"; + type="o_support"; + colorName="ColorEAST"; + id=3062; + atlOffset=-7.7892914; + }; + class Item223 + { + dataType="Layer"; + name="Refinery [IND]"; + class Entities + { + items=95; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={9950.7148,120.20507,8684.6729}; + angles[]={0.22226703,0.31490803,6.0915651}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3064; + type="Land_HBarrier_3_F"; + atlOffset=0.011451721; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={9954.5049,120.51097,8678.0508}; + angles[]={0.02599225,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3065; + type="Land_HBarrier_3_F"; + atlOffset=0.044929504; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.2217,118.92951,8702.375}; + angles[]={0.019999012,1.100306,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3066; + type="Land_HBarrier_3_F"; + atlOffset=0.01133728; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={9942.8242,118.88808,8699.1943}; + angles[]={0.019999012,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3076; + type="Land_HBarrier_5_F"; + atlOffset=0.014503479; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9950.4502,120.30609,8681.043}; + angles[]={0.02599225,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3077; + type="Land_HBarrier_5_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={9948.2041,118.81377,8704.4102}; + angles[]={0.019999012,0.31490803,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3078; + type="Land_HBarrier_5_F"; + atlOffset=0.0086364746; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9946.5547,119.96528,8686.0273}; + angles[]={0.21655008,0.31490803,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3079; + type="Land_HBarrier_5_F"; + atlOffset=0.011421204; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={9944.5664,118.79664,8704.543}; + angles[]={0.017997233,1.8857045,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3080; + type="Land_HBarrier_5_F"; + atlOffset=0.011352539; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={9949.6133,120.36215,8678.0742}; + angles[]={0.02399601,1.3621058,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3081; + type="Land_HBarrier_1_F"; + atlOffset=0.027694702; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={9955.2168,120.34852,8679.5264}; + angles[]={0.02599225,2.4093032,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3082; + type="Land_HBarrier_1_F"; + atlOffset=0.011497498; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.9082,120.63988,8683.0859}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3083; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.0033798218; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={9941.9375,119.32833,8701.7158}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3084; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.03717041; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={9938.8408,120.55316,8692.207}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3085; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.53180695; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={9942.4004,120.95868,8686.1836}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3086; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.35692596; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.9082,118.60634,8699.7881}; + angles[]={0.019996032,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3087; + type="Land_BagFence_Round_F"; + atlOffset=0.01133728; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={9947.7998,118.64339,8696.7031}; + angles[]={0.019999012,2.1475039,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3088; + type="Land_BagFence_Round_F"; + atlOffset=0.01134491; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={9949.9619,118.62844,8698.0986}; + angles[]={0.019996032,2.6711025,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3089; + type="Land_BagFence_Long_F"; + atlOffset=0.011329651; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.4551,120.68571,8676.4678}; + angles[]={0.02399601,0.31490803,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3090; + type="Land_BagBunker_Small_F"; + atlOffset=0.033668518; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={9942.4424,120.70403,8691.5596}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3091; + type="Land_BagBunker_Tower_F"; + atlOffset=0.010955811; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={9946.8545,119.3739,8701.876}; + angles[]={0.017997233,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3093; + type="CamoNet_INDP_F"; + atlOffset=0.010917664; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.3398,118.69489,8725.334}; + angles[]={0,1.8857045,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3094; + type="Land_HBarrier_5_F"; + atlOffset=0.00365448; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={9949.5967,118.69949,8719.9893}; + angles[]={0.0019834081,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3095; + type="Land_HBarrier_5_F"; + atlOffset=0.011375427; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={9954.6719,118.70878,8735.5566}; + angles[]={0.0019834081,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3096; + type="Land_HBarrier_5_F"; + atlOffset=0.01134491; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={9947.8955,118.70018,8714.7637}; + angles[]={0.0060001095,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3097; + type="Land_HBarrier_5_F"; + atlOffset=0.010871887; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={9953.0068,118.70901,8730.4463}; + angles[]={0.0019834081,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3098; + type="Land_HBarrier_5_F"; + atlOffset=0.01133728; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={9946.2314,118.72408,8709.6543}; + angles[]={0.013999403,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3099; + type="Land_HBarrier_5_F"; + atlOffset=0.01133728; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={9948.1318,119.15885,8720.7324}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3100; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.0076751709; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={9945.0352,119.19843,8711.2236}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3101; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.031707764; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.2295,119.16075,8730.2402}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3102; + type="Land_New_WiredFence_10m_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={9967.6484,118.7788,8739.4805}; + angles[]={0.0060001095,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3104; + type="Land_HBarrier_5_F"; + atlOffset=0.0092773438; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={9960.9844,119.19535,8743.2324}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3105; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.0085220337; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={9970.4922,119.27067,8740.1357}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3106; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.014678955; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={9954.3271,119.16032,8739.749}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3107; + type="Land_New_WiredFence_10m_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={9960.0996,120.2034,8739.709}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3108; + type="Land_BagBunker_Tower_F"; + atlOffset=0.011413574; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={9972.8779,118.82692,8737.7764}; + angles[]={0.0080009829,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3109; + type="Land_HBarrier_5_F"; + atlOffset=0.01134491; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={9969.6094,120.73236,8672.8672}; + angles[]={0.033985451,5.027297,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3111; + type="Land_HBarrier_3_F"; + atlOffset=0.011512756; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={9968.5029,120.09544,8678.749}; + angles[]={0.2241677,0.31490803,6.0915656}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3112; + type="Land_HBarrier_3_F"; + atlOffset=0.011505127; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={9977.8926,120.50925,8675.6895}; + angles[]={0.22226568,0.31490803,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3125; + type="Land_HBarrier_5_F"; + atlOffset=0.011459351; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={9972.6611,120.07352,8677.3936}; + angles[]={0.22226568,0.31490803,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3126; + type="Land_HBarrier_5_F"; + atlOffset=0.0073928833; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={9983.1201,120.31612,8673.9863}; + angles[]={0.22606862,0.31490803,6.0934939}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3127; + type="Land_HBarrier_5_F"; + atlOffset=0.011489868; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={9971.0986,120.58627,8674.6143}; + angles[]={0.035984326,6.0744944,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3128; + type="Land_HBarrier_1_F"; + atlOffset=0.011497498; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={9970.2305,120.58727,8674.3711}; + angles[]={0.033985451,5.812695,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3129; + type="Land_HBarrier_1_F"; + atlOffset=0.011489868; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={9980.3965,121.24034,8673.2803}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3130; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.033798218; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={9970.8887,120.79641,8676.3779}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3131; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.039672852; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={9961.3779,121.9617,8679.8701}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3132; + type="Land_Mil_WiredFence_Gate_F"; + atlOffset=0.011039734; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={9985.4561,119.27316,8681.1484}; + angles[]={0.019996032,2.6711025,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3133; + type="Land_BagFence_Round_F"; + atlOffset=0.011352539; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={9984.1279,119.30208,8679.0869}; + angles[]={0.02199479,1.8857045,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3134; + type="Land_BagFence_Long_F"; + atlOffset=0.011398315; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={9988.0273,119.30762,8680.9688}; + angles[]={0.019996032,0.31490803,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3135; + type="Land_BagFence_Long_F"; + atlOffset=0.011352539; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={9966.6943,120.9578,8671.1895}; + angles[]={0.033985451,0.31490803,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3136; + type="Land_BagBunker_Small_F"; + atlOffset=0.012619019; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={9972.9141,128.68871,8709.6357}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3138; + type="Land_dp_mainFactory_F"; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={9984.6094,118.98676,8733.4307}; + angles[]={0.0060001095,3.1947012,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3143; + type="Land_HBarrier_3_F"; + atlOffset=0.011352539; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={9976.5664,118.91965,8736.1807}; + angles[]={0.0080009829,3.7183001,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3144; + type="Land_HBarrier_3_F"; + atlOffset=0.011352539; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={9992.5469,119.06068,8728.7432}; + angles[]={0.0060001095,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3145; + type="Land_HBarrier_3_F"; + atlOffset=0.009513855; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={9993.9951,119.00125,8730.7695}; + angles[]={0.0060001095,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3146; + type="Land_HBarrier_5_F"; + atlOffset=0.011375427; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={10004.219,119.07624,8727.4424}; + angles[]={0.0060001095,3.4565008,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3147; + type="Land_HBarrier_5_F"; + atlOffset=0.013511658; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.1074,119.04478,8729.1055}; + angles[]={0.0060001095,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3148; + type="Land_HBarrier_5_F"; + atlOffset=0.014251709; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={9988.6465,118.95871,8732.5098}; + angles[]={0.0060001095,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3149; + type="Land_HBarrier_5_F"; + atlOffset=0.011367798; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={9978.0342,118.84131,8735.0439}; + angles[]={0.0080009829,1.100306,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3150; + type="Land_HBarrier_1_F"; + atlOffset=0.011352539; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={9982.752,118.87969,8733.3779}; + angles[]={0.0060001095,5.5508957,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3151; + type="Land_HBarrier_1_F"; + atlOffset=0.011352539; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={9980.0273,119.24632,8736.9746}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3152; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.0066680908; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={9989.5088,119.42426,8733.9414}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3153; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.0070114136; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.0176,119.4937,8730.8438}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3154; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.00080108643; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={9984.3994,118.56075,8739.5049}; + angles[]={0.0080009829,4.2418985,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3155; + type="Land_BagFence_Round_F"; + atlOffset=0.01108551; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={9991.7109,118.69387,8726.1729}; + angles[]={0.0060001095,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3156; + type="Land_BagFence_Long_F"; + atlOffset=0.01133728; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={9982.4414,118.53817,8740.8906}; + angles[]={0.0080009829,0.31490803,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3157; + type="Land_BagFence_Long_F"; + atlOffset=0.01133728; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={9979.8691,118.52157,8741.0703}; + angles[]={0.0080009829,2.6711025,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3158; + type="Land_BagFence_Round_F"; + atlOffset=0.01134491; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={9996.2158,119.76958,8677.8682}; + angles[]={0.02199479,5.027297,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3159; + type="Land_HBarrier_5_F"; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.54,119.59663,8688.0791}; + angles[]={0.019999012,5.027297,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3160; + type="Land_HBarrier_5_F"; + atlOffset=0.011367798; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={9997.876,119.6739,8682.9717}; + angles[]={0.02199208,5.027297,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3161; + type="Land_HBarrier_5_F"; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.6592,120.16842,8683.1758}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3162; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.0078353882; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={9989.9053,121.36235,8670.1826}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3163; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.040512085; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={9996.5615,120.3361,8673.668}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3164; + type="Land_New_WiredFence_10m_F"; + atlOffset=-7.6293945e-006; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={9994.9209,119.42795,8678.7236}; + angles[]={0.02199479,3.4565008,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3165; + type="Land_BagFence_Long_F"; + atlOffset=0.01134491; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={9992.4248,119.38514,8679.5361}; + angles[]={0.02199479,3.4565008,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3166; + type="Land_BagFence_Long_F"; + atlOffset=0.011367798; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={9990.79,121.38932,8673.707}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3167; + type="Land_BagBunker_Tower_F"; + atlOffset=0.011482239; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={9990.3555,120.02972,8681.2666}; + angles[]={0.02199479,0.31490803,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3169; + type="CamoNet_INDP_open_F"; + atlOffset=0.011352539; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={10004.403,119.33995,8705.8252}; + angles[]={0.017997233,5.5508957,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3170; + type="Land_HBarrier_3_F"; + atlOffset=0.010040283; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.204,119.48804,8697.4658}; + angles[]={0.019996032,4.7654977,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3171; + type="Land_HBarrier_3_F"; + atlOffset=0.011383057; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={10001.282,119.50104,8693.4277}; + angles[]={0.019996032,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3178; + type="Land_HBarrier_5_F"; + atlOffset=0.011383057; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={10006.317,119.49755,8709.2764}; + angles[]={0.015998369,5.027297,0.20507599}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3179; + type="Land_HBarrier_5_F"; + atlOffset=0.011367798; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.14,119.82372,8714.4668}; + angles[]={0.0099949092,5.027297,0.20315792}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3180; + type="Land_HBarrier_5_F"; + atlOffset=0.011116028; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.37,119.22502,8708.459}; + angles[]={0.017997233,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3181; + type="Land_HBarrier_5_F"; + atlOffset=0.012542725; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.99,119.26114,8704.3125}; + angles[]={0.019996032,5.2890964,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3182; + type="Land_HBarrier_1_F"; + atlOffset=0.011367798; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.43,119.35561,8699.3652}; + angles[]={0.019996032,5.2890964,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3183; + type="Land_HBarrier_1_F"; + atlOffset=0.011375427; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={10005.716,119.87204,8702.0361}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3184; + type="Land_New_WiredFence_10m_Dam_F"; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.912,120.47398,8711.582}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3185; + type="Land_New_WiredFence_10m_F"; + atlOffset=7.6293945e-006; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.756,119.98756,8692.6846}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3186; + type="Land_New_WiredFence_10m_F"; + atlOffset=-1.5258789e-005; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={10010.017,120.06151,8702.4648}; + angles[]={0.019996032,4.2418985,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3187; + type="Land_BagFence_Round_F"; + atlOffset=0.011367798; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.45,119.82862,8697.9336}; + angles[]={0.017997233,5.812695,0.20315792}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3188; + type="Land_BagFence_Round_F"; + atlOffset=0.011360168; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.0967,118.8582,8709.7021}; + angles[]={0.015998369,3.4565008,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3189; + type="Land_BagFence_Long_F"; + atlOffset=0.01134491; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={10009.837,120.079,8699.8945}; + angles[]={0.017997233,1.8857045,0.20315792}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3190; + type="Land_BagFence_Long_F"; + atlOffset=0.011360168; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={10003.11,119.56395,8712.3438}; + angles[]={0.0080009829,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3191; + type="CamoNet_INDP_open_F"; + atlOffset=0.011367798; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.525,120.26205,8727.7461}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3192; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.010574341; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={10012.01,120.62099,8721.0898}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3193; + type="Land_New_WiredFence_10m_F"; + atlOffset=-7.6293945e-006; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.367,121.27827,8722.0137}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3194; + type="Land_BagBunker_Tower_F"; + atlOffset=0.011444092; + }; + }; + id=3195; + atlOffset=-0.047470093; + }; + class Item224 + { + dataType="Marker"; + position[]={9967.0879,110.66,8690.8506}; + name="military_17"; + text="Grasleben Depot"; + type="o_support"; + colorName="ColorEAST"; + id=3196; + atlOffset=-7.7896805; + }; + class Item225 + { + dataType="Marker"; + position[]={4394.168,65.87307,19824.176}; + name="opfor_point_2"; + type="Empty"; + id=3198; + atlOffset=-5; + }; + class Item226 + { + dataType="Marker"; + position[]={4481.3008,77.867676,18458.375}; + name="opfor_point_3"; + type="Empty"; + id=3199; + atlOffset=-5.1412659; + }; + class Item227 + { + dataType="Marker"; + position[]={2882.1301,91.753662,17868.82}; + name="opfor_point_9"; + type="Empty"; + id=3205; + atlOffset=-5.0862274; + }; + class Item228 + { + dataType="Marker"; + position[]={3956.0225,72.40554,17124.271}; + name="opfor_point_11"; + type="Empty"; + id=3207; + atlOffset=-5; + }; + class Item229 + { + dataType="Marker"; + position[]={5214.77,69.300461,18056.369}; + name="opfor_point_14"; + type="Empty"; + id=3210; + atlOffset=-5; + }; + class Item230 + { + dataType="Marker"; + position[]={5606.7798,64.046638,20236.939}; + name="opfor_point_17"; + type="Empty"; + id=3213; + atlOffset=-5; + }; + class Item231 + { + dataType="Marker"; + position[]={7303.6982,58.44965,19743.473}; + name="opfor_point_25"; + type="Empty"; + id=3221; + atlOffset=-5; + }; + class Item232 + { + dataType="Marker"; + position[]={8004.0576,63.873291,20116.824}; + name="opfor_point_27"; + type="Empty"; + id=3223; + atlOffset=-4.8873215; + }; + class Item233 + { + dataType="Marker"; + position[]={8119.0674,63.730965,19755.471}; + name="opfor_point_28"; + type="Empty"; + id=3224; + atlOffset=-5; + }; + class Item234 + { + dataType="Marker"; + position[]={6240.2129,71.26236,19187.18}; + name="opfor_point_30"; + type="Empty"; + id=3226; + atlOffset=-5; + }; + class Item235 + { + dataType="Marker"; + position[]={5825.2417,61.913895,19682.99}; + name="opfor_point_32"; + type="Empty"; + id=3228; + atlOffset=-5; + }; + class Item236 + { + dataType="Marker"; + position[]={1869.3416,94.403473,16945.289}; + name="opfor_point_34"; + type="Empty"; + id=3230; + atlOffset=-5; + }; + class Item237 + { + dataType="Marker"; + position[]={2036.2721,105.1328,17388.016}; + name="opfor_point_36"; + type="Empty"; + id=3232; + atlOffset=-5; + }; + class Item238 + { + dataType="Marker"; + position[]={343.15213,81.0326,17001.486}; + name="opfor_point_39"; + type="Empty"; + id=3235; + atlOffset=-5; + }; + class Item239 + { + dataType="Marker"; + position[]={2339.6387,72.237396,16404.629}; + name="opfor_point_43"; + type="Empty"; + id=3239; + atlOffset=-5; + }; + class Item240 + { + dataType="Marker"; + position[]={2914.0051,71.157013,15884.765}; + name="opfor_point_46"; + type="Empty"; + id=3242; + atlOffset=-5; + }; + class Item241 + { + dataType="Marker"; + position[]={3054.0964,89.331535,17295.496}; + name="opfor_point_52"; + type="Empty"; + id=3248; + atlOffset=-5; + }; + class Item242 + { + dataType="Marker"; + position[]={6151.9014,75.138145,17392.609}; + name="opfor_point_4"; + type="Empty"; + id=3249; + atlOffset=-5; + }; + class Item243 + { + dataType="Marker"; + position[]={6260.7622,76.735481,16849.391}; + name="opfor_point_5"; + type="Empty"; + id=3250; + atlOffset=-5; + }; + class Item244 + { + dataType="Marker"; + position[]={7187.8462,66.864006,16971.936}; + name="opfor_point_6"; + type="Empty"; + id=3251; + atlOffset=-5; + }; + class Item245 + { + dataType="Marker"; + position[]={6808.645,61.943512,18583.809}; + name="opfor_point_8"; + type="Empty"; + id=3252; + atlOffset=-5; + }; + class Item246 + { + dataType="Marker"; + position[]={7494.4492,59.053497,18275.717}; + name="opfor_point_12"; + type="Empty"; + id=3253; + atlOffset=-5; + }; + class Item247 + { + dataType="Marker"; + position[]={7836.9053,60.49556,17996.346}; + name="opfor_point_48"; + type="Empty"; + id=3254; + atlOffset=-5; + }; + class Item248 + { + dataType="Marker"; + position[]={8453.582,59.93354,18116.076}; + name="opfor_point_49"; + type="Empty"; + id=3255; + atlOffset=-5; + }; + class Item249 + { + dataType="Marker"; + position[]={8735.5283,59.244125,18752.064}; + name="opfor_point_53"; + type="Empty"; + id=3256; + atlOffset=-5; + }; + class Item250 + { + dataType="Marker"; + position[]={8002.1577,65.008163,18977.393}; + name="opfor_point_54"; + type="Empty"; + id=3257; + atlOffset=-5; + }; + class Item251 + { + dataType="Marker"; + position[]={8613.748,61.144661,19320.025}; + name="opfor_point_55"; + type="Empty"; + id=3258; + atlOffset=-5; + }; + class Item252 + { + dataType="Marker"; + position[]={10528.816,65.678154,19241.912}; + name="opfor_point_56"; + type="Empty"; + id=3259; + atlOffset=-5; + }; + class Item253 + { + dataType="Marker"; + position[]={10549.621,63.99929,20253.072}; + name="opfor_point_57"; + type="Empty"; + id=3260; + atlOffset=-5; + }; + class Item254 + { + dataType="Marker"; + position[]={9762.9736,62.098808,19628.773}; + name="opfor_point_58"; + type="Empty"; + id=3261; + atlOffset=-5; + }; + class Item255 + { + dataType="Marker"; + position[]={9626.5449,60.669678,17382.658}; + name="opfor_point_59"; + type="Empty"; + id=3262; + atlOffset=-5; + }; + class Item256 + { + dataType="Marker"; + position[]={11812.54,76.568565,18364.6}; + name="opfor_point_60"; + type="Empty"; + id=3263; + atlOffset=-5; + }; + class Item257 + { + dataType="Marker"; + position[]={12552.062,67.43663,17463.844}; + name="opfor_point_61"; + type="Empty"; + id=3264; + atlOffset=-5; + }; + class Item258 + { + dataType="Marker"; + position[]={12682.906,74.130356,19005.785}; + name="opfor_point_62"; + type="Empty"; + id=3265; + atlOffset=-5; + }; + class Item259 + { + dataType="Marker"; + position[]={12741.797,72.297363,19709.846}; + name="opfor_point_63"; + type="Empty"; + id=3266; + atlOffset=-5.1287079; + }; + class Item260 + { + dataType="Marker"; + position[]={11797.696,69.04406,19930.061}; + name="opfor_point_64"; + type="Empty"; + id=3267; + atlOffset=-5; + }; + class Item261 + { + dataType="Marker"; + position[]={13555.995,58.276794,20186.736}; + name="opfor_point_65"; + type="Empty"; + id=3268; + atlOffset=-5; + }; + class Item262 + { + dataType="Marker"; + position[]={15272.42,52.171223,19857.297}; + name="opfor_point_66"; + type="Empty"; + id=3269; + atlOffset=-5; + }; + class Item263 + { + dataType="Marker"; + position[]={14221.753,69.927299,18339.379}; + name="opfor_point_7"; + type="Empty"; + id=3270; + atlOffset=-5; + }; + class Item264 + { + dataType="Marker"; + position[]={13747.589,69.136925,18184.307}; + name="opfor_point_10"; + type="Empty"; + id=3271; + atlOffset=-5; + }; + class Item265 + { + dataType="Marker"; + position[]={15650.479,68.266914,18506.543}; + name="opfor_point_16"; + type="Empty"; + id=3272; + atlOffset=-5; + }; + class Item266 + { + dataType="Marker"; + position[]={17239.547,57.143867,18786.324}; + name="opfor_point_21"; + type="Empty"; + id=3273; + atlOffset=-5; + }; + class Item267 + { + dataType="Marker"; + position[]={17777.611,52.556648,19877.879}; + name="opfor_point_23"; + type="Empty"; + id=3274; + atlOffset=-5; + }; + class Item268 + { + dataType="Marker"; + position[]={18372.156,53.283806,19054.305}; + name="opfor_point_29"; + type="Empty"; + id=3275; + atlOffset=-5; + }; + class Item269 + { + dataType="Marker"; + position[]={19924.73,53.112347,19585.451}; + name="opfor_point_31"; + type="Empty"; + id=3276; + atlOffset=-5; + }; + class Item270 + { + dataType="Marker"; + position[]={17247.141,71.589592,17329.203}; + name="opfor_point_33"; + type="Empty"; + id=3277; + atlOffset=-5; + }; + class Item271 + { + dataType="Marker"; + position[]={15843.086,69.621292,17318.746}; + name="opfor_point_35"; + type="Empty"; + id=3278; + atlOffset=-5; + }; + class Item272 + { + dataType="Marker"; + position[]={14627.935,72.904343,16312.373}; + name="opfor_point_38"; + type="Empty"; + id=3279; + atlOffset=-5; + }; + class Item273 + { + dataType="Marker"; + position[]={13201.372,68.331955,16892.926}; + name="opfor_point_40"; + type="Empty"; + id=3280; + atlOffset=-5; + }; + class Item274 + { + dataType="Marker"; + position[]={17847.059,70.28743,16339.912}; + name="opfor_point_44"; + type="Empty"; + id=3281; + atlOffset=-5; + }; + class Item275 + { + dataType="Marker"; + position[]={18502.111,68.6567,16195.514}; + name="opfor_point_45"; + type="Empty"; + id=3282; + atlOffset=-5; + }; + class Item276 + { + dataType="Marker"; + position[]={19563.73,73.646996,17307.309}; + name="opfor_point_47"; + type="Empty"; + id=3283; + atlOffset=-5; + }; + class Item277 + { + dataType="Marker"; + position[]={17545.434,71.139626,14453.244}; + name="opfor_point_50"; + type="Empty"; + id=3284; + atlOffset=-5; + }; + class Item278 + { + dataType="Marker"; + position[]={16483.277,69.634445,14850.361}; + name="opfor_point_51"; + type="Empty"; + id=3285; + atlOffset=-5; + }; + class Item279 + { + dataType="Marker"; + position[]={15204.475,66.738312,15103.169}; + name="opfor_point_67"; + type="Empty"; + id=3286; + atlOffset=-5; + }; + class Item280 + { + dataType="Marker"; + position[]={15858.141,71.776505,16293.721}; + name="opfor_point_68"; + type="Empty"; + id=3287; + atlOffset=-5; + }; + class Item281 + { + dataType="Marker"; + position[]={12499.042,66.32592,15790.875}; + name="opfor_point_1"; + type="Empty"; + id=3288; + atlOffset=-5; + }; + class Item282 + { + dataType="Marker"; + position[]={12770.877,72.34404,13793.123}; + name="opfor_point_13"; + type="Empty"; + id=3289; + atlOffset=-5; + }; + class Item283 + { + dataType="Marker"; + position[]={13433.043,68.685936,14698.409}; + name="opfor_point_15"; + type="Empty"; + id=3290; + atlOffset=-5; + }; + class Item284 + { + dataType="Marker"; + position[]={16173.449,77.922157,13931.008}; + name="opfor_point_19"; + type="Empty"; + id=3291; + atlOffset=-5; + }; + class Item285 + { + dataType="Marker"; + position[]={18324.871,82.77951,13983.752}; + name="opfor_point_24"; + type="Empty"; + id=3292; + atlOffset=-5; + }; + class Item286 + { + dataType="Marker"; + position[]={18860.625,67.980003,15271.963}; + name="opfor_point_26"; + type="Empty"; + id=3293; + atlOffset=-5; + }; + class Item287 + { + dataType="Marker"; + position[]={19929.914,89.24353,14416.899}; + name="opfor_point_37"; + type="Empty"; + id=3294; + atlOffset=-5; + }; + class Item288 + { + dataType="Marker"; + position[]={19907.533,70.235138,15502.17}; + name="opfor_point_41"; + type="Empty"; + id=3295; + atlOffset=-5; + }; + class Item289 + { + dataType="Marker"; + position[]={19640.467,118.70796,11974.461}; + name="opfor_point_42"; + type="Empty"; + id=3296; + atlOffset=-5; + }; + class Item290 + { + dataType="Marker"; + position[]={20226.137,106.69409,12430.781}; + name="opfor_point_69"; + type="Empty"; + id=3297; + atlOffset=-5; + }; + class Item291 + { + dataType="Marker"; + position[]={20160.354,125.24255,11350.467}; + name="opfor_point_70"; + type="Empty"; + id=3298; + atlOffset=-5; + }; + class Item292 + { + dataType="Marker"; + position[]={19784.098,116.75024,10850.217}; + name="opfor_point_71"; + type="Empty"; + id=3299; + atlOffset=-5.0000076; + }; + class Item293 + { + dataType="Marker"; + position[]={18312.912,128.27194,11950.486}; + name="opfor_point_72"; + type="Empty"; + id=3300; + atlOffset=-5; + }; + class Item294 + { + dataType="Marker"; + position[]={17444.41,116.05988,12641.47}; + name="opfor_point_73"; + type="Empty"; + id=3301; + atlOffset=-4.9999924; + }; + class Item295 + { + dataType="Marker"; + position[]={16597.391,81.312355,12285.776}; + name="opfor_point_74"; + type="Empty"; + id=3302; + atlOffset=-5; + }; + class Item296 + { + dataType="Marker"; + position[]={16797.607,92.460297,10981.553}; + name="opfor_point_18"; + type="Empty"; + id=3303; + atlOffset=-5; + }; + class Item297 + { + dataType="Marker"; + position[]={15756.099,76.953041,11253.369}; + name="opfor_point_20"; + type="Empty"; + id=3304; + atlOffset=-5; + }; + class Item298 + { + dataType="Marker"; + position[]={14238.965,73.220718,11026.154}; + name="opfor_point_22"; + type="Empty"; + id=3305; + atlOffset=-5; + }; + class Item299 + { + dataType="Marker"; + position[]={12631.621,76.735016,11900.913}; + name="opfor_point_75"; + type="Empty"; + id=3306; + atlOffset=-5; + }; + class Item300 + { + dataType="Marker"; + position[]={14703.279,72.396515,13238.29}; + name="opfor_point_76"; + type="Empty"; + id=3307; + atlOffset=-5; + }; + class Item301 + { + dataType="Marker"; + position[]={11554.263,79.04129,11327.58}; + name="opfor_point_77"; + type="Empty"; + id=3308; + atlOffset=-5; + }; + class Item302 + { + dataType="Marker"; + position[]={10188.492,76.937111,13528.497}; + name="opfor_point_78"; + type="Empty"; + id=3309; + atlOffset=-5; + }; + class Item303 + { + dataType="Marker"; + position[]={11171.31,64.619293,16603.76}; + name="opfor_point_79"; + type="Empty"; + id=3310; + atlOffset=-5; + }; + class Item304 + { + dataType="Marker"; + position[]={10569.306,63.027496,15955.834}; + name="opfor_point_80"; + type="Empty"; + id=3311; + atlOffset=-5; + }; + class Item305 + { + dataType="Marker"; + position[]={9459.4521,73.019745,15555.992}; + name="opfor_point_81"; + type="Empty"; + id=3312; + atlOffset=-5; + }; + class Item306 + { + dataType="Marker"; + position[]={8600.4951,73.089462,15841.44}; + name="opfor_point_82"; + type="Empty"; + id=3313; + atlOffset=-5; + }; + class Item307 + { + dataType="Marker"; + position[]={8277.8457,70.864388,16778.182}; + name="opfor_point_83"; + type="Empty"; + id=3314; + atlOffset=-5; + }; + class Item308 + { + dataType="Marker"; + position[]={8097.6021,70.172867,15068.117}; + name="opfor_point_84"; + type="Empty"; + id=3315; + atlOffset=-5; + }; + class Item309 + { + dataType="Marker"; + position[]={6144.4722,88.293533,14391.875}; + name="opfor_point_85"; + type="Empty"; + id=3316; + atlOffset=-5; + }; + class Item310 + { + dataType="Marker"; + position[]={6880.9912,81.358261,15763.657}; + name="opfor_point_86"; + type="Empty"; + id=3317; + atlOffset=-5; + }; + class Item311 + { + dataType="Marker"; + position[]={5468.1279,91.985069,15610.93}; + name="opfor_point_87"; + type="Empty"; + id=3318; + atlOffset=-5; + }; + class Item312 + { + dataType="Marker"; + position[]={1669.3696,93.085548,14600.227}; + name="opfor_point_88"; + type="Empty"; + id=3319; + atlOffset=-5; + }; + class Item313 + { + dataType="Marker"; + position[]={2607.3196,89.232368,14695.889}; + name="opfor_point_89"; + type="Empty"; + id=3320; + atlOffset=-5; + }; + class Item314 + { + dataType="Marker"; + position[]={3798.5525,114.78283,13875.646}; + name="opfor_point_90"; + type="Empty"; + id=3321; + atlOffset=-4.9999771; + }; + class Item315 + { + dataType="Marker"; + position[]={4793.6665,108.28471,12986.543}; + name="opfor_point_91"; + type="Empty"; + id=3322; + atlOffset=-4.9999924; + }; + class Item316 + { + dataType="Marker"; + position[]={2578.1021,112.19317,12877.848}; + name="opfor_point_92"; + type="Empty"; + id=3323; + atlOffset=-5; + }; + class Item317 + { + dataType="Marker"; + position[]={834.23126,118.58687,13391.485}; + name="opfor_point_93"; + type="Empty"; + id=3324; + atlOffset=-5; + }; + class Item318 + { + dataType="Marker"; + position[]={6081.543,108.12904,11602.798}; + name="opfor_point_94"; + type="Empty"; + id=3325; + atlOffset=-5; + }; + class Item319 + { + dataType="Marker"; + position[]={7273.5313,110.74431,11769.32}; + name="opfor_point_95"; + type="Empty"; + id=3326; + atlOffset=-5; + }; + class Item320 + { + dataType="Marker"; + position[]={7911.8789,93.482941,13659.51}; + name="opfor_point_96"; + type="Empty"; + id=3327; + atlOffset=-5; + }; + class Item321 + { + dataType="Marker"; + position[]={9514.3574,96.635292,11156.357}; + name="opfor_point_97"; + type="Empty"; + id=3328; + atlOffset=-5; + }; + class Item322 + { + dataType="Marker"; + position[]={3721.1621,116.77737,11852.121}; + name="opfor_point_98"; + type="Empty"; + id=3329; + atlOffset=-5.0000076; + }; + class Item323 + { + dataType="Marker"; + position[]={2525.4934,122.73412,11715.996}; + name="opfor_point_99"; + type="Empty"; + id=3330; + atlOffset=-4.9999924; + }; + class Item324 + { + dataType="Marker"; + position[]={2788.6826,127.31592,10798.124}; + name="opfor_point_100"; + type="Empty"; + id=3331; + atlOffset=-4.27771; + }; + class Item325 + { + dataType="Marker"; + position[]={6460.479,104.80819,10239.584}; + name="opfor_point_101"; + type="Empty"; + id=3332; + atlOffset=-5; + }; + class Item326 + { + dataType="Marker"; + position[]={7247.3584,110.63062,9711.1895}; + name="opfor_point_102"; + type="Empty"; + id=3333; + atlOffset=-5; + }; + class Item327 + { + dataType="Marker"; + position[]={5787.7954,142.51869,8378.252}; + name="opfor_point_103"; + type="Empty"; + id=3334; + atlOffset=-5; + }; + class Item328 + { + dataType="Marker"; + position[]={545.40942,104.08249,10543.677}; + name="opfor_point_104"; + type="Empty"; + id=3335; + atlOffset=-5; + }; + class Item329 + { + dataType="Marker"; + position[]={1194.5104,109.94315,9070.7627}; + name="opfor_point_105"; + type="Empty"; + id=3336; + atlOffset=-4.9999924; + }; + class Item330 + { + dataType="Marker"; + position[]={703.97949,100.66231,8068.9648}; + name="opfor_point_106"; + type="Empty"; + id=3337; + atlOffset=-5; + }; + class Item331 + { + dataType="Marker"; + position[]={2930.3176,109.70746,8373.7246}; + name="opfor_point_107"; + type="Empty"; + id=3338; + atlOffset=-5; + }; + class Item332 + { + dataType="Marker"; + position[]={3246.1245,142.3389,9574.9473}; + name="opfor_point_108"; + type="Empty"; + id=3339; + atlOffset=-5; + }; + class Item333 + { + dataType="Marker"; + position[]={2317.4077,106.07951,7195.4111}; + name="opfor_point_109"; + type="Empty"; + id=3340; + atlOffset=-4.9999924; + }; + class Item334 + { + dataType="Marker"; + position[]={1200.5378,117.95067,7287.0176}; + name="opfor_point_110"; + type="Empty"; + id=3341; + atlOffset=-5; + }; + class Item335 + { + dataType="Marker"; + position[]={396.63165,93.958054,6308.4619}; + name="opfor_point_111"; + type="Empty"; + id=3342; + atlOffset=-5; + }; + class Item336 + { + dataType="Marker"; + position[]={4070.6567,109.73903,6222.6343}; + name="opfor_point_112"; + type="Empty"; + id=3343; + atlOffset=-5; + }; + class Item337 + { + dataType="Marker"; + position[]={6931.1543,127.1223,6248.1875}; + name="opfor_point_113"; + type="Empty"; + id=3344; + atlOffset=-5; + }; + class Item338 + { + dataType="Marker"; + position[]={6439.0415,124.77075,6801.7217}; + name="opfor_point_114"; + type="Empty"; + id=3345; + atlOffset=-5.0217285; + }; + class Item339 + { + dataType="Marker"; + position[]={3658.2571,109.53061,7591.3135}; + name="opfor_point_115"; + type="Empty"; + id=3346; + atlOffset=-5; + }; + class Item340 + { + dataType="Marker"; + position[]={5231.3086,123.67371,6003.3887}; + name="opfor_point_116"; + type="Empty"; + id=3347; + atlOffset=-4.9999924; + }; + class Item341 + { + dataType="Marker"; + position[]={6497.4238,140.20474,5610.5103}; + name="opfor_point_117"; + type="Empty"; + id=3348; + atlOffset=-5; + }; + class Item342 + { + dataType="Marker"; + position[]={8036.2197,133.50415,5928.9219}; + name="opfor_point_118"; + type="Empty"; + id=3349; + atlOffset=-4.5665131; + }; + class Item343 + { + dataType="Marker"; + position[]={9490.2607,142.15469,4899.4785}; + name="opfor_point_119"; + type="Empty"; + id=3350; + atlOffset=-5; + }; + class Item344 + { + dataType="Marker"; + position[]={8895.7061,128.53749,4321.9165}; + name="opfor_point_120"; + type="Empty"; + id=3351; + atlOffset=-5; + }; + class Item345 + { + dataType="Marker"; + position[]={8788.7422,136.45735,3618.3276}; + name="opfor_point_121"; + type="Empty"; + id=3352; + atlOffset=-5; + }; + class Item346 + { + dataType="Marker"; + position[]={4679.5366,109.29518,4713.8477}; + name="opfor_point_122"; + type="Empty"; + id=3353; + atlOffset=-5; + }; + class Item347 + { + dataType="Marker"; + position[]={2500.7046,101.84772,5547.6309}; + name="opfor_point_123"; + type="Empty"; + id=3354; + atlOffset=-5.0000076; + }; + class Item348 + { + dataType="Marker"; + position[]={3644.749,117.0272,4129.1563}; + name="opfor_point_124"; + type="Empty"; + id=3355; + atlOffset=-5; + }; + class Item349 + { + dataType="Marker"; + position[]={6128.585,112.05694,4319.2227}; + name="opfor_point_125"; + type="Empty"; + id=3356; + atlOffset=-5; + }; + class Item350 + { + dataType="Marker"; + position[]={144.15326,95.29586,3532.8992}; + name="opfor_point_126"; + type="Empty"; + id=3357; + atlOffset=-5; + }; + class Item351 + { + dataType="Marker"; + position[]={402.29282,93.057533,1750.6433}; + name="opfor_point_127"; + type="Empty"; + id=3358; + atlOffset=-5; + }; + class Item352 + { + dataType="Marker"; + position[]={2038.5347,104.52673,310.43579}; + name="opfor_point_128"; + type="Empty"; + id=3359; + atlOffset=-4.9999924; + }; + class Item353 + { + dataType="Marker"; + position[]={1884.8777,94.401009,2020.1416}; + name="opfor_point_129"; + type="Empty"; + id=3360; + atlOffset=-5; + }; + class Item354 + { + dataType="Marker"; + position[]={3250.4749,95.526367,459.4104}; + name="opfor_point_130"; + type="Empty"; + id=3361; + atlOffset=-3.6871719; + }; + class Item355 + { + dataType="Marker"; + position[]={2990.5002,106.02686,3218.8928}; + name="opfor_point_131"; + type="Empty"; + id=3362; + atlOffset=-4.8787766; + }; + class Item356 + { + dataType="Marker"; + position[]={3773.4409,103.45232,2318.2471}; + name="opfor_point_132"; + type="Empty"; + id=3363; + atlOffset=-5.0000076; + }; + class Item357 + { + dataType="Marker"; + position[]={5046.6367,103.91992,2833.374}; + name="opfor_point_133"; + type="Empty"; + id=3364; + atlOffset=-4.9898376; + }; + class Item358 + { + dataType="Marker"; + position[]={5366.8828,98.166283,1501.7358}; + name="opfor_point_134"; + type="Empty"; + id=3365; + atlOffset=-5; + }; + class Item359 + { + dataType="Marker"; + position[]={8704.5723,122.00073,9006.7002}; + name="opfor_point_135"; + type="Empty"; + id=3366; + atlOffset=-5.7970581; + }; + class Item360 + { + dataType="Marker"; + position[]={9407.248,106.59717,7463.3926}; + name="opfor_point_136"; + type="Empty"; + id=3367; + atlOffset=-5.016716; + }; + class Item361 + { + dataType="Marker"; + position[]={7836.2842,120.95729,2261.1389}; + name="opfor_point_137"; + type="Empty"; + id=3368; + atlOffset=-5; + }; + class Item362 + { + dataType="Marker"; + position[]={7810.103,137.72972,2801.8066}; + name="opfor_point_138"; + type="Empty"; + id=3369; + atlOffset=-5; + }; + class Item363 + { + dataType="Marker"; + position[]={9299.1631,143.11073,879.68262}; + name="opfor_point_139"; + type="Empty"; + id=3370; + atlOffset=-5; + }; + class Item364 + { + dataType="Marker"; + position[]={10570.654,151.71257,609.26514}; + name="opfor_point_140"; + type="Empty"; + id=3371; + atlOffset=-5; + }; + class Item365 + { + dataType="Marker"; + position[]={4903.4697,111.82449,776.35132}; + name="opfor_point_141"; + type="Empty"; + id=3372; + atlOffset=-5; + }; + class Item366 + { + dataType="Marker"; + position[]={11534.795,87.196655,7230.8311}; + name="opfor_point_142"; + type="Empty"; + id=3373; + atlOffset=-5; + }; + class Item367 + { + dataType="Marker"; + position[]={13014.67,84.939735,10338.472}; + name="opfor_point_143"; + type="Empty"; + id=3374; + atlOffset=-5; + }; + class Item368 + { + dataType="Marker"; + position[]={13907.384,82.813965,10017.676}; + name="opfor_point_144"; + type="Empty"; + id=3375; + atlOffset=-5; + }; + class Item369 + { + dataType="Marker"; + position[]={17817.066,116.10277,8885.8027}; + name="opfor_point_145"; + type="Empty"; + id=3376; + atlOffset=-5; + }; + class Item370 + { + dataType="Marker"; + position[]={15574.55,83.098625,9302.6738}; + name="opfor_point_146"; + type="Empty"; + id=3377; + atlOffset=-5; + }; + class Item371 + { + dataType="Marker"; + position[]={19305.035,119.56635,9787.4521}; + name="opfor_point_147"; + type="Empty"; + id=3378; + atlOffset=-5; + }; + class Item372 + { + dataType="Marker"; + position[]={19083.334,143.46153,7313.5669}; + name="opfor_point_148"; + type="Empty"; + id=3379; + atlOffset=-5; + }; + class Item373 + { + dataType="Marker"; + position[]={19743.092,136.08118,6823.1582}; + name="opfor_point_149"; + type="Empty"; + id=3380; + atlOffset=-5; + }; + class Item374 + { + dataType="Marker"; + position[]={19210.363,146.61,6779.7549}; + name="military_18"; + text="Secret Service Base"; + type="o_support"; + colorName="ColorEAST"; + id=3381; + atlOffset=-7.7899933; + }; + class Item375 + { + dataType="Marker"; + position[]={20275.291,129.8067,5813.9463}; + name="opfor_point_150"; + type="Empty"; + id=3382; + atlOffset=-17.972305; + }; + class Item376 + { + dataType="Marker"; + position[]={20094.979,114.99324,5024.0234}; + name="opfor_point_151"; + type="Empty"; + id=3383; + atlOffset=-17.972305; + }; + class Item377 + { + dataType="Marker"; + position[]={20100.83,137.15526,3917.0801}; + name="opfor_point_152"; + type="Empty"; + id=3384; + atlOffset=-17.972305; + }; + class Item378 + { + dataType="Marker"; + position[]={19922.412,168.1691,3056.7395}; + name="opfor_point_153"; + type="Empty"; + id=3385; + atlOffset=-17.972305; + }; + class Item379 + { + dataType="Marker"; + position[]={19833.711,118.39667,679.64478}; + name="opfor_point_154"; + type="Empty"; + id=3386; + atlOffset=-17.972305; + }; + class Item380 + { + dataType="Marker"; + position[]={18343.057,108.45466,862.1106}; + name="opfor_point_155"; + type="Empty"; + id=3387; + atlOffset=-17.972305; + }; + class Item381 + { + dataType="Marker"; + position[]={17771,99.543358,178.43506}; + name="opfor_point_156"; + type="Empty"; + id=3388; + atlOffset=-17.972305; + }; + class Item382 + { + dataType="Marker"; + position[]={17316.082,100.36427,1342.7942}; + name="opfor_point_157"; + type="Empty"; + id=3389; + atlOffset=-17.972305; + }; + class Item383 + { + dataType="Marker"; + position[]={16516.703,113.39964,2401.366}; + name="opfor_point_158"; + type="Empty"; + id=3390; + atlOffset=-17.972305; + }; + class Item384 + { + dataType="Marker"; + position[]={16108.761,87.477661,367.91748}; + name="opfor_point_159"; + type="Empty"; + id=3391; + atlOffset=-17.972305; + }; + class Item385 + { + dataType="Marker"; + position[]={14817.291,106.49789,790.23315}; + name="opfor_point_160"; + type="Empty"; + id=3392; + atlOffset=-17.972305; + }; + class Item386 + { + dataType="Marker"; + position[]={15662.925,89.149719,1586.7847}; + name="opfor_point_161"; + type="Empty"; + id=3393; + atlOffset=-17.972305; + }; + class Item387 + { + dataType="Marker"; + position[]={15061,87.155548,2147.1033}; + name="opfor_point_162"; + type="Empty"; + id=3394; + atlOffset=-17.972305; + }; + class Item388 + { + dataType="Marker"; + position[]={14905.316,98.470695,2983.114}; + name="opfor_point_163"; + type="Empty"; + id=3395; + atlOffset=-17.972305; + }; + class Item389 + { + dataType="Marker"; + position[]={14234.949,100.14053,2988.0286}; + name="opfor_point_164"; + type="Empty"; + id=3396; + atlOffset=-17.972298; + }; + class Item390 + { + dataType="Marker"; + position[]={12813.85,148.07768,2844.812}; + name="opfor_point_165"; + type="Empty"; + id=3397; + atlOffset=-17.972305; + }; + class Item391 + { + dataType="Marker"; + position[]={10289.443,164.30324,5537.8101}; + name="opfor_point_166"; + type="Empty"; + id=3398; + atlOffset=-17.972305; + }; + class Item392 + { + dataType="Marker"; + position[]={13379.507,92.407463,3649.9756}; + name="opfor_point_167"; + type="Empty"; + id=3399; + atlOffset=-17.972305; + }; + class Item393 + { + dataType="Marker"; + position[]={13099.268,94.991013,4336.21}; + name="opfor_point_168"; + type="Empty"; + id=3400; + atlOffset=-17.972305; + }; + class Item394 + { + dataType="Marker"; + position[]={13357.385,78.1334,5170.3408}; + name="opfor_point_169"; + type="Empty"; + id=3401; + atlOffset=-17.972305; + }; + class Item395 + { + dataType="Marker"; + position[]={18667.074,127.64624,4844.7119}; + name="opfor_point_170"; + type="Empty"; + id=3402; + atlOffset=-18.025589; + }; + class Item396 + { + dataType="Marker"; + position[]={17495.012,99.304703,4834.1602}; + name="opfor_point_171"; + type="Empty"; + id=3403; + atlOffset=-17.972305; + }; + class Item397 + { + dataType="Marker"; + position[]={16139.897,126.09683,4251.2012}; + name="opfor_point_172"; + type="Empty"; + id=3404; + atlOffset=-17.972305; + }; + class Item398 + { + dataType="Marker"; + position[]={16589.428,87.05146,6093.7036}; + name="opfor_point_173"; + type="Empty"; + id=3405; + atlOffset=-17.972305; + }; + class Item399 + { + dataType="Marker"; + position[]={18763.715,123.76959,5451.7324}; + name="opfor_point_174"; + type="Empty"; + id=3406; + atlOffset=-17.972305; + }; + class Item400 + { + dataType="Marker"; + position[]={17911.17,104.2111,10508.188}; + name="opfor_point_175"; + type="Empty"; + id=3407; + atlOffset=-17.972305; + }; + class Item401 + { + dataType="Marker"; + position[]={15541.352,72.755127,8175.1587}; + name="opfor_point_176"; + type="Empty"; + id=3408; + atlOffset=-17.831177; + }; + class Item402 + { + dataType="Marker"; + position[]={14544.203,104.2851,4155.3223}; + name="opfor_point_177"; + type="Empty"; + id=3409; + atlOffset=-17.972298; + }; + class Item403 + { + dataType="Marker"; + position[]={14736.258,117.9509,5028.7793}; + name="opfor_point_178"; + type="Empty"; + id=3410; + atlOffset=-17.972305; + }; + class Item404 + { + dataType="Marker"; + position[]={16165.939,104.94145,5747.2485}; + name="opfor_point_179"; + type="Empty"; + id=3411; + atlOffset=-17.972305; + }; + class Item405 + { + dataType="Marker"; + position[]={17835.6,139.91502,3962.6831}; + name="opfor_point_180"; + type="Empty"; + id=3412; + atlOffset=-17.972305; + }; + class Item406 + { + dataType="Marker"; + position[]={13739.545,83.43457,7037.0986}; + name="opfor_point_181"; + type="Empty"; + id=3413; + atlOffset=-18.094833; + }; + class Item407 + { + dataType="Marker"; + position[]={12335.678,105.76769,8689.1602}; + name="opfor_point_182"; + type="Empty"; + id=3414; + atlOffset=-17.972305; + }; + class Item408 + { + dataType="Marker"; + position[]={11496.245,91.310226,9235.6143}; + name="opfor_point_183"; + type="Empty"; + id=3415; + atlOffset=-17.972305; + }; + class Item409 + { + dataType="Marker"; + position[]={17069.027,102.1841,8290.6631}; + name="opfor_point_184"; + type="Empty"; + id=3416; + atlOffset=-17.972313; + }; + class Item410 + { + dataType="Marker"; + position[]={9979.1748,90.606689,10652.465}; + name="opfor_point_185"; + type="Empty"; + id=3417; + atlOffset=-17.950569; + }; + class Item411 + { + dataType="Marker"; + position[]={11315.061,60.913162,13739.565}; + name="opfor_point_186"; + type="Empty"; + id=3418; + atlOffset=-17.972305; + }; + class Item412 + { + dataType="Marker"; + position[]={4596.8252,97.306465,11095.64}; + name="opfor_point_187"; + type="Empty"; + id=3419; + atlOffset=-17.972305; + }; + }; + class Connections + { + class LinkIDProvider + { + nextID=3; + }; + class Links + { + items=3; + class Item0 + { + linkID=0; + item0=6; + item1=4; + class CustomData + { + type="Sync"; + }; + }; + class Item1 + { + linkID=1; + item0=7; + item1=4; + class CustomData + { + type="Sync"; + }; + }; + class Item2 + { + linkID=2; + item0=5; + item1=4; + class CustomData + { + type="Sync"; + }; + }; + }; + }; +}; From d3abc334e4abb021f6689e1773028b09449a3051 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 14:48:06 +0200 Subject: [PATCH 047/111] Weferlingen winter mission.sqm --- .../mission.sqm | 22384 ++++++++++++++++ 1 file changed, 22384 insertions(+) create mode 100644 Missionbasefiles/kp_liberation.gm_weferlingen_winter/mission.sqm diff --git a/Missionbasefiles/kp_liberation.gm_weferlingen_winter/mission.sqm b/Missionbasefiles/kp_liberation.gm_weferlingen_winter/mission.sqm new file mode 100644 index 000000000..fa8223113 --- /dev/null +++ b/Missionbasefiles/kp_liberation.gm_weferlingen_winter/mission.sqm @@ -0,0 +1,22384 @@ +version=53; +class EditorData +{ + moveGridStep=1; + angleGridStep=0.2617994; + scaleGridStep=1; + autoGroupingDist=10; + toggles=513; + class ItemIDProvider + { + nextID=3420; + }; + class LayerIndexProvider + { + nextID=54; + }; + class Camera + { + pos[]={319.99911,75.895821,20177.258}; + dir[]={-0.60197383,-0.48471811,0.63461018}; + up[]={-0.33359206,0.87465936,0.3516795}; + aside[]={0.72553635,7.6033757e-008,0.68821996}; + }; +}; +binarizationWanted=0; +addons[]= +{ + "A3_Ui_F", + "A3_Modules_F_Curator_Curator", + "A3_Modules_F", + "A3_Characters_F", + "A3_Structures_F_System", + "A3_Structures_F_Mil_Cargo", + "A3_Structures_F_Mil_Fortification", + "A3_Structures_F_Mil_Flags", + "A3_Props_F_Orange_Humanitarian_Camps", + "A3_Structures_F_Mil_BagFence", + "A3_Structures_F_Mil_Shelters", + "A3_Structures_F_Mil_BagBunker", + "A3_Structures_F_Walls", + "A3_Structures_F_Ind_Tank", + "A3_Structures_F_Civ_Lamps", + "A3_Structures_F_Ind_DieselPowerPlant", + "A3_Structures_F_Ind_Shed", + "A3_Structures_F_Mil_Barracks", + "A3_Structures_F_Mil_Offices", + "A3_Structures_F_Mil_Helipads", + "A3_Structures_F_EPA_Civ_Constructions", + "A3_Structures_F_Ind_Transmitter_Tower", + "A3_Structures_F_Households_Slum", + "A3_Static_F", + "A3_Structures_F_EPB_Items_Vessels", + "A3_Structures_F_Households_Addons", + "A3_Structures_F_Civ_Garbage", + "A3_Structures_F_Ind_WindPowerPlant", + "A3_Structures_F_Items_Vessels", + "A3_Structures_F_Civ_Market", + "A3_Structures_F_Households_House_Small03", + "A3_Structures_F_Civ_Accessories" +}; +class AddonsMetaData +{ + class List + { + items=12; + class Item0 + { + className="A3_Ui_F"; + name="Arma 3 - User Interface"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item1 + { + className="A3_Modules_F_Curator"; + name="Arma 3 Zeus Update - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item2 + { + className="A3_Modules_F"; + name="Arma 3 Alpha - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item3 + { + className="A3_Characters_F"; + name="Arma 3 Alpha - Characters and Clothing"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item4 + { + className="A3_Structures_F"; + name="Arma 3 - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item5 + { + className="A3_Structures_F_Mil"; + name="Arma 3 - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item6 + { + className="A3_Props_F_Orange"; + name="Arma 3 Orange - Decorative and Mission Objects"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item7 + { + className="A3_Structures_F_Ind"; + name="Arma 3 - Industrial Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item8 + { + className="A3_Structures_F_EPA"; + name="Arma 3 Survive Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item9 + { + className="A3_Structures_F_Households"; + name="Arma 3 - Houses"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item10 + { + className="A3_Static_F"; + name="Arma 3 Alpha - Turrets"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item11 + { + className="A3_Structures_F_EPB"; + name="Arma 3 Adapt Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + }; +}; +randomSeed=15098781; +class ScenarioData +{ + author="[GREUH] Zbug, [GREUH] McKeewa, [KP] Wyqer"; + respawnDialog=0; + disabledAI=1; + respawn=3; + respawnDelay=5; + class Header + { + gameType="CTI"; + minPlayers=1; + maxPlayers=34; + }; +}; +class CustomAttributes +{ + class Category0 + { + name="Scenario"; + class Attribute0 + { + property="EnableDebugConsole"; + expression="true"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; +}; +class Mission +{ + appId=1042220; + class Intel + { + briefingName="@STR_MISSION_TITLE"; + overviewText="@STR_MISSION_DESCRIPTION"; + resistanceEast=1; + timeOfChanges=1800.0002; + startWeather=0.40000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.40000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + rainForced=1; + lightningsForced=1; + wavesForced=1; + windForced=1; + year=2038; + month=6; + day=6; + hour=8; + minute=0; + startFogDecay=0.014; + forecastFogDecay=0.014; + }; + class Entities + { + items=413; + class Item0 + { + dataType="Marker"; + position[]={-991.3772,93.814171,20104.43}; + name="ghost_spot"; + type="Empty"; + id=0; + }; + class Item1 + { + dataType="Trigger"; + position[]={-1324.627,94.244377,20281.631}; + angle=6.1939669; + class Attributes + { + condition="true"; + timeout[]={1.5,1.5,1.5}; + interuptable=1; + effectMusic="LeadTrack01_F"; + }; + id=1; + type="EmptyDetector"; + }; + class Item2 + { + dataType="Trigger"; + position[]={-1312.7871,94.06205,20278.006}; + angle=6.1939669; + class Attributes + { + condition="!(player in thislist)"; + sizeA=250; + sizeB=250; + timeout[]={0.2,0.2,0.2}; + interuptable=1; + activationBy="WEST"; + effectMusic="EventTrack01_F_Curator"; + }; + id=2; + type="EmptyDetector"; + }; + class Item3 + { + dataType="Trigger"; + position[]={-1300.5684,94.496414,20285.127}; + angle=6.1939669; + class Attributes + { + condition="GRLIB_endgame == 1"; + timeout[]={17,17,17}; + interuptable=1; + effectMusic="LeadTrack03_F"; + }; + id=3; + type="EmptyDetector"; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1323.1191,93.805763,20264.039}; + angles[]={6.2619071,0,6.2604313}; + }; + name="zm1"; + id=4; + type="ModuleCurator_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCurator_F_Owner"; + expression="_this setVariable ['Owner',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="commandant"; + }; + }; + }; + class Attribute1 + { + property="ModuleCurator_F_Forced"; + expression="_this setVariable ['Forced',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCurator_F_Name"; + expression="_this setVariable ['Name',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value="OVERLORD"; + }; + }; + }; + class Attribute3 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCurator_F_Addons"; + expression="_this setVariable ['Addons',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0; + }; + }; + }; + nAttributes=5; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1327.0059,93.926826,20265.148}; + angles[]={6.2646885,0,6.255743}; + }; + id=5; + type="ModuleCuratorSetAttributesObject_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_Lock"; + expression="_this setVariable ['Lock',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleCuratorSetAttributesObject_F_Exec"; + expression="_this setVariable ['Exec',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesObject_F_Fuel"; + expression="_this setVariable ['Fuel',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_Damage"; + expression="_this setVariable ['Damage',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Rank"; + expression="_this setVariable ['Rank',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute7 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_RespawnVehicle"; + expression="_this setVariable ['RespawnVehicle',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute9 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + class Attribute10 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=11; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1326.8457,93.999809,20269.129}; + angles[]={6.2630496,0,6.2573795}; + }; + id=6; + type="ModuleCuratorSetAttributesGroup_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesGroup_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_SpeedMode"; + expression="_this setVariable ['SpeedMode',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_GroupID"; + expression="_this setVariable ['GroupID',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Formation"; + expression="_this setVariable ['Formation',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute7 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_Behaviour"; + expression="_this setVariable ['Behaviour',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + nAttributes=9; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1326.9023,94.071564,20272.631}; + angles[]={6.2618985,0,6.2590828}; + }; + id=7; + type="ModuleCuratorSetAttributesPlayer_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCuratorSetAttributesObject_F_Lock"; + expression="_this setVariable ['Lock',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute1 + { + property="ModuleCuratorSetAttributesObject_F_Exec"; + expression="_this setVariable ['Exec',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute2 + { + property="ModuleCuratorSetAttributesObject_F_Fuel"; + expression="_this setVariable ['Fuel',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute3 + { + property="ModuleCuratorSetAttributesObject_F_UnitPos"; + expression="_this setVariable ['UnitPos',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute4 + { + property="ModuleCuratorSetAttributesObject_F_Curator"; + expression="_this setVariable ['Curator',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "STRING" + }; + }; + value=""; + }; + }; + }; + class Attribute5 + { + property="ModuleCuratorSetAttributesObject_F_Damage"; + expression="_this setVariable ['Damage',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute6 + { + property="ModuleCuratorSetAttributesObject_F_Rank"; + expression="_this setVariable ['Rank',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute7 + { + property="ModuleInfo"; + expression="false"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute8 + { + property="ModuleCuratorSetAttributesObject_F_RespawnVehicle"; + expression="_this setVariable ['RespawnVehicle',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute9 + { + property="ModuleCuratorSetAttributesObject_F_Skill"; + expression="_this setVariable ['Skill',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + class Attribute10 + { + property="ModuleCuratorSetAttributesObject_F_RespawnPosition"; + expression="_this setVariable ['RespawnPosition',_value,true];"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=1; + }; + }; + }; + nAttributes=11; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1300.2031,94.047279,20273.25}; + angles[]={6.242434,0,0.014447806}; + }; + name="gamelogic"; + id=8; + type="Logic"; + }; + class Item9 + { + dataType="Group"; + side="West"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1313.668,93.943848,20274.039}; + angles[]={6.2524867,6.0991402,0.0054591573}; + }; + side="West"; + flags=6; + class Attributes + { + rank="COLONEL"; + init="removeallWeapons this; removebackpack this; this setVariable ['ace_medical_medicClass', 1]; this setVariable ['ACE_isEngineer', 1];"; + name="commandant"; + description="Platoon Leader (Commander)"; + isPlayer=1; + isPlayable=1; + }; + id=10; + type="B_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1312.3223,93.92765,20273.271}; + angles[]={6.2524867,6.1139932,0.0054591573}; + }; + side="West"; + flags=4; + class Attributes + { + rank="CAPTAIN"; + init="removeallWeapons this; removebackpack this;"; + description="Platoon Sergeant"; + isPlayable=1; + }; + id=11; + type="B_Soldier_SL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=9; + }; + class Item10 + { + dataType="Group"; + side="West"; + class Entities + { + items=11; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1319.9941,93.885689,20270.916}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="Squad 1 Leader"; + isPlayable=1; + }; + id=13; + type="B_Soldier_SL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1321.6152,93.914253,20270.729}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Medic"; + isPlayable=1; + }; + id=14; + type="B_medic_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={-1318.1738,93.87896,20271.1}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Engineer"; + isPlayable=1; + }; + id=15; + type="B_engineer_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={-1320.7969,93.8638,20269.189}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Team 1 Leader"; + isPlayable=1; + }; + id=16; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={-1321.5996,93.859207,20268.205}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=17; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={-1320.7402,93.815361,20267.025}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=18; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={-1321.5645,93.8125,20266.055}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 1 Rifleman"; + isPlayable=1; + }; + id=19; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={-1318.8301,93.845024,20269.514}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 1 Team 2 Leader"; + isPlayable=1; + }; + id=20; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={-1319.1563,93.822823,20268.459}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=21; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={-1318.4043,93.796143,20267.572}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=22; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={-1319.0957,93.780449,20266.545}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 1 Team 2 Rifleman"; + isPlayable=1; + }; + id=23; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.99000001; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=12; + }; + class Item11 + { + dataType="Group"; + side="West"; + class Entities + { + items=11; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1314.9414,93.849945,20270.586}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="Squad 2 Leader"; + isPlayable=1; + }; + id=25; + type="B_Soldier_SL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1316.5605,93.853127,20270.398}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Medic"; + isPlayable=1; + }; + id=26; + type="B_medic_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={-1313.1211,93.856834,20270.77}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Engineer"; + isPlayable=1; + }; + id=27; + type="B_engineer_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={-1315.7441,93.809746,20268.859}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Team 1 Leader"; + isPlayable=1; + }; + id=28; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={-1316.5449,93.789436,20267.877}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=29; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={-1315.6855,93.754128,20266.697}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=30; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={-1316.5137,93.737373,20265.725}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 1 Rifleman"; + isPlayable=1; + }; + id=31; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={-1313.7793,93.810623,20269.184}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Squad 2 Team 2 Leader"; + isPlayable=1; + }; + id=32; + type="B_Soldier_TL_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.04; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={-1314.1035,93.783173,20268.131}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=33; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={-1313.3496,93.757599,20267.244}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=34; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={-1314.043,93.734001,20266.217}; + }; + side="West"; + flags=5; + class Attributes + { + description="Squad 2 Team 2 Rifleman"; + isPlayable=1; + }; + id=35; + type="B_Soldier_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.99000001; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=24; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1291.9336,94.404175,20278.789}; + angles[]={6.2384329,0,0.016911237}; + }; + name="HC1"; + isPlayable=1; + id=36; + type="HeadlessClient_F"; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1291.6934,94.074524,20271.621}; + angles[]={6.2374587,0,0.0093605267}; + }; + name="HC2"; + isPlayable=1; + id=37; + type="HeadlessClient_F"; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={-1291.6465,93.68203,20263.934}; + angles[]={6.2279291,0,0.0040412494}; + }; + name="HC3"; + isPlayable=1; + id=38; + type="HeadlessClient_F"; + }; + class Item15 + { + dataType="Group"; + side="West"; + class Entities + { + items=4; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1310.5957,93.882309,20271.488}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="MedEvac Pilot"; + isPlayable=1; + }; + id=40; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.94999999; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1310.3496,93.831711,20269.746}; + }; + side="West"; + flags=5; + class Attributes + { + rank="SERGEANT"; + description="MedEvac Co-Pilot"; + isPlayable=1; + }; + id=41; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.97000003; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={-1310.1699,93.781311,20268.092}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="MedEvac Medic"; + isPlayable=1; + }; + id=42; + type="B_medic_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={-1309.9902,93.731956,20266.471}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="MedEvac Medic"; + isPlayable=1; + }; + id=43; + type="B_medic_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.95999998; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=39; + }; + class Item16 + { + dataType="Group"; + side="West"; + class Entities + { + items=3; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1308.3535,93.905602,20271.807}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="Logistics Pilot"; + isPlayable=1; + }; + id=45; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.01; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1308.0234,93.841164,20269.705}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Logistics Engineer"; + isPlayable=1; + }; + id=46; + type="B_engineer_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={-1307.9277,93.778038,20267.947}; + }; + side="West"; + flags=5; + class Attributes + { + rank="CORPORAL"; + description="Logistics Demolition Expert"; + isPlayable=1; + }; + id=47; + type="B_soldier_exp_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=44; + }; + class Item17 + { + dataType="Group"; + side="West"; + class Entities + { + items=2; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1306.1816,93.93399,20272.145}; + }; + side="West"; + flags=7; + class Attributes + { + rank="LIEUTENANT"; + description="CAS Pilot"; + isPlayable=1; + }; + id=49; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=0.98000002; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={-1305.8223,93.859413,20269.83}; + }; + side="West"; + flags=5; + class Attributes + { + rank="LIEUTENANT"; + description="CAS Pilot"; + isPlayable=1; + }; + id=50; + type="B_Helipilot_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.03; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=48; + }; + class Item18 + { + dataType="Group"; + side="West"; + class Entities + { + items=1; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={-1304.0449,93.967979,20272.479}; + }; + side="West"; + flags=7; + class Attributes + { + rank="SERGEANT"; + description="UAV and Intelligence"; + isPlayable=1; + }; + id=52; + type="B_soldier_UAV_F"; + class CustomAttributes + { + class Attribute0 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "SCALAR" + }; + }; + value=1.02; + }; + }; + }; + nAttributes=1; + }; + }; + }; + class Attributes + { + }; + id=51; + }; + class Item19 + { + dataType="Marker"; + position[]={5249.9658,71.95459,21049.322}; + name="opfor_airspawn"; + type="Empty"; + id=53; + atlOffset=0.65514374; + }; + class Item20 + { + dataType="Marker"; + position[]={4998.9868,66.587997,18753.072}; + name="capture"; + text="Velpke"; + type="n_art"; + colorName="ColorEAST"; + id=54; + atlOffset=-16.458153; + }; + class Item21 + { + dataType="Marker"; + position[]={4476.3618,74.877998,17927.682}; + name="military"; + text="Velpke Base"; + type="o_support"; + colorName="ColorEAST"; + id=55; + atlOffset=-7.78965; + }; + class Item22 + { + dataType="Marker"; + position[]={5953.0801,59.578999,18495.447}; + name="factory"; + text="Velpke Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=56; + atlOffset=-17.61298; + }; + class Item23 + { + dataType="Marker"; + position[]={13084.576,66.325996,8328.0391}; + name="bigtown"; + text="Weferlingen"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=57; + atlOffset=-22.97934; + }; + class Item24 + { + dataType="Marker"; + position[]={3388.7339,80.296387,18524.236}; + name="tower"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=58; + atlOffset=-7.0886765; + }; + class Item25 + { + dataType="Marker"; + position[]={4086.7075,75.190918,19565.523}; + name="opfor_point"; + type="Empty"; + id=59; + atlOffset=-17.972305; + }; + class Item26 + { + dataType="Marker"; + position[]={-1315.1694,94.800789,20295.637}; + name="respawn"; + type="Empty"; + id=60; + }; + class Item27 + { + dataType="Marker"; + position[]={263.86725,63.966797,20167.146}; + name="huronmarker"; + text="Spartan 01"; + type="b_air"; + id=61; + atlOffset=-5.0566635; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={317.97598,69.297226,20172.621}; + angles[]={0.02399601,0,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="startbase"; + }; + id=62; + type="Land_ClutterCutter_small_F"; + atlOffset=0.0041732788; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={344.55841,70.428841,20128.002}; + angles[]={0.02399601,2.9670596,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="littlebird_0"; + }; + id=63; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={279.90475,69.428741,20156.928}; + angles[]={0.025994543,2.9670596,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="huronspawn"; + }; + id=64; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={255.808,69.267273,20153.17}; + angles[]={0.025987951,2.9670596,0.012007865}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="base_boxspawn"; + }; + id=65; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Marker"; + position[]={317.90894,64.67334,20172.85}; + name="startbase_marker"; + text="Operation Base"; + type="mil_start"; + colorName="ColorWEST"; + id=66; + atlOffset=-4.6140671; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={304.94699,69.535637,20190.643}; + angles[]={0,6.0737457,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=67; + type="Land_Medevac_house_V1_F"; + atlOffset=7.6293945e-006; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={342.23526,69.364784,20205.277}; + angles[]={0.02199479,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=71; + type="Land_HBarrierWall_corner_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={343.80701,69.493515,20199.578}; + angles[]={0.023998277,1.43117,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=73; + type="Land_HBarrierWall6_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={345.16083,69.681709,20191.455}; + angles[]={0.02199479,1.43117,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=74; + type="Land_HBarrierWall6_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={346.55667,69.871162,20183.283}; + angles[]={0.02199479,1.43117,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=75; + type="Land_HBarrierWall6_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={348.03934,70.06218,20175.051}; + angles[]={0.02399601,1.43117,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=76; + type="Land_HBarrierWall6_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={349.41785,70.257729,20166.902}; + angles[]={0.02399601,1.43117,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=77; + type="Land_HBarrierWall6_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={350.67215,70.412758,20160.166}; + angles[]={0.02199479,1.3962634,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=78; + type="Land_HBarrierWall_corner_F"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={335.54559,69.379189,20203.971}; + angles[]={0.02399601,6.1086521,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79; + type="Land_HBarrierWall6_F"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={327.37552,69.408226,20202.27}; + angles[]={0.02199479,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=80; + type="Land_HBarrierWall6_F"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={319.27335,69.430374,20200.578}; + angles[]={0.019996032,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=81; + type="Land_HBarrierWall6_F"; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={311.11557,69.450378,20198.875}; + angles[]={0.02199479,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=82; + type="Land_HBarrierWall6_F"; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={302.96042,69.451912,20197.166}; + angles[]={0.019996032,6.1086521,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=83; + type="Land_HBarrierWall6_F"; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={297.09094,69.465393,20195.469}; + angles[]={0.019996032,4.5378561,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=84; + type="Land_HBarrierWall_corner_F"; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={298.59891,69.601776,20188.66}; + angles[]={0.019996032,4.5378561,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85; + type="Land_HBarrierWall6_F"; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={300.36072,69.793297,20180.512}; + angles[]={0.02399601,4.5378561,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86; + type="Land_HBarrierWall6_F"; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={345.01913,70.449295,20158.504}; + angles[]={0.023993526,2.9670596,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87; + type="Land_HBarrierWall6_F"; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={336.95325,70.483162,20156.84}; + angles[]={0.02399601,2.9670596,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=88; + type="Land_HBarrierWall6_F"; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={328.84549,70.4972,20155.162}; + angles[]={0.02399601,2.9670596,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=89; + type="Land_HBarrierWall6_F"; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={321.95242,71.975731,20152.43}; + angles[]={0.02599225,6.1086521,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=90; + type="Land_HBarrierTower_F"; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={300.68826,71.389687,20173.094}; + angles[]={0.02199479,1.3962634,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=91; + type="Land_HBarrierTower_F"; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={318.01501,73.721115,20153.912}; + }; + side="Empty"; + flags=5; + class Attributes + { + init="this setFlagTexture ""res\kpflag.jpg"";"; + }; + id=92; + type="Flag_White_F"; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={308.63202,72.83934,20190.461}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=93; + type="Flag_RedCrystal_F"; + atlOffset=0.0081558228; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={340.2916,71.28347,20168.457}; + angles[]={0.023993526,4.5378561,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=94; + type="Land_CanvasCover_01_F"; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={321.15863,69.511139,20193.689}; + angles[]={0,6.0737457,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=98; + type="Land_Cargo_House_V1_F"; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={329.66406,69.498581,20195.447}; + angles[]={0,6.0737457,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=99; + type="Land_Cargo_House_V1_F"; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={335.19467,72.957893,20183.262}; + angles[]={0,6.1086521,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=100; + type="Land_Cargo_HQ_V1_F"; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={324.37375,70.516594,20125.154}; + angles[]={0.029989703,2.9670596,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="littlebird_1"; + }; + id=103; + type="Land_ClutterCutter_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + class type + { + type[]= + { + "BOOL" + }; + }; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item61 + { + dataType="Marker"; + position[]={10400.357,77.473999,7650.729}; + name="bigtown_1"; + text="Grasleben"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=104; + atlOffset=-22.952606; + }; + class Item62 + { + dataType="Marker"; + position[]={3775.9189,74.188004,15003.963}; + name="bigtown_2"; + text="Gross Twülpstedt"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=105; + atlOffset=-22.9795; + }; + class Item63 + { + dataType="Marker"; + position[]={17014.928,53.962002,17964.867}; + name="bigtown_3"; + text="Rätzlingen"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=106; + atlOffset=-22.979565; + }; + class Item64 + { + dataType="Marker"; + position[]={3299.1841,91.970001,1371.512}; + name="bigtown_4"; + text="Süpplingenburg"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=107; + atlOffset=-22.98011; + }; + class Item65 + { + dataType="Marker"; + position[]={19855.787,130.599,4472.3921}; + name="bigtown_5"; + text="Hörsingen"; + type="n_service"; + colorName="ColorEAST"; + a=1.55; + b=1.55; + angle=90; + id=108; + atlOffset=-22.97995; + }; + class Item66 + { + dataType="Marker"; + position[]={6499.8965,64.474854,18074.34}; + name="tower_1"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=140; + atlOffset=-7.0970306; + }; + class Item67 + { + dataType="Marker"; + position[]={11037.13,66.53437,18286.502}; + name="tower_2"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=141; + atlOffset=-7.0886765; + }; + class Item68 + { + dataType="Marker"; + position[]={16146.568,54.408138,19347.887}; + name="tower_3"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=142; + atlOffset=-7.0886765; + }; + class Item69 + { + dataType="Marker"; + position[]={18126.41,75.845741,17147.754}; + name="tower_4"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=143; + atlOffset=-7.0886765; + }; + class Item70 + { + dataType="Marker"; + position[]={14274.127,71.908928,16394.602}; + name="tower_5"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=144; + atlOffset=-7.0886765; + }; + class Item71 + { + dataType="Marker"; + position[]={11072.088,76.823021,14925.686}; + name="tower_6"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=145; + atlOffset=-7.0886765; + }; + class Item72 + { + dataType="Marker"; + position[]={6768.46,88.033424,14815.429}; + name="tower_7"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=146; + atlOffset=-7.0886765; + }; + class Item73 + { + dataType="Marker"; + position[]={3307.7512,85.881325,14769.019}; + name="tower_8"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=147; + atlOffset=-7.0886765; + }; + class Item74 + { + dataType="Marker"; + position[]={1261.1989,131.1062,13069.698}; + name="tower_9"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=148; + atlOffset=-7.0886688; + }; + class Item75 + { + dataType="Marker"; + position[]={3876.1401,122.65363,10118.526}; + name="tower_10"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=149; + atlOffset=-7.0886765; + }; + class Item76 + { + dataType="Marker"; + position[]={1027.4258,96.527458,8017.6895}; + name="tower_11"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=150; + atlOffset=-7.0886765; + }; + class Item77 + { + dataType="Marker"; + position[]={3389.9565,108.95728,5088.6191}; + name="tower_12"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=151; + atlOffset=-7.0886765; + }; + class Item78 + { + dataType="Marker"; + position[]={1796.9207,93.407784,1335.2332}; + name="tower_13"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=152; + atlOffset=-7.0886765; + }; + class Item79 + { + dataType="Marker"; + position[]={6384.8677,101.37245,1796.9006}; + name="tower_14"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=153; + atlOffset=-7.0886765; + }; + class Item80 + { + dataType="Marker"; + position[]={7071.5728,164.83267,7673.7119}; + name="tower_15"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=154; + atlOffset=-7.0886841; + }; + class Item81 + { + dataType="Marker"; + position[]={9726.7783,159.01385,4076.239}; + name="tower_16"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=155; + atlOffset=-7.0886688; + }; + class Item82 + { + dataType="Marker"; + position[]={11753.004,190.21414,1035.8203}; + name="tower_17"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=156; + atlOffset=-7.0886841; + }; + class Item83 + { + dataType="Marker"; + position[]={15116.359,102.2014,2302.7173}; + name="tower_18"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=157; + atlOffset=-7.0886765; + }; + class Item84 + { + dataType="Marker"; + position[]={19026.199,148.55051,2187.0569}; + name="tower_19"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=158; + atlOffset=-7.0886688; + }; + class Item85 + { + dataType="Marker"; + position[]={15687.284,143.99677,4719.999}; + name="tower_20"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=159; + atlOffset=-7.0886841; + }; + class Item86 + { + dataType="Marker"; + position[]={19604.754,139.34595,5843.3896}; + name="tower_21"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=160; + atlOffset=-7.0886841; + }; + class Item87 + { + dataType="Marker"; + position[]={17710.365,128.67252,7630.3066}; + name="tower_22"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=161; + atlOffset=-7.0886688; + }; + class Item88 + { + dataType="Marker"; + position[]={19809.492,143.24545,10523.984}; + name="tower_23"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=162; + atlOffset=-7.0886688; + }; + class Item89 + { + dataType="Marker"; + position[]={19584.17,96.926918,14114.695}; + name="tower_24"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=163; + atlOffset=-7.0886765; + }; + class Item90 + { + dataType="Marker"; + position[]={15616.996,76.019997,12967.119}; + name="tower_25"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=164; + atlOffset=-7.0886765; + }; + class Item91 + { + dataType="Marker"; + position[]={14583.842,75.836693,9827.0215}; + name="tower_26"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=165; + atlOffset=-7.0886765; + }; + class Item92 + { + dataType="Marker"; + position[]={12011.567,101.47807,12425.776}; + name="tower_27"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=166; + atlOffset=-7.0886765; + }; + class Item93 + { + dataType="Marker"; + position[]={10564.131,148.35858,9629.126}; + name="tower_28"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=167; + atlOffset=-7.0886688; + }; + class Item94 + { + dataType="Marker"; + position[]={7919.4932,111.46745,12218.911}; + name="tower_29"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=168; + atlOffset=-7.0886765; + }; + class Item95 + { + dataType="Marker"; + position[]={12061.562,107.24805,6879.6191}; + name="tower_30"; + text="Radio Tower"; + type="loc_Transmitter"; + colorName="ColorEAST"; + id=169; + atlOffset=-7.0886841; + }; + class Item96 + { + dataType="Marker"; + position[]={9486.2832,64.159912,20970.873}; + name="opfor_airspawn_1"; + type="Empty"; + id=170; + atlOffset=-1.8901901; + }; + class Item97 + { + dataType="Marker"; + position[]={13291.378,71.639404,20882.555}; + name="opfor_airspawn_2"; + type="Empty"; + id=171; + atlOffset=-1.1247787; + }; + class Item98 + { + dataType="Marker"; + position[]={17450.713,51.209938,21007.328}; + name="opfor_airspawn_3"; + type="Empty"; + id=172; + atlOffset=-4.4328384; + }; + class Item99 + { + dataType="Marker"; + position[]={21455.26,74.671143,16972.422}; + name="opfor_airspawn_4"; + type="Empty"; + id=173; + atlOffset=-3.3301926; + }; + class Item100 + { + dataType="Marker"; + position[]={21468.943,111.34961,12134.524}; + name="opfor_airspawn_5"; + type="Empty"; + id=174; + atlOffset=-10.539886; + }; + class Item101 + { + dataType="Marker"; + position[]={21516.213,132.31107,6873.8047}; + name="opfor_airspawn_6"; + type="Empty"; + id=175; + atlOffset=-4.4328308; + }; + class Item102 + { + dataType="Marker"; + position[]={21568.926,167.29977,1011.6882}; + name="opfor_airspawn_7"; + type="Empty"; + id=176; + atlOffset=-4.4328308; + }; + class Item103 + { + dataType="Marker"; + position[]={17543.895,100.95413,-1183.8452}; + name="opfor_airspawn_8"; + type="Empty"; + id=177; + atlOffset=-4.4328384; + }; + class Item104 + { + dataType="Marker"; + position[]={10612.167,165.50323,-1067.0215}; + name="opfor_airspawn_9"; + type="Empty"; + id=178; + atlOffset=-4.4328461; + }; + class Item105 + { + dataType="Marker"; + position[]={6318.6504,111.4239,-1023.1445}; + name="opfor_airspawn_10"; + type="Empty"; + id=179; + atlOffset=-4.4328461; + }; + class Item106 + { + dataType="Marker"; + position[]={2465.0085,108.15442,-1121.1719}; + name="opfor_airspawn_11"; + type="Empty"; + id=180; + atlOffset=-4.4328384; + }; + class Item107 + { + dataType="Marker"; + position[]={-1554.8729,92.764893,1110.6653}; + name="opfor_airspawn_12"; + type="Empty"; + id=181; + atlOffset=-9.4187546; + }; + class Item108 + { + dataType="Marker"; + position[]={-1609.5042,105.45921,5959.7705}; + name="opfor_airspawn_13"; + type="Empty"; + id=182; + atlOffset=-4.4328384; + }; + class Item109 + { + dataType="Marker"; + position[]={-1546.1115,113.80011,10881.387}; + name="opfor_airspawn_14"; + type="Empty"; + id=183; + atlOffset=-4.4328384; + }; + class Item110 + { + dataType="Marker"; + position[]={-1463.1604,114.77673,14945.105}; + name="opfor_airspawn_15"; + type="Empty"; + id=184; + atlOffset=-4.4328384; + }; + class Item111 + { + dataType="Marker"; + position[]={7469.0459,51.895,19191.143}; + name="capture_1"; + text="Wahrstedt"; + type="n_art"; + colorName="ColorEAST"; + id=185; + atlOffset=-16.457531; + }; + class Item112 + { + dataType="Marker"; + position[]={14080.636,57.780998,19410.246}; + name="capture_2"; + text="Bösdorf"; + type="n_art"; + colorName="ColorEAST"; + id=186; + atlOffset=-16.458221; + }; + class Item113 + { + dataType="Marker"; + position[]={11080.555,58.917,17605.961}; + name="capture_3"; + text="Gehrendorf"; + type="n_art"; + colorName="ColorEAST"; + id=187; + atlOffset=-16.45755; + }; + class Item114 + { + dataType="Marker"; + position[]={13660.604,58.350586,16188.063}; + name="capture_4"; + text="Lockstedt"; + type="n_art"; + colorName="ColorEAST"; + id=188; + atlOffset=-16.659966; + }; + class Item115 + { + dataType="Marker"; + position[]={6791.145,59.872002,17486.688}; + name="capture_5"; + text="Meinkot"; + type="n_art"; + colorName="ColorEAST"; + id=189; + atlOffset=-16.457504; + }; + class Item116 + { + dataType="Marker"; + position[]={9470.8135,61,16313.127}; + name="capture_6"; + text="Bahrdorf"; + type="n_art"; + colorName="ColorEAST"; + id=190; + atlOffset=-16.457527; + }; + class Item117 + { + dataType="Marker"; + position[]={3992.6951,73.267998,16253.547}; + name="capture_7"; + text="Klein Twülpstedt"; + type="n_art"; + colorName="ColorEAST"; + id=191; + atlOffset=-16.457283; + }; + class Item118 + { + dataType="Marker"; + position[]={2366.3459,66.327003,15863.153}; + name="capture_8"; + text="Rümmer"; + type="n_art"; + colorName="ColorEAST"; + id=192; + atlOffset=-16.457481; + }; + class Item119 + { + dataType="Marker"; + position[]={1608.264,102.186,13829.768}; + name="capture_9"; + text="Volkmarsdorf"; + type="n_art"; + colorName="ColorEAST"; + id=193; + atlOffset=-16.457855; + }; + class Item120 + { + dataType="Marker"; + position[]={3140.3149,103.904,12640.972}; + name="capture_10"; + text="Klein Sisbeck"; + type="n_art"; + colorName="ColorEAST"; + id=194; + atlOffset=-16.458229; + }; + class Item121 + { + dataType="Marker"; + position[]={4019.9451,96.126999,13356.789}; + name="capture_11"; + text="Gross Sisbeck"; + type="n_art"; + colorName="ColorEAST"; + id=195; + atlOffset=-16.458267; + }; + class Item122 + { + dataType="Marker"; + position[]={5812.3052,75.213997,14101.978}; + name="capture_12"; + text="Papenrode"; + type="n_art"; + colorName="ColorEAST"; + id=196; + atlOffset=-16.45742; + }; + class Item123 + { + dataType="Marker"; + position[]={7140.564,82.033997,13375.61}; + name="capture_13"; + text="Rickensdorf"; + type="n_art"; + colorName="ColorEAST"; + id=197; + atlOffset=-16.45797; + }; + class Item124 + { + dataType="Marker"; + position[]={10780.926,71.176003,12775.268}; + name="capture_14"; + text="Mackendorf"; + type="n_art"; + colorName="ColorEAST"; + id=198; + atlOffset=-16.457367; + }; + class Item125 + { + dataType="Marker"; + position[]={13236.504,63.369999,13400.17}; + name="capture_15"; + text="Saalsdorf"; + type="n_art"; + colorName="ColorEAST"; + id=199; + atlOffset=-16.45763; + }; + class Item126 + { + dataType="Marker"; + position[]={15833.388,63.661999,14239.936}; + name="capture_16"; + text="Everingen"; + type="n_art"; + colorName="ColorEAST"; + id=200; + atlOffset=-16.457676; + }; + class Item127 + { + dataType="Marker"; + position[]={18387.85,63.273998,17592.529}; + name="capture_17"; + text="Kathendorf"; + type="n_art"; + colorName="ColorEAST"; + id=201; + atlOffset=-16.454266; + }; + class Item128 + { + dataType="Marker"; + position[]={18944.381,70.168999,14238.928}; + name="capture_18"; + text="Eickendorf"; + type="n_art"; + colorName="ColorEAST"; + id=202; + atlOffset=-16.45768; + }; + class Item129 + { + dataType="Marker"; + position[]={17625.434,99.459999,12061.564}; + name="capture_19"; + text="Klinze"; + type="n_art"; + colorName="ColorEAST"; + id=203; + atlOffset=-16.460129; + }; + class Item130 + { + dataType="Marker"; + position[]={14705.762,68.157997,11935.831}; + name="capture_20"; + text="Seggerde"; + type="n_art"; + colorName="ColorEAST"; + id=204; + atlOffset=-16.45787; + }; + class Item131 + { + dataType="Marker"; + position[]={19622.27,116.235,11368.651}; + name="capture_21"; + text="Belsdorf"; + type="n_art"; + colorName="ColorEAST"; + id=205; + atlOffset=-16.45816; + }; + class Item132 + { + dataType="Marker"; + position[]={19543.705,120.571,8423.9492}; + name="capture_22"; + text="Behnsdorf"; + type="n_art"; + colorName="ColorEAST"; + id=206; + atlOffset=-16.457779; + }; + class Item133 + { + dataType="Marker"; + position[]={16317.065,83.713997,9727.207}; + name="capture_23"; + text="Ribbensdorf"; + type="n_art"; + colorName="ColorEAST"; + id=207; + atlOffset=-16.464638; + }; + class Item134 + { + dataType="Marker"; + position[]={15718.784,73.593002,8826.4258}; + name="capture_24"; + text="Ribbenstedt"; + type="n_art"; + colorName="ColorEAST"; + id=208; + atlOffset=-16.457573; + }; + class Item135 + { + dataType="Marker"; + position[]={16495.076,94.558998,7241.3911}; + name="capture_25"; + text="Hödingen"; + type="n_art"; + colorName="ColorEAST"; + id=209; + atlOffset=-16.458084; + }; + class Item136 + { + dataType="Marker"; + position[]={17109.094,104.711,5084.7139}; + name="capture_26"; + text="Eschenrode"; + type="n_art"; + colorName="ColorEAST"; + id=210; + atlOffset=-16.457504; + }; + class Item137 + { + dataType="Marker"; + position[]={18431.898,100.573,295.444}; + name="capture_27"; + text="Bartensleben"; + type="n_art"; + colorName="ColorEAST"; + id=211; + atlOffset=-16.457275; + }; + class Item138 + { + dataType="Marker"; + position[]={16549.215,98.700996,388.73001}; + name="capture_28"; + text="Gross Bartensleben"; + type="n_art"; + colorName="ColorEAST"; + id=212; + atlOffset=-16.458054; + }; + class Item139 + { + dataType="Marker"; + position[]={15358.804,107.519,578.03302}; + name="capture_29"; + text="Beendorf"; + type="n_art"; + colorName="ColorEAST"; + id=213; + atlOffset=-16.45826; + }; + class Item140 + { + dataType="Marker"; + position[]={15411.993,94.880997,2733.374}; + name="capture_30"; + text="Schwanefeld"; + type="n_art"; + colorName="ColorEAST"; + id=214; + atlOffset=-16.457855; + }; + class Item141 + { + dataType="Marker"; + position[]={13777.299,86.953003,4735.416}; + name="capture_31"; + text="Walbeck"; + type="n_art"; + colorName="ColorEAST"; + id=215; + atlOffset=-16.458115; + }; + class Item142 + { + dataType="Marker"; + position[]={10646.754,78.861,11378.896}; + name="capture_32"; + text="Döhren"; + type="n_art"; + colorName="ColorEAST"; + id=216; + atlOffset=-16.457695; + }; + class Item143 + { + dataType="Marker"; + position[]={6847.3179,90.545998,10903.494}; + name="capture_33"; + text="Querenhorst"; + type="n_art"; + colorName="ColorEAST"; + id=217; + atlOffset=-16.458122; + }; + class Item144 + { + dataType="Marker"; + position[]={316.461,112.141,8620.0117}; + name="capture_34"; + text="Rhode"; + type="n_art"; + colorName="ColorEAST"; + id=218; + atlOffset=-16.457344; + }; + class Item145 + { + dataType="Marker"; + position[]={2266.084,94.073997,8284.624}; + name="capture_35"; + text="Ahmstorf"; + type="n_art"; + colorName="ColorEAST"; + id=219; + atlOffset=-16.458168; + }; + class Item146 + { + dataType="Marker"; + position[]={3290.2271,101.291,6380.5811}; + name="capture_36"; + text="Rennau"; + type="n_art"; + colorName="ColorEAST"; + id=220; + atlOffset=-16.457985; + }; + class Item147 + { + dataType="Marker"; + position[]={5341.8242,116.734,6458.7271}; + name="capture_37"; + text="Rottorf"; + type="n_art"; + colorName="ColorEAST"; + id=221; + atlOffset=-16.458275; + }; + class Item148 + { + dataType="Marker"; + position[]={8992.4141,135.784,5644.9009}; + name="capture_38"; + text="Mariental (Horst)"; + type="n_art"; + colorName="ColorEAST"; + id=222; + atlOffset=-16.715393; + }; + class Item149 + { + dataType="Marker"; + position[]={8258.7148,120.498,4428.5718}; + name="capture_39"; + text="Mariental"; + type="n_art"; + colorName="ColorEAST"; + id=223; + atlOffset=-16.457428; + }; + class Item150 + { + dataType="Marker"; + position[]={5520.0518,98.250977,3559.644}; + name="capture_40"; + text="Barmke"; + type="n_art"; + colorName="ColorEAST"; + id=224; + atlOffset=-16.549736; + }; + class Item151 + { + dataType="Marker"; + position[]={504.362,82.241997,2991.3269}; + name="capture_41"; + text="Gross Steinum"; + type="n_art"; + colorName="ColorEAST"; + id=225; + atlOffset=-16.457443; + }; + class Item152 + { + dataType="Marker"; + position[]={6415.5078,92.667999,602.33899}; + name="capture_42"; + text="Emmerstedt"; + type="n_art"; + colorName="ColorEAST"; + id=226; + atlOffset=-16.458214; + }; + class Item153 + { + dataType="Marker"; + position[]={14781.072,41.658001,20047.098}; + name="factory_1"; + text="Mario's Ironworks"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=227; + atlOffset=-17.613297; + }; + class Item154 + { + dataType="Marker"; + position[]={16743.871,59.426998,17955.299}; + name="factory_2"; + text="Rätzlingen Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=228; + atlOffset=-17.677288; + }; + class Item155 + { + dataType="Marker"; + position[]={15580.731,57.435001,14686.902}; + name="factory_3"; + text="Filip's Biogas"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=229; + atlOffset=-17.612598; + }; + class Item156 + { + dataType="Marker"; + position[]={12665.751,60.277,14586.144}; + name="factory_4"; + text="Saalsdorf Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=230; + atlOffset=-17.613159; + }; + class Item157 + { + dataType="Marker"; + position[]={9822.5449,75.607002,12352.424}; + name="factory_5"; + text="Mackendorf Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=231; + atlOffset=-17.612999; + }; + class Item158 + { + dataType="Marker"; + position[]={2317.2939,105.817,13668.443}; + name="factory_6"; + text="Christian's Sawmill"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=232; + atlOffset=-17.612999; + }; + class Item159 + { + dataType="Marker"; + position[]={7574.4092,93.765999,12864.951}; + name="factory_7"; + text="Rickensdorf Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=233; + atlOffset=-17.612511; + }; + class Item160 + { + dataType="Marker"; + position[]={1991.64,64.109001,15897.35}; + name="factory_8"; + text="Rümmer Barns"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=234; + atlOffset=-17.612976; + }; + class Item161 + { + dataType="Marker"; + position[]={3083.188,64.942001,15498.215}; + name="factory_9"; + text="Rümmer Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=235; + atlOffset=-17.613327; + }; + class Item162 + { + dataType="Marker"; + position[]={3572.231,71.097,16084.517}; + name="factory_10"; + text="Twülpstedt Railway Station"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=236; + atlOffset=-17.612999; + }; + class Item163 + { + dataType="Marker"; + position[]={11042.568,73.401001,11432.969}; + name="factory_11"; + text="Döhren Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=238; + atlOffset=-17.612831; + }; + class Item164 + { + dataType="Marker"; + position[]={1999.577,102.267,9888.335}; + name="factory_12"; + text="Rhode Carpenter"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=239; + atlOffset=-17.61306; + }; + class Item165 + { + dataType="Marker"; + position[]={9404.0254,149.27699,5982.5928}; + name="factory_13"; + text="Mariental Barns"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=240; + atlOffset=-17.613007; + }; + class Item166 + { + dataType="Marker"; + position[]={3626.0911,90.143997,1495.491}; + name="factory_14"; + text="Süpplingenburg Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=241; + atlOffset=-17.612602; + }; + class Item167 + { + dataType="Marker"; + position[]={6837.4648,110.817,2182.7119}; + name="factory_15"; + text="Emmerstedt Railway Station"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=242; + atlOffset=-17.612991; + }; + class Item168 + { + dataType="Marker"; + position[]={1753.946,98.459,6669.0918}; + name="factory_16"; + text="Rennau Carparts"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=243; + atlOffset=-17.612877; + }; + class Item169 + { + dataType="Marker"; + position[]={1809.417,89.841003,5691.3848}; + name="factory_17"; + text="Rennau Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=244; + atlOffset=-17.602287; + }; + class Item170 + { + dataType="Marker"; + position[]={12727.686,75.601997,9394.2676}; + name="factory_18"; + text="Weferlingen Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=245; + atlOffset=-17.612503; + }; + class Item171 + { + dataType="Marker"; + position[]={12604.914,77.186996,7538.731}; + name="factory_19"; + text="Weferlingen Railway Station"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=246; + atlOffset=-17.613007; + }; + class Item172 + { + dataType="Marker"; + position[]={10430.659,88.857002,7257.626}; + name="factory_20"; + text="Grasleben Depot"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=247; + atlOffset=-17.612999; + }; + class Item173 + { + dataType="Marker"; + position[]={14787.384,108.739,6382.5449}; + name="factory_21"; + text="Hödingen Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=248; + atlOffset=-17.613403; + }; + class Item174 + { + dataType="Marker"; + position[]={20143,128.366,6248.7441}; + name="factory_22"; + text="Hörsingen Depot"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=249; + atlOffset=-17.612915; + }; + class Item175 + { + dataType="Marker"; + position[]={19456.816,135.55,4401.8481}; + name="factory_23"; + text="Hörsingen Storage"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=250; + atlOffset=-17.612732; + }; + class Item176 + { + dataType="Marker"; + position[]={12831.68,88.897003,5518.936}; + name="factory_24"; + text="Walbeck Depot"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=251; + atlOffset=-17.613007; + }; + class Item177 + { + dataType="Marker"; + position[]={15446.428,86.219002,3079.949}; + name="factory_25"; + text="Schwanefeld Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=252; + atlOffset=-17.612823; + }; + class Item178 + { + dataType="Marker"; + position[]={15640.694,102.117,349.21301}; + name="factory_26"; + text="Beendorf Factory"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=253; + atlOffset=-17.61274; + }; + class Item179 + { + dataType="Marker"; + position[]={8060.1509,63.292999,17143.855}; + name="factory_27"; + text="Meinkot Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=254; + atlOffset=-17.612923; + }; + class Item180 + { + dataType="Layer"; + name="Field HQ [OPF]"; + id=299; + atlOffset=-116.76; + }; + class Item181 + { + dataType="Layer"; + name="Cargo HQ [OPF] #1"; + class Entities + { + items=53; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={4491.7915,83.146385,17948.127}; + angles[]={0.010000871,1.5507884,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=300; + type="Land_HBarrier_3_F"; + atlOffset=6.8664551e-005; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={4492.0303,82.734657,17951.248}; + angles[]={0.0099949092,1.5507884,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=302; + type="Land_BagFence_Long_F"; + atlOffset=2.2888184e-005; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={4505.5791,83.184135,17936.73}; + angles[]={0.012000273,1.2889891,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=303; + type="Land_HBarrier_3_F"; + atlOffset=4.5776367e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={4494.7813,83.22039,17938.934}; + angles[]={0.0099949092,4.6923814,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=304; + type="Land_HBarrier_3_F"; + atlOffset=7.6293945e-005; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={4495.8286,83.239334,17936.578}; + angles[]={0.0099949092,3.1215849,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=305; + type="Land_HBarrier_3_F"; + atlOffset=9.1552734e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={4496.1235,83.310852,17928.084}; + angles[]={0.010000871,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=306; + type="Land_HBarrier_3_F"; + atlOffset=9.9182129e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={4505.3003,83.132736,17932.203}; + angles[]={0.0079935296,6.2631779,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=307; + type="Land_HBarrier_1_F"; + atlOffset=6.1035156e-005; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={4499.6665,83.162819,17932.588}; + angles[]={0.0080009829,3.1215849,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=308; + type="Land_HBarrier_1_F"; + atlOffset=8.392334e-005; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={4494.999,82.880318,17934.879}; + angles[]={0.0080009829,1.5507884,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=317; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={4496.8506,83.011734,17917.281}; + angles[]={0.0099949092,2.8597851,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=318; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={4499.6348,82.866074,17934.344}; + angles[]={0.0080009829,1.5507884,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=319; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={4495.106,82.923782,17929.494}; + angles[]={0.010000871,4.6923814,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=320; + type="Land_BagFence_Long_F"; + atlOffset=5.3405762e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={4505.209,82.86248,17930.699}; + angles[]={0.0079935296,4.6923814,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=321; + type="Land_BagFence_Long_F"; + atlOffset=1.5258789e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={4501.6782,83.612282,17937.771}; + angles[]={0.010000871,6.0013781,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=322; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={4502.4448,83.761833,17917.955}; + angles[]={0.0080009829,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=323; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001449585; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={4501.8843,83.69323,17928.201}; + angles[]={0.0080009829,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=324; + type="Land_HBarrier_Big_F"; + atlOffset=0.00015258789; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={4505.5308,83.708405,17923.088}; + angles[]={0.0060001095,1.5507884,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=325; + type="Land_HBarrier_Big_F"; + atlOffset=0.00012207031; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={4499.854,83.583199,17932.521}; + angles[]={0.0080009829,3.1215849,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=326; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00012207031; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={4499.7495,83.237686,17922.594}; + angles[]={0,1.5507884,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=329; + type="Land_Cargo_House_V3_F"; + atlOffset=0.011741638; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={4484.9067,83.20816,17946.117}; + angles[]={0.0099949092,4.6923814,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=331; + type="Land_HBarrier_3_F"; + atlOffset=6.1035156e-005; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={4476.9785,87.374298,17949.09}; + angles[]={0,3.1215849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=332; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0099868774; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={4488.3101,83.117767,17947.186}; + angles[]={0.010000871,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=334; + type="Land_HBarrier_5_F"; + atlOffset=-0.0010223389; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={4490.104,83.269257,17953.578}; + angles[]={0.0099949092,3.1215849,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=336; + type="Land_BagBunker_Small_F"; + atlOffset=3.0517578e-005; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={4477.7588,83.614548,17953.346}; + angles[]={0.0099949092,3.1215849,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=337; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={4467.5669,83.789711,17946.982}; + angles[]={0.010000871,4.1687822,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=338; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={4484.1729,83.572647,17951.568}; + angles[]={0.010000871,3.1215849,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=339; + type="Land_HBarrier_Big_F"; + atlOffset=6.1035156e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={4472.8247,83.706207,17949.996}; + angles[]={0.0099949092,4.6923814,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=340; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={4474.2451,83.743187,17944.594}; + angles[]={0.010000871,3.1215849,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=341; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={4461.6396,83.843903,17946.984}; + angles[]={0.0099949092,5.7395787,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=342; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001449585; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={4463.5322,87.561012,17942.908}; + angles[]={0,2.5979857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=350; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0046081543; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={4460.0586,83.91877,17940.092}; + angles[]={0.0080009829,4.1687822,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=358; + type="Land_HBarrier_Big_F"; + atlOffset=9.1552734e-005; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={4464.8325,83.672005,17903.941}; + angles[]={0.0080009829,0.50359082,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=362; + type="Land_HBarrier_1_F"; + atlOffset=9.1552734e-005; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={4471.8032,83.303986,17906.41}; + angles[]={0.0080009829,3.9069829,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=363; + type="Land_BagFence_End_F"; + atlOffset=3.0517578e-005; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={4488.2876,83.470505,17909.229}; + angles[]={0.0080009829,1.2889891,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=364; + type="Land_HBarrier_5_F"; + atlOffset=0.00011444092; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={4463.3198,83.407867,17903.117}; + angles[]={0.0080009829,6.0013781,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=365; + type="Land_BagFence_Round_F"; + atlOffset=5.3405762e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={4472.5176,83.320168,17904.84}; + angles[]={0.0060001095,4.430582,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=369; + type="Land_BagFence_Long_F"; + atlOffset=3.8146973e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={4460.8779,83.421555,17903.754}; + angles[]={0.0060001095,0.50359082,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=370; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={4476.3921,84.087517,17903.57}; + angles[]={0.0060001095,2.8597851,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=371; + type="Land_HBarrier_Big_F"; + atlOffset=8.392334e-005; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={4484.3623,83.997429,17906.137}; + angles[]={0.0080009829,2.8597851,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=372; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001449585; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={4477.9688,86.689903,17912.102}; + angles[]={0,6.0013781,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=374; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.015205383; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={4444.917,85.087997,17922.887}; + angles[]={0.0080009829,1.0271897,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=376; + type="CamoNet_OPFOR_big_F"; + atlOffset=0.00015258789; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={4445.3887,84.169884,17930.785}; + angles[]={0.0080009829,3.1215849,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=380; + type="Land_HBarrier_Big_F"; + atlOffset=5.3405762e-005; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={4450.4668,84.065544,17936.891}; + angles[]={0.0099949092,4.9541807,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=381; + type="Land_HBarrier_Big_F"; + atlOffset=5.3405762e-005; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={4450.1758,84.219673,17916.5}; + angles[]={0.0060001095,2.5979857,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=382; + type="Land_HBarrier_Big_F"; + atlOffset=8.392334e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={4438.8203,84.260986,17927.902}; + angles[]={0.0080009829,2.3361864,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=383; + type="Land_HBarrier_Big_F"; + atlOffset=6.1035156e-005; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={4456.2944,84.161629,17916.621}; + angles[]={0.0080009829,4.1687822,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=384; + type="Land_HBarrier_Big_F"; + atlOffset=0.00012969971; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={4450.8721,84.125435,17929.27}; + angles[]={0.0080009829,1.2889891,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=385; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={4453.0425,84.144196,17923.184}; + angles[]={0.0080009829,1.2889891,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=386; + type="Land_HBarrier_Big_F"; + atlOffset=9.1552734e-005; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={4454.6011,83.964081,17942.598}; + angles[]={0.0079935296,5.7395787,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=387; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={4456.856,83.991432,17926.135}; + angles[]={0.0080009829,1.2889891,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=388; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00011444092; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={4456.6221,83.47448,17936.893}; + angles[]={0,5.7395787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=391; + type="Land_Cargo_House_V3_F"; + atlOffset=0.0028762817; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={4459.1196,83.692078,17907.363}; + angles[]={0.0080009829,0.50359082,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=392; + type="Land_HBarrier_1_F"; + atlOffset=7.6293945e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={4459.0938,83.42382,17905.467}; + angles[]={0.0060001095,1.2889891,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=393; + type="Land_BagFence_Round_F"; + atlOffset=6.8664551e-005; + }; + }; + id=394; + atlOffset=-0.0022659302; + }; + class Item182 + { + dataType="Marker"; + position[]={13496.396,84.042,9274.8477}; + name="military_1"; + text="Weferlingen Base"; + type="o_support"; + colorName="ColorEAST"; + id=395; + atlOffset=-7.7892685; + }; + class Item183 + { + dataType="Marker"; + position[]={16005.146,86.458,7169.3799}; + name="military_2"; + text="Hödingen Base"; + type="o_support"; + colorName="ColorEAST"; + id=396; + atlOffset=-7.7896576; + }; + class Item184 + { + dataType="Marker"; + position[]={15316.07,76.127998,8850.585}; + name="factory_28"; + text="Ribbenstedt Farmstead"; + type="loc_Fuelstation"; + colorName="ColorEAST"; + id=397; + atlOffset=-17.613029; + }; + class Item185 + { + dataType="Marker"; + position[]={8030.0381,92.567001,15677.887}; + name="military_3"; + text="Bahrdorf Base"; + type="o_support"; + colorName="ColorEAST"; + id=398; + atlOffset=-7.7896194; + }; + class Item186 + { + dataType="Marker"; + position[]={11614.936,66.116997,17674.967}; + name="military_4"; + text="Gehrendorf Base"; + type="o_support"; + colorName="ColorEAST"; + id=399; + atlOffset=-7.7899323; + }; + class Item187 + { + dataType="Marker"; + position[]={14709.438,54.865002,19818.037}; + name="military_5"; + text="Bösdorf Base"; + type="o_support"; + colorName="ColorEAST"; + id=400; + atlOffset=-7.789772; + }; + class Item188 + { + dataType="Marker"; + position[]={16498.51,64.797997,18111.5}; + name="military_6"; + text="Rätzlingen Base"; + type="o_support"; + colorName="ColorEAST"; + id=401; + atlOffset=-7.7899857; + }; + class Item189 + { + dataType="Marker"; + position[]={14355.396,69.75,15743.432}; + name="military_7"; + text="Lockstedt Base"; + type="o_support"; + colorName="ColorEAST"; + id=402; + atlOffset=-7.7900085; + }; + class Item190 + { + dataType="Marker"; + position[]={19956.971,129.88901,8312.4004}; + name="military_8"; + text="Behnsdorf Ammo Depot"; + type="o_support"; + colorName="ColorEAST"; + id=403; + atlOffset=-7.7899017; + }; + class Item191 + { + dataType="Layer"; + name="Command Centre"; + class Entities + { + items=98; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={11366.977,149.37273,3832.7507}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=404; + type="Land_Wall_IndCnc_4_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={11364.904,149.44069,3838.3816}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=405; + type="Land_Wall_IndCnc_4_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={11369.049,149.28963,3827.1199}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=406; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11360.979,149.53952,3840.0007}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=407; + type="Land_Wall_IndCnc_4_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={11367.195,149.33154,3823.1082}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=408; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={11375.265,149.02794,3810.2273}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=409; + type="Land_Wall_IndCnc_4_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={11379.409,148.79352,3798.9656}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=410; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={11371.12,149.20506,3821.489}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=411; + type="Land_Wall_IndCnc_4_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={11381.48,148.66501,3793.3347}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=412; + type="Land_Wall_IndCnc_4_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={11377.337,148.91615,3804.5964}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=413; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={11373.606,149.08177,3816.001}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=414; + type="Land_Wall_IndCnc_4_D_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={11380.854,148.90793,3778.0913}; + angles[]={6.2392135,5.9305844,6.2531919}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=415; + type="Land_Tank_rust_F"; + atlOffset=-3.0517578e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={11385.625,148.18784,3782.073}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=416; + type="Land_Wall_IndCnc_4_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={11389.769,147.91261,3770.8113}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=417; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={11387.697,147.96521,3776.4421}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=418; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0019378662; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={11383.553,148.49277,3787.7039}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=419; + type="Land_Wall_IndCnc_4_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={11379.627,148.68607,3789.3228}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=420; + type="Land_Wall_IndCnc_4_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={11388.15,148.01137,3766.8857}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=421; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.006072998; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={11389.539,153.20059,3768.6331}; + angles[]={0,0.69459653,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=422; + type="Land_LampHalogen_F"; + atlOffset=1.5258789e-005; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={11382.861,148.08937,3772.303}; + angles[]={0,2.535692,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=423; + type="Land_Medevac_house_V1_F"; + atlOffset=0.0028533936; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={11349.717,149.7495,3835.8564}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=425; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={11332.824,149.95168,3829.6404}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=426; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={11355.348,149.65802,3837.9287}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=427; + type="Land_Wall_IndCnc_4_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={11344.086,149.83719,3833.7844}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=428; + type="Land_Wall_IndCnc_4_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={11361.564,149.47844,3821.0359}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=429; + type="Land_Wall_IndCnc_4_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={11338.455,149.91039,3831.7124}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=430; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={11360.098,153.61877,3829.458}; + angles[]={0,2.0035932,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=431; + type="Land_dp_smallTank_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={11338.376,150.70306,3818.2681}; + angles[]={0,5.9292755,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=432; + type="Land_i_Shed_Ind_F"; + atlOffset=0.02053833; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={11366.33,148.53654,3805.6453}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=434; + type="Land_i_Barracks_V1_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={11355.353,151.6855,3771.7703}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=440; + type="Land_MilOffices_V1_F"; + atlOffset=0.0079193115; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={11365.627,148.71266,3758.5977}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=441; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0040283203; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={11371.258,148.55902,3760.6697}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=442; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0059814453; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={11359.996,148.86453,3756.5256}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=443; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.011688232; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={11382.52,148.20529,3764.8137}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=444; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0040435791; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={11376.99,148.37027,3762.3513}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=445; + type="Land_Wall_IndCnc_4_D_F"; + atlOffset=0.0068664551; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={11373.996,148.83861,3787.2507}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=446; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={11327.805,149.62881,3809.3225}; + angles[]={6.2771854,0.43279696,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=447; + type="Land_BagFence_Round_F"; + atlOffset=0.00039672852; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={11318.243,149.67336,3804.8765}; + angles[]={6.2791886,5.1451864,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=448; + type="Land_BagFence_Round_F"; + atlOffset=0.00047302246; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={11306.796,149.77019,3800.1453}; + angles[]={6.2791886,5.9305844,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=449; + type="Land_BagFence_Long_F"; + atlOffset=0.0010681152; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={11326.352,149.64735,3811.4602}; + angles[]={6.2791886,4.3597879,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=450; + type="Land_BagFence_Long_F"; + atlOffset=0.00030517578; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={11325.401,149.66339,3814.041}; + angles[]={6.2791886,4.3597879,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=451; + type="Land_BagFence_Long_F"; + atlOffset=0.00032043457; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={11317.968,149.68095,3807.4448}; + angles[]={6.2812018,4.3597879,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=452; + type="Land_BagFence_Long_F"; + atlOffset=0.00050354004; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={11324.452,149.67302,3816.6257}; + angles[]={0,4.3597879,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=453; + type="Land_BagFence_Long_F"; + atlOffset=0.0004119873; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={11330.368,149.61327,3809.5979}; + angles[]={6.2771854,5.9305844,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=454; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={11316.115,149.68546,3803.4333}; + angles[]={6.2812018,2.7889917,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=455; + type="Land_BagFence_Long_F"; + atlOffset=0.00042724609; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={11309.309,149.34552,3809.3035}; + angles[]={6.2812018,5.9311256,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=456; + type="Land_HelipadSquare_F"; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={11310.301,150.06316,3821.3523}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=457; + type="Land_Wall_IndCnc_4_F"; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={11304.67,150.11684,3819.2803}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=458; + type="Land_Wall_IndCnc_4_F"; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={11321.563,150.00659,3825.4963}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=459; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.5258789e-005; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={11299.039,150.15379,3817.2083}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=460; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-1.5258789e-005; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={11327.193,149.98134,3827.5684}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=461; + type="Land_Wall_IndCnc_4_F"; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={11315.779,150.00929,3823.813}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=462; + type="Land_Wall_IndCnc_4_D_F"; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={11323.056,155.25449,3825.1511}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=465; + type="Land_LampHalogen_F"; + atlOffset=0.00033569336; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={11333.779,149.68407,3775.6482}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=469; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.018112183; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={11316.887,149.94688,3769.4321}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=470; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.030426025; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={11322.518,149.84497,3771.5042}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=471; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.032394409; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={11333.326,149.7363,3785.2048}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=472; + type="Land_Wall_IndCnc_4_F"; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={11335.397,149.66525,3779.574}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=473; + type="Land_Wall_IndCnc_4_F"; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={11331.254,149.79327,3790.8357}; + angles[]={0,1.2181952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=474; + type="Land_Wall_IndCnc_4_F"; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={11328.148,149.75212,3773.5762}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=475; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.026321411; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={11318.632,152.82599,3781.7002}; + angles[]={0,4.3544407,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=476; + type="Land_Shed_Big_F"; + atlOffset=0.27255249; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={11327.871,150.19547,3792.1592}; + angles[]={0,0.69459653,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=484; + type="Land_PortableLight_double_F"; + atlOffset=0.0017242432; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={11335.415,154.90723,3777.0872}; + angles[]={0,2.0035932,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=485; + type="Land_LampHalogen_F"; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={11337.473,149.3744,3748.2373}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=490; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.02432251; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={11331.842,149.45451,3746.1653}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=491; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.031936646; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={11343.104,149.23431,3750.3093}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=492; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.020111084; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={11326.211,149.56778,3744.0933}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=493; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.032470703; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={11354.365,149.00937,3754.4534}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=494; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.016235352; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={11348.734,149.12445,3752.3813}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=495; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.016220093; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={11325.462,168.0968,3757.4414}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=498; + type="Land_TTowerBig_1_F"; + atlOffset=1.5258789e-005; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={11289.847,149.79475,3798.8069}; + angles[]={6.2791886,2.0035932,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=501; + type="Land_BagFence_Round_F"; + atlOffset=0.00021362305; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={11290.11,149.78499,3796.2397}; + angles[]={6.2791886,1.2181952,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=502; + type="Land_BagFence_Long_F"; + atlOffset=0.00094604492; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={11291.978,149.7961,3800.2568}; + angles[]={6.2812018,5.9305844,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=503; + type="Land_BagFence_Long_F"; + atlOffset=0.00021362305; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={11302.802,149.78737,3801.9756}; + angles[]={6.2791886,4.3597879,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=504; + type="Land_BagFence_Long_F"; + atlOffset=0.00015258789; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={11297.031,150.74673,3806.3696}; + angles[]={6.2812018,4.3597879,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=505; + type="Land_Tank_rust_F"; + atlOffset=0.00051879883; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={11295.934,150.1035,3799.9487}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=506; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.010498047; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={11293.408,150.14871,3815.1362}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=507; + type="Land_Wall_IndCnc_4_F"; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={11291.79,150.13623,3811.2104}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=508; + type="Land_Wall_IndCnc_4_F"; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={11293.861,150.11729,3805.5796}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=509; + type="Land_Wall_IndCnc_4_F"; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={11292.012,155.40308,3813.5947}; + angles[]={0,3.8361893,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=510; + type="Land_LampHalogen_F"; + atlOffset=0.00054931641; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={11297.71,155.34377,3798.1096}; + angles[]={0,5.9305844,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=511; + type="Land_LampHalogen_F"; + atlOffset=0.00079345703; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={11304.242,149.77953,3799.8713}; + angles[]={6.2791886,0.43279696,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=512; + type="Land_BagFence_Round_F"; + atlOffset=0.00073242188; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={11296.49,149.7196,3780.752}; + angles[]={6.2791886,0.43279696,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=513; + type="Land_BagFence_Round_F"; + atlOffset=0.0002746582; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={11295.039,149.73106,3782.8811}; + angles[]={6.2791886,4.3597879,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=514; + type="Land_BagFence_Long_F"; + atlOffset=0.00030517578; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={11299.052,149.71559,3781.0276}; + angles[]={6.2791886,5.9305844,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=515; + type="Land_BagFence_Long_F"; + atlOffset=0.00028991699; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={11306.294,149.98224,3771.7944}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=517; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0090789795; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={11302.149,150.04156,3783.0562}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=518; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.014373779; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={11304.222,150.01497,3777.4253}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=519; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.010299683; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={11311.256,149.97229,3767.3601}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=520; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.030395508; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={11307.987,149.93892,3765.9958}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=521; + type="Land_Wall_IndCnc_4_D_F"; + atlOffset=0.018951416; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={11301.07,150.03894,3785.989}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=522; + type="Land_Wall_IndCnc_Pole_F"; + atlOffset=1.5258789e-005; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={11308.977,155.20461,3767.4919}; + angles[]={0,3.8361893,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=523; + type="Land_LampHalogen_F"; + atlOffset=0.0004119873; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={11296.831,153.38806,3790.7266}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=524; + type="Land_BarGate_F"; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={11314.582,149.76733,3749.271}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=525; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0042419434; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={11316.654,149.71382,3743.6401}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=526; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0014190674; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={11312.51,149.83113,3754.9019}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=527; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0021972656; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={11320.58,149.68867,3742.0212}; + angles[]={0,2.7889917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=528; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.032409668; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={11310.438,149.90157,3760.5327}; + angles[]={0,4.3597879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=529; + type="Land_Wall_IndCnc_4_F"; + atlOffset=0.0032043457; + }; + }; + id=530; + atlOffset=0.0086975098; + }; + class Item192 + { + dataType="Marker"; + position[]={11345.187,141.118,3797.5769}; + name="military_9"; + text="Border Patrol Base South"; + type="o_support"; + colorName="ColorEAST"; + id=531; + atlOffset=-7.7892609; + }; + class Item193 + { + dataType="Marker"; + position[]={5618.4448,131.356,6481.625}; + name="military_10"; + text="Rottorf Military Depot"; + type="o_support"; + colorName="ColorEAST"; + id=532; + atlOffset=-7.7898254; + }; + class Item194 + { + dataType="Layer"; + name="Walled HQ"; + id=617; + atlOffset=-116.76; + }; + class Item195 + { + dataType="Layer"; + name="Chain Fence Outpost"; + id=679; + atlOffset=-116.76; + }; + class Item196 + { + dataType="Layer"; + name="Shoot House"; + id=1029; + atlOffset=-116.76; + }; + class Item197 + { + dataType="Layer"; + name="Camp Bravery"; + id=1079; + atlOffset=-116.76; + }; + class Item198 + { + dataType="Layer"; + name="Camp Courage"; + id=1132; + atlOffset=-116.76; + }; + class Item199 + { + dataType="Layer"; + name="Camp Endurance"; + id=1183; + atlOffset=-116.76; + }; + class Item200 + { + dataType="Layer"; + name="Camp Fortitude"; + id=1234; + atlOffset=-116.76; + }; + class Item201 + { + dataType="Layer"; + name="Camp Audacity"; + id=1291; + atlOffset=-116.76; + }; + class Item202 + { + dataType="Layer"; + name="Field HQ [OPF]"; + id=1420; + atlOffset=-116.76; + }; + class Item203 + { + dataType="Layer"; + name="Cargo HQ [OPF] #2"; + id=1542; + atlOffset=-116.76; + }; + class Item204 + { + dataType="Layer"; + name="Forward Base [OPF]"; + class Entities + { + items=64; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={4378.8843,106.273,15217.988}; + angles[]={0,4.4994855,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1543; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.0062484741; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={4391.3032,103.21716,15217.349}; + angles[]={0.0060001095,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1544; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={4379.9287,103.01012,15233.305}; + angles[]={0.0099949092,6.070282,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1545; + type="Land_HBarrierWall6_F"; + atlOffset=3.8146973e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={4389.314,103.13709,15225.356}; + angles[]={0.010000871,1.3578924,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1546; + type="Land_HBarrierWall6_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={4369.2549,103.04342,15225.879}; + angles[]={0.0080009829,2.928689,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1547; + type="Land_HBarrierWall_corridor_F"; + atlOffset=3.0517578e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={4369.0908,103.01268,15230.193}; + angles[]={0.0099949092,4.4994855,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1548; + type="Land_HBarrierWall_corner_F"; + atlOffset=2.2888184e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={4386.4702,103.02965,15234.976}; + angles[]={0.012000273,6.070282,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1549; + type="Land_HBarrierWall_corner_F"; + atlOffset=7.6293945e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={4373.3833,103.01038,15231.633}; + angles[]={0.010000871,6.070282,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1550; + type="Land_HBarrierWall4_F"; + atlOffset=4.5776367e-005; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={4387.9092,103.08472,15230.682}; + angles[]={0.0099949092,1.3578924,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1551; + type="Land_HBarrierWall4_F"; + atlOffset=-7.6293945e-006; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={4384.3057,103.08573,15226.066}; + angles[]={0.010000871,4.4994855,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1552; + type="Land_HBarrier_5_F"; + atlOffset=4.5776367e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={4387.1465,106.03181,15235.376}; + angles[]={0,3.7140872,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1553; + type="Land_LampShabby_F"; + atlOffset=-7.6293945e-006; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={4381.9302,103.11654,15227.598}; + angles[]={0.011995304,2.928689,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1554; + type="Land_HBarrier_3_F"; + atlOffset=0.0016555786; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={4365.0332,103.43629,15226.499}; + angles[]={0.0080009829,2.928689,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1555; + type="Land_CncShelter_F"; + atlOffset=5.3405762e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={4367.2354,102.60578,15235.803}; + angles[]={0.010000871,2.1432905,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1556; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={4369.3125,102.60581,15236.253}; + angles[]={0.0099949092,3.7140872,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1559; + type="Land_BagFence_Round_F"; + atlOffset=0.0004119873; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={4385.8135,102.88947,15210.789}; + angles[]={0.0060001095,2.1432905,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1560; + type="Land_BagFence_Round_F"; + atlOffset=1.5258789e-005; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={4387.8916,102.89926,15211.237}; + angles[]={0.0060001095,3.7140872,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1561; + type="Land_BagFence_Round_F"; + atlOffset=2.2888184e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={4367.1265,102.63008,15233.35}; + angles[]={0.010000871,1.3578924,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1565; + type="Land_BagFence_Long_F"; + atlOffset=1.5258789e-005; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={4370.478,102.63208,15233.819}; + angles[]={0.010000871,1.3578924,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1567; + type="Land_BagFence_Long_F"; + atlOffset=1.5258789e-005; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={4394.7832,115.45846,15204.799}; + angles[]={0,6.070282,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1580; + type="Land_Cargo_Tower_V3_F"; + atlOffset=0.0019378662; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={4384.0615,103.20728,15203.505}; + angles[]={0,4.4994855,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1581; + type="Land_Cargo_House_V3_F"; + atlOffset=0.0039367676; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={4384.3169,103.29948,15199.974}; + angles[]={0.0060001095,2.928689,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1582; + type="Land_HBarrierWall6_F"; + atlOffset=1.5258789e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={4381.8726,103.22957,15208.914}; + angles[]={0.0080009829,2.928689,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1583; + type="Land_HBarrierWall6_F"; + atlOffset=-7.6293945e-006; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={4393.291,103.28851,15209.335}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1584; + type="Land_HBarrierWall6_F"; + atlOffset=3.8146973e-005; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={4376.2373,103.21769,15205.392}; + angles[]={0.0079935296,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1585; + type="Land_HBarrierWall6_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={4372.3945,103.23405,15197.138}; + angles[]={0.0039967569,2.928689,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1586; + type="Land_HBarrierWall6_F"; + atlOffset=3.0517578e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={4397.645,103.78029,15206.95}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1587; + type="Land_HBarrier_Big_F"; + atlOffset=2.2888184e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={4400.0225,103.80681,15205.418}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1588; + type="Land_HBarrier_Big_F"; + atlOffset=2.2888184e-005; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={4398.0674,103.79845,15204.995}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1589; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-006; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={4399.6001,103.78865,15207.373}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1590; + type="Land_HBarrier_Big_F"; + atlOffset=3.0517578e-005; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={4394.9609,103.35391,15202.785}; + angles[]={0.0080009829,1.3578924,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1591; + type="Land_HBarrierWall_corner_F"; + atlOffset=2.2888184e-005; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={4377.9106,103.26435,15198.844}; + angles[]={0.0039967569,1.3578924,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1592; + type="Land_HBarrierWall_corner_F"; + atlOffset=3.0517578e-005; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={4390.9141,103.33885,15201.399}; + angles[]={0.0060001095,2.928689,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1593; + type="Land_HBarrierWall4_F"; + atlOffset=3.8146973e-005; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={4384.2603,106.24157,15209.688}; + angles[]={0,6.070282,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1594; + type="Land_LampShabby_F"; + atlOffset=7.6293945e-006; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={4373.998,102.93719,15188.537}; + angles[]={0.0039967569,5.2848835,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1596; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={4372.9092,102.86563,15201.859}; + angles[]={0.0060001095,2.6668892,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1597; + type="Land_BagFence_Round_F"; + atlOffset=1.5258789e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={4373.522,102.92456,15190.735}; + angles[]={0.0039967569,3.7140872,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1598; + type="Land_BagFence_Round_F"; + atlOffset=1.5258789e-005; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={4372.2588,102.87386,15199.836}; + angles[]={0.0060001095,1.0960931,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1600; + type="Land_BagFence_Round_F"; + atlOffset=1.5258789e-005; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={4358.3721,107.17027,15225.319}; + angles[]={0,2.928689,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1603; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0049819946; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={4350.0635,107.22289,15204.596}; + angles[]={0,1.3578924,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1604; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.0075149536; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={4364.8301,102.376,15207.276}; + angles[]={0.0060001095,2.928689,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1605; + type="Land_HelipadSquare_F"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={4353.9326,103.07605,15211.566}; + angles[]={0.0019834081,4.4994855,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1606; + type="Land_HBarrierWall6_F"; + atlOffset=4.5776367e-005; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={4354.3145,103.45568,15225.205}; + angles[]={0.0080009829,4.4994855,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1607; + type="Land_HBarrier_Big_F"; + atlOffset=6.1035156e-005; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={4346.6182,103.49301,15202.818}; + angles[]={0,1.3578924,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1608; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={4362.6226,103.4653,15227.001}; + angles[]={0.0099949092,1.3578924,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1609; + type="Land_HBarrier_Big_F"; + atlOffset=6.1035156e-005; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={4356.8042,103.42661,15229.067}; + angles[]={0.0099949092,2.928689,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1610; + type="Land_HBarrier_Big_F"; + atlOffset=7.6293945e-005; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={4348.686,103.5049,15208.637}; + angles[]={0.0019834081,6.070282,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1611; + type="Land_HBarrier_Big_F"; + atlOffset=5.3405762e-005; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={4352.2632,103.05305,15218.112}; + angles[]={0.0039967569,4.4994855,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1612; + type="Land_HBarrierWall_corner_F"; + atlOffset=3.8146973e-005; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={4355.334,103.06412,15219.288}; + angles[]={0.0039967569,6.070282,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1613; + type="Land_HBarrierWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={4364.8096,103.08364,15221.593}; + angles[]={0.010000871,6.070282,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1614; + type="Land_HBarrierWall4_F"; + atlOffset=4.5776367e-005; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={4352.1504,106.0584,15218.604}; + angles[]={0,2.1432905,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1615; + type="Land_LampShabby_F"; + atlOffset=0.0021820068; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={4361.1104,102.6041,15233.968}; + angles[]={0.0099949092,3.7140872,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1616; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={4359.0332,102.60223,15233.518}; + angles[]={0.010000871,2.1432905,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1617; + type="Land_BagFence_Round_F"; + atlOffset=2.2888184e-005; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={4358.9238,102.62653,15231.063}; + angles[]={0.0079935296,1.3578924,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1618; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={4362.2759,102.63312,15231.532}; + angles[]={0.010000871,1.3578924,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1621; + type="Land_BagFence_Long_F"; + atlOffset=2.2888184e-005; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={4356.8169,103.11842,15199.401}; + angles[]={0.0019834081,4.4994855,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1623; + type="Land_HBarrierWall6_F"; + atlOffset=0.0029220581; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={4350.4795,103.52294,15200.327}; + angles[]={0,2.928689,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1624; + type="Land_HBarrier_Big_F"; + atlOffset=6.8664551e-005; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={4368.5649,103.22569,15191.197}; + angles[]={0.0039967569,4.4994855,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1625; + type="Land_HBarrierWall_corridor_F"; + atlOffset=5.3405762e-005; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={4358.6514,103.14331,15193.76}; + angles[]={0.0039967569,2.928689,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1626; + type="Land_HBarrierWall_corner_F"; + atlOffset=3.8146973e-005; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={4363.8979,103.18106,15195.046}; + angles[]={0.0019834081,2.928689,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1627; + type="Land_HBarrierWall4_F"; + atlOffset=6.8664551e-005; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={4371.7988,102.9215,15188.061}; + angles[]={0.0039967569,0.57249451,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1628; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={4364.3716,102.85815,15188.082}; + angles[]={0.0019834081,1.8814911,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1629; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={4365.3999,102.87116,15186.083}; + angles[]={0.0019834081,0.31069517,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1630; + type="Land_BagFence_Round_F"; + atlOffset=2.2888184e-005; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={4367.3999,102.88912,15187.11}; + angles[]={0.0019834081,5.0230842,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1632; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + }; + id=1633; + atlOffset=-0.00063323975; + }; + class Item205 + { + dataType="Marker"; + position[]={4363.9209,102.353,15211.27}; + name="military_11"; + text="Twülpstedt Base"; + type="o_support"; + colorName="ColorEAST"; + id=1634; + atlOffset=-0.0001449585; + }; + class Item206 + { + dataType="Layer"; + name="Headquarters"; + id=1671; + atlOffset=-116.76; + }; + class Item207 + { + dataType="Layer"; + name="Headquarters (Fortified)"; + id=1735; + atlOffset=-116.76; + }; + class Item208 + { + dataType="Layer"; + name="Main Headquarters [OPF]"; + class Entities + { + items=181; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={8313.8438,106.5153,11328.754}; + angles[]={0,0.32635355,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1736; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-5.3405762e-005; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={8310.8291,106.49525,11331.721}; + angles[]={0,5.0387421,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1737; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00015258789; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={8341.1016,107.46848,11331.248}; + angles[]={0.016005818,1.3735509,6.2611852}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1738; + type="CamoNet_OPFOR_open_F"; + atlOffset=3.0517578e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={8340.8711,106.10892,11326.209}; + angles[]={0,6.0859404,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1739; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-2.2888184e-005; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={8345.3135,105.8856,11333.274}; + angles[]={0,1.3735509,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1740; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-8.392334e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={8346.1104,105.93469,11329.147}; + angles[]={0,4.5151434,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1741; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00012207031; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={8344.8213,105.9878,11327.017}; + angles[]={0,2.9443474,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1742; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-1.5258789e-005; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={8336.7773,106.28358,11327.271}; + angles[]={0,4.5151434,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1743; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.0001449585; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={8316.3984,107.96652,11332.844}; + angles[]={0.0080009829,1.8971496,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1744; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.0010070801; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.5732,107.42159,11352.768}; + angles[]={0.016002094,3.2061467,6.2551923}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1745; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.0012512207; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={8317.2441,111.60019,11351.208}; + angles[]={0,1.6353507,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1746; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.014122009; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={8316.4492,107.72726,11333.549}; + angles[]={0.0080009829,0.32635355,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1747; + type="Land_BagBunker_Large_F"; + atlOffset=0.00015258789; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={8340.7725,107.23656,11331.622}; + angles[]={0.016002094,6.0859404,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1748; + type="Land_BagBunker_Large_F"; + atlOffset=-0.00018310547; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.9668,107.47121,11350.765}; + angles[]={0.0080009829,4.7769432,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1749; + type="Land_HBarrierWall6_F"; + atlOffset=6.1035156e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.7949,107.53403,11342.627}; + angles[]={0.0080009829,4.7769432,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1750; + type="Land_HBarrierWall6_F"; + atlOffset=4.5776367e-005; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={8331.8135,112.16646,11357.353}; + angles[]={0,4.7769432,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1751; + type="Land_LampHalogen_F"; + atlOffset=-0.00015258789; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={8328.9365,107.50948,11334.865}; + angles[]={0.041975394,1.6353507,6.2531919}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1752; + type="Land_HBarrierWall_corridor_F"; + atlOffset=3.8146973e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.1621,106.99753,11357.369}; + angles[]={0.013999403,1.8971496,6.2611909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1753; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00035858154; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={8325.2842,107.14945,11354.968}; + angles[]={0.016002094,4.7769432,6.2551923}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1754; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00049591064; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={8325.5176,107.25363,11350.521}; + angles[]={0.025994543,3.2061467,6.245204}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1755; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00044250488; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.166,107.00797,11349.792}; + angles[]={0.012000273,2.1589494,6.2611909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1756; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00073242188; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.7246,106.96021,11352.945}; + angles[]={0.012000273,1.3735509,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1757; + type="Land_HBarrierWall4_F"; + atlOffset=0.0007019043; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.2451,107.21592,11337.533}; + angles[]={0.0219975,3.4679463,6.24121}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1758; + type="Land_HBarrierWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={8344.0977,106.95578,11339.198}; + angles[]={0.012000273,2.4207487,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1759; + type="Land_HBarrierWall4_F"; + atlOffset=1.5258789e-005; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={8332.3086,106.73953,11354.158}; + angles[]={0.012000273,0.32635355,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1760; + type="Land_HBarrierWall4_F"; + atlOffset=-0.248909; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={8323.8252,107.601,11338.029}; + angles[]={0.0080009829,2.9443474,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1761; + type="Land_HBarrierWall4_F"; + atlOffset=3.0517578e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.5898,107.35614,11347.756}; + angles[]={0.019996032,0.064554214,6.2452054}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1762; + type="Land_BagBunker_Small_F"; + atlOffset=4.5776367e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={8337.0527,106.65614,11347.979}; + angles[]={0,5.3005419,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1763; + type="Land_cargo_addon01_V2_F"; + atlOffset=0.0045776367; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={8321.2236,106.5136,11332.65}; + angles[]={0,1.8971496,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1764; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-9.1552734e-005; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={8335.9092,106.18284,11331.668}; + angles[]={0,1.3735509,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1765; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00010681152; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.3584,108.07671,11346.896}; + angles[]={0.019996032,3.2061467,6.2452054}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1766; + type="O_HMG_01_high_F"; + atlOffset=-0.0015563965; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={8331.7637,105.99933,11346.992}; + angles[]={0,1.6353507,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1767; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-2.2888184e-005; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={8327.4473,106.14251,11347.36}; + angles[]={0,1.6353507,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1768; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.0001373291; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.4385,106.10887,11345.283}; + angles[]={0,0.064554214,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1769; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-2.2888184e-005; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.8496,106.5522,11328.68}; + angles[]={0,5.0387421,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1770; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.0001373291; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={8317.6689,106.55302,11327.478}; + angles[]={0,3.4679463,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1771; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=5.3405762e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={8312.2764,106.45676,11335.961}; + angles[]={0,1.8971496,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1778; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00011444092; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={8305.9443,106.97322,11384.903}; + angles[]={0.023993526,3.4679463,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1782; + type="Land_HBarrierWall6_F"; + atlOffset=0.010726929; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={8317.8213,107.3548,11357.4}; + angles[]={0.02399601,5.3005419,6.247201}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1783; + type="Land_HBarrierWall6_F"; + atlOffset=0.00059509277; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={8310.1553,107.8583,11355.322}; + angles[]={0.0080009829,3.2061467,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1784; + type="Land_HBarrier_Big_F"; + atlOffset=0.00025177002; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={8302.1729,107.81454,11356.791}; + angles[]={0.0080009829,3.4679463,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1785; + type="Land_HBarrier_Big_F"; + atlOffset=0.00017547607; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={8327.1963,106.96172,11362.63}; + angles[]={0.016002094,2.4207487,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1786; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00022888184; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={8312.3457,107.03934,11376.879}; + angles[]={0.0219975,2.4207487,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1787; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00035858154; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.127,106.72255,11373.915}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1788; + type="Land_cargo_addon01_V2_F"; + atlOffset=-0.0019607544; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={8317.793,106.71973,11370.659}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1789; + type="Land_cargo_addon01_V2_F"; + atlOffset=-0.0017623901; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={8321.3096,107.63912,11366.125}; + angles[]={0.02199479,3.991545,6.2571907}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1790; + type="Land_Tank_rust_F"; + atlOffset=0.00039672852; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={8300.2002,107.37824,11359.044}; + angles[]={0.0080009829,3.4679463,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1793; + type="Land_HBarrier_3_F"; + atlOffset=0.0014572144; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={8299.0566,107.39175,11356.375}; + angles[]={0.0080009829,3.4679463,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1794; + type="Land_HBarrier_3_F"; + atlOffset=7.6293945e-005; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={8297.8037,107.36377,11358.938}; + angles[]={0.0080009829,5.0387421,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1795; + type="Land_HBarrier_3_F"; + atlOffset=0.00012207031; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={8297.4199,107.28085,11357.102}; + angles[]={0.0099949092,5.8241405,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1797; + type="Land_HBarrier_1_F"; + atlOffset=9.1552734e-005; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.0449,106.90133,11363.764}; + angles[]={0.029989703,0.58815289,6.247201}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1799; + type="Land_CncBarrier_F"; + atlOffset=0.00018310547; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={8306.2646,106.73843,11378.858}; + angles[]={0.0219975,1.6353507,6.2651849}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1800; + type="Land_CncBarrier_F"; + atlOffset=0.0004119873; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={8311.1201,106.90317,11367.468}; + angles[]={0.010000871,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1801; + type="Land_CncBarrier_F"; + atlOffset=9.9182129e-005; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={8307.6416,106.8475,11372.739}; + angles[]={0.027990974,1.111752,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1802; + type="Land_CncBarrier_stripes_F"; + atlOffset=0.00022888184; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={8291.1377,106.98093,11399.489}; + angles[]={0.033985451,0.58815289,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1804; + type="CamoNet_OPFOR_open_F"; + atlOffset=7.6293945e-006; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={8290.9492,106.75282,11399.391}; + angles[]={0.033987202,2.1589494,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1805; + type="Land_BagBunker_Large_F"; + atlOffset=7.6293945e-006; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={8299.2529,106.95164,11387.984}; + angles[]={0.012000273,3.7297456,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1806; + type="Land_HBarrierWall6_F"; + atlOffset=2.2888184e-005; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={8288.8223,107.35674,11387.211}; + angles[]={0.013999403,2.1589494,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1807; + type="Land_HBarrier_Big_F"; + atlOffset=5.3405762e-005; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={8286.625,107.4538,11380.199}; + angles[]={0.013999403,4.7769432,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1808; + type="Land_HBarrier_Big_F"; + atlOffset=8.392334e-005; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={8293.6465,106.85032,11391.726}; + angles[]={0.029989703,3.7297456,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1809; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.0002822876; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={8288.8916,105.65058,11395.068}; + angles[]={0,3.7297456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1810; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.0001373291; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={8288.2256,107.08466,11377.617}; + angles[]={0.013999403,1.6353507,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1811; + type="Land_HBarrier_3_F"; + atlOffset=6.1035156e-005; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={8285.2041,107.07136,11377.458}; + angles[]={0.013999403,1.6353507,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1812; + type="Land_HBarrier_3_F"; + atlOffset=-0.0033798218; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={8287.1143,107.11012,11375.488}; + angles[]={0.013999403,3.2061467,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1813; + type="Land_HBarrier_3_F"; + atlOffset=0.00016021729; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={8284.8145,105.56756,11399.841}; + angles[]={0,5.3005419,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1814; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=9.9182129e-005; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={8285.4102,105.61834,11397.423}; + angles[]={0,0.58815289,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1815; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00035858154; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={8285.2617,107.00351,11375.689}; + angles[]={0.013999403,5.5623417,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1816; + type="Land_HBarrier_1_F"; + atlOffset=2.2888184e-005; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={8293.3057,106.40453,11394.569}; + angles[]={0.029989703,5.5622892,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1817; + type="Land_BarrelTrash_grey_F"; + atlOffset=-7.6293945e-005; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={8287.0361,105.47301,11403.205}; + angles[]={0,2.1589494,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1818; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-2.2888184e-005; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={8363.7344,118.60674,11355.114}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1820; + type="Land_Cargo_Tower_V3_F"; + atlOffset=-0.020507813; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={8347.2354,107.22179,11360.253}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1821; + type="Land_Metal_Shed_F"; + atlOffset=-0.017807007; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.1807,106.6748,11347.835}; + angles[]={0.010000871,2.4207487,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1822; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0013580322; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={8343.2559,106.51582,11375.405}; + angles[]={0.013999403,0.84995222,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1823; + type="Land_HBarrierWall6_F"; + atlOffset=0.00019073486; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={8368.2422,106.41688,11359.085}; + angles[]={0.013999403,2.4207487,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1824; + type="Land_HBarrierWall6_F"; + atlOffset=0.00012207031; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={8362.21,106.54002,11353.455}; + angles[]={0.011995304,2.4207487,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1825; + type="Land_HBarrierWall6_F"; + atlOffset=0.00019073486; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={8350.0596,106.82185,11343.461}; + angles[]={0.0099949092,2.682548,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1826; + type="Land_HBarrierWall6_F"; + atlOffset=0.0038986206; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={8340.1299,106.73936,11362.677}; + angles[]={0.012000273,2.4207487,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1827; + type="Land_HBarrierWall6_F"; + atlOffset=0.00016021729; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={8335.084,106.87789,11358.579}; + angles[]={0.012000273,3.7297456,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1828; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.0002822876; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={8347.7129,106.5185,11370.336}; + angles[]={0.013999403,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1829; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00019836426; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={8344.8486,106.60664,11367.152}; + angles[]={0.012000273,2.4207487,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1830; + type="Land_HBarrierWall4_F"; + atlOffset=0.0001449585; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={8350.668,106.1248,11372.254}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1831; + type="Land_cargo_addon01_V2_F"; + atlOffset=0.0015258789; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={8361.792,105.33206,11360.729}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1832; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00018310547; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={8358.2227,106.26161,11375.411}; + angles[]={0.015998369,1.111752,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1833; + type="Land_HBarrier_5_F"; + atlOffset=-0.00075531006; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={8347.543,106.39297,11377.341}; + angles[]={0.015998369,5.5623417,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1834; + type="Land_HBarrier_5_F"; + atlOffset=0.00060272217; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={8360.5361,106.26717,11372.78}; + angles[]={0.013995145,2.682548,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1835; + type="Land_HBarrier_5_F"; + atlOffset=0.00095367432; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={8333.9385,107.66526,11367.865}; + angles[]={0.012000273,3.2061467,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1844; + type="O_GMG_01_high_F"; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.2783,106.67926,11350.743}; + angles[]={0.012000273,3.991545,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1845; + type="Land_HBarrier_3_F"; + atlOffset=0.00029754639; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={8357.2842,105.4556,11356.769}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1846; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.00023651123; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={8366.0117,105.29341,11361.607}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1847; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00012207031; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.749,105.49776,11353.969}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1858; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00017547607; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={8324.3086,129.0961,11387.863}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1859; + type="Land_TTowerBig_2_F"; + atlOffset=0.003868103; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.5352,109.81776,11372.057}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1860; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.0027923584; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={8346.8848,106.29234,11382.241}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1861; + type="Land_Cargo_House_V3_F"; + atlOffset=0.014587402; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={8337.8105,106.50973,11381.606}; + angles[]={0.01799392,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1862; + type="Land_HBarrierWall6_F"; + atlOffset=0.00021362305; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.1035,106.94153,11374.491}; + angles[]={0.016002094,3.991545,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1863; + type="Land_HBarrierWall6_F"; + atlOffset=0.00025177002; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={8332.1738,106.49701,11387.641}; + angles[]={0.017997233,0.84995222,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1864; + type="Land_HBarrierWall6_F"; + atlOffset=0.00025939941; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.7998,106.64621,11390.744}; + angles[]={0.02399601,5.5623417,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1865; + type="Land_HBarrierWall6_F"; + atlOffset=0.0002746582; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={8324.3848,106.92899,11368.479}; + angles[]={0.015998369,3.991545,6.2631893}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1866; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0010528564; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={8326.3174,112.15823,11365.502}; + angles[]={0,0.32635355,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1867; + type="Land_LampHalogen_F"; + atlOffset=0.00043487549; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.3818,106.81686,11376.048}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1868; + type="Land_cargo_addon02_V1_F"; + atlOffset=-3.0517578e-005; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.541,106.90858,11379.681}; + angles[]={0.015998369,5.5623417,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1869; + type="Land_HBarrierWall_corridor_F"; + atlOffset=0.00022888184; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={8324.7031,106.47583,11395.385}; + angles[]={0.027993103,5.5623417,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1870; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00018310547; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={8311.8281,106.92051,11382.765}; + angles[]={0.02399601,3.991545,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1871; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00067138672; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={8314.8877,106.8091,11386.106}; + angles[]={0.019996032,5.5623417,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1872; + type="Land_HBarrierWall4_F"; + atlOffset=0.00043487549; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={8327.8848,106.48855,11392.521}; + angles[]={0.017997233,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1873; + type="Land_HBarrierWall4_F"; + atlOffset=0.00019836426; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={8330.2412,106.55448,11385.106}; + angles[]={0.017997233,5.5623417,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1876; + type="Land_HBarrier_5_F"; + atlOffset=0.00022125244; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={8318.6465,106.74493,11385.237}; + angles[]={0.019996032,0.84995222,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1877; + type="Land_HBarrier_5_F"; + atlOffset=0.00022888184; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={8325.4658,106.02538,11379.729}; + angles[]={0.015998369,5.5623417,6.2651916}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1879; + type="Land_Garbage_square5_F"; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={8323.2783,106.81363,11380.156}; + angles[]={0.015998369,0.84995222,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1884; + type="Land_HBarrier_3_F"; + atlOffset=0.00024414063; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={8322.2539,106.4624,11397.229}; + angles[]={0.039977662,0.84995222,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1885; + type="Land_HBarrier_3_F"; + atlOffset=0.00026702881; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={8315.2578,106.69614,11391.747}; + angles[]={0.033987202,3.991545,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1886; + type="Land_HBarrier_3_F"; + atlOffset=0.00028991699; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={8325.3584,106.76741,11380.819}; + angles[]={0.017997233,2.4207487,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1887; + type="Land_HBarrier_3_F"; + atlOffset=0.00025939941; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.9668,105.97916,11398.668}; + angles[]={0.02199479,5.3005419,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1888; + type="Land_BagFence_Round_F"; + atlOffset=0.00022125244; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={8332.9473,105.99619,11395.464}; + angles[]={0.0219975,2.9443474,6.2651849}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1889; + type="Land_BagFence_Round_F"; + atlOffset=0.0001373291; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={8320.6582,106.77676,11384.843}; + angles[]={0.017997233,2.4207487,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1890; + type="Land_PowerGenerator_F"; + atlOffset=0.00025177002; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={8331.1035,106.04633,11394.344}; + angles[]={0.017997233,2.4207487,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1895; + type="Land_BagFence_Short_F"; + atlOffset=0.00011444092; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.9971,105.92756,11400.525}; + angles[]={0.031988446,1.111752,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1896; + type="Land_BagFence_Short_F"; + atlOffset=9.9182129e-005; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.4775,105.88143,11402.065}; + angles[]={0.031988446,1.3735509,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1897; + type="Land_BagFence_Short_F"; + atlOffset=0.00010681152; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={8337.8906,105.93369,11393.815}; + angles[]={0.017997233,3.2061467,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1898; + type="Land_BagFence_Short_F"; + atlOffset=0.00012207031; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={8341.2051,105.86835,11394.398}; + angles[]={0.017997233,5.8241405,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1899; + type="Land_BagFence_Short_F"; + atlOffset=0.00010681152; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={8334.8652,105.96709,11394.984}; + angles[]={0.017997233,3.7297456,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1900; + type="Land_BagFence_Short_F"; + atlOffset=9.1552734e-005; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.7871,105.77411,11405.501}; + angles[]={0.02399601,5.0387421,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1901; + type="Land_BagFence_Short_F"; + atlOffset=0.00016021729; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={8339.6641,105.90064,11393.878}; + angles[]={0.017997233,6.0859404,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1902; + type="Land_BagFence_Short_F"; + atlOffset=0.00012207031; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={8328.3701,106.02088,11397.266}; + angles[]={0.02199479,2.4207487,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1903; + type="Land_BagFence_Short_F"; + atlOffset=0.0001449585; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={8336.2305,105.95684,11394.189}; + angles[]={0.017997233,3.4679463,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1904; + type="Land_BagFence_Short_F"; + atlOffset=0.00011444092; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.4141,105.82497,11403.841}; + angles[]={0.031988446,4.7769432,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1905; + type="Land_BagFence_Short_F"; + atlOffset=9.1552734e-005; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={8330.584,105.7338,11406.861}; + angles[]={0.02399601,5.3005419,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1906; + type="Land_BagFence_Short_F"; + atlOffset=3.8146973e-005; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={8328.1963,106.05669,11395.948}; + angles[]={0.027993103,0.84995222,6.2671833}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1907; + type="Land_BagFence_Short_F"; + atlOffset=0.00010681152; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.9395,106.07059,11394.153}; + angles[]={0.017997233,0.58815289,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1908; + type="Land_BagFence_Short_F"; + atlOffset=0.00010681152; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.1035,106.07027,11394.914}; + angles[]={0.017997233,3.991545,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1909; + type="Land_BagFence_Short_F"; + atlOffset=9.9182129e-005; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={8303.2549,118.40614,11406.14}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1916; + type="Land_Cargo_Tower_V3_F"; + atlOffset=0.00080871582; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={8316.8457,106.39817,11397.115}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1917; + type="Land_Cargo_House_V3_F"; + atlOffset=0.023399353; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={8309.5215,106.69789,11390.68}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1918; + type="Land_Cargo_House_V3_F"; + atlOffset=0.032875061; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={8304.9746,106.28506,11407.987}; + angles[]={6.2731848,5.5623417,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1919; + type="Land_HBarrierWall6_F"; + atlOffset=0.0016326904; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={8311.125,106.15354,11412.726}; + angles[]={0.0039967569,5.8241405,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1920; + type="Land_HBarrierWall6_F"; + atlOffset=3.8146973e-005; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={8299.9961,106.38699,11402.279}; + angles[]={0.015998369,5.3005419,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1921; + type="Land_HBarrierWall6_F"; + atlOffset=1.5258789e-005; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={8312.4893,105.92744,11411.923}; + angles[]={0,5.8241405,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1922; + type="Land_cargo_addon02_V2_F"; + atlOffset=-0.0022964478; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={8316.7871,106.05954,11415.368}; + angles[]={0.017997233,4.2533445,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1923; + type="Land_HBarrierWall_corridor_F"; + atlOffset=1.5258789e-005; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={8305.1982,105.14606,11400.525}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1924; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-0.00011444092; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={8302.2119,125.02429,11411.878}; + angles[]={0,5.5623064,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1928; + type="O_HMG_01_high_F"; + atlOffset=0.052131653; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={8320.2734,106.39404,11399.479}; + angles[]={0.039977662,0.84995222,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1929; + type="Land_HBarrier_3_F"; + atlOffset=-0.0018692017; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={8312.8711,106.51703,11395.979}; + angles[]={0.065904573,2.4207487,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1930; + type="Land_HBarrier_3_F"; + atlOffset=0.006072998; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={8310.5195,106.60664,11393.913}; + angles[]={0.047963165,2.4207487,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1931; + type="Land_HBarrier_3_F"; + atlOffset=0.00031280518; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={8313.1064,106.59953,11394.195}; + angles[]={0.033985451,3.991545,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1932; + type="Land_HBarrier_3_F"; + atlOffset=-0.0047988892; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={8318.0381,106.35043,11400.51}; + angles[]={0.031988446,2.4207487,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1933; + type="Land_HBarrier_3_F"; + atlOffset=0.00019073486; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={8310.2402,105.08109,11407.285}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1934; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=4.5776367e-005; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={8300.9785,105.59917,11399.646}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1935; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.10081482; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={8319.5361,104.99584,11409.961}; + angles[]={0,2.682548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1936; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00012969971; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={8309.7051,105.22794,11404.485}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1937; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=0.1322937; + }; + class Item149 + { + dataType="Object"; + class PositionInfo + { + position[]={8290.6826,105.31664,11405.349}; + angles[]={0,0.58815289,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1938; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=2.2888184e-005; + }; + class Item150 + { + dataType="Object"; + class PositionInfo + { + position[]={8307.2686,106.44688,11390.043}; + angles[]={0.047963165,5.5622892,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1944; + type="Land_BarrelSand_F"; + atlOffset=-5.3405762e-005; + }; + class Item151 + { + dataType="Object"; + class PositionInfo + { + position[]={8294.4043,105.36082,11402.854}; + angles[]={0,3.7297456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1945; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=-1.5258789e-005; + }; + class Item152 + { + dataType="Object"; + class PositionInfo + { + position[]={8368.0068,110.40234,11369.185}; + angles[]={0,4.2533445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1946; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.016021729; + }; + class Item153 + { + dataType="Object"; + class PositionInfo + { + position[]={8357.5889,106.1321,11380.664}; + angles[]={0,1.111752,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1947; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.0096969604; + }; + class Item154 + { + dataType="Object"; + class PositionInfo + { + position[]={8365.8271,106.1861,11376.6}; + angles[]={0.013999403,1.111752,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1948; + type="Land_HBarrierWall6_F"; + atlOffset=6.1035156e-005; + }; + class Item155 + { + dataType="Object"; + class PositionInfo + { + position[]={8369.6045,106.25647,11369.267}; + angles[]={0.013999403,1.111752,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1949; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0095748901; + }; + class Item156 + { + dataType="Object"; + class PositionInfo + { + position[]={8362.0479,106.10227,11383.932}; + angles[]={0.017997233,1.111752,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1950; + type="Land_HBarrierWall6_F"; + atlOffset=0.00012207031; + }; + class Item157 + { + dataType="Object"; + class PositionInfo + { + position[]={8372.7715,106.33232,11363.398}; + angles[]={0.013999403,1.111752,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1951; + type="Land_HBarrierWall_corner_F"; + atlOffset=0.00012207031; + }; + class Item158 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.1484,106.20315,11384.405}; + angles[]={0.017997233,2.682548,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1953; + type="Land_HBarrier_3_F"; + atlOffset=0.00018310547; + }; + class Item159 + { + dataType="Object"; + class PositionInfo + { + position[]={8354.5303,106.25831,11382.648}; + angles[]={0.01799392,4.2533445,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1954; + type="Land_HBarrier_3_F"; + atlOffset=0.0001373291; + }; + class Item160 + { + dataType="Object"; + class PositionInfo + { + position[]={8353.5098,106.24121,11416.377}; + angles[]={0.0019834081,5.5623417,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1957; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00023651123; + }; + class Item161 + { + dataType="Object"; + class PositionInfo + { + position[]={8339.2451,105.30122,11403.815}; + angles[]={0.019996032,5.5623417,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1958; + type="Land_HelipadCircle_F"; + atlOffset=-7.6293945e-006; + }; + class Item162 + { + dataType="Object"; + class PositionInfo + { + position[]={8353.3145,106.00802,11415.894}; + angles[]={0.0019834081,3.991545,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1959; + type="Land_BagBunker_Large_F"; + atlOffset=0.00022125244; + }; + class Item163 + { + dataType="Object"; + class PositionInfo + { + position[]={8352.7588,105.86759,11406.049}; + angles[]={0.0080009829,1.111752,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1960; + type="Land_HBarrierWall6_F"; + atlOffset=0.014648438; + }; + class Item164 + { + dataType="Object"; + class PositionInfo + { + position[]={8343.7979,105.90314,11416.821}; + angles[]={0.0060001095,0.58815289,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1961; + type="Land_HBarrierWall6_F"; + atlOffset=0.0010452271; + }; + class Item165 + { + dataType="Object"; + class PositionInfo + { + position[]={8355.4082,105.91467,11399.063}; + angles[]={0.017997233,1.3735509,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1962; + type="Land_HBarrierWall6_F"; + atlOffset=0.00012969971; + }; + class Item166 + { + dataType="Object"; + class PositionInfo + { + position[]={8358.2686,106.01507,11391.26}; + angles[]={0.017997233,1.111752,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1963; + type="Land_HBarrierWall6_F"; + atlOffset=9.9182129e-005; + }; + class Item167 + { + dataType="Object"; + class PositionInfo + { + position[]={8356.4131,111.23571,11392.608}; + angles[]={0,0.58815289,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1964; + type="Land_LampHalogen_F"; + atlOffset=0.00026702881; + }; + class Item168 + { + dataType="Object"; + class PositionInfo + { + position[]={8349.668,104.74364,11418.949}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1966; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00020599365; + }; + class Item169 + { + dataType="Object"; + class PositionInfo + { + position[]={8358.0068,104.72749,11418.635}; + angles[]={0,3.991545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1967; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=5.3405762e-005; + }; + class Item170 + { + dataType="Object"; + class PositionInfo + { + position[]={8355.332,104.71676,11421.65}; + angles[]={0,0.84995222,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1969; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-6.1035156e-005; + }; + class Item171 + { + dataType="Object"; + class PositionInfo + { + position[]={8352.8428,104.73135,11421.702}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1970; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00028991699; + }; + class Item172 + { + dataType="Object"; + class PositionInfo + { + position[]={8359.1338,104.83348,11414.558}; + angles[]={0,2.4207487,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1971; + type="Land_Concrete_SmallWall_4m_F"; + atlOffset=-0.00022888184; + }; + class Item173 + { + dataType="Object"; + class PositionInfo + { + position[]={8343.0967,105.83791,11394.896}; + angles[]={0.017997233,3.2061467,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1973; + type="Land_BagFence_Round_F"; + atlOffset=9.1552734e-005; + }; + class Item174 + { + dataType="Object"; + class PositionInfo + { + position[]={8331.0068,105.7001,11407.898}; + angles[]={0.02399601,4.7769432,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1975; + type="Land_BagFence_End_F"; + atlOffset=9.1552734e-005; + }; + class Item175 + { + dataType="Object"; + class PositionInfo + { + position[]={8355.7607,104.78215,11411.608}; + angles[]={0,5.5623417,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1977; + type="Land_Concrete_SmallWall_8m_F"; + atlOffset=0.00022125244; + }; + class Item176 + { + dataType="Object"; + class PositionInfo + { + position[]={8324.1211,110.1582,11416.484}; + angles[]={0,2.682548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1981; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=0.032653809; + }; + class Item177 + { + dataType="Object"; + class PositionInfo + { + position[]={8336.7061,105.9155,11419.915}; + angles[]={0.0039967569,0.32635355,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1982; + type="Land_HBarrierWall6_F"; + atlOffset=-0.031181335; + }; + class Item178 + { + dataType="Object"; + class PositionInfo + { + position[]={8322.5801,105.98596,11417.475}; + angles[]={0.0019834081,5.8241405,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1983; + type="Land_HBarrierWall6_F"; + atlOffset=-0.0021743774; + }; + class Item179 + { + dataType="Object"; + class PositionInfo + { + position[]={8329.8105,105.94843,11420.161}; + angles[]={0,6.0859404,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=1984; + type="Land_HBarrierWall6_F"; + atlOffset=-0.024971008; + }; + class Item180 + { + dataType="Object"; + class PositionInfo + { + position[]={8337.0049,105.85826,11418.486}; + angles[]={0,3.4679463,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=1985; + type="Land_cargo_addon02_V1_F"; + atlOffset=-0.0015029907; + }; + }; + id=1989; + atlOffset=-0.013137817; + }; + class Item209 + { + dataType="Marker"; + position[]={8311.6201,98.617996,11372.02}; + name="military_12"; + text="Border Patrol Headquarter"; + type="o_support"; + colorName="ColorEAST"; + id=1990; + atlOffset=-7.7900696; + }; + class Item210 + { + dataType="Layer"; + name="Depot [OPF]"; + id=2056; + atlOffset=-116.76; + }; + class Item211 + { + dataType="Layer"; + name="Refinery [OPF]"; + class Entities + { + items=41; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={15331.76,93.465263,11872.366}; + angles[]={0.0019834081,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2057; + type="Land_HBarrier_Big_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={15328.403,93.470001,11858.981}; + angles[]={0,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2058; + type="Land_HBarrier_Big_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={15331.585,93.470001,11863.992}; + angles[]={0,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2059; + type="Land_HBarrier_Big_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15326.941,97.158882,11870.538}; + angles[]={0,4.74821,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2060; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15319.9,93.470001,11859.033}; + angles[]={0,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2062; + type="Land_HBarrier_Big_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={15308.461,93.470001,11853.944}; + angles[]={0,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2063; + type="Land_HBarrier_Big_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={15311.771,93.470001,11859.077}; + angles[]={0,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2064; + type="Land_HBarrier_Big_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={15303.591,93.470001,11850.741}; + angles[]={0,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2065; + type="Land_HBarrier_Big_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={15296.822,92.679314,11849.148}; + angles[]={0,0.82121897,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2079; + type="Land_BagFence_Round_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={15298.982,92.679314,11849.028}; + angles[]={0,5.5336084,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2080; + type="Land_BagFence_Round_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={15296.287,92.679314,11851.67}; + angles[]={0,4.74821,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2081; + type="Land_BagFence_Long_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={15314.215,93.515625,11862.239}; + angles[]={0,3.1774135,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2085; + type="CamoNet_OPFOR_F"; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={15326.88,93.459999,11875.794}; + angles[]={0,3.1774135,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2088; + type="Land_HBarrier_Big_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={15332.995,93.372612,11903.343}; + angles[]={0.0039967569,4.7482104,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2089; + type="Land_HBarrier_Big_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={15329.889,93.440002,11889.944}; + angles[]={0.0039967569,0.035820842,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2090; + type="Land_HBarrier_Big_F"; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={15332.949,93.409821,11895.089}; + angles[]={0.0019834081,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2091; + type="Land_HBarrier_Big_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={15327.801,97.107857,11894.522}; + angles[]={0,4.74821,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2095; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={15325.834,94.197647,11907.229}; + angles[]={0.0099949092,1.6066172,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2110; + type="CamoNet_OPFOR_big_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={15268.181,93.474037,11892.905}; + angles[]={0.0080009829,3.1774135,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2112; + type="Land_HBarrier_Big_F"; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={15265.046,93.380737,11906.528}; + angles[]={0.0060001095,4.74821,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2113; + type="Land_HBarrier_Big_F"; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={15264.988,93.445869,11898.022}; + angles[]={0.0080009829,4.74821,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2114; + type="Land_HBarrier_Big_F"; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={15294.142,102.78276,11876.716}; + angles[]={0,1.6066172,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2115; + type="Land_dp_mainFactory_F"; + atlOffset=1.5258789e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={15271.442,92.68734,11890.414}; + angles[]={0.0080009829,4.74821,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2116; + type="Land_BagFence_Long_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={15271.941,105.06026,11903.028}; + angles[]={0,3.1774135,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2117; + type="Land_Cargo_Tower_V3_F"; + atlOffset=-7.6293945e-006; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={15271.978,92.699829,11887.893}; + angles[]={0.0039967569,0.82121897,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2119; + type="Land_BagFence_Round_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={15333.17,93.292519,11911.717}; + angles[]={0.015998369,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2120; + type="Land_HBarrier_Big_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={15328.29,93.230858,11915.144}; + angles[]={0.015998369,3.1774135,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2121; + type="Land_HBarrier_Big_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={15319.916,93.203926,11915.318}; + angles[]={0.017997233,3.1774135,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2126; + type="Land_HBarrier_Big_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={15304.354,93.284775,11910.373}; + angles[]={0.013999403,4.7482104,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2127; + type="Land_HBarrier_Big_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={15311.662,93.191238,11915.364}; + angles[]={0.023993526,3.1774135,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2128; + type="Land_HBarrier_Big_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={15303.288,93.203712,11915.539}; + angles[]={0.017997233,3.1774135,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2129; + type="Land_HBarrier_Big_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={15308.387,96.965332,11911.229}; + angles[]={0,3.1774135,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2136; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={15301.656,93.338982,11909.721}; + angles[]={0.011995304,1.6066172,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2138; + type="CamoNet_OPFOR_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={15270.172,93.3321,11909.722}; + angles[]={0.0099949092,3.1774135,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2140; + type="Land_HBarrier_Big_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={15278.423,93.306725,11909.553}; + angles[]={0.0080009829,3.1774135,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2141; + type="Land_HBarrier_Big_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={15282.896,92.512947,11909.768}; + angles[]={0.0079935296,1.6066172,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2143; + type="Land_BagFence_Corner_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={15283.534,92.456078,11913.621}; + angles[]={0.015994642,4.74821,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2144; + type="Land_BagFence_Corner_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={15283.217,92.484718,11911.757}; + angles[]={0.013999403,4.74821,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2145; + type="Land_BagFence_Long_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={15287.597,92.479698,11911.851}; + angles[]={0.015994642,1.6066172,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2146; + type="Land_BagFence_Long_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={15285.296,92.446381,11913.933}; + angles[]={0.015994642,3.1774135,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2147; + type="Land_BagFence_Long_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={15287.287,92.453308,11913.611}; + angles[]={0.015994642,0.035820842,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2148; + type="Land_BagFence_Corner_F"; + }; + }; + id=2149; + atlOffset=0.00035095215; + }; + class Item212 + { + dataType="Marker"; + position[]={15312.043,84.372002,11900.536}; + name="military_13"; + text="Seggerde Base"; + type="o_support"; + colorName="ColorEAST"; + id=2150; + atlOffset=-7.7899399; + }; + class Item213 + { + dataType="Layer"; + name="Headquarters (Fortified)"; + id=2214; + atlOffset=-116.76; + }; + class Item214 + { + dataType="Layer"; + name="Main Headquarters [OPF]"; + id=2468; + atlOffset=-116.76; + }; + class Item215 + { + dataType="Layer"; + name="Command Centre"; + id=2595; + atlOffset=-116.76; + }; + class Item216 + { + dataType="Layer"; + name="Headquarters"; + id=2632; + atlOffset=-116.76; + }; + class Item217 + { + dataType="Layer"; + name="Military Compound"; + class Entities + { + items=149; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2026.4207,122.97835,10438.821}; + angles[]={0.02199479,0.1650424,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2633; + type="Land_BagFence_Long_F"; + atlOffset=0.027435303; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={2022.8257,123.02737,10436.251}; + angles[]={0.019996032,1.7358389,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2634; + type="Land_BagFence_Long_F"; + atlOffset=0.027427673; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2020.3063,124.20658,10443.766}; + angles[]={0,2.7830365,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2635; + type="Land_CncWall1_F"; + atlOffset=0.025024414; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2017.6135,124.26138,10441.3}; + angles[]={0,1.9976382,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2636; + type="Land_CncWall1_F"; + atlOffset=0.027755737; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2018.2915,124.23988,10442.327}; + angles[]={0,2.2594376,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2637; + type="Land_CncWall1_F"; + atlOffset=0.026695251; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={2021.4436,124.2028,10443.955}; + angles[]={0,3.0448358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2638; + type="Land_CncWall1_F"; + atlOffset=0.024604797; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2019.1957,124.21991,10443.19}; + angles[]={0,2.5212371,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2639; + type="Land_CncWall1_F"; + atlOffset=0.02570343; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2016.9778,124.32347,10438.238}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2640; + type="Land_CncWall4_F"; + atlOffset=0.029876709; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2024.5807,124.21713,10443.561}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2641; + type="Land_CncWall4_F"; + atlOffset=0.024780273; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2022.5947,123.58905,10440.976}; + angles[]={0,5.9246292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2642; + type="Land_PortableLight_double_F"; + atlOffset=0.026687622; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2023.8521,122.9772,10438.615}; + angles[]={0.02199479,2.5212371,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2643; + type="Land_BagFence_Round_F"; + atlOffset=0.027435303; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.51,123.14802,10433.765}; + angles[]={0.02199479,1.7358389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2644; + type="Land_BagFence_Long_F"; + atlOffset=0.027488708; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2035.9353,123.05849,10437.362}; + angles[]={0.02199479,3.3066354,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2645; + type="Land_BagFence_Long_F"; + atlOffset=0.027397156; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2052.6602,123.52402,10432.8}; + angles[]={0,0.17354202,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + init="this setVariable [""ace_medical_isMedicalFacility"", true, true];"; + }; + id=2646; + type="Land_Medevac_house_V1_F"; + atlOffset=0.025268555; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2050.4739,124.42221,10439.248}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2647; + type="Land_CncWall4_F"; + atlOffset=0.026916504; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2040.1166,124.34037,10440.973}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2648; + type="Land_CncWall4_F"; + atlOffset=0.026901245; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.2953,124.38007,10440.11}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2649; + type="Land_CncWall4_F"; + atlOffset=0.026931763; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2029.7593,124.25543,10442.698}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2650; + type="Land_CncWall4_F"; + atlOffset=0.025970459; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.6526,124.48392,10438.386}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2651; + type="Land_CncWall4_F"; + atlOffset=0.027488708; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2046.1251,123.44469,10433.889}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2652; + type="Land_Cargo_House_V3_F"; + atlOffset=0.023498535; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2059.0718,123.5946,10431.731}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2653; + type="Land_Cargo_House_V3_F"; + atlOffset=0.025444031; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2034.8877,123.3308,10446.283}; + angles[]={0.019999012,3.3068099,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2654; + type="Land_BagBunker_Large_F"; + atlOffset=0.027435303; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2041.3777,123.74306,10437.34}; + angles[]={0,0.95044041,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2655; + type="Land_PortableLight_double_F"; + atlOffset=0.025215149; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.3035,123.09066,10436.334}; + angles[]={0.02199479,4.0920334,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2656; + type="Land_BagFence_Round_F"; + atlOffset=0.027481079; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2076.1404,125.85242,10433.579}; + angles[]={0,4.0920334,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2657; + type="Land_CncWall1_F"; + atlOffset=0.021980286; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2076.7168,125.89488,10432.469}; + angles[]={0,4.3538327,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2658; + type="Land_CncWall1_F"; + atlOffset=0.02166748; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2074.2505,125.77596,10435.161}; + angles[]={0,3.5684347,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2659; + type="Land_CncWall1_F"; + atlOffset=0.024421692; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2075.2781,125.80771,10434.482}; + angles[]={0,3.8302341,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2660; + type="Land_CncWall1_F"; + atlOffset=0.023094177; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2076.9055,125.92695,10431.332}; + angles[]={0,4.6156321,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2661; + type="Land_CncWall1_F"; + atlOffset=0.021156311; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2071.1885,125.72766,10435.797}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2662; + type="Land_CncWall4_F"; + atlOffset=0.028129578; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2060.8313,124.5563,10437.522}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2663; + type="Land_CncWall4_F"; + atlOffset=0.027427673; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2076.571,125.96941,10428.16}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2664; + type="Land_CncWall4_F"; + atlOffset=7.6293945e-006; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2066.0098,124.84156,10436.66}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2665; + type="Land_CncWall4_F"; + atlOffset=0.027572632; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2075.676,125.20557,10431.754}; + angles[]={0,1.2122397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2666; + type="Land_PortableLight_double_F"; + atlOffset=0.024917603; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2021.1213,123.30651,10423.736}; + angles[]={0.019996032,0.95044041,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2667; + type="Land_BagFence_Round_F"; + atlOffset=0.027442932; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={2023.4847,123.33413,10422.709}; + angles[]={0.02199479,0.1650424,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2668; + type="Land_BagFence_Long_F"; + atlOffset=0.027442932; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={2020.9156,123.24985,10426.306}; + angles[]={0.02199479,4.8774319,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2669; + type="Land_BagFence_Long_F"; + atlOffset=0.027435303; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={2016.1154,124.43918,10433.06}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2670; + type="Land_CncWall4_F"; + atlOffset=0.029876709; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={2014.3903,124.65407,10422.702}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2671; + type="Land_CncWall4_F"; + atlOffset=0.030342102; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={2012.6652,124.85827,10412.345}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2672; + type="Land_CncWall4_F"; + atlOffset=0.03074646; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={2011.8026,124.95548,10407.166}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2673; + type="Land_CncWall4_F"; + atlOffset=0.030807495; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={2015.2528,124.54768,10427.881}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2674; + type="Land_CncWall4_F"; + atlOffset=0.029884338; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={2009.0891,123.87273,10417.634}; + angles[]={0.019996032,1.7360129,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2680; + type="Land_BagBunker_Large_F"; + atlOffset=0.027534485; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={2053.8003,123.50116,10422.094}; + angles[]={0.02199479,0.95044041,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2682; + type="Land_BagFence_Round_F"; + atlOffset=0.027503967; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={2035.5485,123.40963,10421.333}; + angles[]={0.02199479,5.6628294,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2683; + type="Land_BagFence_Round_F"; + atlOffset=0.027450562; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={2054.6519,123.39808,10426.914}; + angles[]={0.02399601,2.5212371,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2684; + type="Land_BagFence_Round_F"; + atlOffset=0.027488708; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={2056.1636,123.54497,10421.066}; + angles[]={0.02199479,0.1650424,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2685; + type="Land_BagFence_Long_F"; + atlOffset=0.027488708; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.184,123.6951,10408.221}; + angles[]={0.019996032,1.7358389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2686; + type="Land_BagFence_Long_F"; + atlOffset=0.027481079; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={2037.7322,123.75109,10405.508}; + angles[]={0.02199479,1.7358389,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2687; + type="Land_BagFence_Long_F"; + atlOffset=0.027488708; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={2057.2932,123.41967,10427.087}; + angles[]={0.02399601,0.1650424,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2688; + type="Land_BagFence_Long_F"; + atlOffset=0.027526855; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={2032.9797,123.39984,10421.127}; + angles[]={0.02199479,3.3066354,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2689; + type="Land_BagFence_Long_F"; + atlOffset=0.027442932; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={2036.5796,123.36184,10423.695}; + angles[]={0.02199479,4.8774319,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2690; + type="Land_BagFence_Long_F"; + atlOffset=0.027503967; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={2039.8895,123.67973,10409.331}; + angles[]={0.019996032,0.1650424,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2691; + type="Land_BagFence_Long_F"; + atlOffset=0.027481079; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={2053.5938,123.44299,10424.662}; + angles[]={0.02199479,1.7358389,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2692; + type="Land_BagFence_Long_F"; + atlOffset=0.027496338; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={2024.3867,123.33479,10402.28}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2693; + type="Land_i_Barracks_V2_F"; + atlOffset=0.027404785; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={2029.7267,122.77177,10429.776}; + angles[]={0.02199479,4.8779726,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2694; + type="Land_HelipadSquare_F"; + atlOffset=0.027404785; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.9762,124.95647,10413.766}; + angles[]={0,4.3538327,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2696; + type="Land_CncWall1_F"; + atlOffset=0.021522522; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.4008,124.93098,10414.875}; + angles[]={0,4.0920334,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2697; + type="Land_CncWall1_F"; + atlOffset=0.021682739; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={2044.5375,124.90829,10415.779}; + angles[]={0,3.8302341,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2698; + type="Land_CncWall1_F"; + atlOffset=0.022262573; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.6143,125.09062,10411.527}; + angles[]={0,1.2122397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2699; + type="Land_CncWall1_F"; + atlOffset=0.033676147; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.4258,125.06328,10412.664}; + angles[]={0,1.4740391,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2700; + type="Land_CncWall1_F"; + atlOffset=0.033241272; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={2043.51,124.88949,10416.458}; + angles[]={0,3.5684347,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2701; + type="Land_CncWall1_F"; + atlOffset=0.023200989; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={2046.1649,124.98054,10412.628}; + angles[]={0,4.6156321,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2702; + type="Land_CncWall1_F"; + atlOffset=0.021705627; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={2044.046,125.25732,10399.134}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2703; + type="Land_CncWall4_F"; + atlOffset=0.021324158; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.7712,125.04158,10409.491}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2704; + type="Land_CncWall4_F"; + atlOffset=0.021347046; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={2044.9087,125.15086,10404.313}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2705; + type="Land_CncWall4_F"; + atlOffset=0.02191925; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.8193,125.00115,10415.801}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2706; + type="Land_CncWall4_F"; + atlOffset=0.032928467; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={2041.3811,128.22519,10405.405}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2708; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=7.6293945e-006; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={2074.9277,125.14047,10404.383}; + angles[]={0.02399601,5.6628294,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2711; + type="Land_BagFence_Round_F"; + atlOffset=0.027519226; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={2075.9548,125.10017,10406.746}; + angles[]={0.02399601,4.8774319,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2712; + type="Land_BagFence_Long_F"; + atlOffset=0.027496338; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={2072.3589,125.10429,10404.177}; + angles[]={0.02399601,3.3066354,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2713; + type="Land_BagFence_Long_F"; + atlOffset=0.027488708; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={2070.5925,125.26444,10395.093}; + angles[]={0.019996032,3.3066354,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2714; + type="Land_BagFence_Long_F"; + atlOffset=0.027503967; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={2059.3203,131.82681,10412.682}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2715; + type="Land_TTowerSmall_2_F"; + atlOffset=0.039871216; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={2072.6096,126.35412,10408.57}; + angles[]={0,5.4010305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2716; + type="Land_CncWall1_F"; + atlOffset=0.024085999; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={2073.2876,126.33598,10409.598}; + angles[]={0,5.1392307,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2717; + type="Land_CncWall1_F"; + atlOffset=0.022491455; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={2069.4583,126.34694,10406.941}; + angles[]={0,6.1864285,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2718; + type="Land_CncWall1_F"; + atlOffset=0.028961182; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={2068.3777,126.60731,10393.054}; + angles[]={0,3.8302341,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2719; + type="Land_CncWall1_F"; + atlOffset=0.021881104; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={2055.9727,125.62297,10395.625}; + angles[]={0,3.0448358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2720; + type="Land_CncWall1_F"; + atlOffset=0.026092529; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={2058.0806,125.17246,10408.835}; + angles[]={0,0.42684174,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2721; + type="Land_CncWall1_F"; + atlOffset=0.03163147; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={2067.3503,126.58857,10393.732}; + angles[]={0,3.5684347,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2722; + type="Land_CncWall1_F"; + atlOffset=0.022926331; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={2054.8352,125.42082,10395.437}; + angles[]={0,2.7830365,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2723; + type="Land_CncWall1_F"; + atlOffset=0.027351379; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={2056.1899,125.12046,10410.417}; + angles[]={0,0.95044041,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2724; + type="Land_CncWall1_F"; + atlOffset=0.033340454; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={2071.7053,126.36317,10407.707}; + angles[]={0,5.6628294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2725; + type="Land_CncWall1_F"; + atlOffset=0.025627136; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={2057.0532,125.14817,10409.514}; + angles[]={0,0.68864107,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2726; + type="Land_CncWall1_F"; + atlOffset=0.032546997; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={2070.5957,126.3586,10407.131}; + angles[]={0,5.9246292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2727; + type="Land_CncWall1_F"; + atlOffset=0.027290344; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={2073.9243,126.2775,10412.659}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2728; + type="Land_CncWall4_F"; + atlOffset=0.021354675; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={2061.1416,125.44438,10408.199}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2729; + type="Land_CncWall4_F"; + atlOffset=0.028327942; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={2074.7866,126.17989,10417.837}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2730; + type="Land_CncWall4_F"; + atlOffset=0.020889282; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={2064.2883,126.54941,10394.368}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2731; + type="Land_CncWall4_F"; + atlOffset=0.02596283; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={2066.3213,126.29716,10407.336}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2732; + type="Land_CncWall4_F"; + atlOffset=0.028297424; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={2059.1096,126.29763,10395.231}; + angles[]={0,3.3066354,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2733; + type="Land_CncWall4_F"; + atlOffset=0.027084351; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={2065.7927,128.09477,10421.108}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2734; + type="Land_Cargo_HQ_V3_F"; + atlOffset=0.01424408; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={2079.95,125.32095,10423.059}; + angles[]={0.017997233,4.8776059,0.025994543}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2735; + type="Land_BagBunker_Large_F"; + atlOffset=0.027626038; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={2072.9558,125.31721,10394.065}; + angles[]={0.013999403,4.0920334,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2736; + type="Land_BagFence_Round_F"; + atlOffset=0.027526855; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={2013.7415,123.90166,10390.835}; + angles[]={0.0080009829,4.8774319,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2737; + type="Land_BagFence_Long_F"; + atlOffset=0.036582947; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={2016.2963,123.93726,10387.159}; + angles[]={0.0080009829,0.1650424,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2738; + type="Land_BagFence_Long_F"; + atlOffset=0.027450562; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={2009.0089,125.23649,10387.355}; + angles[]={0,1.2122397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2739; + type="Land_CncWall1_F"; + atlOffset=0.032165527; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={2009.5854,125.24699,10386.246}; + angles[]={0,0.95044041,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2740; + type="Land_CncWall1_F"; + atlOffset=0.032546997; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={2008.8202,125.22672,10388.493}; + angles[]={0,1.4740391,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2741; + type="Land_CncWall1_F"; + atlOffset=0.030357361; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={2011.4752,125.2709,10384.664}; + angles[]={0,0.42684174,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2742; + type="Land_CncWall1_F"; + atlOffset=0.03200531; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={2010.4476,125.25813,10385.342}; + angles[]={0,0.68864107,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2743; + type="Land_CncWall1_F"; + atlOffset=0.032203674; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={2010.0775,125.15578,10396.809}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2744; + type="Land_CncWall4_F"; + atlOffset=0.037239075; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={2014.5372,125.29881,10384.027}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2745; + type="Land_CncWall4_F"; + atlOffset=0.030326843; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={2010.9401,125.05327,10401.987}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2746; + type="Land_CncWall4_F"; + atlOffset=0.03087616; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={2009.215,125.20707,10391.63}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2747; + type="Land_CncWall4_F"; + atlOffset=0.030410767; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={2013.934,123.91489,10388.186}; + angles[]={0.0080009829,0.95044041,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2748; + type="Land_BagFence_Round_F"; + atlOffset=0.027458191; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={2037.7861,124.05177,10389.106}; + angles[]={0.010000871,5.6628294,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2749; + type="Land_BagFence_Round_F"; + atlOffset=0.036811829; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={2048.5562,124.19759,10382.244}; + angles[]={0.011995304,0.95044041,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2750; + type="Land_BagFence_Round_F"; + atlOffset=0.036773682; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={2032.9663,124.01842,10389.959}; + angles[]={0.011995304,0.95044041,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2751; + type="Land_BagFence_Round_F"; + atlOffset=0.036758423; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={2049.3977,124.14097,10386.987}; + angles[]={0.010000871,2.5212371,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2752; + type="Land_BagFence_Round_F"; + atlOffset=0.027549744; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={2050.9214,124.22884,10381.222}; + angles[]={0.011995304,0.1650424,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2753; + type="Land_BagFence_Long_F"; + atlOffset=0.036827087; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.8026,124.02252,10391.393}; + angles[]={0.013999403,4.8774319,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2754; + type="Land_BagFence_Long_F"; + atlOffset=0.027503967; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={2025.6689,124.01482,10385.597}; + angles[]={0.010000871,3.3066354,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2755; + type="Land_BagFence_Long_F"; + atlOffset=0.027458191; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={2048.3386,124.15672,10384.736}; + angles[]={0.011995304,1.7358389,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2756; + type="Land_BagFence_Long_F"; + atlOffset=0.027534485; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={2029.2786,124.01925,10388.248}; + angles[]={0.0099949092,4.8774319,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2757; + type="Land_BagFence_Long_F"; + atlOffset=0.036743164; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={2035.2203,124.04012,10388.906}; + angles[]={0.011995304,0.1650424,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2758; + type="Land_BagFence_Long_F"; + atlOffset=0.036804199; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={2042.7314,125.33396,10395.045}; + angles[]={0,5.4010305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2759; + type="Land_CncWall1_F"; + atlOffset=0.02407074; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={2043.4094,125.31616,10396.072}; + angles[]={0,5.1392307,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2760; + type="Land_CncWall1_F"; + atlOffset=0.022766113; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={2039.5802,125.34441,10393.416}; + angles[]={0,6.1864285,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2761; + type="Land_CncWall1_F"; + atlOffset=0.029525757; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={2052.1436,125.43585,10392.971}; + angles[]={0,1.9976382,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2762; + type="Land_CncWall1_F"; + atlOffset=0.031608582; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={2041.8273,125.34082,10394.182}; + angles[]={0,5.6628294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2763; + type="Land_CncWall1_F"; + atlOffset=0.025634766; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={2052.8213,125.42695,10393.997}; + angles[]={0,2.2594376,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2764; + type="Land_CncWall1_F"; + atlOffset=0.030303955; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={2040.7175,125.34515,10393.605}; + angles[]={0,5.9246292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2765; + type="Land_CncWall1_F"; + atlOffset=0.028366089; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={2051.5068,125.48116,10389.908}; + angles[]={0,1.7358389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2766; + type="Land_CncWall4_F"; + atlOffset=0.033607483; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={2040.4305,125.57342,10379.715}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2767; + type="Land_CncWall4_F"; + atlOffset=0.083877563; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={2030.0731,125.43751,10381.439}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2768; + type="Land_CncWall4_F"; + atlOffset=0.029937744; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={2019.7158,125.34137,10383.165}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2769; + type="Land_CncWall4_F"; + atlOffset=0.030319214; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={2035.2518,125.53289,10380.577}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2770; + type="Land_CncWall4_F"; + atlOffset=0.083900452; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={2045.6091,125.60701,10378.852}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2771; + type="Land_CncWall4_F"; + atlOffset=0.083946228; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={2024.8749,124.55873,10377.75}; + angles[]={0.0099949092,0.16521692,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2772; + type="Land_BagBunker_Large_F"; + atlOffset=0.027534485; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={2038.3409,124.64804,10394}; + angles[]={0,2.7830365,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2773; + type="Land_PortableLight_double_F"; + atlOffset=0.026863098; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={2028.2378,124.02816,10385.803}; + angles[]={0.010000871,5.6628294,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2774; + type="Land_BagFence_Round_F"; + atlOffset=0.027458191; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={2053.7256,125.42247,10394.86}; + angles[]={0,2.5212371,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2775; + type="Land_CncWall1_F"; + atlOffset=0.028869629; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={2068.1123,126.80301,10378.525}; + angles[]={0,5.1392307,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2776; + type="Land_CncWall1_F"; + atlOffset=0.023086548; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={2064.283,126.76601,10375.869}; + angles[]={0,6.1864285,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2777; + type="Land_CncWall1_F"; + atlOffset=0.030639648; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={2067.4343,126.81258,10377.498}; + angles[]={0,5.4010305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2778; + type="Land_CncWall1_F"; + atlOffset=0.024864197; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={2069.24,126.62791,10392.149}; + angles[]={0,4.0920334,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2779; + type="Land_CncWall1_F"; + atlOffset=0.021202087; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={2065.4194,126.78136,10376.06}; + angles[]={0,5.9246292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2780; + type="Land_CncWall1_F"; + atlOffset=0.028755188; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={2069.8164,126.64899,10391.039}; + angles[]={0,4.3538327,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2781; + type="Land_CncWall1_F"; + atlOffset=0.020965576; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={2070.0051,126.6668,10389.902}; + angles[]={0,4.6156321,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2782; + type="Land_CncWall1_F"; + atlOffset=0.021133423; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={2066.53,126.80137,10376.635}; + angles[]={0,5.6628294,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2783; + type="Land_CncWall1_F"; + atlOffset=0.026802063; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={2068.7488,126.76463,10381.587}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2784; + type="Land_CncWall4_F"; + atlOffset=0.020637512; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={2050.7878,125.81629,10377.989}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2785; + type="Land_CncWall4_F"; + atlOffset=0.083900452; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={2061.145,126.7165,10376.265}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2786; + type="Land_CncWall4_F"; + atlOffset=0.023529053; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={2069.6116,126.69933,10386.766}; + angles[]={0,4.8774319,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2787; + type="Land_CncWall4_F"; + atlOffset=0.020782471; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={2060.4983,137.71375,10385.493}; + angles[]={0,0.1650424,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2788; + type="Land_Cargo_Tower_V3_F"; + atlOffset=0.0064849854; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={2056.0789,125.8354,10372.553}; + angles[]={0.012000273,0.16521692,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2789; + type="Land_BagBunker_Large_F"; + atlOffset=0.027709961; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={2064.79,126.04414,10379.33}; + angles[]={0,1.9976382,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2790; + type="Land_PortableLight_double_F"; + atlOffset=0.024803162; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={2073.1626,125.35648,10391.497}; + angles[]={0.013999403,1.7358389,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2791; + type="Land_BagFence_Long_F"; + atlOffset=0.027534485; + }; + }; + id=2792; + atlOffset=0.020988464; + }; + class Item218 + { + dataType="Marker"; + position[]={2053.095,115.653,10403.423}; + name="military_14"; + text="Klein Sisbeck Base"; + type="o_support"; + colorName="ColorEAST"; + id=2793; + atlOffset=-7.7894897; + }; + class Item219 + { + dataType="Layer"; + name="VIP Compound"; + class Entities + { + items=114; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.1016,104.59539,2103.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2794; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.8962,100.76373,2104.6147}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2795; + type="Land_New_WiredFence_10m_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.6038,101.35738,2099.6667}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2796; + type="Land_New_WiredFence_10m_F"; + atlOffset=7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.3516,101.01312,2099.7734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2797; + type="Land_New_WiredFence_10m_F"; + atlOffset=-7.6293945e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.8408,100.77173,2096.2642}; + angles[]={6.2812018,0,6.2272449}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2798; + type="Land_Razorwire_F"; + atlOffset=0.0052337646; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={2858.8516,101.41871,2104.0234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2800; + type="Land_CncWall4_F"; + atlOffset=-7.6293945e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2861.1018,101.71957,2101.7734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2801; + type="Land_CncWall4_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2865.6013,101.04089,2102.5234}; + angles[]={0,5.7595863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2803; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2859.1013,100.84442,2107.2734}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2804; + type="Land_CncWall1_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2863.1016,100.41212,2112.0234}; + angles[]={0,1.3089969,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2805; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.3513,101.32036,2102.0234}; + angles[]={0,6.0213857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2806; + type="Land_CncWall1_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.2231,100.25784,2098.0183}; + angles[]={0.019996032,2.0943952,6.251195}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2807; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.4734,100.30755,2094.2686}; + angles[]={0.02399601,0.78539819,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2808; + type="Land_BagFence_Round_F"; + atlOffset=4.5776367e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.6394,99.757065,2112.3572}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2809; + type="Land_PortableLight_double_F"; + atlOffset=7.6293945e-006; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2876.0989,100.23558,2095.0183}; + angles[]={0.019996032,1.5707964,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2810; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2874.7241,100.27154,2093.5183}; + angles[]={0.02399601,3.1415927,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2811; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2871.8481,100.28624,2096.1436}; + angles[]={0.011995304,4.712389,6.259192}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2813; + type="Land_BagFence_Short_F"; + atlOffset=3.8146973e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2876.4563,100.19798,2096.5225}; + angles[]={0.019996032,5.7595863,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2815; + type="Land_BagFence_End_F"; + atlOffset=3.8146973e-005; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2873.5999,100.18816,2098.8943}; + angles[]={0.019996032,0,6.251195}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2816; + type="Land_BagFence_End_F"; + atlOffset=0.0015869141; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2864.1865,111.64227,2119.219}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2818; + type="Land_Cargo_Tower_V3_F"; + atlOffset=1.5258789e-005; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2860.6016,102.8251,2139.2734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2819; + type="Land_Cargo_HQ_V3_F"; + atlOffset=7.6293945e-006; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.8516,99.777161,2114.5234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2820; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.057670593; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2847.8516,99.997742,2134.2734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2821; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.082687378; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2847.8516,100.12427,2144.2734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2822; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.074958801; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2852.3516,99.924049,2129.7734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2823; + type="Land_New_WiredFence_10m_F"; + atlOffset=-7.6293945e-006; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.8516,100.01109,2124.5234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2824; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.073036194; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2848.8516,100.48861,2135.0234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2825; + type="Land_CncWall4_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2848.8516,100.55986,2140.2734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2826; + type="Land_CncWall4_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2848.8516,100.63441,2145.5234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2827; + type="Land_CncWall4_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.1016,100.45211,2116.5234}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2828; + type="Land_CncWall4_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2857.3518,100.55232,2130.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2829; + type="Land_CncWall4_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2851.9768,100.47237,2130.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2830; + type="Land_CncWall4_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.7268,100.63287,2130.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2831; + type="Land_CncWall4_F"; + atlOffset=7.6293945e-006; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.3516,100.8056,2135.3984}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2832; + type="Land_CncWall4_F"; + atlOffset=0.0021972656; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.3516,100.87112,2140.6484}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2833; + type="Land_CncWall4_F"; + atlOffset=0.0021209717; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.1016,100.51932,2121.7734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2834; + type="Land_CncWall4_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={2875.3516,99.006218,2127.7734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2835; + type="Land_City2_4m_F"; + atlOffset=0.00012207031; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={2866.4673,100.08873,2130.0024}; + angles[]={6.2711902,0,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2836; + type="Land_CncShelter_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.3513,100.55766,2125.0234}; + angles[]={0,1.8325957,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2837; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.1016,100.91907,2143.7734}; + angles[]={0,4.1887903,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2838; + type="Land_CncWall1_F"; + atlOffset=0.0030670166; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.4768,100.65831,2125.2734}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2839; + type="Land_CncWall1_F"; + atlOffset=0.0044403076; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.6016,100.42312,2113.5234}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2840; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={2869.8516,100.67142,2124.6484}; + angles[]={0,3.4033921,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2841; + type="Land_CncWall1_F"; + atlOffset=0.0043029785; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.8516,100.58286,2126.2734}; + angles[]={0,2.0943952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2842; + type="Land_CncWall1_F"; + atlOffset=0.0007019043; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.2263,100.71735,2130.6484}; + angles[]={0,6.0213857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2843; + type="Land_CncWall1_F"; + atlOffset=-7.6293945e-006; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={2849.1016,100.4381,2130.5234}; + angles[]={0,1.0471976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2844; + type="Land_CncWall1_F"; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={2848.8516,100.44962,2131.7734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2845; + type="Land_CncWall1_F"; + atlOffset=1.5258789e-005; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={2869.2268,100.92128,2144.6484}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2846; + type="Land_CncWall1_F"; + atlOffset=0.0048675537; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={2869.2266,100.73885,2131.2734}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2847; + type="Land_CncWall1_F"; + atlOffset=-7.6293945e-006; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={2859.9678,99.616791,2134.0103}; + angles[]={6.2711854,0,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2849; + type="Land_CratesWooden_F"; + atlOffset=0.00018310547; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={2876.2239,99.369919,2122.7686}; + angles[]={6.2711902,0.78539819,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2851; + type="Land_BagFence_Round_F"; + atlOffset=3.8146973e-005; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.2241,99.201218,2114.8933}; + angles[]={6.2711902,4.712389,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2852; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={2870.3489,99.297745,2122.3933}; + angles[]={6.269186,1.5707964,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2853; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.8481,99.168427,2113.5183}; + angles[]={6.2731905,3.1415927,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2854; + type="Land_BagFence_Long_F"; + atlOffset=5.3405762e-005; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.9731,99.257225,2121.0183}; + angles[]={6.2731848,3.1415927,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2855; + type="Land_BagFence_Long_F"; + atlOffset=5.3405762e-005; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.8533,99.204445,2116.5745}; + angles[]={6.2711902,3.1415927,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2856; + type="Land_BagFence_Long_F"; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={2868.9731,99.295685,2123.7676}; + angles[]={6.269186,3.1415927,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2857; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={2875.5991,99.38588,2124.7676}; + angles[]={6.2691903,1.5707964,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2858; + type="Land_BagFence_Short_F"; + atlOffset=5.3405762e-005; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={2869.9766,100.76135,2132.2734}; + angles[]={0,5.2359877,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2863; + type="Land_CncWall1_F"; + atlOffset=-7.6293945e-006; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={2872.6016,100.50962,2148.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2864; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.036628723; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={2852.6016,100.26939,2148.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2865; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.078735352; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={2862.6016,100.38186,2148.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2866; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.048461914; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={2851.1013,100.70855,2147.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2867; + type="Land_CncWall4_F"; + atlOffset=0.0043563843; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={2861.6013,100.85645,2147.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2868; + type="Land_CncWall4_F"; + atlOffset=0.0040130615; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={2856.3513,100.78429,2147.7734}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2869; + type="Land_CncWall4_F"; + atlOffset=0.0038909912; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={2866.3516,100.90656,2146.3984}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2870; + type="Land_CncWall4_F"; + atlOffset=0.005355835; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.1016,103.78775,2103.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2871; + type="Land_Cargo_Patrol_V3_F"; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={2882.3513,103.88425,2097.2734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2872; + type="Land_BarGate_F"; + atlOffset=0.020629883; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={2882.3516,102.06355,2099.5305}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2873; + type="Land_Mil_WiredFence_Gate_F"; + atlOffset=0.00012969971; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={2902.1392,100.12398,2104.5486}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2874; + type="Land_New_WiredFence_10m_F"; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={2892.3516,100.0428,2100.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2875; + type="Land_New_WiredFence_10m_F"; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={2898.5986,100.59291,2095.6409}; + angles[]={0.21655008,0,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2876; + type="Land_Razorwire_F"; + atlOffset=4.5776367e-005; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={2901.6016,100.66153,2102.7734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2877; + type="Land_CncWall4_F"; + atlOffset=0.00087738037; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3518,100.63391,2100.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2878; + type="Land_CncWall4_F"; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={2887.2266,103.31264,2099.1484}; + angles[]={0,3.6651914,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2879; + type="Land_LampShabby_F"; + atlOffset=0.0035018921; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.8894,99.962212,2100.0486}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2880; + type="Land_New_WiredFence_5m_F"; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={2896.1016,100.62191,2100.7734}; + angles[]={0,0.2617994,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2881; + type="Land_CncWall1_F"; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={2894.864,100.61881,2101.3037}; + angles[]={0,0.52359879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2882; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={2901.3516,100.68543,2106.0234}; + angles[]={0,4.4505897,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2883; + type="Land_CncWall1_F"; + atlOffset=0.00063323975; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={2891.6001,100.4181,2092.6443}; + angles[]={0.027990974,5.497787,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2884; + type="Land_BagFence_Round_F"; + atlOffset=3.0517578e-005; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={2889.4739,100.40113,2092.6436}; + angles[]={0.027990974,0.78539819,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2885; + type="Land_BagFence_Round_F"; + atlOffset=5.3405762e-005; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={2892.3496,100.36036,2094.7693}; + angles[]={0.02999169,1.5707964,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2887; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={2877.5991,99.426094,2103.5188}; + angles[]={0.18969145,4.712389,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2890; + type="Land_CncBarrier_F"; + atlOffset=4.5776367e-005; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={2888.8491,100.33858,2094.5193}; + angles[]={0.027990974,1.5707964,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2891; + type="Land_BagFence_Short_F"; + atlOffset=4.5776367e-005; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={2891.9749,100.09895,2096.1443}; + angles[]={0.21845733,0,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2892; + type="Land_BagFence_Corner_F"; + atlOffset=3.8146973e-005; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={2888.5991,100.3056,2095.6443}; + angles[]={0.019996032,4.1887903,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2893; + type="Land_BagFence_End_F"; + atlOffset=3.8146973e-005; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={2891.1001,99.97126,2096.6443}; + angles[]={0.21845733,3.6651914,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2894; + type="Land_BagFence_End_F"; + atlOffset=3.0517578e-005; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={2887.3491,99.201668,2103.6438}; + angles[]={6.2771854,4.712389,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2895; + type="Land_CncBarrier_F"; + atlOffset=4.5776367e-005; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={2890.8516,99.430679,2128.2734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2897; + type="Land_i_House_Small_03_V1_F"; + atlOffset=0.00059509277; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={2877.3516,100.34393,2144.2734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2898; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=7.6293945e-006; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={2882.6016,100.34565,2139.1484}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2899; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.034973145; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={2902.1016,100.34354,2124.2734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2900; + type="Land_New_WiredFence_10m_F"; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={2902.1392,100.2254,2114.2986}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2901; + type="Land_New_WiredFence_10m_F"; + atlOffset=7.6293945e-006; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={2892.6016,100.48599,2139.0234}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2902; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.018249512; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={2902.1016,100.45774,2134.2734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2903; + type="Land_New_WiredFence_10m_F"; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={2888.8516,99.200821,2136.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2904; + type="Land_City2_8m_F"; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={2895.8513,99.241112,2136.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2905; + type="Land_City2_8m_F"; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3516,99.053818,2119.0234}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2906; + type="Land_City2_8m_F"; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={2885.6016,98.97731,2119.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2907; + type="Land_City2_8m_F"; + atlOffset=-7.6293945e-006; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={2881.8516,99.158813,2136.5234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2908; + type="Land_City2_8m_F"; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3516,99.219658,2133.2734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2909; + type="Land_City2_8m_F"; + atlOffset=9.1552734e-005; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={2878.6016,99.00753,2125.7734}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2910; + type="Land_City2_8m_F"; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={2882.3516,99.004936,2123.7734}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2911; + type="Land_City2_8mD_F"; + atlOffset=0.0007019043; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3516,99.118233,2124.7734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2912; + type="Land_City2_8mD_F"; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={2898.8516,102.79193,2116.3984}; + angles[]={0,5.497787,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2913; + type="Land_LampShabby_F"; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={2900.1016,100.40523,2139.0234}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2914; + type="Land_New_WiredFence_5m_F"; + atlOffset=0.015838623; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={2897.3516,99.003395,2115.7734}; + angles[]={0,2.3841895e-007,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2919; + type="Land_City2_4m_F"; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={2876.8516,99.081085,2133.0234}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2920; + type="Land_City2_4m_F"; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={2878.7725,99.116188,2134.6667}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2921; + type="Land_City2_4m_F"; + atlOffset=7.6293945e-006; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={2899.3516,99.190826,2129.2734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2922; + type="Land_City2_PillarD_F"; + atlOffset=0.0017471313; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={2889.3513,99.004601,2118.7734}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2923; + type="Land_City2_PillarD_F"; + atlOffset=0.0015182495; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={2890.9741,99.454918,2121.6426}; + angles[]={6.2711902,3.1415927,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2925; + type="Land_BagFence_Long_F"; + atlOffset=5.3405762e-005; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={2885.2239,99.450424,2124.1426}; + angles[]={6.2711902,1.5707964,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2926; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={2878.7241,99.379158,2122.1436}; + angles[]={6.2691903,0,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2927; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + }; + id=2931; + atlOffset=-0.0040054321; + }; + class Item220 + { + dataType="Marker"; + position[]={2882.251,91.067001,2110.75}; + name="military_15"; + text="Süpplingenburg Base"; + type="o_support"; + colorName="ColorEAST"; + id=2932; + atlOffset=-7.7900085; + }; + class Item221 + { + dataType="Layer"; + name="Field HQ [OPF]"; + class Entities + { + items=81; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={17611.518,142.61967,2108.3806}; + angles[]={6.2472029,5.497787,0.0059901671}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2933; + type="Land_HBarrier_3_F"; + atlOffset=0.00053405762; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={17615.977,146.64032,2106.3137}; + angles[]={0,0.78539819,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2934; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=-0.035202026; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={17603.934,142.88356,2119.5906}; + angles[]={6.2472029,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2935; + type="Land_HBarrier_1_F"; + atlOffset=0.00045776367; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={17617.158,142.06998,2095.3586}; + angles[]={6.2432079,3.1415927,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2936; + type="Land_HBarrier_1_F"; + atlOffset=0.00057983398; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={17617.145,141.92728,2099.0496}; + angles[]={6.24121,4.712389,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2937; + type="Land_BagFence_End_F"; + atlOffset=0.00036621094; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={17609.328,142.35374,2111.967}; + angles[]={6.2491999,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2938; + type="Land_BagFence_Round_F"; + atlOffset=0.00024414063; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={17606.182,142.45477,2115.2905}; + angles[]={6.2472029,3.1415927,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2939; + type="Land_BagFence_Round_F"; + atlOffset=0.0002746582; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={17601.354,142.26172,2110.4644}; + angles[]={6.2472029,1.5707964,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2940; + type="Land_BagFence_Round_F"; + atlOffset=0.0002746582; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={17617.16,141.86259,2097.2498}; + angles[]={6.2432079,1.5707964,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2941; + type="Land_BagFence_Long_F"; + atlOffset=0.00032043457; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={17608.338,142.4207,2114.0527}; + angles[]={6.2491999,0.78539819,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2942; + type="Land_BagFence_Long_F"; + atlOffset=0.00024414063; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={17601.684,142.59193,2119.6008}; + angles[]={6.2472029,0,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2943; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={17618.541,141.63669,2091.9922}; + angles[]={6.2352247,3.1415927,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2944; + type="Land_BagFence_Long_F"; + atlOffset=0.00050354004; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={17602.326,142.33748,2112.4612}; + angles[]={6.2472029,5.497787,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2945; + type="Land_BagFence_Long_F"; + atlOffset=0.00024414063; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={17617.16,141.69417,2093.3628}; + angles[]={6.2352247,4.712389,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2946; + type="Land_BagFence_Long_F"; + atlOffset=0.00047302246; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={17608.16,142.27806,2109.9863}; + angles[]={6.247201,5.497787,0.0059901671}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2947; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={17604.096,142.40822,2114.229}; + angles[]={6.2471995,5.497787,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2948; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={17604.537,142.20335,2108.4893}; + angles[]={6.2472029,2.3561945,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2949; + type="Land_BagFence_Long_F"; + atlOffset=0.0002746582; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={17600.314,142.62999,2120.9741}; + angles[]={6.2531919,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2950; + type="Land_BagFence_Long_F"; + atlOffset=0.00019836426; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={17602.504,142.19185,2108.3953}; + angles[]={6.2472029,3.9269907,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2951; + type="Land_BagFence_Long_F"; + atlOffset=0.00028991699; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={17608.326,142.99271,2107.8318}; + angles[]={6.2472029,0.78539819,0.0059901671}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2952; + type="Land_HBarrier_Big_F"; + atlOffset=0.00079345703; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={17614.404,142.8181,2101.9688}; + angles[]={6.247201,0.78539819,0.0059901671}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2953; + type="Land_HBarrier_Big_F"; + atlOffset=0.00079345703; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={17611.494,147.44902,2133.0815}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2957; + type="Land_Cargo_Patrol_V3_F"; + atlOffset=6.1035156e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={17610.436,143.58492,2149.5444}; + angles[]={6.2691903,4.9741883,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2958; + type="Land_HBarrier_1_F"; + atlOffset=6.1035156e-005; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={17603.561,142.97919,2122.8459}; + angles[]={6.2551923,0.2617994,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2959; + type="Land_HBarrier_1_F"; + atlOffset=0.00028991699; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={17611.162,143.38159,2137.1194}; + angles[]={6.2591896,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2963; + type="Land_HBarrier_5_F"; + atlOffset=0.00021362305; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={17607.186,143.24689,2145.4167}; + angles[]={6.2651882,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2966; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={17603.666,142.74643,2124.6294}; + angles[]={6.2551923,1.5707964,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2967; + type="Land_BagFence_Long_F"; + atlOffset=0.00016784668; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={17607.188,143.29672,2148.2935}; + angles[]={6.2691903,4.712389,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2968; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={17605.037,142.84656,2128.627}; + angles[]={6.2591896,0,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2969; + type="Land_BagFence_Long_F"; + atlOffset=0.00012207031; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={17608.557,143.31232,2149.7983}; + angles[]={6.2691903,0,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2970; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={17603.666,142.81358,2127.2561}; + angles[]={6.2591896,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2971; + type="Land_BagFence_Long_F"; + atlOffset=0.00012207031; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={17601.684,142.68059,2122.4783}; + angles[]={6.2531919,0,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2972; + type="Land_BagFence_Long_F"; + atlOffset=0.00019836426; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={17607.285,143.71651,2131.7332}; + angles[]={6.259192,4.712389,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2973; + type="Land_HBarrier_Big_F"; + atlOffset=0.00033569336; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={17607.238,143.91827,2139.9138}; + angles[]={6.2591896,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2974; + type="Land_HBarrier_Big_F"; + atlOffset=0.00033569336; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.271,142.96111,2115.1951}; + angles[]={6.2531939,4.712389,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2977; + type="Land_HBarrier_3_F"; + atlOffset=0.00076293945; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={17648.105,145.4818,2107.0576}; + angles[]={0,3.4208453,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=2978; + type="Land_Loudspeakers_F"; + atlOffset=0.0027008057; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={17647.91,142.49422,2100.616}; + angles[]={6.2531958,0.52359879,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2983; + type="Land_HBarrier_1_F"; + atlOffset=0.00035095215; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.258,142.98357,2119.9526}; + angles[]={6.2551923,1.5707964,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2984; + type="Land_HBarrier_1_F"; + atlOffset=0.0002746582; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.285,142.76819,2110.8655}; + angles[]={6.2551923,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2988; + type="Land_HBarrier_5_F"; + atlOffset=-0.0031585693; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={17643.41,142.18245,2100.7495}; + angles[]={6.2531958,0,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2993; + type="Land_BagFence_Long_F"; + atlOffset=0.00018310547; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={17646.033,142.20027,2100.7495}; + angles[]={6.2531958,0,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2994; + type="Land_BagFence_Long_F"; + atlOffset=0.00019836426; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.777,142.85361,2098.4587}; + angles[]={6.2392135,5.7595863,0.0080084298}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2995; + type="Land_HBarrier_Big_F"; + atlOffset=0.0011901855; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.184,143.44554,2117.7415}; + angles[]={6.2531958,3.1415927,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2996; + type="Land_HBarrier_Big_F"; + atlOffset=0.00054931641; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.779,142.61189,2093.9539}; + angles[]={6.2352223,5.7595863,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2997; + type="Land_HBarrier_Big_F"; + atlOffset=0.0014190674; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={17623.285,143.37436,2117.0986}; + angles[]={6.2511988,3.1415927,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2998; + type="Land_HBarrier_Big_F"; + atlOffset=0.00062561035; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={17624.141,142.46268,2092.0081}; + angles[]={6.2352247,0,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=2999; + type="Land_HBarrier_Big_F"; + atlOffset=0.0014343262; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={17649.92,143.23763,2108.7512}; + angles[]={6.2571907,4.9741883,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3000; + type="Land_HBarrier_Big_F"; + atlOffset=0.0004119873; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={17623.809,142.31482,2101.624}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3005; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.03326416; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={17632.398,142.746,2112.3667}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3006; + type="Land_Cargo_House_V3_F"; + atlOffset=0.0058746338; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.934,142.47424,2104.749}; + angles[]={0,2.6179938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3007; + type="Land_Cargo_House_V3_F"; + atlOffset=-0.023208618; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={17625.047,143.47914,2139.488}; + angles[]={6.2651882,3.1415927,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3008; + type="Land_HBarrier_3_F"; + atlOffset=0.0010375977; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={17624.195,143.5224,2141.7949}; + angles[]={6.2651882,1.5707964,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3009; + type="Land_HBarrier_3_F"; + atlOffset=0.00015258789; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={17637.42,143.16805,2122.908}; + angles[]={6.2591896,0,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3010; + type="Land_HBarrier_3_F"; + atlOffset=0.00022888184; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={17645.662,143.35245,2132.1245}; + angles[]={6.2671871,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3011; + type="Land_HBarrier_3_F"; + atlOffset=-0.0012207031; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={17621.963,143.22519,2131.9502}; + angles[]={6.2631865,4.712389,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3013; + type="Land_HBarrier_1_F"; + atlOffset=0.00015258789; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={17624.219,143.5179,2147.7178}; + angles[]={6.2711902,2.0943952,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3014; + type="Land_HBarrier_1_F"; + atlOffset=6.1035156e-005; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={17634.592,142.91179,2130.1428}; + angles[]={6.2631893,4.1887903,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3020; + type="Land_BagFence_End_F"; + atlOffset=7.6293945e-005; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.287,143.0878,2139.8806}; + angles[]={6.2671909,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3021; + type="Land_BagFence_End_F"; + atlOffset=4.5776367e-005; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.48,143.03192,2136.7888}; + angles[]={6.2651882,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3022; + type="Land_BagFence_End_F"; + atlOffset=6.1035156e-005; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={17620.564,143.21811,2129.7805}; + angles[]={6.2611909,4.712389,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3023; + type="Land_HBarrier_5_F"; + atlOffset=0.00086975098; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={17644.688,143.23714,2128.5713}; + angles[]={6.2671871,4.712389,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3024; + type="Land_HBarrier_5_F"; + atlOffset=0.00010681152; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={17632.654,143.07697,2122.1221}; + angles[]={6.2591896,1.5707964,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3025; + type="Land_HBarrier_5_F"; + atlOffset=0.00021362305; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={17634.801,142.89099,2128.4451}; + angles[]={6.2651882,4.712389,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3035; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.48,143.12482,2141.4138}; + angles[]={6.2651882,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3036; + type="Land_BagFence_Long_F"; + atlOffset=6.1035156e-005; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={17631.48,143.07307,2138.5388}; + angles[]={6.2651882,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3037; + type="Land_BagFence_Long_F"; + atlOffset=7.6293945e-005; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={17638.287,143.12544,2141.6306}; + angles[]={6.2671871,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3038; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={17624.594,143.21407,2146.0911}; + angles[]={6.2711902,4.712389,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3039; + type="Land_BagFence_Long_F"; + atlOffset=3.0517578e-005; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={17634.813,143.56502,2122.71}; + angles[]={6.2591896,1.5707964,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3040; + type="Land_HBarrier_Big_F"; + atlOffset=0.00035095215; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={17621.438,143.60301,2125.7708}; + angles[]={6.2611909,0,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3041; + type="Land_HBarrier_Big_F"; + atlOffset=0.00030517578; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={17627.607,143.96068,2143.6497}; + angles[]={6.2651882,3.1415927,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3042; + type="Land_HBarrier_Big_F"; + atlOffset=0.00019836426; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={17642.857,143.90286,2141.1519}; + angles[]={6.2671871,3.9269907,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3043; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001373291; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={17629.951,143.62813,2125.9966}; + angles[]={6.2651882,2.3841895e-007,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3044; + type="Land_HBarrier_Big_F"; + atlOffset=0.00018310547; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={17649.311,143.85989,2138.5557}; + angles[]={6.2691903,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3045; + type="Land_HBarrier_Big_F"; + atlOffset=0.00010681152; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={17636.105,143.94858,2143.6521}; + angles[]={6.2671871,3.1415927,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3046; + type="Land_HBarrier_Big_F"; + atlOffset=0.0001373291; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={17626.541,143.42429,2121.3486}; + angles[]={6.2571907,3.1415927,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3047; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00038146973; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={17649.557,143.6843,2132.2502}; + angles[]={6.269186,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3048; + type="CamoNet_OPFOR_open_F"; + atlOffset=0.00010681152; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={17626.678,143.62256,2130.5381}; + angles[]={6.2651882,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3049; + type="CamoNet_OPFOR_open_F"; + atlOffset=-0.00088500977; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={17634.912,143.35184,2138.0122}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3057; + type="Land_Cargo_House_V3_F"; + atlOffset=0.017623901; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={17651.881,143.48393,2116.9968}; + angles[]={6.2551923,4.9741883,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3058; + type="Land_HBarrier_Big_F"; + atlOffset=0.00048828125; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={17652.811,143.67091,2125.0559}; + angles[]={6.2691903,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3059; + type="Land_HBarrier_Big_F"; + atlOffset=0.00012207031; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={17652.686,143.78815,2133.4307}; + angles[]={6.269186,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3060; + type="Land_HBarrier_Big_F"; + atlOffset=0.00010681152; + }; + }; + id=3061; + atlOffset=-0.0099487305; + }; + class Item222 + { + dataType="Marker"; + position[]={17617.346,134.528,2123.0249}; + name="military_16"; + text="Training Camp"; + type="o_support"; + colorName="ColorEAST"; + id=3062; + atlOffset=-7.7892914; + }; + class Item223 + { + dataType="Layer"; + name="Refinery [IND]"; + class Entities + { + items=95; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={9950.7148,120.20507,8684.6729}; + angles[]={0.22226703,0.31490803,6.0915651}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3064; + type="Land_HBarrier_3_F"; + atlOffset=0.011451721; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={9954.5049,120.51097,8678.0508}; + angles[]={0.02599225,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3065; + type="Land_HBarrier_3_F"; + atlOffset=0.044929504; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.2217,118.92951,8702.375}; + angles[]={0.019999012,1.100306,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3066; + type="Land_HBarrier_3_F"; + atlOffset=0.01133728; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={9942.8242,118.88808,8699.1943}; + angles[]={0.019999012,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3076; + type="Land_HBarrier_5_F"; + atlOffset=0.014503479; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9950.4502,120.30609,8681.043}; + angles[]={0.02599225,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3077; + type="Land_HBarrier_5_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={9948.2041,118.81377,8704.4102}; + angles[]={0.019999012,0.31490803,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3078; + type="Land_HBarrier_5_F"; + atlOffset=0.0086364746; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9946.5547,119.96528,8686.0273}; + angles[]={0.21655008,0.31490803,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3079; + type="Land_HBarrier_5_F"; + atlOffset=0.011421204; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={9944.5664,118.79664,8704.543}; + angles[]={0.017997233,1.8857045,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3080; + type="Land_HBarrier_5_F"; + atlOffset=0.011352539; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={9949.6133,120.36215,8678.0742}; + angles[]={0.02399601,1.3621058,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3081; + type="Land_HBarrier_1_F"; + atlOffset=0.027694702; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={9955.2168,120.34852,8679.5264}; + angles[]={0.02599225,2.4093032,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3082; + type="Land_HBarrier_1_F"; + atlOffset=0.011497498; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.9082,120.63988,8683.0859}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3083; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.0033798218; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={9941.9375,119.32833,8701.7158}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3084; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.03717041; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={9938.8408,120.55316,8692.207}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3085; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.53180695; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={9942.4004,120.95868,8686.1836}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + skill=0.2; + }; + id=3086; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.35692596; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.9082,118.60634,8699.7881}; + angles[]={0.019996032,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3087; + type="Land_BagFence_Round_F"; + atlOffset=0.01133728; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={9947.7998,118.64339,8696.7031}; + angles[]={0.019999012,2.1475039,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3088; + type="Land_BagFence_Round_F"; + atlOffset=0.01134491; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={9949.9619,118.62844,8698.0986}; + angles[]={0.019996032,2.6711025,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3089; + type="Land_BagFence_Long_F"; + atlOffset=0.011329651; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.4551,120.68571,8676.4678}; + angles[]={0.02399601,0.31490803,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3090; + type="Land_BagBunker_Small_F"; + atlOffset=0.033668518; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={9942.4424,120.70403,8691.5596}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3091; + type="Land_BagBunker_Tower_F"; + atlOffset=0.010955811; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={9946.8545,119.3739,8701.876}; + angles[]={0.017997233,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3093; + type="CamoNet_INDP_F"; + atlOffset=0.010917664; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.3398,118.69489,8725.334}; + angles[]={0,1.8857045,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3094; + type="Land_HBarrier_5_F"; + atlOffset=0.00365448; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={9949.5967,118.69949,8719.9893}; + angles[]={0.0019834081,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3095; + type="Land_HBarrier_5_F"; + atlOffset=0.011375427; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={9954.6719,118.70878,8735.5566}; + angles[]={0.0019834081,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3096; + type="Land_HBarrier_5_F"; + atlOffset=0.01134491; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={9947.8955,118.70018,8714.7637}; + angles[]={0.0060001095,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3097; + type="Land_HBarrier_5_F"; + atlOffset=0.010871887; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={9953.0068,118.70901,8730.4463}; + angles[]={0.0019834081,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3098; + type="Land_HBarrier_5_F"; + atlOffset=0.01133728; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={9946.2314,118.72408,8709.6543}; + angles[]={0.013999403,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3099; + type="Land_HBarrier_5_F"; + atlOffset=0.01133728; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={9948.1318,119.15885,8720.7324}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3100; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.0076751709; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={9945.0352,119.19843,8711.2236}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3101; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.031707764; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={9951.2295,119.16075,8730.2402}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3102; + type="Land_New_WiredFence_10m_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={9967.6484,118.7788,8739.4805}; + angles[]={0.0060001095,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3104; + type="Land_HBarrier_5_F"; + atlOffset=0.0092773438; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={9960.9844,119.19535,8743.2324}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3105; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.0085220337; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={9970.4922,119.27067,8740.1357}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3106; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.014678955; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={9954.3271,119.16032,8739.749}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3107; + type="Land_New_WiredFence_10m_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={9960.0996,120.2034,8739.709}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3108; + type="Land_BagBunker_Tower_F"; + atlOffset=0.011413574; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={9972.8779,118.82692,8737.7764}; + angles[]={0.0080009829,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3109; + type="Land_HBarrier_5_F"; + atlOffset=0.01134491; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={9969.6094,120.73236,8672.8672}; + angles[]={0.033985451,5.027297,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3111; + type="Land_HBarrier_3_F"; + atlOffset=0.011512756; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={9968.5029,120.09544,8678.749}; + angles[]={0.2241677,0.31490803,6.0915656}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3112; + type="Land_HBarrier_3_F"; + atlOffset=0.011505127; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={9977.8926,120.50925,8675.6895}; + angles[]={0.22226568,0.31490803,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3125; + type="Land_HBarrier_5_F"; + atlOffset=0.011459351; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={9972.6611,120.07352,8677.3936}; + angles[]={0.22226568,0.31490803,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3126; + type="Land_HBarrier_5_F"; + atlOffset=0.0073928833; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={9983.1201,120.31612,8673.9863}; + angles[]={0.22606862,0.31490803,6.0934939}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3127; + type="Land_HBarrier_5_F"; + atlOffset=0.011489868; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={9971.0986,120.58627,8674.6143}; + angles[]={0.035984326,6.0744944,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3128; + type="Land_HBarrier_1_F"; + atlOffset=0.011497498; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={9970.2305,120.58727,8674.3711}; + angles[]={0.033985451,5.812695,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3129; + type="Land_HBarrier_1_F"; + atlOffset=0.011489868; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={9980.3965,121.24034,8673.2803}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3130; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.033798218; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={9970.8887,120.79641,8676.3779}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3131; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.039672852; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={9961.3779,121.9617,8679.8701}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3132; + type="Land_Mil_WiredFence_Gate_F"; + atlOffset=0.011039734; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={9985.4561,119.27316,8681.1484}; + angles[]={0.019996032,2.6711025,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3133; + type="Land_BagFence_Round_F"; + atlOffset=0.011352539; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={9984.1279,119.30208,8679.0869}; + angles[]={0.02199479,1.8857045,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3134; + type="Land_BagFence_Long_F"; + atlOffset=0.011398315; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={9988.0273,119.30762,8680.9688}; + angles[]={0.019996032,0.31490803,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3135; + type="Land_BagFence_Long_F"; + atlOffset=0.011352539; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={9966.6943,120.9578,8671.1895}; + angles[]={0.033985451,0.31490803,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3136; + type="Land_BagBunker_Small_F"; + atlOffset=0.012619019; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={9972.9141,128.68871,8709.6357}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3138; + type="Land_dp_mainFactory_F"; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={9984.6094,118.98676,8733.4307}; + angles[]={0.0060001095,3.1947012,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3143; + type="Land_HBarrier_3_F"; + atlOffset=0.011352539; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={9976.5664,118.91965,8736.1807}; + angles[]={0.0080009829,3.7183001,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3144; + type="Land_HBarrier_3_F"; + atlOffset=0.011352539; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={9992.5469,119.06068,8728.7432}; + angles[]={0.0060001095,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3145; + type="Land_HBarrier_3_F"; + atlOffset=0.009513855; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={9993.9951,119.00125,8730.7695}; + angles[]={0.0060001095,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3146; + type="Land_HBarrier_5_F"; + atlOffset=0.011375427; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={10004.219,119.07624,8727.4424}; + angles[]={0.0060001095,3.4565008,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3147; + type="Land_HBarrier_5_F"; + atlOffset=0.013511658; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.1074,119.04478,8729.1055}; + angles[]={0.0060001095,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3148; + type="Land_HBarrier_5_F"; + atlOffset=0.014251709; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={9988.6465,118.95871,8732.5098}; + angles[]={0.0060001095,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3149; + type="Land_HBarrier_5_F"; + atlOffset=0.011367798; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={9978.0342,118.84131,8735.0439}; + angles[]={0.0080009829,1.100306,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3150; + type="Land_HBarrier_1_F"; + atlOffset=0.011352539; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={9982.752,118.87969,8733.3779}; + angles[]={0.0060001095,5.5508957,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3151; + type="Land_HBarrier_1_F"; + atlOffset=0.011352539; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={9980.0273,119.24632,8736.9746}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3152; + type="Land_New_WiredFence_10m_Dam_F"; + atlOffset=0.0066680908; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={9989.5088,119.42426,8733.9414}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3153; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.0070114136; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.0176,119.4937,8730.8438}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3154; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.00080108643; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={9984.3994,118.56075,8739.5049}; + angles[]={0.0080009829,4.2418985,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3155; + type="Land_BagFence_Round_F"; + atlOffset=0.01108551; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={9991.7109,118.69387,8726.1729}; + angles[]={0.0060001095,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3156; + type="Land_BagFence_Long_F"; + atlOffset=0.01133728; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={9982.4414,118.53817,8740.8906}; + angles[]={0.0080009829,0.31490803,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3157; + type="Land_BagFence_Long_F"; + atlOffset=0.01133728; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={9979.8691,118.52157,8741.0703}; + angles[]={0.0080009829,2.6711025,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3158; + type="Land_BagFence_Round_F"; + atlOffset=0.01134491; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={9996.2158,119.76958,8677.8682}; + angles[]={0.02199479,5.027297,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3159; + type="Land_HBarrier_5_F"; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.54,119.59663,8688.0791}; + angles[]={0.019999012,5.027297,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3160; + type="Land_HBarrier_5_F"; + atlOffset=0.011367798; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={9997.876,119.6739,8682.9717}; + angles[]={0.02199208,5.027297,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3161; + type="Land_HBarrier_5_F"; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.6592,120.16842,8683.1758}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3162; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.0078353882; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={9989.9053,121.36235,8670.1826}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3163; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.040512085; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={9996.5615,120.3361,8673.668}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3164; + type="Land_New_WiredFence_10m_F"; + atlOffset=-7.6293945e-006; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={9994.9209,119.42795,8678.7236}; + angles[]={0.02199479,3.4565008,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3165; + type="Land_BagFence_Long_F"; + atlOffset=0.01134491; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={9992.4248,119.38514,8679.5361}; + angles[]={0.02199479,3.4565008,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3166; + type="Land_BagFence_Long_F"; + atlOffset=0.011367798; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={9990.79,121.38932,8673.707}; + angles[]={0,5.027297,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3167; + type="Land_BagBunker_Tower_F"; + atlOffset=0.011482239; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={9990.3555,120.02972,8681.2666}; + angles[]={0.02199479,0.31490803,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3169; + type="CamoNet_INDP_open_F"; + atlOffset=0.011352539; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={10004.403,119.33995,8705.8252}; + angles[]={0.017997233,5.5508957,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3170; + type="Land_HBarrier_3_F"; + atlOffset=0.010040283; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.204,119.48804,8697.4658}; + angles[]={0.019996032,4.7654977,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3171; + type="Land_HBarrier_3_F"; + atlOffset=0.011383057; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={10001.282,119.50104,8693.4277}; + angles[]={0.019996032,5.027297,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3178; + type="Land_HBarrier_5_F"; + atlOffset=0.011383057; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={10006.317,119.49755,8709.2764}; + angles[]={0.015998369,5.027297,0.20507599}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3179; + type="Land_HBarrier_5_F"; + atlOffset=0.011367798; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.14,119.82372,8714.4668}; + angles[]={0.0099949092,5.027297,0.20315792}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3180; + type="Land_HBarrier_5_F"; + atlOffset=0.011116028; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.37,119.22502,8708.459}; + angles[]={0.017997233,3.4565008,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3181; + type="Land_HBarrier_5_F"; + atlOffset=0.012542725; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.99,119.26114,8704.3125}; + angles[]={0.019996032,5.2890964,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3182; + type="Land_HBarrier_1_F"; + atlOffset=0.011367798; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.43,119.35561,8699.3652}; + angles[]={0.019996032,5.2890964,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3183; + type="Land_HBarrier_1_F"; + atlOffset=0.011375427; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={10005.716,119.87204,8702.0361}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3184; + type="Land_New_WiredFence_10m_Dam_F"; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.912,120.47398,8711.582}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3185; + type="Land_New_WiredFence_10m_F"; + atlOffset=7.6293945e-006; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={10002.756,119.98756,8692.6846}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3186; + type="Land_New_WiredFence_10m_F"; + atlOffset=-1.5258789e-005; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={10010.017,120.06151,8702.4648}; + angles[]={0.019996032,4.2418985,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3187; + type="Land_BagFence_Round_F"; + atlOffset=0.011367798; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.45,119.82862,8697.9336}; + angles[]={0.017997233,5.812695,0.20315792}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3188; + type="Land_BagFence_Round_F"; + atlOffset=0.011360168; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={9999.0967,118.8582,8709.7021}; + angles[]={0.015998369,3.4565008,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3189; + type="Land_BagFence_Long_F"; + atlOffset=0.01134491; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={10009.837,120.079,8699.8945}; + angles[]={0.017997233,1.8857045,0.20315792}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3190; + type="Land_BagFence_Long_F"; + atlOffset=0.011360168; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={10003.11,119.56395,8712.3438}; + angles[]={0.0080009829,1.8857045,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=3191; + type="CamoNet_INDP_open_F"; + atlOffset=0.011367798; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.525,120.26205,8727.7461}; + angles[]={0,0.31490803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3192; + type="Land_New_WiredFence_10m_F"; + atlOffset=0.010574341; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={10012.01,120.62099,8721.0898}; + angles[]={0,1.8857045,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3193; + type="Land_New_WiredFence_10m_F"; + atlOffset=-7.6293945e-006; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.367,121.27827,8722.0137}; + angles[]={0,3.4565008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + skill=0.2; + }; + id=3194; + type="Land_BagBunker_Tower_F"; + atlOffset=0.011444092; + }; + }; + id=3195; + atlOffset=-0.047470093; + }; + class Item224 + { + dataType="Marker"; + position[]={9967.0879,110.66,8690.8506}; + name="military_17"; + text="Grasleben Depot"; + type="o_support"; + colorName="ColorEAST"; + id=3196; + atlOffset=-7.7896805; + }; + class Item225 + { + dataType="Marker"; + position[]={4394.168,65.87307,19824.176}; + name="opfor_point_2"; + type="Empty"; + id=3198; + atlOffset=-5; + }; + class Item226 + { + dataType="Marker"; + position[]={4481.3008,77.867676,18458.375}; + name="opfor_point_3"; + type="Empty"; + id=3199; + atlOffset=-5.1412659; + }; + class Item227 + { + dataType="Marker"; + position[]={2882.1301,91.753662,17868.82}; + name="opfor_point_9"; + type="Empty"; + id=3205; + atlOffset=-5.0862274; + }; + class Item228 + { + dataType="Marker"; + position[]={3956.0225,72.40554,17124.271}; + name="opfor_point_11"; + type="Empty"; + id=3207; + atlOffset=-5; + }; + class Item229 + { + dataType="Marker"; + position[]={5214.77,69.300461,18056.369}; + name="opfor_point_14"; + type="Empty"; + id=3210; + atlOffset=-5; + }; + class Item230 + { + dataType="Marker"; + position[]={5606.7798,64.046638,20236.939}; + name="opfor_point_17"; + type="Empty"; + id=3213; + atlOffset=-5; + }; + class Item231 + { + dataType="Marker"; + position[]={7303.6982,58.44965,19743.473}; + name="opfor_point_25"; + type="Empty"; + id=3221; + atlOffset=-5; + }; + class Item232 + { + dataType="Marker"; + position[]={8004.0576,63.873291,20116.824}; + name="opfor_point_27"; + type="Empty"; + id=3223; + atlOffset=-4.8873215; + }; + class Item233 + { + dataType="Marker"; + position[]={8119.0674,63.730965,19755.471}; + name="opfor_point_28"; + type="Empty"; + id=3224; + atlOffset=-5; + }; + class Item234 + { + dataType="Marker"; + position[]={6240.2129,71.26236,19187.18}; + name="opfor_point_30"; + type="Empty"; + id=3226; + atlOffset=-5; + }; + class Item235 + { + dataType="Marker"; + position[]={5825.2417,61.913895,19682.99}; + name="opfor_point_32"; + type="Empty"; + id=3228; + atlOffset=-5; + }; + class Item236 + { + dataType="Marker"; + position[]={1869.3416,94.403473,16945.289}; + name="opfor_point_34"; + type="Empty"; + id=3230; + atlOffset=-5; + }; + class Item237 + { + dataType="Marker"; + position[]={2036.2721,105.1328,17388.016}; + name="opfor_point_36"; + type="Empty"; + id=3232; + atlOffset=-5; + }; + class Item238 + { + dataType="Marker"; + position[]={343.15213,81.0326,17001.486}; + name="opfor_point_39"; + type="Empty"; + id=3235; + atlOffset=-5; + }; + class Item239 + { + dataType="Marker"; + position[]={2339.6387,72.237396,16404.629}; + name="opfor_point_43"; + type="Empty"; + id=3239; + atlOffset=-5; + }; + class Item240 + { + dataType="Marker"; + position[]={2914.0051,71.157013,15884.765}; + name="opfor_point_46"; + type="Empty"; + id=3242; + atlOffset=-5; + }; + class Item241 + { + dataType="Marker"; + position[]={3054.0964,89.331535,17295.496}; + name="opfor_point_52"; + type="Empty"; + id=3248; + atlOffset=-5; + }; + class Item242 + { + dataType="Marker"; + position[]={6151.9014,75.138145,17392.609}; + name="opfor_point_4"; + type="Empty"; + id=3249; + atlOffset=-5; + }; + class Item243 + { + dataType="Marker"; + position[]={6260.7622,76.735481,16849.391}; + name="opfor_point_5"; + type="Empty"; + id=3250; + atlOffset=-5; + }; + class Item244 + { + dataType="Marker"; + position[]={7187.8462,66.864006,16971.936}; + name="opfor_point_6"; + type="Empty"; + id=3251; + atlOffset=-5; + }; + class Item245 + { + dataType="Marker"; + position[]={6808.645,61.943512,18583.809}; + name="opfor_point_8"; + type="Empty"; + id=3252; + atlOffset=-5; + }; + class Item246 + { + dataType="Marker"; + position[]={7494.4492,59.053497,18275.717}; + name="opfor_point_12"; + type="Empty"; + id=3253; + atlOffset=-5; + }; + class Item247 + { + dataType="Marker"; + position[]={7836.9053,60.49556,17996.346}; + name="opfor_point_48"; + type="Empty"; + id=3254; + atlOffset=-5; + }; + class Item248 + { + dataType="Marker"; + position[]={8453.582,59.93354,18116.076}; + name="opfor_point_49"; + type="Empty"; + id=3255; + atlOffset=-5; + }; + class Item249 + { + dataType="Marker"; + position[]={8735.5283,59.244125,18752.064}; + name="opfor_point_53"; + type="Empty"; + id=3256; + atlOffset=-5; + }; + class Item250 + { + dataType="Marker"; + position[]={8002.1577,65.008163,18977.393}; + name="opfor_point_54"; + type="Empty"; + id=3257; + atlOffset=-5; + }; + class Item251 + { + dataType="Marker"; + position[]={8613.748,61.144661,19320.025}; + name="opfor_point_55"; + type="Empty"; + id=3258; + atlOffset=-5; + }; + class Item252 + { + dataType="Marker"; + position[]={10528.816,65.678154,19241.912}; + name="opfor_point_56"; + type="Empty"; + id=3259; + atlOffset=-5; + }; + class Item253 + { + dataType="Marker"; + position[]={10549.621,63.99929,20253.072}; + name="opfor_point_57"; + type="Empty"; + id=3260; + atlOffset=-5; + }; + class Item254 + { + dataType="Marker"; + position[]={9762.9736,62.098808,19628.773}; + name="opfor_point_58"; + type="Empty"; + id=3261; + atlOffset=-5; + }; + class Item255 + { + dataType="Marker"; + position[]={9626.5449,60.669678,17382.658}; + name="opfor_point_59"; + type="Empty"; + id=3262; + atlOffset=-5; + }; + class Item256 + { + dataType="Marker"; + position[]={11812.54,76.568565,18364.6}; + name="opfor_point_60"; + type="Empty"; + id=3263; + atlOffset=-5; + }; + class Item257 + { + dataType="Marker"; + position[]={12552.062,67.43663,17463.844}; + name="opfor_point_61"; + type="Empty"; + id=3264; + atlOffset=-5; + }; + class Item258 + { + dataType="Marker"; + position[]={12682.906,74.130356,19005.785}; + name="opfor_point_62"; + type="Empty"; + id=3265; + atlOffset=-5; + }; + class Item259 + { + dataType="Marker"; + position[]={12741.797,72.297363,19709.846}; + name="opfor_point_63"; + type="Empty"; + id=3266; + atlOffset=-5.1287079; + }; + class Item260 + { + dataType="Marker"; + position[]={11797.696,69.04406,19930.061}; + name="opfor_point_64"; + type="Empty"; + id=3267; + atlOffset=-5; + }; + class Item261 + { + dataType="Marker"; + position[]={13555.995,58.276794,20186.736}; + name="opfor_point_65"; + type="Empty"; + id=3268; + atlOffset=-5; + }; + class Item262 + { + dataType="Marker"; + position[]={15272.42,52.171223,19857.297}; + name="opfor_point_66"; + type="Empty"; + id=3269; + atlOffset=-5; + }; + class Item263 + { + dataType="Marker"; + position[]={14221.753,69.927299,18339.379}; + name="opfor_point_7"; + type="Empty"; + id=3270; + atlOffset=-5; + }; + class Item264 + { + dataType="Marker"; + position[]={13747.589,69.136925,18184.307}; + name="opfor_point_10"; + type="Empty"; + id=3271; + atlOffset=-5; + }; + class Item265 + { + dataType="Marker"; + position[]={15650.479,68.266914,18506.543}; + name="opfor_point_16"; + type="Empty"; + id=3272; + atlOffset=-5; + }; + class Item266 + { + dataType="Marker"; + position[]={17239.547,57.143867,18786.324}; + name="opfor_point_21"; + type="Empty"; + id=3273; + atlOffset=-5; + }; + class Item267 + { + dataType="Marker"; + position[]={17777.611,52.556648,19877.879}; + name="opfor_point_23"; + type="Empty"; + id=3274; + atlOffset=-5; + }; + class Item268 + { + dataType="Marker"; + position[]={18372.156,53.283806,19054.305}; + name="opfor_point_29"; + type="Empty"; + id=3275; + atlOffset=-5; + }; + class Item269 + { + dataType="Marker"; + position[]={19924.73,53.112347,19585.451}; + name="opfor_point_31"; + type="Empty"; + id=3276; + atlOffset=-5; + }; + class Item270 + { + dataType="Marker"; + position[]={17247.141,71.589592,17329.203}; + name="opfor_point_33"; + type="Empty"; + id=3277; + atlOffset=-5; + }; + class Item271 + { + dataType="Marker"; + position[]={15843.086,69.621292,17318.746}; + name="opfor_point_35"; + type="Empty"; + id=3278; + atlOffset=-5; + }; + class Item272 + { + dataType="Marker"; + position[]={14627.935,72.904343,16312.373}; + name="opfor_point_38"; + type="Empty"; + id=3279; + atlOffset=-5; + }; + class Item273 + { + dataType="Marker"; + position[]={13201.372,68.331955,16892.926}; + name="opfor_point_40"; + type="Empty"; + id=3280; + atlOffset=-5; + }; + class Item274 + { + dataType="Marker"; + position[]={17847.059,70.28743,16339.912}; + name="opfor_point_44"; + type="Empty"; + id=3281; + atlOffset=-5; + }; + class Item275 + { + dataType="Marker"; + position[]={18502.111,68.6567,16195.514}; + name="opfor_point_45"; + type="Empty"; + id=3282; + atlOffset=-5; + }; + class Item276 + { + dataType="Marker"; + position[]={19563.73,73.646996,17307.309}; + name="opfor_point_47"; + type="Empty"; + id=3283; + atlOffset=-5; + }; + class Item277 + { + dataType="Marker"; + position[]={17545.434,71.139626,14453.244}; + name="opfor_point_50"; + type="Empty"; + id=3284; + atlOffset=-5; + }; + class Item278 + { + dataType="Marker"; + position[]={16483.277,69.634445,14850.361}; + name="opfor_point_51"; + type="Empty"; + id=3285; + atlOffset=-5; + }; + class Item279 + { + dataType="Marker"; + position[]={15204.475,66.738312,15103.169}; + name="opfor_point_67"; + type="Empty"; + id=3286; + atlOffset=-5; + }; + class Item280 + { + dataType="Marker"; + position[]={15858.141,71.776505,16293.721}; + name="opfor_point_68"; + type="Empty"; + id=3287; + atlOffset=-5; + }; + class Item281 + { + dataType="Marker"; + position[]={12499.042,66.32592,15790.875}; + name="opfor_point_1"; + type="Empty"; + id=3288; + atlOffset=-5; + }; + class Item282 + { + dataType="Marker"; + position[]={12770.877,72.34404,13793.123}; + name="opfor_point_13"; + type="Empty"; + id=3289; + atlOffset=-5; + }; + class Item283 + { + dataType="Marker"; + position[]={13433.043,68.685936,14698.409}; + name="opfor_point_15"; + type="Empty"; + id=3290; + atlOffset=-5; + }; + class Item284 + { + dataType="Marker"; + position[]={16173.449,77.922157,13931.008}; + name="opfor_point_19"; + type="Empty"; + id=3291; + atlOffset=-5; + }; + class Item285 + { + dataType="Marker"; + position[]={18324.871,82.77951,13983.752}; + name="opfor_point_24"; + type="Empty"; + id=3292; + atlOffset=-5; + }; + class Item286 + { + dataType="Marker"; + position[]={18860.625,67.980003,15271.963}; + name="opfor_point_26"; + type="Empty"; + id=3293; + atlOffset=-5; + }; + class Item287 + { + dataType="Marker"; + position[]={19929.914,89.24353,14416.899}; + name="opfor_point_37"; + type="Empty"; + id=3294; + atlOffset=-5; + }; + class Item288 + { + dataType="Marker"; + position[]={19907.533,70.235138,15502.17}; + name="opfor_point_41"; + type="Empty"; + id=3295; + atlOffset=-5; + }; + class Item289 + { + dataType="Marker"; + position[]={19640.467,118.70796,11974.461}; + name="opfor_point_42"; + type="Empty"; + id=3296; + atlOffset=-5; + }; + class Item290 + { + dataType="Marker"; + position[]={20226.137,106.69409,12430.781}; + name="opfor_point_69"; + type="Empty"; + id=3297; + atlOffset=-5; + }; + class Item291 + { + dataType="Marker"; + position[]={20160.354,125.24255,11350.467}; + name="opfor_point_70"; + type="Empty"; + id=3298; + atlOffset=-5; + }; + class Item292 + { + dataType="Marker"; + position[]={19784.098,116.75024,10850.217}; + name="opfor_point_71"; + type="Empty"; + id=3299; + atlOffset=-5.0000076; + }; + class Item293 + { + dataType="Marker"; + position[]={18312.912,128.27194,11950.486}; + name="opfor_point_72"; + type="Empty"; + id=3300; + atlOffset=-5; + }; + class Item294 + { + dataType="Marker"; + position[]={17444.41,116.05988,12641.47}; + name="opfor_point_73"; + type="Empty"; + id=3301; + atlOffset=-4.9999924; + }; + class Item295 + { + dataType="Marker"; + position[]={16597.391,81.312355,12285.776}; + name="opfor_point_74"; + type="Empty"; + id=3302; + atlOffset=-5; + }; + class Item296 + { + dataType="Marker"; + position[]={16797.607,92.460297,10981.553}; + name="opfor_point_18"; + type="Empty"; + id=3303; + atlOffset=-5; + }; + class Item297 + { + dataType="Marker"; + position[]={15756.099,76.953041,11253.369}; + name="opfor_point_20"; + type="Empty"; + id=3304; + atlOffset=-5; + }; + class Item298 + { + dataType="Marker"; + position[]={14238.965,73.220718,11026.154}; + name="opfor_point_22"; + type="Empty"; + id=3305; + atlOffset=-5; + }; + class Item299 + { + dataType="Marker"; + position[]={12631.621,76.735016,11900.913}; + name="opfor_point_75"; + type="Empty"; + id=3306; + atlOffset=-5; + }; + class Item300 + { + dataType="Marker"; + position[]={14703.279,72.396515,13238.29}; + name="opfor_point_76"; + type="Empty"; + id=3307; + atlOffset=-5; + }; + class Item301 + { + dataType="Marker"; + position[]={11554.263,79.04129,11327.58}; + name="opfor_point_77"; + type="Empty"; + id=3308; + atlOffset=-5; + }; + class Item302 + { + dataType="Marker"; + position[]={10188.492,76.937111,13528.497}; + name="opfor_point_78"; + type="Empty"; + id=3309; + atlOffset=-5; + }; + class Item303 + { + dataType="Marker"; + position[]={11171.31,64.619293,16603.76}; + name="opfor_point_79"; + type="Empty"; + id=3310; + atlOffset=-5; + }; + class Item304 + { + dataType="Marker"; + position[]={10569.306,63.027496,15955.834}; + name="opfor_point_80"; + type="Empty"; + id=3311; + atlOffset=-5; + }; + class Item305 + { + dataType="Marker"; + position[]={9459.4521,73.019745,15555.992}; + name="opfor_point_81"; + type="Empty"; + id=3312; + atlOffset=-5; + }; + class Item306 + { + dataType="Marker"; + position[]={8600.4951,73.089462,15841.44}; + name="opfor_point_82"; + type="Empty"; + id=3313; + atlOffset=-5; + }; + class Item307 + { + dataType="Marker"; + position[]={8277.8457,70.864388,16778.182}; + name="opfor_point_83"; + type="Empty"; + id=3314; + atlOffset=-5; + }; + class Item308 + { + dataType="Marker"; + position[]={8097.6021,70.172867,15068.117}; + name="opfor_point_84"; + type="Empty"; + id=3315; + atlOffset=-5; + }; + class Item309 + { + dataType="Marker"; + position[]={6144.4722,88.293533,14391.875}; + name="opfor_point_85"; + type="Empty"; + id=3316; + atlOffset=-5; + }; + class Item310 + { + dataType="Marker"; + position[]={6880.9912,81.358261,15763.657}; + name="opfor_point_86"; + type="Empty"; + id=3317; + atlOffset=-5; + }; + class Item311 + { + dataType="Marker"; + position[]={5468.1279,91.985069,15610.93}; + name="opfor_point_87"; + type="Empty"; + id=3318; + atlOffset=-5; + }; + class Item312 + { + dataType="Marker"; + position[]={1669.3696,93.085548,14600.227}; + name="opfor_point_88"; + type="Empty"; + id=3319; + atlOffset=-5; + }; + class Item313 + { + dataType="Marker"; + position[]={2607.3196,89.232368,14695.889}; + name="opfor_point_89"; + type="Empty"; + id=3320; + atlOffset=-5; + }; + class Item314 + { + dataType="Marker"; + position[]={3798.5525,114.78283,13875.646}; + name="opfor_point_90"; + type="Empty"; + id=3321; + atlOffset=-4.9999771; + }; + class Item315 + { + dataType="Marker"; + position[]={4793.6665,108.28471,12986.543}; + name="opfor_point_91"; + type="Empty"; + id=3322; + atlOffset=-4.9999924; + }; + class Item316 + { + dataType="Marker"; + position[]={2578.1021,112.19317,12877.848}; + name="opfor_point_92"; + type="Empty"; + id=3323; + atlOffset=-5; + }; + class Item317 + { + dataType="Marker"; + position[]={834.23126,118.58687,13391.485}; + name="opfor_point_93"; + type="Empty"; + id=3324; + atlOffset=-5; + }; + class Item318 + { + dataType="Marker"; + position[]={6081.543,108.12904,11602.798}; + name="opfor_point_94"; + type="Empty"; + id=3325; + atlOffset=-5; + }; + class Item319 + { + dataType="Marker"; + position[]={7273.5313,110.74431,11769.32}; + name="opfor_point_95"; + type="Empty"; + id=3326; + atlOffset=-5; + }; + class Item320 + { + dataType="Marker"; + position[]={7911.8789,93.482941,13659.51}; + name="opfor_point_96"; + type="Empty"; + id=3327; + atlOffset=-5; + }; + class Item321 + { + dataType="Marker"; + position[]={9514.3574,96.635292,11156.357}; + name="opfor_point_97"; + type="Empty"; + id=3328; + atlOffset=-5; + }; + class Item322 + { + dataType="Marker"; + position[]={3721.1621,116.77737,11852.121}; + name="opfor_point_98"; + type="Empty"; + id=3329; + atlOffset=-5.0000076; + }; + class Item323 + { + dataType="Marker"; + position[]={2525.4934,122.73412,11715.996}; + name="opfor_point_99"; + type="Empty"; + id=3330; + atlOffset=-4.9999924; + }; + class Item324 + { + dataType="Marker"; + position[]={2788.6826,127.31592,10798.124}; + name="opfor_point_100"; + type="Empty"; + id=3331; + atlOffset=-4.27771; + }; + class Item325 + { + dataType="Marker"; + position[]={6460.479,104.80819,10239.584}; + name="opfor_point_101"; + type="Empty"; + id=3332; + atlOffset=-5; + }; + class Item326 + { + dataType="Marker"; + position[]={7247.3584,110.63062,9711.1895}; + name="opfor_point_102"; + type="Empty"; + id=3333; + atlOffset=-5; + }; + class Item327 + { + dataType="Marker"; + position[]={5787.7954,142.51869,8378.252}; + name="opfor_point_103"; + type="Empty"; + id=3334; + atlOffset=-5; + }; + class Item328 + { + dataType="Marker"; + position[]={545.40942,104.08249,10543.677}; + name="opfor_point_104"; + type="Empty"; + id=3335; + atlOffset=-5; + }; + class Item329 + { + dataType="Marker"; + position[]={1194.5104,109.94315,9070.7627}; + name="opfor_point_105"; + type="Empty"; + id=3336; + atlOffset=-4.9999924; + }; + class Item330 + { + dataType="Marker"; + position[]={703.97949,100.66231,8068.9648}; + name="opfor_point_106"; + type="Empty"; + id=3337; + atlOffset=-5; + }; + class Item331 + { + dataType="Marker"; + position[]={2930.3176,109.70746,8373.7246}; + name="opfor_point_107"; + type="Empty"; + id=3338; + atlOffset=-5; + }; + class Item332 + { + dataType="Marker"; + position[]={3246.1245,142.3389,9574.9473}; + name="opfor_point_108"; + type="Empty"; + id=3339; + atlOffset=-5; + }; + class Item333 + { + dataType="Marker"; + position[]={2317.4077,106.07951,7195.4111}; + name="opfor_point_109"; + type="Empty"; + id=3340; + atlOffset=-4.9999924; + }; + class Item334 + { + dataType="Marker"; + position[]={1200.5378,117.95067,7287.0176}; + name="opfor_point_110"; + type="Empty"; + id=3341; + atlOffset=-5; + }; + class Item335 + { + dataType="Marker"; + position[]={396.63165,93.958054,6308.4619}; + name="opfor_point_111"; + type="Empty"; + id=3342; + atlOffset=-5; + }; + class Item336 + { + dataType="Marker"; + position[]={4070.6567,109.73903,6222.6343}; + name="opfor_point_112"; + type="Empty"; + id=3343; + atlOffset=-5; + }; + class Item337 + { + dataType="Marker"; + position[]={6931.1543,127.1223,6248.1875}; + name="opfor_point_113"; + type="Empty"; + id=3344; + atlOffset=-5; + }; + class Item338 + { + dataType="Marker"; + position[]={6439.0415,124.77075,6801.7217}; + name="opfor_point_114"; + type="Empty"; + id=3345; + atlOffset=-5.0217285; + }; + class Item339 + { + dataType="Marker"; + position[]={3658.2571,109.53061,7591.3135}; + name="opfor_point_115"; + type="Empty"; + id=3346; + atlOffset=-5; + }; + class Item340 + { + dataType="Marker"; + position[]={5231.3086,123.67371,6003.3887}; + name="opfor_point_116"; + type="Empty"; + id=3347; + atlOffset=-4.9999924; + }; + class Item341 + { + dataType="Marker"; + position[]={6497.4238,140.20474,5610.5103}; + name="opfor_point_117"; + type="Empty"; + id=3348; + atlOffset=-5; + }; + class Item342 + { + dataType="Marker"; + position[]={8036.2197,133.50415,5928.9219}; + name="opfor_point_118"; + type="Empty"; + id=3349; + atlOffset=-4.5665131; + }; + class Item343 + { + dataType="Marker"; + position[]={9490.2607,142.15469,4899.4785}; + name="opfor_point_119"; + type="Empty"; + id=3350; + atlOffset=-5; + }; + class Item344 + { + dataType="Marker"; + position[]={8895.7061,128.53749,4321.9165}; + name="opfor_point_120"; + type="Empty"; + id=3351; + atlOffset=-5; + }; + class Item345 + { + dataType="Marker"; + position[]={8788.7422,136.45735,3618.3276}; + name="opfor_point_121"; + type="Empty"; + id=3352; + atlOffset=-5; + }; + class Item346 + { + dataType="Marker"; + position[]={4679.5366,109.29518,4713.8477}; + name="opfor_point_122"; + type="Empty"; + id=3353; + atlOffset=-5; + }; + class Item347 + { + dataType="Marker"; + position[]={2500.7046,101.84772,5547.6309}; + name="opfor_point_123"; + type="Empty"; + id=3354; + atlOffset=-5.0000076; + }; + class Item348 + { + dataType="Marker"; + position[]={3644.749,117.0272,4129.1563}; + name="opfor_point_124"; + type="Empty"; + id=3355; + atlOffset=-5; + }; + class Item349 + { + dataType="Marker"; + position[]={6128.585,112.05694,4319.2227}; + name="opfor_point_125"; + type="Empty"; + id=3356; + atlOffset=-5; + }; + class Item350 + { + dataType="Marker"; + position[]={144.15326,95.29586,3532.8992}; + name="opfor_point_126"; + type="Empty"; + id=3357; + atlOffset=-5; + }; + class Item351 + { + dataType="Marker"; + position[]={402.29282,93.057533,1750.6433}; + name="opfor_point_127"; + type="Empty"; + id=3358; + atlOffset=-5; + }; + class Item352 + { + dataType="Marker"; + position[]={2038.5347,104.52673,310.43579}; + name="opfor_point_128"; + type="Empty"; + id=3359; + atlOffset=-4.9999924; + }; + class Item353 + { + dataType="Marker"; + position[]={1884.8777,94.401009,2020.1416}; + name="opfor_point_129"; + type="Empty"; + id=3360; + atlOffset=-5; + }; + class Item354 + { + dataType="Marker"; + position[]={3250.4749,95.526367,459.4104}; + name="opfor_point_130"; + type="Empty"; + id=3361; + atlOffset=-3.6871719; + }; + class Item355 + { + dataType="Marker"; + position[]={2990.5002,106.02686,3218.8928}; + name="opfor_point_131"; + type="Empty"; + id=3362; + atlOffset=-4.8787766; + }; + class Item356 + { + dataType="Marker"; + position[]={3773.4409,103.45232,2318.2471}; + name="opfor_point_132"; + type="Empty"; + id=3363; + atlOffset=-5.0000076; + }; + class Item357 + { + dataType="Marker"; + position[]={5046.6367,103.91992,2833.374}; + name="opfor_point_133"; + type="Empty"; + id=3364; + atlOffset=-4.9898376; + }; + class Item358 + { + dataType="Marker"; + position[]={5366.8828,98.166283,1501.7358}; + name="opfor_point_134"; + type="Empty"; + id=3365; + atlOffset=-5; + }; + class Item359 + { + dataType="Marker"; + position[]={8704.5723,122.00073,9006.7002}; + name="opfor_point_135"; + type="Empty"; + id=3366; + atlOffset=-5.7970581; + }; + class Item360 + { + dataType="Marker"; + position[]={9407.248,106.59717,7463.3926}; + name="opfor_point_136"; + type="Empty"; + id=3367; + atlOffset=-5.016716; + }; + class Item361 + { + dataType="Marker"; + position[]={7836.2842,120.95729,2261.1389}; + name="opfor_point_137"; + type="Empty"; + id=3368; + atlOffset=-5; + }; + class Item362 + { + dataType="Marker"; + position[]={7810.103,137.72972,2801.8066}; + name="opfor_point_138"; + type="Empty"; + id=3369; + atlOffset=-5; + }; + class Item363 + { + dataType="Marker"; + position[]={9299.1631,143.11073,879.68262}; + name="opfor_point_139"; + type="Empty"; + id=3370; + atlOffset=-5; + }; + class Item364 + { + dataType="Marker"; + position[]={10570.654,151.71257,609.26514}; + name="opfor_point_140"; + type="Empty"; + id=3371; + atlOffset=-5; + }; + class Item365 + { + dataType="Marker"; + position[]={4903.4697,111.82449,776.35132}; + name="opfor_point_141"; + type="Empty"; + id=3372; + atlOffset=-5; + }; + class Item366 + { + dataType="Marker"; + position[]={11534.795,87.196655,7230.8311}; + name="opfor_point_142"; + type="Empty"; + id=3373; + atlOffset=-5; + }; + class Item367 + { + dataType="Marker"; + position[]={13014.67,84.939735,10338.472}; + name="opfor_point_143"; + type="Empty"; + id=3374; + atlOffset=-5; + }; + class Item368 + { + dataType="Marker"; + position[]={13907.384,82.813965,10017.676}; + name="opfor_point_144"; + type="Empty"; + id=3375; + atlOffset=-5; + }; + class Item369 + { + dataType="Marker"; + position[]={17817.066,116.10277,8885.8027}; + name="opfor_point_145"; + type="Empty"; + id=3376; + atlOffset=-5; + }; + class Item370 + { + dataType="Marker"; + position[]={15574.55,83.098625,9302.6738}; + name="opfor_point_146"; + type="Empty"; + id=3377; + atlOffset=-5; + }; + class Item371 + { + dataType="Marker"; + position[]={19305.035,119.56635,9787.4521}; + name="opfor_point_147"; + type="Empty"; + id=3378; + atlOffset=-5; + }; + class Item372 + { + dataType="Marker"; + position[]={19083.334,143.46153,7313.5669}; + name="opfor_point_148"; + type="Empty"; + id=3379; + atlOffset=-5; + }; + class Item373 + { + dataType="Marker"; + position[]={19743.092,136.08118,6823.1582}; + name="opfor_point_149"; + type="Empty"; + id=3380; + atlOffset=-5; + }; + class Item374 + { + dataType="Marker"; + position[]={19210.363,146.61,6779.7549}; + name="military_18"; + text="Secret Service Base"; + type="o_support"; + colorName="ColorEAST"; + id=3381; + atlOffset=-7.7899933; + }; + class Item375 + { + dataType="Marker"; + position[]={20275.291,129.8067,5813.9463}; + name="opfor_point_150"; + type="Empty"; + id=3382; + atlOffset=-17.972305; + }; + class Item376 + { + dataType="Marker"; + position[]={20094.979,114.99324,5024.0234}; + name="opfor_point_151"; + type="Empty"; + id=3383; + atlOffset=-17.972305; + }; + class Item377 + { + dataType="Marker"; + position[]={20100.83,137.15526,3917.0801}; + name="opfor_point_152"; + type="Empty"; + id=3384; + atlOffset=-17.972305; + }; + class Item378 + { + dataType="Marker"; + position[]={19922.412,168.1691,3056.7395}; + name="opfor_point_153"; + type="Empty"; + id=3385; + atlOffset=-17.972305; + }; + class Item379 + { + dataType="Marker"; + position[]={19833.711,118.39667,679.64478}; + name="opfor_point_154"; + type="Empty"; + id=3386; + atlOffset=-17.972305; + }; + class Item380 + { + dataType="Marker"; + position[]={18343.057,108.45466,862.1106}; + name="opfor_point_155"; + type="Empty"; + id=3387; + atlOffset=-17.972305; + }; + class Item381 + { + dataType="Marker"; + position[]={17771,99.543358,178.43506}; + name="opfor_point_156"; + type="Empty"; + id=3388; + atlOffset=-17.972305; + }; + class Item382 + { + dataType="Marker"; + position[]={17316.082,100.36427,1342.7942}; + name="opfor_point_157"; + type="Empty"; + id=3389; + atlOffset=-17.972305; + }; + class Item383 + { + dataType="Marker"; + position[]={16516.703,113.39964,2401.366}; + name="opfor_point_158"; + type="Empty"; + id=3390; + atlOffset=-17.972305; + }; + class Item384 + { + dataType="Marker"; + position[]={16108.761,87.477661,367.91748}; + name="opfor_point_159"; + type="Empty"; + id=3391; + atlOffset=-17.972305; + }; + class Item385 + { + dataType="Marker"; + position[]={14817.291,106.49789,790.23315}; + name="opfor_point_160"; + type="Empty"; + id=3392; + atlOffset=-17.972305; + }; + class Item386 + { + dataType="Marker"; + position[]={15662.925,89.149719,1586.7847}; + name="opfor_point_161"; + type="Empty"; + id=3393; + atlOffset=-17.972305; + }; + class Item387 + { + dataType="Marker"; + position[]={15061,87.155548,2147.1033}; + name="opfor_point_162"; + type="Empty"; + id=3394; + atlOffset=-17.972305; + }; + class Item388 + { + dataType="Marker"; + position[]={14905.316,98.470695,2983.114}; + name="opfor_point_163"; + type="Empty"; + id=3395; + atlOffset=-17.972305; + }; + class Item389 + { + dataType="Marker"; + position[]={14234.949,100.14053,2988.0286}; + name="opfor_point_164"; + type="Empty"; + id=3396; + atlOffset=-17.972298; + }; + class Item390 + { + dataType="Marker"; + position[]={12813.85,148.07768,2844.812}; + name="opfor_point_165"; + type="Empty"; + id=3397; + atlOffset=-17.972305; + }; + class Item391 + { + dataType="Marker"; + position[]={10289.443,164.30324,5537.8101}; + name="opfor_point_166"; + type="Empty"; + id=3398; + atlOffset=-17.972305; + }; + class Item392 + { + dataType="Marker"; + position[]={13379.507,92.407463,3649.9756}; + name="opfor_point_167"; + type="Empty"; + id=3399; + atlOffset=-17.972305; + }; + class Item393 + { + dataType="Marker"; + position[]={13099.268,94.991013,4336.21}; + name="opfor_point_168"; + type="Empty"; + id=3400; + atlOffset=-17.972305; + }; + class Item394 + { + dataType="Marker"; + position[]={13357.385,78.1334,5170.3408}; + name="opfor_point_169"; + type="Empty"; + id=3401; + atlOffset=-17.972305; + }; + class Item395 + { + dataType="Marker"; + position[]={18667.074,127.64624,4844.7119}; + name="opfor_point_170"; + type="Empty"; + id=3402; + atlOffset=-18.025589; + }; + class Item396 + { + dataType="Marker"; + position[]={17495.012,99.304703,4834.1602}; + name="opfor_point_171"; + type="Empty"; + id=3403; + atlOffset=-17.972305; + }; + class Item397 + { + dataType="Marker"; + position[]={16139.897,126.09683,4251.2012}; + name="opfor_point_172"; + type="Empty"; + id=3404; + atlOffset=-17.972305; + }; + class Item398 + { + dataType="Marker"; + position[]={16589.428,87.05146,6093.7036}; + name="opfor_point_173"; + type="Empty"; + id=3405; + atlOffset=-17.972305; + }; + class Item399 + { + dataType="Marker"; + position[]={18763.715,123.76959,5451.7324}; + name="opfor_point_174"; + type="Empty"; + id=3406; + atlOffset=-17.972305; + }; + class Item400 + { + dataType="Marker"; + position[]={17911.17,104.2111,10508.188}; + name="opfor_point_175"; + type="Empty"; + id=3407; + atlOffset=-17.972305; + }; + class Item401 + { + dataType="Marker"; + position[]={15541.352,72.755127,8175.1587}; + name="opfor_point_176"; + type="Empty"; + id=3408; + atlOffset=-17.831177; + }; + class Item402 + { + dataType="Marker"; + position[]={14544.203,104.2851,4155.3223}; + name="opfor_point_177"; + type="Empty"; + id=3409; + atlOffset=-17.972298; + }; + class Item403 + { + dataType="Marker"; + position[]={14736.258,117.9509,5028.7793}; + name="opfor_point_178"; + type="Empty"; + id=3410; + atlOffset=-17.972305; + }; + class Item404 + { + dataType="Marker"; + position[]={16165.939,104.94145,5747.2485}; + name="opfor_point_179"; + type="Empty"; + id=3411; + atlOffset=-17.972305; + }; + class Item405 + { + dataType="Marker"; + position[]={17835.6,139.91502,3962.6831}; + name="opfor_point_180"; + type="Empty"; + id=3412; + atlOffset=-17.972305; + }; + class Item406 + { + dataType="Marker"; + position[]={13739.545,83.43457,7037.0986}; + name="opfor_point_181"; + type="Empty"; + id=3413; + atlOffset=-18.094833; + }; + class Item407 + { + dataType="Marker"; + position[]={12335.678,105.76769,8689.1602}; + name="opfor_point_182"; + type="Empty"; + id=3414; + atlOffset=-17.972305; + }; + class Item408 + { + dataType="Marker"; + position[]={11496.245,91.310226,9235.6143}; + name="opfor_point_183"; + type="Empty"; + id=3415; + atlOffset=-17.972305; + }; + class Item409 + { + dataType="Marker"; + position[]={17069.027,102.1841,8290.6631}; + name="opfor_point_184"; + type="Empty"; + id=3416; + atlOffset=-17.972313; + }; + class Item410 + { + dataType="Marker"; + position[]={9979.1748,90.606689,10652.465}; + name="opfor_point_185"; + type="Empty"; + id=3417; + atlOffset=-17.950569; + }; + class Item411 + { + dataType="Marker"; + position[]={11315.061,60.913162,13739.565}; + name="opfor_point_186"; + type="Empty"; + id=3418; + atlOffset=-17.972305; + }; + class Item412 + { + dataType="Marker"; + position[]={4596.8252,97.306465,11095.64}; + name="opfor_point_187"; + type="Empty"; + id=3419; + atlOffset=-17.972305; + }; + }; + class Connections + { + class LinkIDProvider + { + nextID=3; + }; + class Links + { + items=3; + class Item0 + { + linkID=0; + item0=6; + item1=4; + class CustomData + { + type="Sync"; + }; + }; + class Item1 + { + linkID=1; + item0=7; + item1=4; + class CustomData + { + type="Sync"; + }; + }; + class Item2 + { + linkID=2; + item0=5; + item1=4; + class CustomData + { + type="Sync"; + }; + }; + }; + }; +}; From 0a7be4df0071cf653042085dedb81c643a94046f Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 18:33:44 +0200 Subject: [PATCH 048/111] Adjusted version and max players attribute --- Missionbasefiles/kp_liberation.Altis/mission.sqm | 2 +- Missionbasefiles/kp_liberation.Chernarus/mission.sqm | 2 +- Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm | 2 +- Missionbasefiles/kp_liberation.Malden/mission.sqm | 2 +- Missionbasefiles/kp_liberation.Sara/mission.sqm | 2 +- Missionbasefiles/kp_liberation.Takistan/mission.sqm | 2 +- Missionbasefiles/kp_liberation.Tanoa/mission.sqm | 2 +- .../kp_liberation.gm_weferlingen_summer/mission.sqm | 2 +- .../kp_liberation.gm_weferlingen_winter/mission.sqm | 2 +- Missionbasefiles/kp_liberation.lythium/mission.sqm | 2 +- Missionbasefiles/kp_liberation.pja310/mission.sqm | 2 +- Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm | 2 +- Missionframework/scripts/shared/diagnostics.sqf | 5 +++-- Missionframework/stringtable.xml | 4 ++-- README.md | 1 + 15 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Missionbasefiles/kp_liberation.Altis/mission.sqm b/Missionbasefiles/kp_liberation.Altis/mission.sqm index c42ae9ba0..fa560c8d3 100644 --- a/Missionbasefiles/kp_liberation.Altis/mission.sqm +++ b/Missionbasefiles/kp_liberation.Altis/mission.sqm @@ -138,7 +138,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.Chernarus/mission.sqm b/Missionbasefiles/kp_liberation.Chernarus/mission.sqm index 8bd466c29..6a83c0caf 100644 --- a/Missionbasefiles/kp_liberation.Chernarus/mission.sqm +++ b/Missionbasefiles/kp_liberation.Chernarus/mission.sqm @@ -179,7 +179,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm b/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm index 6206a3ea2..ffe665484 100644 --- a/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm +++ b/Missionbasefiles/kp_liberation.Chernarus_Winter/mission.sqm @@ -179,7 +179,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.Malden/mission.sqm b/Missionbasefiles/kp_liberation.Malden/mission.sqm index c0fc68538..2e2794ae1 100644 --- a/Missionbasefiles/kp_liberation.Malden/mission.sqm +++ b/Missionbasefiles/kp_liberation.Malden/mission.sqm @@ -219,7 +219,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.Sara/mission.sqm b/Missionbasefiles/kp_liberation.Sara/mission.sqm index 304e784a8..976217fdc 100644 --- a/Missionbasefiles/kp_liberation.Sara/mission.sqm +++ b/Missionbasefiles/kp_liberation.Sara/mission.sqm @@ -144,7 +144,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.Takistan/mission.sqm b/Missionbasefiles/kp_liberation.Takistan/mission.sqm index b053f75c1..65362a419 100644 --- a/Missionbasefiles/kp_liberation.Takistan/mission.sqm +++ b/Missionbasefiles/kp_liberation.Takistan/mission.sqm @@ -179,7 +179,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.Tanoa/mission.sqm b/Missionbasefiles/kp_liberation.Tanoa/mission.sqm index baf29d604..b862b1cda 100644 --- a/Missionbasefiles/kp_liberation.Tanoa/mission.sqm +++ b/Missionbasefiles/kp_liberation.Tanoa/mission.sqm @@ -186,7 +186,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.gm_weferlingen_summer/mission.sqm b/Missionbasefiles/kp_liberation.gm_weferlingen_summer/mission.sqm index fa8223113..f4ba59957 100644 --- a/Missionbasefiles/kp_liberation.gm_weferlingen_summer/mission.sqm +++ b/Missionbasefiles/kp_liberation.gm_weferlingen_summer/mission.sqm @@ -161,7 +161,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.gm_weferlingen_winter/mission.sqm b/Missionbasefiles/kp_liberation.gm_weferlingen_winter/mission.sqm index fa8223113..f4ba59957 100644 --- a/Missionbasefiles/kp_liberation.gm_weferlingen_winter/mission.sqm +++ b/Missionbasefiles/kp_liberation.gm_weferlingen_winter/mission.sqm @@ -161,7 +161,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.lythium/mission.sqm b/Missionbasefiles/kp_liberation.lythium/mission.sqm index d58eed29d..ce9effdf4 100644 --- a/Missionbasefiles/kp_liberation.lythium/mission.sqm +++ b/Missionbasefiles/kp_liberation.lythium/mission.sqm @@ -389,7 +389,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.pja310/mission.sqm b/Missionbasefiles/kp_liberation.pja310/mission.sqm index de8b30333..683e4bb91 100644 --- a/Missionbasefiles/kp_liberation.pja310/mission.sqm +++ b/Missionbasefiles/kp_liberation.pja310/mission.sqm @@ -156,7 +156,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm b/Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm index a1ec96d69..fc1b44e01 100644 --- a/Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm +++ b/Missionbasefiles/kp_liberation.xcam_taunus/mission.sqm @@ -246,7 +246,7 @@ class ScenarioData { gameType="CTI"; minPlayers=1; - maxPlayers=34; + maxPlayers=37; }; }; class CustomAttributes diff --git a/Missionframework/scripts/shared/diagnostics.sqf b/Missionframework/scripts/shared/diagnostics.sqf index 662125863..d95a010e4 100644 --- a/Missionframework/scripts/shared/diagnostics.sqf +++ b/Missionframework/scripts/shared/diagnostics.sqf @@ -1,6 +1,6 @@ private _source = ""; -diag_log text "[KP LIBERATION] [MISSIONSTART] --- MISSION INFORMATION ---"; +diag_log text "[KP LIBERATION] [MISSIONSTART] ------------------------------------"; diag_log text format ["[KP LIBERATION] [MISSIONSTART] Name: %1", (localize "STR_MISSION_TITLE")]; diag_log text format ["[KP LIBERATION] [MISSIONSTART] World: %1", worldName]; diag_log text format ["[KP LIBERATION] [MISSIONSTART] Version: %1", (localize "STR_MISSION_VERSION")]; @@ -11,6 +11,7 @@ diag_log text format ["[KP LIBERATION] [MISSIONSTART] Resistance: %1", KP_libera diag_log text format ["[KP LIBERATION] [MISSIONSTART] Civilians: %1", KP_liberation_preset_civilians]; diag_log text format ["[KP LIBERATION] [MISSIONSTART] Arsenal: %1", KP_liberation_arsenal]; diag_log text format ["[KP LIBERATION] [MISSIONSTART] ACE: %1", KP_liberation_ace]; +diag_log text "[KP LIBERATION] [MISSIONSTART] ------------------------------------"; waitUntil {sleep 1; !isNil "active_sectors"}; @@ -20,7 +21,7 @@ while {true} do { } else { _source = name player; }; - + if (isServer) then { diag_log format ["[KP LIBERATION] [STATS] Source: %1 - FPS: %2 - Local groups: %3 - Local units: %4 - Total units: %5 - Vehicles: %6 - Active Sectors: %7 - Active Scripts: %8", _source, diff --git a/Missionframework/stringtable.xml b/Missionframework/stringtable.xml index a3bf516a8..008118b08 100644 --- a/Missionframework/stringtable.xml +++ b/Missionframework/stringtable.xml @@ -12,10 +12,10 @@ - CTI 34 KP Liberation v0.964 + CTI 34 KP Liberation v0.96.4 - v0.964 + v0.96.4 Deploy diff --git a/README.md b/README.md index 00f5b3d39..e145f3e46 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ class Missions * Tweaked: BWMod item classnames in KP_liberation_allowed_items_extension. Thanks to [madpat3](https://github.com/madpat3) * Tweaked: Equalized all Eden attributes of the mission.sqm files. * Tweaked: Replaced deprecated `BIS_fnc_conditionalSelect` function calls with sensible select statements. +* Tweaked: Versioning format from e.g. 0.964 to 0.96.4 for a better separation. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. * Fixed: Blufor soldier losses weren't counted in statistics. From 76f25b8611d8b5386b0817f2ad1b5bbe0fa9c25a Mon Sep 17 00:00:00 2001 From: Wyqer Date: Sun, 5 May 2019 18:33:59 +0200 Subject: [PATCH 049/111] Ignore buildings for Weferlingen summer/winter --- .../civrep/ignored/gm_weferlingen_summer.sqf | 122 ++++++++++++++++++ .../civrep/ignored/gm_weferlingen_winter.sqf | 122 ++++++++++++++++++ .../scripts/server/civrep/init_buildings.sqf | 2 + 3 files changed, 246 insertions(+) create mode 100644 Missionframework/scripts/server/civrep/ignored/gm_weferlingen_summer.sqf create mode 100644 Missionframework/scripts/server/civrep/ignored/gm_weferlingen_winter.sqf diff --git a/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_summer.sqf b/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_summer.sqf new file mode 100644 index 000000000..f05676f7e --- /dev/null +++ b/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_summer.sqf @@ -0,0 +1,122 @@ +KP_liberation_cr_ign_buildings = [ + "land_gm_euro_beersign_01", + "land_gm_euro_beersign_02", + "land_gm_euro_beersign_03", + "land_gm_euro_beersign_04", + "land_gm_euro_beersign_05", + "land_gm_euro_bridge_01_25_pathlod", + "land_gm_euro_bridge_02_20_pathlod", + "land_gm_euro_bridge_03_50_pathlod", + "land_gm_euro_busstop_01", + "land_gm_euro_busstop_02", + "land_gm_euro_deerstand_01", + "land_gm_euro_fuelpump_01_e", + "land_gm_euro_fuelpump_01_w", + "land_gm_euro_fuelpump_02_e", + "land_gm_euro_fuelpump_02_w", + "land_gm_euro_fuelstation_02", + "land_gm_euro_gardenshed_01", + "land_gm_euro_gardenshed_05", + "land_gm_euro_gardenshed_06", + "land_gm_euro_misc_awning_01", + "land_gm_euro_misc_awning_02", + "land_gm_euro_misc_awning_03", + "land_gm_euro_misc_awning_04", + "land_gm_euro_misc_awning_05", + "land_gm_euro_misc_bargate_01_open", + "land_gm_euro_misc_bargate_02", + "land_gm_euro_misc_chickencoop_01", + "land_gm_euro_misc_clothesline_01", + "land_gm_euro_misc_clothesline_02", + "land_gm_euro_misc_container_02_blu", + "land_gm_euro_misc_container_02_grn", + "land_gm_euro_misc_container_02_gry", + "land_gm_euro_misc_container_02_orn", + "land_gm_euro_misc_feh_62_e", + "land_gm_euro_misc_mailbox_01_01", + "land_gm_euro_misc_mailbox_01_02", + "land_gm_euro_misc_mailbox_02_01", + "land_gm_euro_misc_mailbox_02_02", + "land_gm_euro_misc_mailbox_03_01", + "land_gm_euro_misc_mailbox_03_02", + "land_gm_euro_misc_mailbox_04_01", + "land_gm_euro_misc_mailbox_04_02", + "land_gm_euro_misc_mailbox_05_01", + "land_gm_euro_misc_mailbox_05_02", + "land_gm_euro_misc_mailbox_06_01", + "land_gm_euro_misc_mailbox_06_02", + "land_gm_euro_misc_postbox_e", + "land_gm_euro_misc_postbox_w", + "land_gm_euro_misc_powerbox_04_w", + "land_gm_euro_misc_powerbox_05", + "land_gm_euro_misc_sandbox_01", + "land_gm_euro_misc_telh_78_w", + "land_gm_euro_misc_trashbin_02", + "land_gm_euro_powerline_01_01", + "land_gm_euro_powerline_01_02", + "land_gm_euro_powerline_01_50_0", + "land_gm_euro_powerline_02_01", + "land_gm_euro_powerline_02_02", + "land_gm_euro_powerline_02_03", + "land_gm_euro_powerline_02_50_0", + "land_gm_euro_powerline_02_50_23", + "land_gm_euro_powerline_02_50_5", + "land_gm_euro_powerline_03_01_e", + "land_gm_euro_powerline_03_01_w", + "land_gm_euro_powerline_03_100_0", + "land_gm_euro_powerline_03_100_23", + "land_gm_euro_powerline_03_100_5", + "land_gm_euro_pubsign_01", + "land_gm_euro_pubsign_02", + "land_gm_euro_pubsign_03", + "land_gm_euro_pubsign_04", + "land_gm_euro_pubsign_05", + "land_gm_euro_pubsign_06", + "land_gm_euro_shed_02", + "land_gm_euro_sidewall_01", + "land_gm_fence_garden_02_300", + "land_gm_fence_garden_04_300", + "land_gm_fence_garden_06_300", + "land_gm_fence_garden_07_300", + "land_gm_fence_garden_08_400", + "land_gm_fence_garden_09_400", + "land_gm_fence_garden_10_300", + "land_gm_fence_garden_13_300_01", + "land_gm_fence_garden_13_300_02", + "land_gm_fence_garden_13_300_03", + "land_gm_fence_garden_13_300_04", + "land_gm_fence_garden_13_post" + "land_gm_fence_garden_15_400", + "land_gm_fence_railing_01_200", + "land_gm_fence_railing_02_200", + "land_gm_fence_railing_03_60", + "land_gm_gc_ds977_50", + "land_gm_gc_lamp_01_01", + "land_gm_gc_lamp_02_01", + "land_gm_gc_lamp_03", + "land_gm_gc_lamp_04", + "land_gm_ge_einheitssirene_57", + "land_gm_ge_lamp_01_01", + "land_gm_ge_lamp_01_02", + "land_gm_ge_lamp_02_01", + "land_gm_ge_lamp_02_02", + "land_gm_ge_lamp_03_01", + "land_gm_ge_lamp_05", + "land_gm_inset_pub_01", + "land_gm_inset_shop_empty_01", + "land_gm_inset_shop_grocer_01", + "land_gm_inset_shop_grocer_02_e", + "land_gm_inset_shop_grocer_02_w", + "land_gm_inset_shop_post_01", + "land_gm_inset_shop_toystore_01", + "land_gm_sign_ge_post_01", + "land_gm_sign_ge_post_02", + "land_gm_wall_castle_01_arches_01", + "land_gm_wall_castle_01_corner_01", + "land_gm_wall_castle_01_end_01", + "land_gm_wall_castle_01_end_02", + "land_gm_wall_castle_01_gate_01", + "land_gm_wall_castle_01_stairs_01", + "land_gm_wall_castle_01_tower_01", + "land_gm_wall_castle_01_wall_01", +]; diff --git a/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_winter.sqf b/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_winter.sqf new file mode 100644 index 000000000..5103a4f9d --- /dev/null +++ b/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_winter.sqf @@ -0,0 +1,122 @@ +KP_liberation_cr_ign_buildings = [ + "land_gm_euro_beersign_01", + "land_gm_euro_beersign_02", + "land_gm_euro_beersign_03", + "land_gm_euro_beersign_04", + "land_gm_euro_beersign_05", + "land_gm_euro_bridge_01_25_pathlod", + "land_gm_euro_bridge_02_20_pathlod", + "land_gm_euro_bridge_03_50_pathlod", + "land_gm_euro_busstop_01", + "land_gm_euro_busstop_02", + "land_gm_euro_deerstand_01", + "land_gm_euro_fuelpump_01_e", + "land_gm_euro_fuelpump_01_w", + "land_gm_euro_fuelpump_02_e", + "land_gm_euro_fuelpump_02_w", + "land_gm_euro_fuelstation_02_win", + "land_gm_euro_gardenshed_01", + "land_gm_euro_gardenshed_05", + "land_gm_euro_gardenshed_06", + "land_gm_euro_misc_awning_01_win", + "land_gm_euro_misc_awning_02_win", + "land_gm_euro_misc_awning_03_win", + "land_gm_euro_misc_awning_04_win", + "land_gm_euro_misc_awning_05_win", + "land_gm_euro_misc_bargate_01_open", + "land_gm_euro_misc_bargate_02", + "land_gm_euro_misc_chickencoop_01", + "land_gm_euro_misc_clothesline_01_win", + "land_gm_euro_misc_clothesline_02_win", + "land_gm_euro_misc_container_02_blu", + "land_gm_euro_misc_container_02_grn", + "land_gm_euro_misc_container_02_gry", + "land_gm_euro_misc_container_02_orn", + "land_gm_euro_misc_feh_62_e", + "land_gm_euro_misc_mailbox_01_01", + "land_gm_euro_misc_mailbox_01_02", + "land_gm_euro_misc_mailbox_02_01", + "land_gm_euro_misc_mailbox_02_02", + "land_gm_euro_misc_mailbox_03_01", + "land_gm_euro_misc_mailbox_03_02", + "land_gm_euro_misc_mailbox_04_01", + "land_gm_euro_misc_mailbox_04_02", + "land_gm_euro_misc_mailbox_05_01", + "land_gm_euro_misc_mailbox_05_02", + "land_gm_euro_misc_mailbox_06_01", + "land_gm_euro_misc_mailbox_06_02", + "land_gm_euro_misc_postbox_e", + "land_gm_euro_misc_postbox_w", + "land_gm_euro_misc_powerbox_04_w", + "land_gm_euro_misc_powerbox_05", + "land_gm_euro_misc_sandbox_01", + "land_gm_euro_misc_telh_78_w", + "land_gm_euro_misc_trashbin_02", + "land_gm_euro_powerline_01_01", + "land_gm_euro_powerline_01_02", + "land_gm_euro_powerline_01_50_0", + "land_gm_euro_powerline_02_01", + "land_gm_euro_powerline_02_02", + "land_gm_euro_powerline_02_03", + "land_gm_euro_powerline_02_50_0", + "land_gm_euro_powerline_02_50_23", + "land_gm_euro_powerline_02_50_5", + "land_gm_euro_powerline_03_01_e", + "land_gm_euro_powerline_03_01_w", + "land_gm_euro_powerline_03_100_0", + "land_gm_euro_powerline_03_100_23", + "land_gm_euro_powerline_03_100_5", + "land_gm_euro_pubsign_01", + "land_gm_euro_pubsign_02", + "land_gm_euro_pubsign_03", + "land_gm_euro_pubsign_04", + "land_gm_euro_pubsign_05", + "land_gm_euro_pubsign_06", + "land_gm_euro_shed_02_win", + "land_gm_euro_sidewall_01", + "land_gm_fence_garden_02_300", + "land_gm_fence_garden_04_300", + "land_gm_fence_garden_06_300", + "land_gm_fence_garden_07_300", + "land_gm_fence_garden_08_400", + "land_gm_fence_garden_09_400", + "land_gm_fence_garden_10_300", + "land_gm_fence_garden_13_300_01", + "land_gm_fence_garden_13_300_02", + "land_gm_fence_garden_13_300_03", + "land_gm_fence_garden_13_300_04", + "land_gm_fence_garden_13_post", + "land_gm_fence_garden_15_400", + "land_gm_fence_railing_01_200", + "land_gm_fence_railing_02_200", + "land_gm_fence_railing_03_60", + "land_gm_gc_ds977_50", + "land_gm_gc_lamp_01_01", + "land_gm_gc_lamp_02_01", + "land_gm_gc_lamp_03", + "land_gm_gc_lamp_04", + "land_gm_ge_einheitssirene_57", + "land_gm_ge_lamp_01_01", + "land_gm_ge_lamp_01_02", + "land_gm_ge_lamp_02_01", + "land_gm_ge_lamp_02_02", + "land_gm_ge_lamp_03_01", + "land_gm_ge_lamp_05", + "land_gm_inset_pub_01", + "land_gm_inset_shop_empty_01", + "land_gm_inset_shop_grocer_01", + "land_gm_inset_shop_grocer_02_e", + "land_gm_inset_shop_grocer_02_w", + "land_gm_inset_shop_post_01", + "land_gm_inset_shop_toystore_01", + "land_gm_sign_ge_post_01", + "land_gm_sign_ge_post_02", + "land_gm_wall_castle_01_arches_01", + "land_gm_wall_castle_01_corner_01", + "land_gm_wall_castle_01_end_01", + "land_gm_wall_castle_01_end_02", + "land_gm_wall_castle_01_gate_01", + "land_gm_wall_castle_01_stairs_01", + "land_gm_wall_castle_01_tower_01" + "land_gm_wall_castle_01_wall_01", +]; diff --git a/Missionframework/scripts/server/civrep/init_buildings.sqf b/Missionframework/scripts/server/civrep/init_buildings.sqf index eb63ac67b..53532cc50 100644 --- a/Missionframework/scripts/server/civrep/init_buildings.sqf +++ b/Missionframework/scripts/server/civrep/init_buildings.sqf @@ -2,6 +2,8 @@ if (KP_liberation_civrep_debug > 0) then {diag_log format ["[KP LIBERATION] [CIV switch (worldName) do { case "Chernarus": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\chernarus.sqf"}; + case "gm_weferlingen_summer": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\gm_weferlingen_summer.sqf"}; + case "gm_weferlingen_winter": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\gm_weferlingen_winter.sqf"}; case "lythium": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\lythium.sqf"}; case "Malden": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\malden.sqf"}; case "pja310": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\pja310.sqf"}; From 32398406bb4b5bae89457b20989d065df190877b Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 6 May 2019 11:35:14 +0200 Subject: [PATCH 050/111] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e145f3e46..4c79c53d8 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ class Missions ## Changelog -### 0.964 (Global Mobilization additions) +### 0.96.4 (Global Mobilization additions) * Added: West Germany Arsenal Preset. Thanks to [Dahlgren](https://github.com/Dahlgren) * Added: Chernarus Winter basefile to repository. * Added: Fog removal script readded, as some people had issues with too much fog after some time. From 3eb0593e625b370dd61093488929f0179fb51c41 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Mon, 6 May 2019 21:04:55 +0200 Subject: [PATCH 051/111] Fixed `,` mistake from sorting in ignore list --- .../scripts/server/civrep/ignored/gm_weferlingen_summer.sqf | 4 ++-- .../scripts/server/civrep/ignored/gm_weferlingen_winter.sqf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_summer.sqf b/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_summer.sqf index f05676f7e..948a312e6 100644 --- a/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_summer.sqf +++ b/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_summer.sqf @@ -85,7 +85,7 @@ KP_liberation_cr_ign_buildings = [ "land_gm_fence_garden_13_300_02", "land_gm_fence_garden_13_300_03", "land_gm_fence_garden_13_300_04", - "land_gm_fence_garden_13_post" + "land_gm_fence_garden_13_post", "land_gm_fence_garden_15_400", "land_gm_fence_railing_01_200", "land_gm_fence_railing_02_200", @@ -118,5 +118,5 @@ KP_liberation_cr_ign_buildings = [ "land_gm_wall_castle_01_gate_01", "land_gm_wall_castle_01_stairs_01", "land_gm_wall_castle_01_tower_01", - "land_gm_wall_castle_01_wall_01", + "land_gm_wall_castle_01_wall_01" ]; diff --git a/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_winter.sqf b/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_winter.sqf index 5103a4f9d..d6b269aeb 100644 --- a/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_winter.sqf +++ b/Missionframework/scripts/server/civrep/ignored/gm_weferlingen_winter.sqf @@ -117,6 +117,6 @@ KP_liberation_cr_ign_buildings = [ "land_gm_wall_castle_01_end_02", "land_gm_wall_castle_01_gate_01", "land_gm_wall_castle_01_stairs_01", - "land_gm_wall_castle_01_tower_01" - "land_gm_wall_castle_01_wall_01", + "land_gm_wall_castle_01_tower_01", + "land_gm_wall_castle_01_wall_01" ]; From 2e55192fb27524fbdd2bbcff4b13afb1e2dd8160 Mon Sep 17 00:00:00 2001 From: Dubjunk Date: Mon, 6 May 2019 21:18:29 +0200 Subject: [PATCH 052/111] Added gm opfor presets --- Missionframework/kp_liberation_config.sqf | 4 +- Missionframework/presets/init_presets.sqf | 2 + Missionframework/presets/opfor/gm_east.sqf | 128 ++++++++++++++++++++ Missionframework/presets/opfor/gm_west.sqf | 130 +++++++++++++++++++++ 4 files changed, 263 insertions(+), 1 deletion(-) create mode 100644 Missionframework/presets/opfor/gm_east.sqf create mode 100644 Missionframework/presets/opfor/gm_west.sqf diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index f259c8fa1..de4cba9e9 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -55,7 +55,9 @@ KP_liberation_preset_blufor = 0; 4 = Project OPFOR (Islamic State) 5 = Project OPFOR (Sahrani) 6 = AAF -7 = NATO */ +7 = NATO +8 = Germany West (Global Mobilization) +9 = Germany East (Global Mobilization) */ KP_liberation_preset_opfor = 0; /* Resistance preset: diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index 0ac669a8a..01ac4277d 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -22,6 +22,8 @@ switch (KP_liberation_preset_opfor) do { case 5: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\SLA.sqf";}; case 6: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\aaf.sqf";}; case 7: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\nato.sqf";}; + case 8: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_west.sqf";}; + case 9: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_east.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\opfor\custom.sqf";}; }; diff --git a/Missionframework/presets/opfor/gm_east.sqf b/Missionframework/presets/opfor/gm_east.sqf new file mode 100644 index 000000000..8306ab5ed --- /dev/null +++ b/Missionframework/presets/opfor/gm_east.sqf @@ -0,0 +1,128 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 + - RHSUSAF + - RHSSAF + - RHSAFRF +*/ + +// Enemy infantry classes +opfor_officer = "gm_gc_army_officer_80_gry"; //Officer +opfor_squad_leader = "gm_gc_army_squadleader_mpiak74n_80_str"; //Squad Leader +opfor_team_leader = "gm_gc_army_squadleader_mpiak74n_80_str"; //Team Leader +opfor_sentry = "gm_gc_army_rifleman_mpiak74n_80_str"; //Rifleman (Lite) +opfor_rifleman = "gm_gc_army_rifleman_mpiak74n_80_str"; //Rifleman +opfor_rpg = "gm_gc_army_antitank_mpiak74n_rpg7_80_str"; //Rifleman (LAT) +opfor_grenadier = "gm_gc_army_demolition_mpiaks74n_80_str"; //Grenadier +opfor_machinegunner = "gm_gc_army_machinegunner_lmgrpk_80_str"; //Autorifleman +opfor_heavygunner = "gm_gc_army_machinegunner_pk_80_str"; //Heavy Gunner +opfor_marksman = "gm_gc_army_rifleman_mpiak74n_80_str"; //Marksman +opfor_sharpshooter = "gm_gc_army_rifleman_mpiak74n_80_str"; //Sharpshooter +opfor_sniper = "gm_gc_army_rifleman_mpiak74n_80_str"; //Sniper +opfor_at = "gm_gc_army_antitank_mpiak74n_rpg7_80_str"; //AT Specialist +opfor_aa = "gm_gc_army_demolition_mpiaks74n_80_str"; //AA Specialist +opfor_medic = "gm_gc_army_rifleman_mpiak74n_80_str"; //Combat Life Saver +opfor_engineer = "gm_gc_army_engineer_mpiaks74n_80_str"; //Engineer +opfor_paratrooper = "gm_gc_army_rifleman_mpiak74n_80_str"; //Paratrooper + +// Enemy vehicles used by secondary objectives. +opfor_mrap = "gm_gc_army_brdm2um"; //SPW40-P2UM +opfor_mrap_armed = "gm_gc_army_brdm2"; //SPW-40P2 +opfor_transport_helo = "gm_gc_army_ural4320_cargo"; //Truck gel. 5 Transport +opfor_transport_truck = "gm_gc_army_ural4320_cargo"; //Truck gel. 5 Transport +opfor_ammobox_transport = "gm_gc_army_ural4320_cargo"; //Truck gel. 5 Transport -> Has to be able to transport resource crates! +opfor_fuel_truck = "gm_gc_army_ural4320_refuel"; //Truck gel. 5 Fuel +opfor_ammo_truck = "gm_gc_army_ural4320_reammo"; //Truck gel. 5 Ammo +opfor_fuel_container = "Land_Pod_Heli_Transport_04_fuel_F"; //Taru Fuel Pod +opfor_ammo_container = "Land_Pod_Heli_Transport_04_ammo_F"; //Taru Ammo Pod +opfor_flag = "FlagPole_F"; //Empty Flag + +/* Adding a value to these arrays below will add them to a one out of however many in the array, random pick chance. +Therefore, adding the same value twice or three times means they are more likely to be chosen more often. */ + +/* Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders. +Think of them like garrison or military police forces, which are more meant to control the local population instead of fighting enemy armies. */ +militia_squad = [ + "gm_gc_army_rifleman_mpiak74n_80_str", //Rifleman (Lite) + "gm_gc_army_rifleman_mpiak74n_80_str", //Rifleman (Lite) + "gm_gc_army_rifleman_mpiak74n_80_str", //Rifleman + "gm_gc_army_rifleman_mpiak74n_80_str", //Rifleman + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", //Rifleman (AT) + "gm_gc_army_machinegunner_lmgrpk_80_str", //Autorifleman + "gm_gc_army_rifleman_mpiak74n_80_str", //Marksman + "gm_gc_army_rifleman_mpiak74n_80_str", //Medic + "gm_gc_army_engineer_mpiaks74n_80_str" //Engineer +]; + +// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. +militia_vehicles = [ + "gm_gc_army_brdm2um" //SPW40-P2UM +]; + +// All enemy vehicles that can spawn as sector defenders and patrols at high enemy combat readiness (aggression levels). +opfor_vehicles = [ + "gm_gc_army_brdm2um", //SPW40-P2UM + "gm_gc_army_brdm2", //SPW-40P2 + "gm_gc_army_btr60pa", //SPW-60PA + "gm_gc_army_btr60pb", //SPW-60PB + "gm_gc_army_bmp1sp2", //BMP-1 SP-2 + "gm_gc_army_bmp1sp2", //BMP-1 SP-2 + "gm_gc_army_zsu234v1", //ZSU-23-4V1 + "gm_gc_army_t55a", //T55A + "gm_gc_army_t55a" //T55A +]; + +// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels). +opfor_vehicles_low_intensity = [ + "gm_gc_army_brdm2um", //SPW40-P2UM + "gm_gc_army_brdm2", //SPW-40P2 + "gm_gc_army_btr60pa", //SPW-60PA + "gm_gc_army_btr60pb" //SPW-60PB +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at high enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles = [ + "gm_gc_army_ural4320_cargo", //Truck gel. 5 Transport + "gm_gc_army_brdm2um", //SPW40-P2UM + "gm_gc_army_brdm2", //SPW-40P2 + "gm_gc_army_btr60pa", //SPW-60PA + "gm_gc_army_btr60pb", //SPW-60PB + "gm_gc_army_bmp1sp2", //BMP-1 SP-2 + "gm_gc_army_bmp1sp2", //BMP-1 SP-2 + "gm_gc_army_zsu234v1", //ZSU-23-4V1 + "gm_gc_army_t55a", //T55A + "gm_gc_army_t55a", //T55A + "len_mi8amt_nva" //Mi8amt +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles_low_intensity = [ + "gm_gc_army_ural4320_cargo", //Truck gel. 5 Transport + "gm_gc_army_brdm2um", //SPW40-P2UM + "gm_gc_army_brdm2", //SPW-40P2 + "gm_gc_army_btr60pa", //SPW-60PA + "gm_gc_army_btr60pb", //SPW-60PB + "gm_gc_army_bmp1sp2", //BMP-1 SP-2 + "gm_gc_army_bmp1sp2", //BMP-1 SP-2 + "gm_gc_army_zsu234v1" //ZSU-23-4V1 +]; + +/* All vehicles that spawn within battlegroups (see the above 2 arrays) and also hold 8 soldiers as passengers. +If something in this array can't hold all 8 soldiers then buggy behaviours may occur. */ +opfor_troup_transports = [ + "gm_gc_army_ural4320_cargo", //Truck gel. 5 Transport + "gm_gc_army_btr60pa", //SPW-60PA + "gm_gc_army_btr60pb", //SPW-60PB + "gm_gc_army_bmp1sp2", //BMP-1 SP-2 +]; + +// Enemy rotary-wings that will need to spawn in flight. +opfor_choppers = [ + "len_mi8amt_nva" //Mi8amt +]; + +// Enemy fixed-wings that will need to spawn in the air. +opfor_air = []; diff --git a/Missionframework/presets/opfor/gm_west.sqf b/Missionframework/presets/opfor/gm_west.sqf new file mode 100644 index 000000000..9d69550e9 --- /dev/null +++ b/Missionframework/presets/opfor/gm_west.sqf @@ -0,0 +1,130 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 + - RHSUSAF + - RHSSAF + - RHSAFRF +*/ + +// Enemy infantry classes +opfor_officer = "gm_ge_army_officer_p1_80_oli"; //Officer +opfor_squad_leader = "gm_ge_army_squadleader_g3a3_p2a1_80_ols"; //Squad Leader +opfor_team_leader = "gm_ge_army_squadleader_g3a3_p2a1_80_ols"; //Team Leader +opfor_sentry = "gm_ge_army_rifleman_g3a3_80_ols"; //Rifleman (Lite) +opfor_rifleman = "gm_ge_army_rifleman_g3a3_80_ols"; //Rifleman +opfor_rpg = "gm_ge_army_antitank_g3a3_pzf44_80_ols"; //Rifleman (LAT) +opfor_grenadier = "gm_ge_army_grenadier_g3a3_80_ols"; //Grenadier +opfor_machinegunner = "gm_ge_army_machinegunner_mg3_80_ols"; //Autorifleman +opfor_heavygunner = "gm_ge_army_machinegunner_mg3_80_ols"; //Heavy Gunner +opfor_marksman = "gm_ge_army_rifleman_g3a3_80_ols"; //Marksman +opfor_sharpshooter = "gm_ge_army_rifleman_g3a3_80_ols"; //Sharpshooter +opfor_sniper = "gm_ge_army_rifleman_g3a3_80_ols"; //Sniper +opfor_at = "gm_ge_army_antitank_g3a3_pzf84_80_ols"; //AT Specialist +opfor_aa = "gm_ge_army_demolition_g3a4_80_ols"; //AA Specialist +opfor_medic = "gm_ge_army_medic_g3a3_80_ols"; //Combat Life Saver +opfor_engineer = "gm_ge_army_engineer_g3a4_80_ols"; //Engineer +opfor_paratrooper = "gm_ge_army_rifleman_g3a3_80_ols"; //Paratrooper + +// Enemy vehicles used by secondary objectives. +opfor_mrap = "gm_ge_army_iltis_cargo"; //Truck 0.5t +opfor_mrap_armed = "gm_ge_army_iltis_milan"; //Truck 0.5t MILAN +opfor_transport_helo = "gm_ge_army_kat1_454_cargo"; //Truck 10t mil gl Transport +opfor_transport_truck = "gm_ge_army_kat1_451_cargo"; //Truck 5t mil gl Transport +opfor_ammobox_transport = "gm_ge_army_kat1_451_container"; //Truck 5t mil gl Container -> Has to be able to transport resource crates! +opfor_fuel_truck = "gm_ge_army_kat1_451_refuel"; //Truck 5t mil gl Fuel +opfor_ammo_truck = "gm_ge_army_kat1_451_reammo"; //Truck 5t mil gl Ammo +opfor_fuel_container = "B_Slingload_01_Fuel_F"; //Huron Fuel Container +opfor_ammo_container = "B_Slingload_01_Ammo_F"; //Huron Ammo Container +opfor_flag = "FlagPole_F"; //Empty Flag + +/* Adding a value to these arrays below will add them to a one out of however many in the array, random pick chance. +Therefore, adding the same value twice or three times means they are more likely to be chosen more often. */ + +/* Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders. +Think of them like garrison or military police forces, which are more meant to control the local population instead of fighting enemy armies. */ +militia_squad = [ + "gm_ge_army_rifleman_g3a3_80_ols", //Rifleman (Lite) + "gm_ge_army_rifleman_g3a3_80_ols", //Rifleman (Lite) + "gm_ge_army_rifleman_g3a3_80_ols", //Rifleman + "gm_ge_army_rifleman_g3a3_80_ols", //Rifleman + "gm_ge_army_antitank_g3a3_pzf44_80_ols", //Rifleman (AT) + "gm_ge_army_machinegunner_mg3_80_ols", //Autorifleman + "gm_ge_army_rifleman_g3a3_80_ols", //Marksman + "gm_ge_army_medic_g3a3_80_ols", //Medic + "gm_ge_army_engineer_g3a4_80_ols" //Engineer +]; + +// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. +militia_vehicles = [ + "gm_ge_army_u1300l_cargo" //Truck 2t Transport +]; + +// All enemy vehicles that can spawn as sector defenders and patrols at high enemy combat readiness (aggression levels). +opfor_vehicles = [ + "gm_ge_army_u1300l_cargo", //Truck 2t Transport + "gm_ge_army_iltis_milan", //Truck 0.5t MILAN + "gm_ge_army_fuchsa0_engineer", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance", //Fuchs (Recon, MILAN) + "gm_ge_army_m113a1g_apc", //M113A3 (MG3) + "gm_ge_army_m113a1g_apc_milan", //M113A3 (MILAN) + "gm_ge_army_gepard1a1", //Gepard 1A1 + "gm_ge_army_Leopard1a1a1", //Leopard 1A1A1 + "gm_ge_army_Leopard1a1a2", //Leopard 1A1A2 + "gm_ge_army_Leopard1a3a1" //Leopard 1A3A1 +]; + +// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels). +opfor_vehicles_low_intensity = [ + "gm_ge_army_u1300l_cargo", //Truck 2t Transport + "gm_ge_army_iltis_milan", //Truck 0.5t MILAN + "gm_ge_army_fuchsa0_engineer", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance" //Fuchs (Recon, MILAN) +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at high enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles = [ + "gm_ge_army_u1300l_cargo", //Truck 2t Transport + "gm_ge_army_iltis_milan", //Truck 0.5t MILAN + "gm_ge_army_fuchsa0_engineer", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance", //Fuchs (Recon, MILAN) + "gm_ge_army_m113a1g_apc", //M113A3 (MG3) + "gm_ge_army_m113a1g_apc_milan", //M113A3 (MILAN) + "gm_ge_army_gepard1a1", //Gepard 1A1 + "gm_ge_army_Leopard1a1a1", //Leopard 1A1A1 + "gm_ge_army_Leopard1a1a2", //Leopard 1A1A2 + "gm_ge_army_Leopard1a3a1", //Leopard 1A3A1 + "len_uh1d_bw" //BW UH-1D +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles_low_intensity = [ + "gm_ge_army_u1300l_cargo", //Truck 2t Transport + "gm_ge_army_iltis_milan", //Truck 0.5t MILAN + "gm_ge_army_fuchsa0_engineer", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance", //Fuchs (Recon, MILAN) + "gm_ge_army_m113a1g_apc", //M113A3 (MG3) + "gm_ge_army_m113a1g_apc_milan", //M113A3 (MILAN) + "gm_ge_army_gepard1a1", //Gepard 1A1 + "len_uh1d_bw" //BW UH-1D +]; + +/* All vehicles that spawn within battlegroups (see the above 2 arrays) and also hold 8 soldiers as passengers. +If something in this array can't hold all 8 soldiers then buggy behaviours may occur. */ +opfor_troup_transports = [ + "gm_ge_army_u1300l_cargo", //Truck 2t Transport + "gm_ge_army_fuchsa0_engineer", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance", //Fuchs (Recon, MILAN) + "gm_ge_army_m113a1g_apc", //M113A3 (MG3) + "gm_ge_army_m113a1g_apc_milan" //M113A3 (MILAN) +]; + +// Enemy rotary-wings that will need to spawn in flight. +opfor_choppers = [ + "len_uh1d_bw" //BW UH-1D +]; + +// Enemy fixed-wings that will need to spawn in the air. +opfor_air = []; From ca94e36061d8ffc48d8cc8ff1d78977a85bb6137 Mon Sep 17 00:00:00 2001 From: Dubjunk Date: Tue, 7 May 2019 21:40:55 +0200 Subject: [PATCH 053/111] one `,` kills everything --- Missionframework/presets/opfor/gm_east.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Missionframework/presets/opfor/gm_east.sqf b/Missionframework/presets/opfor/gm_east.sqf index 8306ab5ed..fe59f843f 100644 --- a/Missionframework/presets/opfor/gm_east.sqf +++ b/Missionframework/presets/opfor/gm_east.sqf @@ -116,7 +116,7 @@ opfor_troup_transports = [ "gm_gc_army_ural4320_cargo", //Truck gel. 5 Transport "gm_gc_army_btr60pa", //SPW-60PA "gm_gc_army_btr60pb", //SPW-60PB - "gm_gc_army_bmp1sp2", //BMP-1 SP-2 + "gm_gc_army_bmp1sp2" //BMP-1 SP-2 ]; // Enemy rotary-wings that will need to spawn in flight. From 807647edff273daa48ebfbaff872cee53ac5b1ec Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 7 May 2019 21:57:38 +0200 Subject: [PATCH 054/111] Add Germany East Preset (GM) --- Missionframework/kp_liberation_config.sqf | 20 +- Missionframework/presets/blufor/gm_east.sqf | 263 ++++++++++++++++++++ Missionframework/presets/init_presets.sqf | 6 +- 3 files changed, 276 insertions(+), 13 deletions(-) create mode 100644 Missionframework/presets/blufor/gm_east.sqf diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index de4cba9e9..96964e99c 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -32,16 +32,16 @@ KP_liberation_ace_crates = [ If you want to change a preset, it's recommended to set all four presets to 0 and edit the appropriate custom.sqf files in the preset folders.*/ /* BLUFOR preset: -0 = Custom (default vanilla with many optional mods supported) -1 = Apex Tanoa (apex vanilla with many optional mods supported) -2 = 3cb BAF (MTP) -3 = 3cb BAF (Desert) -4 = BWMod Bundeswehr (Flecktarn) -5 = BWMod Bundeswehr (Tropentarn) -6 = RHS USAF (Woodland) -7 = RHS USAF (Desert) -8 = RHS AFRF (VDV/MSV) -9 = Germany West (Global Mobilization) +0 = Custom (default vanilla with many optional mods supported) +1 = Apex Tanoa (apex vanilla with many optional mods supported) +2 = 3cb BAF (MTP) +3 = 3cb BAF (Desert) +4 = BWMod Bundeswehr (Flecktarn) +5 = BWMod Bundeswehr (Tropentarn) +6 = RHS USAF (Woodland) +7 = RHS USAF (Desert) +8 = RHS AFRF (VDV/MSV) +9 = Germany West (Global Mobilization) 10 = Germany East (Global Mobilization) 11 = CSAT Brown 12 = CSAT Green */ diff --git a/Missionframework/presets/blufor/gm_east.sqf b/Missionframework/presets/blufor/gm_east.sqf new file mode 100644 index 000000000..1c1b0fe48 --- /dev/null +++ b/Missionframework/presets/blufor/gm_east.sqf @@ -0,0 +1,263 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 + - RHSUSAF + - RHSSAF + - RHSAFRF +*/ + +/* - Support classnames. +Each of these should be unique, the same classnames for different purposes may cause various unpredictable issues with player actions. Or not, just don't try! */ +FOB_typename = "land_gm_tower_bt_6_fuest_80"; // This is the main FOB HQ building. Default is "Land_Cargo_HQ_V1_F". +FOB_box_typename = "gm_gc_army_brdm2um"; // This is the FOB as a container/BRDM (due to lack of proper container transport in GM German EAST). Default is "B_Slingload_01_Cargo_F". +FOB_truck_typename = "gm_gc_army_btr60pu12"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F". +Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F". +Respawn_truck_typename = "gm_gc_army_ural375d_medic"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F". +huron_typename = "gm_gc_army_btr60pu12_ols"; // This is Spartan 01, a multipurpose mobile respawn as a command BTR60. Default is "B_Heli_Transport_03_unarmed_F". +crewman_classname = "gm_gc_army_crew_mpiaks74nk_80_blk"; // This defines the crew for vehicles. Default is "B_crew_F". +pilot_classname = "gm_gc_army_crew_mpiaks74nk_80_blk"; // This defines the pilot for helicopters. Default is "B_Helipilot_F". +KP_liberation_little_bird_classname = "gm_gc_bgs_p601"; // Little birds replaced with unimog for container transportation. Default is "B_Heli_Light_01_F". +KP_liberation_boat_classname = "B_Boat_Transport_01_F"; // These are the boats which spawn at the stern of the Freedom. Default is "B_Boat_Transport_01_F". +KP_liberation_truck_classname = "gm_gc_army_ural4320_cargo"; // These are the trucks which are used in the logistic convoy system. Default is "B_Truck_01_transport_F". +KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources. Default is "ContainmentArea_02_sand_F". +KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources. Default is "ContainmentArea_01_sand_F". +KP_liberation_recycle_building = "land_gm_euro_shed_03"; // The building defined to unlock FOB recycling functionality. Default is "Land_CarService_F". +KP_liberation_air_vehicle_building = "land_gm_radiotower_01"; // The building defined to unlock FOB air vehicle functionality. Default is "Land_Radar_Small_F". +KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // The helipad used to increase the GLOBAL rotary-wing cap. Default is "Land_HelipadSquare_F". +KP_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // The hangar used to increase the GLOBAL fixed-wing cap. Default is "Land_TentHangar_V1_F". +KP_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources. Default is "CargoNet_01_box_F". +KP_liberation_ammo_crate = "B_CargoNet_01_ammo_F"; // This defines the ammunition crates. Default is "B_CargoNet_01_ammo_F". +KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // This defines the fuel crates. Default is "CargoNet_01_barrels_F". + +/* - Friendly classnames. +Each array below represents one of the 7 pages within the build menu. +Format: ["vehicle_classname",supplies,ammunition,fuel], Example: ["B_APC_Tracked_01_AA_F",300,150,150], +The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build. */ +infantry_units = [ + ["gm_gc_army_rifleman_mpiak74n_80_str",20,0,0], //Rifleman + ["gm_gc_army_antitank_mpiak74n_rpg7_80_str",30,0,0], //Rifleman (AT) + ["gm_gc_army_machinegunner_lmgrpk_80_str",25,0,0], //Light Machinegunner + ["gm_gc_army_machinegunner_pk_80_str",25,10,0], //Autorifleman + ["gm_gc_army_engineer_mpiaks74n_80_str",30,0,0], //Engineer + ["gm_gc_army_demolition_mpiaks74n_80_str",30,0,0], //Explosives Specialist + ["gm_gc_army_crew_mpiaks74nk_80_blk",10,0,0] //Crewman +]; + +light_vehicles = [ + ["gm_gc_army_bicycle_01_oli",10,0,0], //Service Bicycle + ["gm_gc_army_p601",50,0,25], //Trabant + ["gm_gc_army_ural4320_cargo",125,30,75], //Ural Transport + ["B_Boat_Transport_01_F",100,0,25] //Assault Boat +]; + +heavy_vehicles = [ + ["gm_gc_army_btr60pa", 200, 0, 100] //BTR-60PA + ["gm_gc_army_brdm2",200,40,100], //BRDM2 + ["gm_gc_army_btr60pb",200,150,125], //BTR-60PB + ["gm_gc_army_zsu234v1",300,250,200], //Shilka + ["gm_gc_army_bmp1sp2",300,300,175], //BMP-1 + ["gm_gc_army_t55a",450,550,250] //T-55 +]; + +air_vehicles = [ + ["len_mi8amt_nva",225,0,125] //NVA Mi8AMT +]; + +static_vehicles = [ + ["gm_gc_army_fagot_launcher_tripod",50,100,0] //Static FAGOT +]; + +buildings = [ + ["Land_Cargo_House_V4_F",0,0,0], + ["Land_Cargo_Patrol_V4_F",0,0,0], + ["Land_Cargo_Tower_V4_F",0,0,0], + ["Flag_NATO_F",0,0,0], + ["BWA3_Flag_Ger_F",0,0,0], + ["Flag_White_F",0,0,0], + ["Land_Medevac_house_V1_F",0,0,0], + ["Land_Medevac_HQ_V1_F",0,0,0], + ["Flag_RedCrystal_F",0,0,0], + ["CamoNet_ghex_F",0,0,0], + ["CamoNet_ghex_open_F",0,0,0], + ["CamoNet_ghex_big_F",0,0,0], + ["Land_PortableLight_single_F",0,0,0], + ["Land_PortableLight_double_F",0,0,0], + ["Land_LampSolar_F",0,0,0], + ["Land_LampHalogen_F",0,0,0], + ["Land_LampStreet_small_F",0,0,0], + ["Land_LampAirport_F",0,0,0], + ["Land_HelipadCircle_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap! + ["Land_HelipadRescue_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap! + ["PortableHelipadLight_01_blue_F",0,0,0], + ["PortableHelipadLight_01_green_F",0,0,0], + ["PortableHelipadLight_01_red_F",0,0,0], + ["Land_CampingChair_V1_F",0,0,0], + ["Land_CampingChair_V2_F",0,0,0], + ["Land_CampingTable_F",0,0,0], + ["land_gm_euro_furniture_mapboard_01",0,0,0], + ["Land_Pallet_MilBoxes_F",0,0,0], + ["Land_PaperBox_open_empty_F",0,0,0], + ["Land_PaperBox_open_full_F",0,0,0], + ["Land_PaperBox_closed_F",0,0,0], + ["Land_DieselGroundPowerUnit_01_F",0,0,0], + ["Land_ToolTrolley_02_F",0,0,0], + ["Land_WeldingTrolley_01_F",0,0,0], + ["Land_Workbench_01_F",0,0,0], + ["Land_GasTank_01_blue_F",0,0,0], + ["Land_GasTank_01_khaki_F",0,0,0], + ["Land_GasTank_01_yellow_F",0,0,0], + ["Land_GasTank_02_F",0,0,0], + ["Land_BarrelWater_F",0,0,0], + ["Land_BarrelWater_grey_F",0,0,0], + ["Land_WaterBarrel_F",0,0,0], + ["Land_WaterTank_F",0,0,0], + ["Land_BagFence_01_round_green_F",0,0,0], + ["Land_BagFence_01_short_green_F",0,0,0], + ["Land_BagFence_01_long_green_F",0,0,0], + ["Land_BagFence_01_corner_green_F",0,0,0], + ["Land_BagFence_01_end_green_F",0,0,0], + ["Land_BagBunker_01_small_green_F",0,0,0], + ["Land_BagBunker_01_large_green_F",0,0,0], + ["Land_HBarrier_01_tower_green_F",0,0,0], + ["Land_HBarrier_01_line_1_green_F",0,0,0], + ["Land_HBarrier_01_line_3_green_F",0,0,0], + ["Land_HBarrier_01_line_5_green_F",0,0,0], + ["Land_HBarrier_01_big_4_green_F",0,0,0], + ["Land_HBarrier_01_wall_4_green_F",0,0,0], + ["Land_HBarrier_01_wall_6_green_F",0,0,0], + ["Land_HBarrier_01_wall_corner_green_F",0,0,0], + ["Land_HBarrier_01_wall_corridor_green_F",0,0,0], + ["Land_HBarrier_01_big_tower_green_F",0,0,0], + ["Land_CncBarrierMedium_F",0,0,0], + ["Land_CncBarrierMedium4_F",0,0,0], + ["Land_Concrete_SmallWall_4m_F",0,0,0], + ["Land_Concrete_SmallWall_8m_F",0,0,0], + ["Land_CncShelter_F",0,0,0], + ["Land_CncWall1_F",0,0,0], + ["Land_CncWall4_F",0,0,0], + ["Land_Sign_WarningMilitaryArea_F",0,0,0], + ["Land_Sign_WarningMilAreaSmall_F",0,0,0], + ["Land_Sign_WarningMilitaryVehicles_F",0,0,0], + ["Land_Razorwire_F",0,0,0], + ["Land_ClutterCutter_large_F",0,0,0], + ["land_gm_sandbags_01_round_01",0,0,0], + ["land_gm_sandbags_01_wall_01",0,0,0], + ["land_gm_sandbags_01_short_01",0,0,0], + ["land_gm_sandbags_01_door_01",0,0,0], + ["land_gm_sandbags_01_door_02",0,0,0] +]; + +support_vehicles = [ + [Arsenal_typename,100,200,0], + [Respawn_truck_typename,200,0,100], + [FOB_box_typename,200,500,0], + [FOB_truck_typename,300,500,100], + [KP_liberation_small_storage_building,0,0,0], + [KP_liberation_large_storage_building,0,0,0], + [KP_liberation_recycle_building,250,0,0], + [KP_liberation_air_vehicle_building,1000,0,0], + [KP_liberation_heli_slot_building,250,0,0], + [KP_liberation_plane_slot_building,500,0,0], + ["ACE_medicalSupplyCrate_advanced",50,0,0], + ["ACE_Box_82mm_Mo_HE",50,40,0], + ["ACE_Box_82mm_Mo_Smoke",50,10,0], + ["ACE_Box_82mm_Mo_Illum",50,10,0], + ["ACE_Wheel",10,0,0], + ["ACE_Track",10,0,0], + ["gm_gc_army_ural4320_repair",325,30,75], //Ural Repair + ["gm_gc_army_ural375d_refuel",125,0,275], //Ural Fuel + ["gm_gc_army_ural4320_reammo",125,200,75], //Ural Ammo + ["B_Slingload_01_Repair_F",275,0,0], //Huron Repair + ["B_Slingload_01_Fuel_F",75,0,200], //Huron Fuel + ["B_Slingload_01_Ammo_F",75,200,0] //Huron Ammo +]; + +// Pre-made squads for the commander build menu. These shouldn't exceed 10 members. +// Light infantry squad. +blufor_squad_inf_light = [ + "gm_gc_army_squadleader_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_machinegunner_lmgrpk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_demolition_mpiaks74n_80_str", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str", + "gm_gc_army_engineer_mpiaks74n_80_str" +]; + +// Heavy infantry squad. +blufor_squad_inf = [ + "gm_gc_army_squadleader_mpiak74n_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_machinegunner_lmgrpk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_demolition_mpiaks74n_80_str", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str", + "gm_gc_army_engineer_mpiaks74n_80_str" +]; + +// AT specialists squad. +blufor_squad_at = [ + "gm_gc_army_squadleader_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str" +]; + +// AA specialists squad. +blufor_squad_aa = [ + "gm_gc_army_squadleader_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str" +]; + +// Force recon squad. +blufor_squad_recon = [ + "gm_gc_army_squadleader_mpiak74n_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_machinegunner_lmgrpk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_demolition_mpiaks74n_80_str", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str", + "gm_gc_army_engineer_mpiaks74n_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str" +]; + +// Paratroopers squad. +blufor_squad_para = [ + "gm_gc_army_squadleader_mpiak74n_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_machinegunner_lmgrpk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_machinegunner_pk_80_str", + "gm_gc_army_demolition_mpiaks74n_80_str", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str", + "gm_gc_army_engineer_mpiaks74n_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str" +]; + +// Elite vehicles that should be unlocked through military base capture. +elite_vehicles = [ +]; diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index 01ac4277d..3f1fdcb44 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -8,7 +8,7 @@ switch (KP_liberation_preset_blufor) do { case 7: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_usaf_des.sqf";}; case 8: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_afrf.sqf";}; case 9: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_west.sqf";}; - case 10: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_west.sqf";}; // !TODO! Edit when east preset finished + case 10: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_east.sqf";}; case 11: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\csat.sqf";}; case 12: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\csat_apex.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\blufor\custom.sqf";}; @@ -22,8 +22,8 @@ switch (KP_liberation_preset_opfor) do { case 5: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\SLA.sqf";}; case 6: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\aaf.sqf";}; case 7: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\nato.sqf";}; - case 8: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_west.sqf";}; - case 9: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_east.sqf";}; + case 8: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_west.sqf";}; + case 9: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_east.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\opfor\custom.sqf";}; }; From 539c5a6e0ae5bceb2f9d1d4c73824fb49ad322f7 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 7 May 2019 23:30:10 +0200 Subject: [PATCH 055/111] Add explosives to GM West preset --- Missionframework/arsenal_presets/gm_west.sqf | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Missionframework/arsenal_presets/gm_west.sqf b/Missionframework/arsenal_presets/gm_west.sqf index 2d2264f40..812108ebf 100644 --- a/Missionframework/arsenal_presets/gm_west.sqf +++ b/Missionframework/arsenal_presets/gm_west.sqf @@ -96,7 +96,11 @@ GRLIB_arsenal_magazines = [ "gm_smokeshell_red_dm23", "gm_smokeshell_yel_dm26", "gm_smokeshell_org_dm32", - "gm_smokeshell_wht_dm25" + "gm_smokeshell_wht_dm25", + + // Explosives + "gm_explosive_petn_charge", + "gm_mine_at_dm21" ]; GRLIB_arsenal_items = [ @@ -152,8 +156,11 @@ GRLIB_arsenal_items = [ "gm_ge_army_gauzeCompress", "gm_ge_army_medkit_80", "gm_repairkit_01", - "gm_ferod16_oli", - "gm_watch_kosei_80" + "gm_ferod16_oli", // Binocular + "gm_watch_kosei_80", + "ItemMap", + "ItemWatch", + "ItemRadio" ]; GRLIB_arsenal_backpacks = [ From 21348ba08260668d70ac562d6416781258e5200f Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 7 May 2019 23:30:50 +0200 Subject: [PATCH 056/111] Add Germany East (GM) arsenal preset --- Missionframework/arsenal_presets/gm_east.sqf | 127 ++++++++++++++++++ .../scripts/client/init_client.sqf | 2 +- 2 files changed, 128 insertions(+), 1 deletion(-) create mode 100644 Missionframework/arsenal_presets/gm_east.sqf diff --git a/Missionframework/arsenal_presets/gm_east.sqf b/Missionframework/arsenal_presets/gm_east.sqf new file mode 100644 index 000000000..37696b0c5 --- /dev/null +++ b/Missionframework/arsenal_presets/gm_east.sqf @@ -0,0 +1,127 @@ +// Global Mobilization East Germany Arsenal Preset + +// DLCs needed: +// Global Mobilization + +GRLIB_arsenal_weapons = [ + // AK-74 + "gm_mpiak74n_brn", + "gm_mpiaks74nk_brn", + "gm_mpiaks74n_brn", + + // RPK-74 + "gm_lmgrpk74n_brn", + "gm_lmgrpk74n_prp", + + // RPK + "gm_lmgrpk_brn", + "gm_lmgrpk_prp", + + // LP1 26.5mm + "gm_lp1_blk", + + // PKM + "gm_hmgpkm_prp", + + // RPG-7 + "gm_rpg7_prp_pgo7v" +]; + +GRLIB_arsenal_magazines = [ + + // LP1 26.5mm + "gm_1Rnd_265mm_flare_single_grn_gc", + "gm_1Rnd_265mm_flare_single_red_gc", + "gm_1Rnd_265mm_flare_multi_red_gc", + + "gm_1Rnd_265mm_smoke_single_yel_gc", + "gm_1Rnd_265mm_smoke_single_blu_gc", + "gm_1Rnd_265mm_smoke_single_blk_gc", + + // RPG-7 + "gm_1Rnd_40mm_heat_pg7v_rpg7", + + // AK-74 + RPK-74 + "gm_30Rnd_545x39mm_B_7N6_ak74_org", + "gm_30Rnd_545x39mm_B_7N6_ak74_prp", + "gm_30Rnd_545x39mm_B_T_7T3_ak74_prp", + "gm_30Rnd_545x39mm_B_T_7T3_ak74_org", + + "gm_45Rnd_545x39mm_B_7N6_ak74_prp", + "gm_45Rnd_545x39mm_B_7N6_ak74_org", + "gm_45Rnd_545x39mm_B_T_7T3_ak74_prp", + "gm_45Rnd_545x39mm_B_T_7T3_ak74_org", + + // RPK + "gm_30Rnd_762x39mm_B_M43_ak47_blk", + "gm_30Rnd_762x39mm_B_T_M43_ak47_blk", + + "gm_75Rnd_762x39mm_B_M43_ak47_blk", + "gm_75Rnd_762x39mm_B_T_M43_ak47_blk", + + // PKM + "gm_100Rnd_762x54mm_B_T_T46_pk_grn", + "gm_100Rnd_762x54mm_API_B32_pk_grn", + + // Grenades + "gm_handgrenade_frag_rgd5", + "gm_smokeshell_blk_gc", + "gm_smokeshell_blu_gc", + "gm_smokeshell_grn_gc", + "gm_smokeshell_org_gc", + "gm_smokeshell_red_gc", + "gm_smokeshell_wht_gc", + + // Explosives + "gm_explosive_plnp_charge", + "gm_mine_at_tm46" +]; + +GRLIB_arsenal_items = [ + + // Uniforms + "gm_gc_army_uniform_dress_80_gry", + "gm_gc_army_uniform_soldier_80_blk", + "gm_gc_army_uniform_soldier_80_str", + + // Vests + "gm_gc_army_vest_80_leader_str", + "gm_gc_army_vest_80_lmg_str", + "gm_gc_army_vest_80_belt_str", + "gm_gc_army_vest_80_rifleman_str", + "gm_gc_army_vest_80_at_str", + + // Headgear + "gm_gc_army_headgear_m56_cover_str", + "gm_gc_army_headgear_cap_80_gry", + "gm_gc_army_headgear_crewhat_80_blk", + "gm_gc_army_headgear_m56_net", + "gm_gc_army_headgear_hat_80_grn", + + // Facewear + "gm_gc_army_facewear_schm41m", + + // Attachments + "gm_pgo7v_blk", + + // Items + "gm_gc_compass_f73", + "gm_repairkit_01", + "gm_gc_army_gauzeBandage", + "gm_gc_army_medkit", + "gm_watch_kosei_80", + "gm_df7x40_grn", // Binocular + "ItemMap", + "ItemWatch", + "ItemRadio" +]; + +GRLIB_arsenal_backpacks = [ + "gm_gc_army_backpack_80_at_str", + "gm_gc_army_backpack_80_lmg_str", + "gm_gc_army_backpack_80_mgk_str", + "gm_gc_army_backpack_80_engineer_str", + "gm_gc_army_backpack_80_demolition_str", + "gm_gc_army_backpack_80_assaultpack_mgk_str", + "gm_gc_army_backpack_80_assaultpack_lmg_str" +]; diff --git a/Missionframework/scripts/client/init_client.sqf b/Missionframework/scripts/client/init_client.sqf index 1fd0a864f..ec652d882 100644 --- a/Missionframework/scripts/client/init_client.sqf +++ b/Missionframework/scripts/client/init_client.sqf @@ -7,7 +7,7 @@ switch (KP_liberation_arsenal) do { case 5: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\rhsusaf_ace_acre.sqf";}; case 6: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\3cbBAF.sqf";}; case 7: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\gm_west.sqf";}; - case 8: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\gm_west.sqf";}; // !TODO! Edit when east arsenal finished + case 8: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\gm_east.sqf";}; case 9: {[] call compileFinal preprocessFileLineNumbers "arsenal_presets\csat.sqf";}; default {GRLIB_arsenal_weapons = [];GRLIB_arsenal_magazines = [];GRLIB_arsenal_items = [];GRLIB_arsenal_backpacks = [];}; }; From 25d7f28bb8664c235149ebc9b132149687cd5e96 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 7 May 2019 23:47:29 +0200 Subject: [PATCH 057/111] Make gear check case insensitive --- Missionframework/scripts/client/misc/init_arsenal.sqf | 3 +++ .../scripts/shared/functions/F_kp_checkGear.sqf | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Missionframework/scripts/client/misc/init_arsenal.sqf b/Missionframework/scripts/client/misc/init_arsenal.sqf index 0f6def1c7..dcc0c6c4a 100644 --- a/Missionframework/scripts/client/misc/init_arsenal.sqf +++ b/Missionframework/scripts/client/misc/init_arsenal.sqf @@ -83,3 +83,6 @@ if (KP_liberation_arsenalUsePreset) then { [missionNamespace, true] call BIS_fnc_addVirtualItemCargo; [missionNamespace, true] call BIS_fnc_addVirtualBackpackCargo; }; + +// Lowercase all classnames +KP_liberation_allowed_items = KP_liberation_allowed_items apply {toLower _x}; diff --git a/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf b/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf index 7c4c4896e..7054aeddb 100644 --- a/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf +++ b/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf @@ -34,7 +34,14 @@ if (((backpack player) != "") && ((backpack player) != _backpack)) then {_player {if (_x != "") then {_playerItems pushBackUnique _x;}} forEach (secondaryWeaponItems player); {if (_x != "") then {_playerItems pushBackUnique _x;}} forEach (handgunItems player); -if (({(_x in KP_liberation_allowed_items) || ((_x find "ACRE") != -1) || ((_x find "tf_") != -1) || ((_x find "TFAR_") != -1)} count _playerItems) != count _playerItems) then { +private _validItemsCount = { + ((toLower _x) in KP_liberation_allowed_items) + || ((_x find "ACRE") != -1) + || ((_x find "tf_") != -1) + || ((_x find "TFAR_") != -1) +} count _playerItems); + +if ((_validItemsCount != count _playerItems) then { private _text = format ["[KP LIBERATION] [BLACKLIST] Found %1 at Player %2", (_playerItems - KP_liberation_allowed_items), name player]; _text remoteExec ["diag_log",2]; private _badItems = ""; From f514620435cb03d06960d692f5cfda9ca86cc951 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Tue, 7 May 2019 23:52:47 +0200 Subject: [PATCH 058/111] Add gm_weferlingen_summer GM East/West configs to build tool --- _tools/_presets.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/_tools/_presets.json b/_tools/_presets.json index 2c6707af8..5ae3ad569 100644 --- a/_tools/_presets.json +++ b/_tools/_presets.json @@ -141,5 +141,31 @@ "KP_liberation_preset_civilians": 1, "KP_liberation_arsenal": 0 } + }, + { + "sourceFolder": "kp_liberation.gm_weferlingen_summer", + "missionName": "kp_liberation_west", + "map": "gm_weferlingen_summer", + "configFile": "kp_liberation_config.sqf", + "variables": { + "KP_liberation_preset_blufor": 9, + "KP_liberation_preset_opfor": 9, + "KP_liberation_preset_resistance": 0, + "KP_liberation_preset_civilians": 0, + "KP_liberation_arsenal": 7 + } + }, + { + "sourceFolder": "kp_liberation.gm_weferlingen_summer", + "missionName": "kp_liberation_east", + "map": "gm_weferlingen_summer", + "configFile": "kp_liberation_config.sqf", + "variables": { + "KP_liberation_preset_blufor": 10, + "KP_liberation_preset_opfor": 8, + "KP_liberation_preset_resistance": 0, + "KP_liberation_preset_civilians": 0, + "KP_liberation_arsenal": 8 + } } ] From 2b536868c2e95d9ae3f5075276493e2745b642ae Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Wed, 8 May 2019 00:11:24 +0200 Subject: [PATCH 059/111] East preset fixes --- Missionframework/presets/blufor/gm_east.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Missionframework/presets/blufor/gm_east.sqf b/Missionframework/presets/blufor/gm_east.sqf index 1c1b0fe48..6c627e7a0 100644 --- a/Missionframework/presets/blufor/gm_east.sqf +++ b/Missionframework/presets/blufor/gm_east.sqf @@ -12,7 +12,7 @@ Optional Mods: /* - Support classnames. Each of these should be unique, the same classnames for different purposes may cause various unpredictable issues with player actions. Or not, just don't try! */ FOB_typename = "land_gm_tower_bt_6_fuest_80"; // This is the main FOB HQ building. Default is "Land_Cargo_HQ_V1_F". -FOB_box_typename = "gm_gc_army_brdm2um"; // This is the FOB as a container/BRDM (due to lack of proper container transport in GM German EAST). Default is "B_Slingload_01_Cargo_F". +FOB_box_typename = "gm_gc_army_brdm2um_ols"; // This is the FOB as a container/BRDM (due to lack of proper container transport in GM German EAST). Default is "B_Slingload_01_Cargo_F". FOB_truck_typename = "gm_gc_army_btr60pu12"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F". Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F". Respawn_truck_typename = "gm_gc_army_ural375d_medic"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F". @@ -54,7 +54,7 @@ light_vehicles = [ ]; heavy_vehicles = [ - ["gm_gc_army_btr60pa", 200, 0, 100] //BTR-60PA + ["gm_gc_army_btr60pa", 200, 0, 100], //BTR-60PA ["gm_gc_army_brdm2",200,40,100], //BRDM2 ["gm_gc_army_btr60pb",200,150,125], //BTR-60PB ["gm_gc_army_zsu234v1",300,250,200], //Shilka From 2fceeacf5ecd4e2aa4ab26e336d97f0621545a14 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Wed, 8 May 2019 00:12:10 +0200 Subject: [PATCH 060/111] Fix gear check syntax error --- .../scripts/shared/functions/F_kp_checkGear.sqf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf b/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf index 7054aeddb..8ae21f861 100644 --- a/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf +++ b/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf @@ -1,6 +1,6 @@ /* F_checkGear - + File: F_kp_checkGear.sqf Author: Wyqer - https://github.com/Wyqer Date: 2017-11-22 @@ -35,13 +35,13 @@ if (((backpack player) != "") && ((backpack player) != _backpack)) then {_player {if (_x != "") then {_playerItems pushBackUnique _x;}} forEach (handgunItems player); private _validItemsCount = { - ((toLower _x) in KP_liberation_allowed_items) - || ((_x find "ACRE") != -1) - || ((_x find "tf_") != -1) + ((toLower _x) in KP_liberation_allowed_items) + || ((_x find "ACRE") != -1) + || ((_x find "tf_") != -1) || ((_x find "TFAR_") != -1) } count _playerItems); -if ((_validItemsCount != count _playerItems) then { +if (_validItemsCount != count _playerItems) then { private _text = format ["[KP LIBERATION] [BLACKLIST] Found %1 at Player %2", (_playerItems - KP_liberation_allowed_items), name player]; _text remoteExec ["diag_log",2]; private _badItems = ""; From 33a3227e70cf7c6567a7b71532664aa3e35c6243 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Wed, 8 May 2019 01:22:53 +0200 Subject: [PATCH 061/111] Add ViV related functions --- .../scripts/client/misc/init_arsenal.sqf | 7 +- .../shared/functions/F_kp_checkGear.sqf | 2 +- .../functions/F_kp_getNearestViVTransport.sqf | 23 ++++++ .../shared/functions/F_kp_setLoadableViV.sqf | 71 +++++++++++++++++++ .../scripts/shared/liberation_functions.sqf | 2 + Missionframework/stringtable.xml | 9 +++ 6 files changed, 110 insertions(+), 4 deletions(-) create mode 100644 Missionframework/scripts/shared/functions/F_kp_getNearestViVTransport.sqf create mode 100644 Missionframework/scripts/shared/functions/F_kp_setLoadableViV.sqf diff --git a/Missionframework/scripts/client/misc/init_arsenal.sqf b/Missionframework/scripts/client/misc/init_arsenal.sqf index dcc0c6c4a..d8c1e253e 100644 --- a/Missionframework/scripts/client/misc/init_arsenal.sqf +++ b/Missionframework/scripts/client/misc/init_arsenal.sqf @@ -77,12 +77,13 @@ if (KP_liberation_arsenalUsePreset) then { if ((count KP_liberation_allowed_items_extension) > 0) then { KP_liberation_allowed_items append KP_liberation_allowed_items_extension; }; + + // Lowercase all classnames + KP_liberation_allowed_items = KP_liberation_allowed_items apply {toLower _x}; + } else { [missionNamespace, true] call BIS_fnc_addVirtualWeaponCargo; [missionNamespace, true] call BIS_fnc_addVirtualMagazineCargo; [missionNamespace, true] call BIS_fnc_addVirtualItemCargo; [missionNamespace, true] call BIS_fnc_addVirtualBackpackCargo; }; - -// Lowercase all classnames -KP_liberation_allowed_items = KP_liberation_allowed_items apply {toLower _x}; diff --git a/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf b/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf index 8ae21f861..0176b80e3 100644 --- a/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf +++ b/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf @@ -39,7 +39,7 @@ private _validItemsCount = { || ((_x find "ACRE") != -1) || ((_x find "tf_") != -1) || ((_x find "TFAR_") != -1) -} count _playerItems); +} count _playerItems; if (_validItemsCount != count _playerItems) then { private _text = format ["[KP LIBERATION] [BLACKLIST] Found %1 at Player %2", (_playerItems - KP_liberation_allowed_items), name player]; diff --git a/Missionframework/scripts/shared/functions/F_kp_getNearestViVTransport.sqf b/Missionframework/scripts/shared/functions/F_kp_getNearestViVTransport.sqf new file mode 100644 index 000000000..5b2302953 --- /dev/null +++ b/Missionframework/scripts/shared/functions/F_kp_getNearestViVTransport.sqf @@ -0,0 +1,23 @@ +/* + F_getNearestViVTransport + + File: F_kp_getNearestViVTransport.sqf + Author: veteran29 - https://github.com/veteran29 + Date: 2019-05-08 + Last Update: 2019-05-08 + + Description: + Gets nearest object that can transport target object via ViV + + Parameter(s): + 0: OBJECT - Object to check. (Default objNull) + + Returns: + OBJECT - Closest transport or objNull +*/ +params [["_object", objNull, [objNull]]]; + +private _nearbyTransports = ((nearestObjects [_object, ["AllVehicles"], 15]) select {(_x canVehicleCargo _object) select 0}); + +// return closest transport +_nearbyTransports param [0, objNull] diff --git a/Missionframework/scripts/shared/functions/F_kp_setLoadableViV.sqf b/Missionframework/scripts/shared/functions/F_kp_setLoadableViV.sqf new file mode 100644 index 000000000..d29665530 --- /dev/null +++ b/Missionframework/scripts/shared/functions/F_kp_setLoadableViV.sqf @@ -0,0 +1,71 @@ +/* + F_setLoadableViV + + File: F_kp_setLoadableViV.sqf + Author: veteran29 - https://github.com/veteran29 + Date: 2019-05-08 + Last Update: 2019-05-08 + + Description: + Adds ViV load/unload actions to object + + Parameter(s): + 0: OBJECT - Object to add actions to. (Default objNull) + + Returns: + BOOL - Actions were added +*/ +params [["_object", objNull, [objNull]]]; + +private _loadFnc = { + params ["_target"]; + + (_target call F_getNearestViVTransport) setVehicleCargo _target; +}; + +// Add "Load" action +_object addAction [ + "" + localize "STR_ACTION_LOAD_VIV" + "", + _loadFnc, + nil, + -501, + true, + true, + "", + "(vehicle player isEqualTo player) && {!isNull (_target call F_getNearestViVTransport)}", + 10 +]; + +// Add "No transports nearby action" +_object addAction [ + "" + localize "STR_ACTION_NOTRANSPORT_VIV" + "", + {}, + nil, + -501, + true, + true, + "", + "(vehicle player isEqualTo player) && {isNull (_target call F_getNearestViVTransport)} && {isNull isVehicleCargo _target}", + 10 +]; + +private _unloadFnc = { + params ["_target"]; + + objNull setVehicleCargo _target; +}; + +// Add "Unload" action +_object addAction [ + "" + localize "STR_ACTION_UNLOAD_VIV" + "", + _unloadFnc, + nil, + -501, + true, + true, + "", + "(vehicle player isEqualTo player) && {!isNull isVehicleCargo _target}", + 10 +]; + +true diff --git a/Missionframework/scripts/shared/liberation_functions.sqf b/Missionframework/scripts/shared/liberation_functions.sqf index c60591cc1..44771ce69 100644 --- a/Missionframework/scripts/shared/liberation_functions.sqf +++ b/Missionframework/scripts/shared/liberation_functions.sqf @@ -60,3 +60,5 @@ F_isClassUAV = compileFinal preprocessFileLineNumbers "scripts\shared\functions\ F_checkGear = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_checkGear.sqf"; F_setFobMass = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_setFobMass.sqf"; F_getSaveableParam = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_getSaveableParam.sqf"; +F_setLoadableViV = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_setLoadableViV.sqf"; +F_getNearestViVTransport = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_getNearestViVTransport.sqf"; diff --git a/Missionframework/stringtable.xml b/Missionframework/stringtable.xml index 008118b08..2fc08dc41 100644 --- a/Missionframework/stringtable.xml +++ b/Missionframework/stringtable.xml @@ -295,6 +295,15 @@ -- KUTUYU İNDİR -- DESCARREGAR CAIXAS + + -- LOAD TO VEHICLE + + + -- UNLOAD FROM VEHICLE + + + -- NO TRANSPORT VEHICLES NEARBY + Ammo box successfully loaded on the transport vehicle. La caisse de munitions a été chargée sur le véhicule de transport. From e736f2524af7d9355bf2e04277b7056c904b4c8b Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Wed, 8 May 2019 01:31:25 +0200 Subject: [PATCH 062/111] Add ViV actions to FOB Box --- Missionframework/scripts/client/actions/do_repackage_fob.sqf | 2 ++ Missionframework/scripts/client/build/do_build.sqf | 5 +++++ Missionframework/scripts/server/base/startgame.sqf | 2 ++ Missionframework/scripts/server/game/save_manager.sqf | 5 +++++ 4 files changed, 14 insertions(+) diff --git a/Missionframework/scripts/client/actions/do_repackage_fob.sqf b/Missionframework/scripts/client/actions/do_repackage_fob.sqf index 7a6bcf90b..7d70f45d0 100644 --- a/Missionframework/scripts/client/actions/do_repackage_fob.sqf +++ b/Missionframework/scripts/client/actions/do_repackage_fob.sqf @@ -33,6 +33,8 @@ if ( dorepackage > 0 ) then { if ( dorepackage == 1 ) then { _fobbox = FOB_box_typename createVehicle _spawnpos; _fobbox call F_setFobMass; + // Add ViV actions to FOB Box + [_fobBox] remoteExecCall ["F_setLoadableViV", 0, _fobBox]; }; if ( dorepackage == 2 ) then { diff --git a/Missionframework/scripts/client/build/do_build.sqf b/Missionframework/scripts/client/build/do_build.sqf index 733158350..18de00061 100644 --- a/Missionframework/scripts/client/build/do_build.sqf +++ b/Missionframework/scripts/client/build/do_build.sqf @@ -337,6 +337,11 @@ while { true } do { default {}; }; + if (_classname == FOB_box_typename) then { + // Add ViV actions to FOB Box + [_vehicle] remoteExecCall ["F_setLoadableViV", 0, _vehicle]; + }; + if (_classname in KP_liberation_medical_vehicles) then { _vehicle setVariable ["ace_medical_medicClass", 1, true]; }; diff --git a/Missionframework/scripts/server/base/startgame.sqf b/Missionframework/scripts/server/base/startgame.sqf index cc9a71aab..d8d7c09ab 100644 --- a/Missionframework/scripts/server/base/startgame.sqf +++ b/Missionframework/scripts/server/base/startgame.sqf @@ -31,6 +31,8 @@ if (count GRLIB_all_fobs == 0) then { _fobbox setposATL (getposATL base_boxspawn); _fobbox call F_setFobMass; + // Add ViV actions to FOB Box + [_fobBox] remoteExecCall ["F_setLoadableViV", 0, _fobBox]; sleep 3; diff --git a/Missionframework/scripts/server/game/save_manager.sqf b/Missionframework/scripts/server/game/save_manager.sqf index dee28d7e2..6e4dca967 100644 --- a/Missionframework/scripts/server/game/save_manager.sqf +++ b/Missionframework/scripts/server/game/save_manager.sqf @@ -265,6 +265,11 @@ if (!isNil "greuh_liberation_savegame") then { _nextbuilding setFlagTexture "res\kpflag.jpg"; }; + if (_nextclass == FOB_box_typename) then { + // Add ViV actions to FOB Box + [_nextbuilding] remoteExecCall ["F_setLoadableViV", 0, _nextbuilding]; + }; + if !(_nextclass in KP_liberation_ace_crates) then { if(KP_liberation_clear_cargo || !(_nextclass isKindOf "AllVehicles")) then { clearWeaponCargoGlobal _nextbuilding; From 5538c9069d8fae33868af8dbf83bb5cdc20a3191 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Wed, 8 May 2019 01:37:11 +0200 Subject: [PATCH 063/111] Update changelog --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c79c53d8..6caba4fcc 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,8 @@ class Missions ## Changelog ### 0.96.4 (Global Mobilization additions) +* Added: Vehicle in Vehicle transport actions for FOB Box. +* Added: East Germany Arsenal Preset. * Added: West Germany Arsenal Preset. Thanks to [Dahlgren](https://github.com/Dahlgren) * Added: Chernarus Winter basefile to repository. * Added: Fog removal script readded, as some people had issues with too much fog after some time. @@ -179,6 +181,7 @@ class Missions * Tweaked: Equalized all Eden attributes of the mission.sqm files. * Tweaked: Replaced deprecated `BIS_fnc_conditionalSelect` function calls with sensible select statements. * Tweaked: Versioning format from e.g. 0.964 to 0.96.4 for a better separation. +* Tweaked: Arsenal whitelist/blacklist classes are case insensitive. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. * Fixed: Blufor soldier losses weren't counted in statistics. From d1cd664c55b70a69f1492765fd3f80071c6f326b Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 8 May 2019 15:26:08 +0200 Subject: [PATCH 064/111] German (GM) Civilian Preset --- Missionframework/kp_liberation_config.sqf | 3 +- .../presets/civilians/germany.sqf | 51 +++++++++++++++++++ Missionframework/presets/init_presets.sqf | 1 + 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 Missionframework/presets/civilians/germany.sqf diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 96964e99c..80368b758 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -72,7 +72,8 @@ KP_liberation_preset_resistance = 0; 0 = Custom (default vanilla) 1 = Apex Tanoa (apex vanilla) 2 = Project OPFOR (Middle Eastern) -3 = RDS Civilians */ +3 = RDS Civilians +4 = Germany (Global Mobilization) */ KP_liberation_preset_civilians = 0; /* Which arsenal preset should be used? diff --git a/Missionframework/presets/civilians/germany.sqf b/Missionframework/presets/civilians/germany.sqf new file mode 100644 index 000000000..5188449d8 --- /dev/null +++ b/Missionframework/presets/civilians/germany.sqf @@ -0,0 +1,51 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- None +*/ + +// Civilian classnames. +civilians = [ + "C_Man_casual_1_F_euro", + "C_Man_casual_1_F_euro", + "C_Man_casual_2_F_euro", + "C_Man_casual_2_F_euro", + "C_Man_casual_3_F_euro", + "C_Man_casual_3_F_euro", + "gm_gc_civ_man_01_80_blk", + "gm_gc_civ_man_01_80_blk", + "gm_gc_civ_man_01_80_blu", + "gm_gc_civ_man_01_80_blu", + "gm_gc_civ_man_02_80_brn", + "gm_gc_civ_man_02_80_brn", + "gm_gc_civ_man_02_80_gry", + "gm_gc_civ_man_02_80_gry", + "gm_ge_dbp_man_01_80_blu", + "gm_ge_pol_officer_80_grn", + "gm_ge_pol_patrol_80_blk" +]; + +// Civilian vehicle classnames. +civilian_vehicles = [ + "C_Truck_02_covered_F", + "C_Truck_02_covered_F", + "C_Truck_02_fuel_F", + "C_Truck_02_transport_F", + "C_Truck_02_transport_F", + "gm_gc_civ_p601", + "gm_gc_civ_p601", + "gm_gc_civ_p601", + "gm_gc_dp_p601", + "gm_gc_dp_p601", + "gm_gc_ff_p601", + "gm_gc_pol_p601", + "gm_ge_civ_typ1200", + "gm_ge_civ_typ1200", + "gm_ge_civ_typ1200", + "gm_ge_dbp_typ1200", + "gm_ge_dbp_typ1200", + "gm_ge_ff_typ1200", + "gm_ge_pol_typ1200" +]; diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index 3f1fdcb44..5ee316044 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -39,6 +39,7 @@ switch (KP_liberation_preset_civilians) do { case 1: {[] call compileFinal preprocessFileLineNumbers "presets\civilians\apex.sqf";}; case 2: {[] call compileFinal preprocessFileLineNumbers "presets\civilians\middle_eastern.sqf";}; case 3: {[] call compileFinal preprocessFileLineNumbers "presets\civilians\RDSCiv.sqf";}; + case 4: {[] call compileFinal preprocessFileLineNumbers "presets\civilians\germany.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\civilians\custom.sqf";}; }; From b68c8ce719819cbee1b94616e9a1637c9ed62b99 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 8 May 2019 16:25:39 +0200 Subject: [PATCH 065/111] Tweaked GM transport configs --- Missionframework/kp_liberation_config.sqf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index 80368b758..ff6e633f2 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -458,16 +458,16 @@ box_transport_config = [ ["rhsusf_CH53E_USMC_D", -11.0, [0,2.5,1.4], [0,2.5,2.6], [0,1.0,1.4], [0,1.0,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-2.0,1.4], [0,-2.5,2.6], [0,-3.5,1.4], [0,-3.5,2.6]], ["RHS_C130J", -9.5, [-0.8,4.5,1.9], [0.8,4.5,1.9], [-0.8,4.5,3.1], [0.8,4.5,3.1], [-0.8,3.0,1.9], [0.8,3.0,1.9], [-0.8,3.0,3.1], [0.8,3.0,3.1], [-0.8,2.0,1.9], [0.8,2.0,1.9], [-0.8,2.0,3.1], [0.8,2.0,3.1], [-0.8,1.0,1.9], [0.8,1.0,1.9], [-0.8,1.0,3.1], [0.8,1.0,3.1], [-0.8,0.0,1.9], [0.8,0.0,1.9], [-0.8,0.0,3.1], [0.8,0.0,3.1], [-0.8,-1.0,1.9], [0.8,-1.0,1.9], [-0.8,-1.0,3.1], [0.8,-1.0,3.1]], // GM Default - ["gm_ge_army_kat1_454_cargo",-5, [[-0.0217285,1.32764,5.34334], [-0.00170898,-0.337891,5.34334], [-0.0441895,-1.90332,5.34334], [-0.0615234,-3.59033,5.34334]]], - ["gm_ge_army_u1300l_container", -5, [[-0.0495605,-0.609863,4.43812], [0.147461,-2.06787,4.43812]]], - ["gm_ge_army_kat1_451_container", -5, [[-0.0280762,0.222656,4.826], [-0.0202637,-1.31152,4.826],[-0.0222168,-2.79834,4.826]]], - ["gm_gc_army_ural4320_cargo", -5, [[0.0773926,-2.85742,4.82529], [0.076416,-1.76904,4.82529], [0.0722656,-0.539063,4.82529]]], - ["gm_gc_bgs_ural4320_cargo", -5, [[-0.0373535,-0.535156,4.94529], [-0.0344238,-1.76611,4.94529], [-0.0334473,-2.85547,4.94529]]], + ["gm_ge_army_kat1_454_cargo",-5, [[-0.0217285,1.32764,0.35], [-0.00170898,-0.337891,0.35], [-0.0441895,-1.90332,0.35], [-0.0615234,-3.59033,0.35]]], + ["gm_ge_army_u1300l_container", -5, [[-0.0495605,-0.609863,-0.6], [0.147461,-2.06787,-0.6]]], + ["gm_ge_army_kat1_451_container", -5, [[-0.0280762,0.222656,-0.2], [-0.0202637,-1.31152,-0.2],[-0.0222168,-2.79834,-0.2]]], + ["gm_gc_army_ural4320_cargo", -5, [[0.0722656,-0.539063,-0.1],[0.076416,-1.76904,-0.1],[0.0773926,-2.85742,-0.1]]], + ["gm_gc_bgs_ural4320_cargo", -5, [[-0.0373535,-0.535156,-0.1], [-0.0344238,-1.76611,-0.1], [-0.0334473,-2.85547,-0.1]]], // GM Winter - ["gm_ge_army_kat1_454_cargo_win",-5, [[-0.0217285,1.32764,5.34334], [-0.00170898,-0.337891,5.34334], [-0.0441895,-1.90332,5.34334], [-0.0615234,-3.59033,5.34334]]], - ["gm_ge_army_u1300l_container_win", -5, [[-0.0495605,-0.609863,4.43812], [0.147461,-2.06787,4.43812]]], - ["gm_ge_army_kat1_451_container_win", -5, [[-0.0280762,0.222656,4.826], [-0.0202637,-1.31152,4.826],[-0.0222168,-2.79834,4.826]]], - ["gm_gc_army_ural4320_cargo_win", -5, [[0.0773926,-2.85742,4.82529], [0.076416,-1.76904,4.82529], [0.0722656,-0.539063,4.82529]]] + ["gm_ge_army_kat1_454_cargo_win",-5, [[-0.0217285,1.32764,0.35], [-0.00170898,-0.337891,0.35], [-0.0441895,-1.90332,0.35], [-0.0615234,-3.59033,0.35]]], + ["gm_ge_army_u1300l_container_win", -5, [[-0.0495605,-0.609863,-0.6], [0.147461,-2.06787,-0.6]]], + ["gm_ge_army_kat1_451_container_win", -5, [[-0.0280762,0.222656,-0.2], [-0.0202637,-1.31152,-0.2],[-0.0222168,-2.79834,-0.2]]], + ["gm_gc_army_ural4320_cargo_win", -5, [[0.0722656,-0.539063,-0.1],[0.076416,-1.76904,-0.1],[0.0773926,-2.85742,-0.1]]] ]; /* Various other settings. From 6e3b32d5efde6bb087443faa61d817a6083527f5 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 8 May 2019 17:38:52 +0200 Subject: [PATCH 066/111] kp_objectInits for easier custom init for vehicles With this it's not necessary anymore to mess around in the save_manager.sqf or do_build.sqf --- Missionframework/init.sqf | 1 + Missionframework/kp_liberation_config.sqf | 6 ++++ Missionframework/kp_objectInits.sqf | 13 ++++++++ .../scripts/client/build/do_build.sqf | 26 +--------------- .../scripts/server/game/save_manager.sqf | 27 +--------------- .../shared/functions/F_kp_addObjectInit.sqf | 31 +++++++++++++++++++ .../scripts/shared/liberation_functions.sqf | 1 + 7 files changed, 54 insertions(+), 51 deletions(-) create mode 100644 Missionframework/kp_objectInits.sqf create mode 100644 Missionframework/scripts/shared/functions/F_kp_addObjectInit.sqf diff --git a/Missionframework/init.sqf b/Missionframework/init.sqf index 782261a00..3146ec2fd 100644 --- a/Missionframework/init.sqf +++ b/Missionframework/init.sqf @@ -7,6 +7,7 @@ if (isDedicated) then {debug_source = "Server";} else {debug_source = name playe [] call compileFinal preprocessFileLineNumbers "scripts\shared\fetch_params.sqf"; [] call compileFinal preprocessFileLineNumbers "kp_liberation_config.sqf"; [] call compileFinal preprocessFileLineNumbers "presets\init_presets.sqf"; +[] call compileFinal preprocessFileLineNumbers "kp_objectInits.sqf"; [] execVM "GREUH\scripts\GREUH_activate.sqf"; diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index ff6e633f2..cf8b8ebd8 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -20,6 +20,12 @@ KP_liberation_medical_vehicles = [ "UK3CB_BAF_LandRover_Amb_FFR_Sand_A_DDPM" ]; +// Building classnames which also function as ACE medical facilities. +KP_liberation_medical_facilities = [ + "Land_Medevac_house_V1_F", + "Land_Medevac_HQ_V1_F" +]; + // Classnames of ACE3 crates (which have to be in the unit preset as well). KP_liberation_ace_crates = [ "ACE_Box_82mm_Mo_HE", diff --git a/Missionframework/kp_objectInits.sqf b/Missionframework/kp_objectInits.sqf new file mode 100644 index 000000000..06f5a5ecb --- /dev/null +++ b/Missionframework/kp_objectInits.sqf @@ -0,0 +1,13 @@ +/* - Specific object init codes depending on classnames. +Format = [Array of classnames as strings, Code to apply] +_this is the reference to the object with the classname */ + +KPLIB_objectInits = [ + [["Flag_White_F"], {_this setFlagTexture "res\kpflag.jpg";}], + [["Land_HelipadSquare_F", "Land_HelipadCircle_F", "Land_HelipadRescue_F"], {{[_x, [_this, true]] remoteExecCall ["addCuratorEditableObjects", 2]} forEach allCurators;}], + [[FOB_box_typename], {_this call F_setFobMass; [_this] remoteExecCall ["F_setLoadableViV", 0, _this];}], + [[KP_liberation_recycle_building], {_this setVariable ["ace_isRepairFacility", 1, true];}], + [[KP_liberation_small_storage_building, KP_liberation_large_storage_building], {_this setVariable ["KP_liberation_storage_type", 0, true];}], + [KP_liberation_medical_facilities, {_this setVariable ["ace_medical_isMedicalFacility", true, true];}], + [KP_liberation_medical_vehicles, {_this setVariable ["ace_medical_medicClass", 1, true];}] +]; diff --git a/Missionframework/scripts/client/build/do_build.sqf b/Missionframework/scripts/client/build/do_build.sqf index 18de00061..ab016b2b4 100644 --- a/Missionframework/scripts/client/build/do_build.sqf +++ b/Missionframework/scripts/client/build/do_build.sqf @@ -326,31 +326,7 @@ while { true } do { [ _vehicle ] call F_forceBluforCrew; }; - switch (_classname) do { - case FOB_box_typename: {_vehicle call F_setFobMass;}; - case "Land_Medevac_house_V1_F"; - case "Land_Medevac_HQ_V1_F": {_vehicle setVariable ["ace_medical_isMedicalFacility", true, true];}; - case KP_liberation_recycle_building: {_vehicle setVariable ["ace_isRepairFacility", 1, true];}; - case "Flag_White_F": {_vehicle setFlagTexture "res\kpflag.jpg";}; - case KP_liberation_small_storage_building; - case KP_liberation_large_storage_building: {_vehicle setVariable ["KP_liberation_storage_type", 0, true];}; - default {}; - }; - - if (_classname == FOB_box_typename) then { - // Add ViV actions to FOB Box - [_vehicle] remoteExecCall ["F_setLoadableViV", 0, _vehicle]; - }; - - if (_classname in KP_liberation_medical_vehicles) then { - _vehicle setVariable ["ace_medical_medicClass", 1, true]; - }; - - if (_classname == "Land_HelipadSquare_F" || _classname == "Land_HelipadCircle_F" || _classname == "Land_HelipadRescue_F") then { - { - [_x,[[_vehicle],true]] remoteExec ["addCuratorEditableObjects",2]; - } forEach allCurators; - }; + _vehicle call F_addObjectInit; sleep 0.3; _vehicle allowDamage true; diff --git a/Missionframework/scripts/server/game/save_manager.sqf b/Missionframework/scripts/server/game/save_manager.sqf index 6e4dca967..778503450 100644 --- a/Missionframework/scripts/server/game/save_manager.sqf +++ b/Missionframework/scripts/server/game/save_manager.sqf @@ -249,26 +249,7 @@ if (!isNil "greuh_liberation_savegame") then { _nextbuilding addEventHandler ["HandleDamage", {0}]; }; - if (_nextclass in KP_liberation_medical_vehicles) then { - _nextbuilding setVariable ["ace_medical_medicClass", 1, true]; - }; - - if (_nextclass == "Land_Medevac_house_V1_F" || _nextclass == "Land_Medevac_HQ_V1_F") then { - _nextbuilding setVariable ["ace_medical_isMedicalFacility", true, true]; - }; - - if (_nextclass == KP_liberation_recycle_building) then { - _nextbuilding setVariable ["ace_isRepairFacility", 1, true]; - }; - - if (_nextclass == "Flag_White_F") then { - _nextbuilding setFlagTexture "res\kpflag.jpg"; - }; - - if (_nextclass == FOB_box_typename) then { - // Add ViV actions to FOB Box - [_nextbuilding] remoteExecCall ["F_setLoadableViV", 0, _nextbuilding]; - }; + _nextbuilding call F_addObjectInit; if !(_nextclass in KP_liberation_ace_crates) then { if(KP_liberation_clear_cargo || !(_nextclass isKindOf "AllVehicles")) then { @@ -279,12 +260,6 @@ if (!isNil "greuh_liberation_savegame") then { }; }; - if (_nextclass == "Land_HelipadSquare_F" || _nextclass == "Land_HelipadCircle_F" || _nextclass == "Land_HelipadRescue_F") then { - { - _x addCuratorEditableObjects [[_nextbuilding],true]; - } forEach allCurators; - }; - if (_nextclass in civilian_vehicles) then { KP_liberation_cr_vehicles pushBack _nextbuilding; }; diff --git a/Missionframework/scripts/shared/functions/F_kp_addObjectInit.sqf b/Missionframework/scripts/shared/functions/F_kp_addObjectInit.sqf new file mode 100644 index 000000000..ace1f7eec --- /dev/null +++ b/Missionframework/scripts/shared/functions/F_kp_addObjectInit.sqf @@ -0,0 +1,31 @@ +/* + F_addObjectInit + + File: F_kp_addObjectInit.sqf + Author: Wyqer - https://github.com/Wyqer + Date: 2019-05-08 + Last Update: 2019-05-08 + + Description: + Applies code from kp_objectInits.sqf to given object. Returns true if some code was applied, false if object has no KPLIB init code. + + Parameter(s): + 0: OBJECT - Object which should get init code applied, if there is any defined. (Default objNull) + + Returns: + BOOL +*/ + +params [["_object", objNull, [objNull]]]; + +private _elements = KPLIB_objectInits select {(toLower (typeOf _object)) in ((_x select 0) apply {toLower _x})}; + +if !(_elements isEqualTo []) exitWith { + { + _object call (_x select 1); + } forEach _elements; + + true +}; + +false diff --git a/Missionframework/scripts/shared/liberation_functions.sqf b/Missionframework/scripts/shared/liberation_functions.sqf index 44771ce69..8818017a8 100644 --- a/Missionframework/scripts/shared/liberation_functions.sqf +++ b/Missionframework/scripts/shared/liberation_functions.sqf @@ -62,3 +62,4 @@ F_setFobMass = compileFinal preprocessFileLineNumbers "scripts\shared\functions\ F_getSaveableParam = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_getSaveableParam.sqf"; F_setLoadableViV = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_setLoadableViV.sqf"; F_getNearestViVTransport = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_getNearestViVTransport.sqf"; +F_addObjectInit = compileFinal preprocessFileLineNumbers "scripts\shared\functions\F_kp_addObjectInit.sqf"; From 9f41b7e4609a1dd0d843aa2f6a705709def4c27c Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 8 May 2019 17:41:18 +0200 Subject: [PATCH 067/111] Updated changelog --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6caba4fcc..200819f5f 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,6 @@ class Missions ## Changelog ### 0.96.4 (Global Mobilization additions) -* Added: Vehicle in Vehicle transport actions for FOB Box. * Added: East Germany Arsenal Preset. * Added: West Germany Arsenal Preset. Thanks to [Dahlgren](https://github.com/Dahlgren) * Added: Chernarus Winter basefile to repository. @@ -170,6 +169,8 @@ class Missions * Added: Rosche building ignore list. Thanks to [madpat3](https://github.com/madpat3) * Added: CSAT Vanilla blufor preset, CSAT Apex blufor preset and CSAT Arsenal preset. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) * Added: AAF and NATO opfor presets. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) +* Added: Vehicle in Vehicle transport actions for FOB Box. +* Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes save_manager.sqf and do_build.sqf needed. * Tweaked: Title of the mission to conform the Mission Name Standard from [BI Forums](https://forums.bohemia.net/forums/topic/217676-mission-name-standard/) * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) From a8bef0c74ef3a265a6bae9608321e4a155ef3bf1 Mon Sep 17 00:00:00 2001 From: Colin M Date: Wed, 8 May 2019 17:58:52 +0100 Subject: [PATCH 068/111] Re-add package-lock.json --- _tools/.gitignore | 3 +- _tools/package-lock.json | 4869 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 4870 insertions(+), 2 deletions(-) create mode 100644 _tools/package-lock.json diff --git a/_tools/.gitignore b/_tools/.gitignore index aa7d966f8..63368e1a8 100644 --- a/_tools/.gitignore +++ b/_tools/.gitignore @@ -1,4 +1,3 @@ # Node node_modules/ -npm-debug.log* -package-lock.json \ No newline at end of file +npm-debug.log* \ No newline at end of file diff --git a/_tools/package-lock.json b/_tools/package-lock.json new file mode 100644 index 000000000..d41870a25 --- /dev/null +++ b/_tools/package-lock.json @@ -0,0 +1,4869 @@ +{ + "name": "kp_liberation", + "requires": true, + "lockfileVersion": 1, + "dependencies": { + "@types/chokidar": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/@types/chokidar/-/chokidar-1.7.4.tgz", + "integrity": "sha512-QVuksEzbvU22DJg9vFW9O++u0yT6aXnn64qq/KzaUUWuf+E2IAEzAM90qGlgWpLq3pPHbUfvmlJz1TZnUePQUg==", + "requires": { + "@types/events": "1.1.0", + "@types/node": "9.4.1" + } + }, + "@types/del": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/del/-/del-3.0.0.tgz", + "integrity": "sha512-18mSs54BvzV8+TTQxt0ancig6tsuPZySnhp3cQkWFFDmDMavU4pmWwR+bHHqRBWODYqpzIzVkqKLuk/fP6yypQ==", + "requires": { + "@types/glob": "5.0.35" + } + }, + "@types/events": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@types/events/-/events-1.1.0.tgz", + "integrity": "sha512-y3bR98mzYOo0pAZuiLari+cQyiKk3UXRuT45h1RjhfeCzqkjaVsfZJNaxdgtk7/3tzOm1ozLTqEqMP3VbI48jw==" + }, + "@types/glob": { + "version": "5.0.35", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-5.0.35.tgz", + "integrity": "sha512-wc+VveszMLyMWFvXLkloixT4n0harUIVZjnpzztaZ0nKLuul7Z32iMt2fUFGAaZ4y1XWjFRMtCI5ewvyh4aIeg==", + "requires": { + "@types/events": "1.1.0", + "@types/minimatch": "3.0.3", + "@types/node": "9.4.1" + } + }, + "@types/glob-stream": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/glob-stream/-/glob-stream-6.1.0.tgz", + "integrity": "sha512-RHv6ZQjcTncXo3thYZrsbAVwoy4vSKosSWhuhuQxLOTv74OJuFQxXkmUuZCr3q9uNBEVCvIzmZL/FeRNbHZGUg==", + "requires": { + "@types/glob": "5.0.35", + "@types/node": "9.4.1" + } + }, + "@types/gulp": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/gulp/-/gulp-4.0.5.tgz", + "integrity": "sha512-nx1QjPTiRpvLfYsZ7MBu7bT6Cm7tAXyLbY0xbdx2IEMxCK2v2urIhJMQZHW0iV1TskM71Xl6p2uRRuWDbk+/7g==", + "requires": { + "@types/chokidar": "1.7.4", + "@types/undertaker": "1.1.4", + "@types/vinyl-fs": "2.4.8" + } + }, + "@types/gulp-replace": { + "version": "0.0.31", + "resolved": "https://registry.npmjs.org/@types/gulp-replace/-/gulp-replace-0.0.31.tgz", + "integrity": "sha512-dbgQ1u0N9ShXrzahBgQfMSu6qUh8nlTLt7whhQ0S0sEUHhV3scysppJ1UX0fl53PJENgAL99ueykddyrCaDt7g==", + "requires": { + "@types/node": "9.4.1" + } + }, + "@types/gulp-zip": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/gulp-zip/-/gulp-zip-4.0.0.tgz", + "integrity": "sha512-fhCJBeogdaEEj1+J1r46EQUsiSToPA8A2E9fRLua9hCu3AIGJ3Rf0Yayl7ssnsIW6t2vmMgQLW6TWCakGkVfHw==", + "requires": { + "@types/node": "9.4.1" + } + }, + "@types/minimatch": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", + "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" + }, + "@types/node": { + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-9.4.1.tgz", + "integrity": "sha512-9ESUxmXt1Isc1xKfDBZ7tpULyTPY5ZCywcfvQTXoLUqP+n4D+MBH+0n75hdzrcmfCc3eWByOi27+GLmMuAvcUA==" + }, + "@types/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I=" + }, + "@types/strip-json-comments": { + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", + "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==" + }, + "@types/undertaker": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@types/undertaker/-/undertaker-1.1.4.tgz", + "integrity": "sha512-LhkjHZmh7zDJm4SRn59+LN7rYMy41s+GkKmMiaoXpnsWijkYTLPnOG4z8s2SLS5PE/fEZrQXhLBTR+iImM3feA==", + "requires": { + "@types/events": "1.1.0", + "@types/undertaker-registry": "1.0.1" + } + }, + "@types/undertaker-registry": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/undertaker-registry/-/undertaker-registry-1.0.1.tgz", + "integrity": "sha512-Z4TYuEKn9+RbNVk1Ll2SS4x1JeLHecolIbM/a8gveaHsW0Hr+RQMraZACwTO2VD7JvepgA6UO1A1VrbktQrIbQ==" + }, + "@types/vinyl": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.2.tgz", + "integrity": "sha512-2iYpNuOl98SrLPBZfEN9Mh2JCJ2EI9HU35SfgBEb51DcmaHkhp8cKMblYeBqMQiwXMgAD3W60DbQ4i/UdLiXhw==", + "requires": { + "@types/node": "9.4.1" + } + }, + "@types/vinyl-fs": { + "version": "2.4.8", + "resolved": "https://registry.npmjs.org/@types/vinyl-fs/-/vinyl-fs-2.4.8.tgz", + "integrity": "sha512-yE2pN9OOrxJVeO7IZLHAHrh5R4Q0osbn5WQRuQU6GdXoK7dNFrMK3K7YhATkzf3z0yQBkol3+gafs7Rp0s7dDg==", + "requires": { + "@types/glob-stream": "6.1.0", + "@types/node": "9.4.1", + "@types/vinyl": "2.0.2" + } + }, + "@types/vinyl-paths": { + "version": "0.0.31", + "resolved": "https://registry.npmjs.org/@types/vinyl-paths/-/vinyl-paths-0.0.31.tgz", + "integrity": "sha512-sw1o+DVXwEuPN4YsirTYTSmtuTDeoyJU217CZ4EuJkerdo7h6lacj7wGUA6mQNl0YgYmu+pTM1FrusLhWlELWg==", + "requires": { + "@types/node": "9.4.1" + } + }, + "ansi-colors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.0.1.tgz", + "integrity": "sha512-yopkAU0ZD/WQ56Tms3xLn6jRuX3SyUMAVi0FdmDIbmmnHW3jHiI1sQFdUl3gfVddjnrsP3Y6ywFKvCRopvoVIA==", + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-cyan": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz", + "integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=", + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-gray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz", + "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=", + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-red": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz", + "integrity": "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=", + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz", + "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", + "requires": { + "color-convert": "1.9.1" + } + }, + "ansi-wrap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", + "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=" + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "3.1.5", + "normalize-path": "2.1.1" + } + }, + "append-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", + "integrity": "sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=", + "requires": { + "buffer-equal": "1.0.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + }, + "arr-filter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz", + "integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=", + "requires": { + "make-iterator": "1.0.0" + } + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz", + "integrity": "sha1-Onc0X/wc814qkYJWAfnljy4kysQ=", + "requires": { + "make-iterator": "1.0.0" + } + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + }, + "array-differ": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", + "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=" + }, + "array-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", + "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=" + }, + "array-initial": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz", + "integrity": "sha1-L6dLJnOTccOUe9enrcc74zSz15U=", + "requires": { + "array-slice": "1.1.0", + "is-number": "4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + } + } + }, + "array-last": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz", + "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==", + "requires": { + "is-number": "4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + } + } + }, + "array-slice": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", + "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" + }, + "array-sort": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz", + "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==", + "requires": { + "default-compare": "1.0.0", + "get-value": "2.0.6", + "kind-of": "5.1.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "1.0.3" + } + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "async-done": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.2.4.tgz", + "integrity": "sha512-mxc+yISkb0vjsuvG3dJCIZXzRWjKndQ9Zo9zNDJ1K2wh9eP0E0oGmOWm+4cFOvW4dA0tGFImTW5tQJHCtn1kIQ==", + "requires": { + "end-of-stream": "1.4.1", + "once": "1.4.0", + "process-nextick-args": "1.0.7", + "stream-exhaust": "1.0.2" + }, + "dependencies": { + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=" + } + } + }, + "async-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", + "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=" + }, + "async-settle": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz", + "integrity": "sha1-HQqRS7Aldb7IqPOnTlCA9yssDGs=", + "requires": { + "async-done": "1.2.4" + } + }, + "atob": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.0.3.tgz", + "integrity": "sha1-GcenYEc3dEaPILLS0DNyrX1Mv10=" + }, + "bach": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz", + "integrity": "sha1-Szzpa/JxNPeaG0FKUcFONMO9mIA=", + "requires": { + "arr-filter": "1.1.2", + "arr-flatten": "1.1.0", + "arr-map": "2.0.2", + "array-each": "1.0.1", + "array-initial": "1.1.0", + "array-last": "1.3.0", + "async-done": "1.2.4", + "async-settle": "1.0.0", + "now-and-later": "2.0.0" + } + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "1.0.1", + "class-utils": "0.3.6", + "component-emitter": "1.2.1", + "define-property": "1.0.0", + "isobject": "3.0.1", + "mixin-deep": "1.3.1", + "pascalcase": "0.1.1" + } + }, + "beeper": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz", + "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=" + }, + "binary": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", + "integrity": "sha1-n2BVO8XOjDOG87VTz/R0Yq3sqnk=", + "requires": { + "buffers": "0.1.1", + "chainsaw": "0.1.0" + } + }, + "binary-extensions": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz", + "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=" + }, + "binaryextensions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.1.tgz", + "integrity": "sha1-HmN0iLNbWL2l9HdL+WpSEqjJB1U=" + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "requires": { + "balanced-match": "1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.0.tgz", + "integrity": "sha512-P4O8UQRdGiMLWSizsApmXVQDBS6KCt7dSexgLKBmH5Hr1CZq7vsnscFh8oR1sP1ab1Zj0uCHCEzZeV6SfUf3rA==", + "requires": { + "arr-flatten": "1.1.0", + "array-unique": "0.3.2", + "define-property": "1.0.0", + "extend-shallow": "2.0.1", + "fill-range": "4.0.0", + "isobject": "3.0.1", + "repeat-element": "1.1.2", + "snapdragon": "0.8.1", + "snapdragon-node": "2.1.1", + "split-string": "3.1.0", + "to-regex": "3.0.1" + } + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=" + }, + "buffer-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz", + "integrity": "sha1-WWFrSYME1Var1GaWayLu2j7KX74=" + }, + "buffers": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", + "integrity": "sha1-skV5w77U1tOWru5tmorn9Ugqt7s=" + }, + "builtin-modules": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=" + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "1.0.0", + "component-emitter": "1.2.1", + "get-value": "2.0.6", + "has-value": "1.0.0", + "isobject": "3.0.1", + "set-value": "2.0.0", + "to-object-path": "0.3.0", + "union-value": "1.0.0", + "unset-value": "1.0.0" + } + }, + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" + }, + "chainsaw": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", + "integrity": "sha1-XqtQsor+WAdNDVgpE4iCi15fvJg=", + "requires": { + "traverse": "0.3.9" + } + }, + "chalk": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", + "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", + "requires": { + "ansi-styles": "3.2.0", + "escape-string-regexp": "1.0.5", + "supports-color": "4.5.0" + } + }, + "chokidar": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.1.tgz", + "integrity": "sha512-rv5iP8ENhpqvDWr677rAXcB+SMoPQ1urd4ch79+PhM4lQwbATdJUQK69t0lJIKNB+VXpqxt5V1gvqs59XEPKnw==", + "requires": { + "anymatch": "2.0.0", + "async-each": "1.0.1", + "braces": "2.3.0", + "fsevents": "1.1.3", + "glob-parent": "3.1.0", + "inherits": "2.0.3", + "is-binary-path": "1.0.1", + "is-glob": "4.0.0", + "normalize-path": "2.1.1", + "path-is-absolute": "1.0.1", + "readdirp": "2.1.0", + "upath": "1.0.0" + } + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "3.1.0", + "define-property": "0.2.5", + "isobject": "3.0.1", + "static-extend": "0.1.2" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" + } + }, + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "cliui": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", + "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", + "requires": { + "string-width": "1.0.2", + "strip-ansi": "3.0.1", + "wrap-ansi": "2.1.0" + } + }, + "clone": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz", + "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=" + }, + "clone-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", + "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=" + }, + "clone-stats": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", + "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=" + }, + "cloneable-readable": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz", + "integrity": "sha1-pikNQT8hemEjL5XkWP84QYz7ARc=", + "requires": { + "inherits": "2.0.3", + "process-nextick-args": "1.0.7", + "through2": "2.0.3" + }, + "dependencies": { + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=" + } + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" + }, + "collection-map": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz", + "integrity": "sha1-rqDwb40mx4DCt1SUOFVEsiVa8Yw=", + "requires": { + "arr-map": "2.0.2", + "for-own": "1.0.0", + "make-iterator": "1.0.0" + } + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "requires": { + "map-visit": "1.0.0", + "object-visit": "1.0.1" + } + }, + "color-convert": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz", + "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" + }, + "component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz", + "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=", + "requires": { + "inherits": "2.0.3", + "readable-stream": "2.3.4", + "typedarray": "0.0.6" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "convert-source-map": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz", + "integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=" + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + }, + "copy-props": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.1.tgz", + "integrity": "sha1-Zl/DIEbKhKiYq6o8WUXn8kjMugA=", + "requires": { + "each-props": "1.3.1", + "is-plain-object": "2.0.4" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "d": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz", + "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", + "requires": { + "es5-ext": "0.10.38" + } + }, + "dateformat": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz", + "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "default-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz", + "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==", + "requires": { + "kind-of": "5.1.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "default-resolution": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz", + "integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=" + }, + "define-properties": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz", + "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=", + "requires": { + "foreach": "2.0.5", + "object-keys": "1.0.11" + } + }, + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "1.0.2" + } + }, + "del": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz", + "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=", + "requires": { + "globby": "6.1.0", + "is-path-cwd": "1.0.0", + "is-path-in-cwd": "1.0.0", + "p-map": "1.2.0", + "pify": "3.0.0", + "rimraf": "2.6.2" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + } + } + }, + "detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=" + }, + "diff": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz", + "integrity": "sha512-QpVuMTEoJMF7cKzi6bvWhRulU1fZqZnvyVQgNhPaxxuTYwyjn/j1v9falseQ/uXWwPnO56RBfwtg4h/EQXmucA==" + }, + "duplexer2": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", + "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", + "requires": { + "readable-stream": "1.1.14" + }, + "dependencies": { + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + } + } + }, + "duplexify": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.3.tgz", + "integrity": "sha512-g8ID9OroF9hKt2POf8YLayy+9594PzmM3scI00/uBXocX3TWNgoB67hjzkFe9ITAbQOne/lLdBxHXvYUM4ZgGA==", + "requires": { + "end-of-stream": "1.4.1", + "inherits": "2.0.3", + "readable-stream": "2.3.4", + "stream-shift": "1.0.0" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "each-props": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.1.tgz", + "integrity": "sha1-/BOPUeOid0KG1IWOAtbn3kYt4Vg=", + "requires": { + "is-plain-object": "2.0.4", + "object.defaults": "1.1.0" + } + }, + "end-of-stream": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", + "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", + "requires": { + "once": "1.4.0" + } + }, + "error-ex": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz", + "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=", + "requires": { + "is-arrayish": "0.2.1" + } + }, + "es5-ext": { + "version": "0.10.38", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.38.tgz", + "integrity": "sha512-jCMyePo7AXbUESwbl8Qi01VSH2piY9s/a3rSU/5w/MlTIx8HPL1xn2InGN8ejt/xulcJgnTO7vqNtOAxzYd2Kg==", + "requires": { + "es6-iterator": "2.0.3", + "es6-symbol": "3.1.1" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", + "requires": { + "d": "1.0.0", + "es5-ext": "0.10.38", + "es6-symbol": "3.1.1" + } + }, + "es6-symbol": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", + "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", + "requires": { + "d": "1.0.0", + "es5-ext": "0.10.38" + } + }, + "es6-weak-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz", + "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=", + "requires": { + "d": "1.0.0", + "es5-ext": "0.10.38", + "es6-iterator": "2.0.3", + "es6-symbol": "3.1.1" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "requires": { + "debug": "2.6.9", + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "posix-character-classes": "0.1.1", + "regex-not": "1.0.0", + "snapdragon": "0.8.1", + "to-regex": "3.0.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" + } + }, + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "requires": { + "homedir-polyfill": "1.0.1" + } + }, + "extend": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", + "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=" + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "0.1.1" + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "0.3.2", + "define-property": "1.0.0", + "expand-brackets": "2.1.4", + "extend-shallow": "2.0.1", + "fragment-cache": "0.2.1", + "regex-not": "1.0.0", + "snapdragon": "0.8.1", + "to-regex": "3.0.1" + } + }, + "fancy-log": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.2.tgz", + "integrity": "sha1-9BEl49hPLn2JpD0G2VjI94vha+E=", + "requires": { + "ansi-gray": "0.1.1", + "color-support": "1.1.3", + "time-stamp": "1.1.0" + } + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "2.0.1", + "is-number": "3.0.0", + "repeat-string": "1.6.1", + "to-regex-range": "2.1.1" + } + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "requires": { + "path-exists": "2.1.0", + "pinkie-promise": "2.0.1" + } + }, + "findup-sync": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", + "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=", + "requires": { + "detect-file": "1.0.0", + "is-glob": "3.1.0", + "micromatch": "3.1.5", + "resolve-dir": "1.0.1" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "2.1.1" + } + } + } + }, + "fined": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fined/-/fined-1.1.0.tgz", + "integrity": "sha1-s33IRLdqL15wgeiE98CuNE8VNHY=", + "requires": { + "expand-tilde": "2.0.2", + "is-plain-object": "2.0.4", + "object.defaults": "1.1.0", + "object.pick": "1.3.0", + "parse-filepath": "1.0.2" + } + }, + "flagged-respawn": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.0.tgz", + "integrity": "sha1-Tnmumy6zi/hrO7Vr8+ClaqX8q9c=" + }, + "flush-write-stream": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.2.tgz", + "integrity": "sha1-yBuQ2HRnZvGmCaRoCZRsRd2K5Bc=", + "requires": { + "inherits": "2.0.3", + "readable-stream": "2.3.4" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + }, + "for-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", + "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", + "requires": { + "for-in": "1.0.2" + } + }, + "foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "requires": { + "map-cache": "0.2.2" + } + }, + "fs-mkdirp-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", + "integrity": "sha1-C3gV/DIBxqaeFNuYzgmMFpNSWes=", + "requires": { + "graceful-fs": "4.1.11", + "through2": "2.0.3" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz", + "integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==", + "optional": true, + "requires": { + "nan": "2.8.0", + "node-pre-gyp": "0.6.39" + }, + "dependencies": { + "abbrev": { + "version": "1.1.0", + "bundled": true, + "optional": true + }, + "ajv": { + "version": "4.11.8", + "bundled": true, + "optional": true, + "requires": { + "co": "4.6.0", + "json-stable-stringify": "1.0.1" + } + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true + }, + "aproba": { + "version": "1.1.1", + "bundled": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.4", + "bundled": true, + "optional": true, + "requires": { + "delegates": "1.0.0", + "readable-stream": "2.2.9" + } + }, + "asn1": { + "version": "0.2.3", + "bundled": true, + "optional": true + }, + "assert-plus": { + "version": "0.2.0", + "bundled": true, + "optional": true + }, + "asynckit": { + "version": "0.4.0", + "bundled": true, + "optional": true + }, + "aws-sign2": { + "version": "0.6.0", + "bundled": true, + "optional": true + }, + "aws4": { + "version": "1.6.0", + "bundled": true, + "optional": true + }, + "balanced-match": { + "version": "0.4.2", + "bundled": true + }, + "bcrypt-pbkdf": { + "version": "1.0.1", + "bundled": true, + "optional": true, + "requires": { + "tweetnacl": "0.14.5" + } + }, + "block-stream": { + "version": "0.0.9", + "bundled": true, + "requires": { + "inherits": "2.0.3" + } + }, + "boom": { + "version": "2.10.1", + "bundled": true, + "requires": { + "hoek": "2.16.3" + } + }, + "brace-expansion": { + "version": "1.1.7", + "bundled": true, + "requires": { + "balanced-match": "0.4.2", + "concat-map": "0.0.1" + } + }, + "buffer-shims": { + "version": "1.0.0", + "bundled": true + }, + "caseless": { + "version": "0.12.0", + "bundled": true, + "optional": true + }, + "co": { + "version": "4.6.0", + "bundled": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true + }, + "combined-stream": { + "version": "1.0.5", + "bundled": true, + "requires": { + "delayed-stream": "1.0.0" + } + }, + "concat-map": { + "version": "0.0.1", + "bundled": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true + }, + "cryptiles": { + "version": "2.0.5", + "bundled": true, + "requires": { + "boom": "2.10.1" + } + }, + "dashdash": { + "version": "1.14.1", + "bundled": true, + "optional": true, + "requires": { + "assert-plus": "1.0.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "bundled": true, + "optional": true + } + } + }, + "debug": { + "version": "2.6.8", + "bundled": true, + "optional": true, + "requires": { + "ms": "2.0.0" + } + }, + "deep-extend": { + "version": "0.4.2", + "bundled": true, + "optional": true + }, + "delayed-stream": { + "version": "1.0.0", + "bundled": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "ecc-jsbn": { + "version": "0.1.1", + "bundled": true, + "optional": true, + "requires": { + "jsbn": "0.1.1" + } + }, + "extend": { + "version": "3.0.1", + "bundled": true, + "optional": true + }, + "extsprintf": { + "version": "1.0.2", + "bundled": true + }, + "forever-agent": { + "version": "0.6.1", + "bundled": true, + "optional": true + }, + "form-data": { + "version": "2.1.4", + "bundled": true, + "optional": true, + "requires": { + "asynckit": "0.4.0", + "combined-stream": "1.0.5", + "mime-types": "2.1.15" + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true + }, + "fstream": { + "version": "1.0.11", + "bundled": true, + "requires": { + "graceful-fs": "4.1.11", + "inherits": "2.0.3", + "mkdirp": "0.5.1", + "rimraf": "2.6.1" + } + }, + "fstream-ignore": { + "version": "1.0.5", + "bundled": true, + "optional": true, + "requires": { + "fstream": "1.0.11", + "inherits": "2.0.3", + "minimatch": "3.0.4" + } + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "optional": true, + "requires": { + "aproba": "1.1.1", + "console-control-strings": "1.1.0", + "has-unicode": "2.0.1", + "object-assign": "4.1.1", + "signal-exit": "3.0.2", + "string-width": "1.0.2", + "strip-ansi": "3.0.1", + "wide-align": "1.1.2" + } + }, + "getpass": { + "version": "0.1.7", + "bundled": true, + "optional": true, + "requires": { + "assert-plus": "1.0.0" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "bundled": true, + "optional": true + } + } + }, + "glob": { + "version": "7.1.2", + "bundled": true, + "requires": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" + } + }, + "graceful-fs": { + "version": "4.1.11", + "bundled": true + }, + "har-schema": { + "version": "1.0.5", + "bundled": true, + "optional": true + }, + "har-validator": { + "version": "4.2.1", + "bundled": true, + "optional": true, + "requires": { + "ajv": "4.11.8", + "har-schema": "1.0.5" + } + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "hawk": { + "version": "3.1.3", + "bundled": true, + "requires": { + "boom": "2.10.1", + "cryptiles": "2.0.5", + "hoek": "2.16.3", + "sntp": "1.0.9" + } + }, + "hoek": { + "version": "2.16.3", + "bundled": true + }, + "http-signature": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "assert-plus": "0.2.0", + "jsprim": "1.4.0", + "sshpk": "1.13.0" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "requires": { + "once": "1.4.0", + "wrappy": "1.0.2" + } + }, + "inherits": { + "version": "2.0.3", + "bundled": true + }, + "ini": { + "version": "1.3.4", + "bundled": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "requires": { + "number-is-nan": "1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "isarray": { + "version": "1.0.0", + "bundled": true + }, + "isstream": { + "version": "0.1.2", + "bundled": true, + "optional": true + }, + "jodid25519": { + "version": "1.0.2", + "bundled": true, + "optional": true, + "requires": { + "jsbn": "0.1.1" + } + }, + "jsbn": { + "version": "0.1.1", + "bundled": true, + "optional": true + }, + "json-schema": { + "version": "0.2.3", + "bundled": true, + "optional": true + }, + "json-stable-stringify": { + "version": "1.0.1", + "bundled": true, + "optional": true, + "requires": { + "jsonify": "0.0.0" + } + }, + "json-stringify-safe": { + "version": "5.0.1", + "bundled": true, + "optional": true + }, + "jsonify": { + "version": "0.0.0", + "bundled": true, + "optional": true + }, + "jsprim": { + "version": "1.4.0", + "bundled": true, + "optional": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.0.2", + "json-schema": "0.2.3", + "verror": "1.3.6" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "bundled": true, + "optional": true + } + } + }, + "mime-db": { + "version": "1.27.0", + "bundled": true + }, + "mime-types": { + "version": "2.1.15", + "bundled": true, + "requires": { + "mime-db": "1.27.0" + } + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "requires": { + "brace-expansion": "1.1.7" + } + }, + "minimist": { + "version": "0.0.8", + "bundled": true + }, + "mkdirp": { + "version": "0.5.1", + "bundled": true, + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "node-pre-gyp": { + "version": "0.6.39", + "bundled": true, + "optional": true, + "requires": { + "detect-libc": "1.0.2", + "hawk": "3.1.3", + "mkdirp": "0.5.1", + "nopt": "4.0.1", + "npmlog": "4.1.0", + "rc": "1.2.1", + "request": "2.81.0", + "rimraf": "2.6.1", + "semver": "5.3.0", + "tar": "2.2.1", + "tar-pack": "3.4.0" + } + }, + "nopt": { + "version": "4.0.1", + "bundled": true, + "optional": true, + "requires": { + "abbrev": "1.1.0", + "osenv": "0.1.4" + } + }, + "npmlog": { + "version": "4.1.0", + "bundled": true, + "optional": true, + "requires": { + "are-we-there-yet": "1.1.4", + "console-control-strings": "1.1.0", + "gauge": "2.7.4", + "set-blocking": "2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true + }, + "oauth-sign": { + "version": "0.8.2", + "bundled": true, + "optional": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "requires": { + "wrappy": "1.0.2" + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "osenv": { + "version": "0.1.4", + "bundled": true, + "optional": true, + "requires": { + "os-homedir": "1.0.2", + "os-tmpdir": "1.0.2" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true + }, + "performance-now": { + "version": "0.2.0", + "bundled": true, + "optional": true + }, + "process-nextick-args": { + "version": "1.0.7", + "bundled": true + }, + "punycode": { + "version": "1.4.1", + "bundled": true, + "optional": true + }, + "qs": { + "version": "6.4.0", + "bundled": true, + "optional": true + }, + "rc": { + "version": "1.2.1", + "bundled": true, + "optional": true, + "requires": { + "deep-extend": "0.4.2", + "ini": "1.3.4", + "minimist": "1.2.0", + "strip-json-comments": "2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "bundled": true, + "optional": true + } + } + }, + "readable-stream": { + "version": "2.2.9", + "bundled": true, + "requires": { + "buffer-shims": "1.0.0", + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "1.0.7", + "string_decoder": "1.0.1", + "util-deprecate": "1.0.2" + } + }, + "request": { + "version": "2.81.0", + "bundled": true, + "optional": true, + "requires": { + "aws-sign2": "0.6.0", + "aws4": "1.6.0", + "caseless": "0.12.0", + "combined-stream": "1.0.5", + "extend": "3.0.1", + "forever-agent": "0.6.1", + "form-data": "2.1.4", + "har-validator": "4.2.1", + "hawk": "3.1.3", + "http-signature": "1.1.1", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.15", + "oauth-sign": "0.8.2", + "performance-now": "0.2.0", + "qs": "6.4.0", + "safe-buffer": "5.0.1", + "stringstream": "0.0.5", + "tough-cookie": "2.3.2", + "tunnel-agent": "0.6.0", + "uuid": "3.0.1" + } + }, + "rimraf": { + "version": "2.6.1", + "bundled": true, + "requires": { + "glob": "7.1.2" + } + }, + "safe-buffer": { + "version": "5.0.1", + "bundled": true + }, + "semver": { + "version": "5.3.0", + "bundled": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "optional": true + }, + "sntp": { + "version": "1.0.9", + "bundled": true, + "requires": { + "hoek": "2.16.3" + } + }, + "sshpk": { + "version": "1.13.0", + "bundled": true, + "optional": true, + "requires": { + "asn1": "0.2.3", + "assert-plus": "1.0.0", + "bcrypt-pbkdf": "1.0.1", + "dashdash": "1.14.1", + "ecc-jsbn": "0.1.1", + "getpass": "0.1.7", + "jodid25519": "1.0.2", + "jsbn": "0.1.1", + "tweetnacl": "0.14.5" + }, + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "bundled": true, + "optional": true + } + } + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + }, + "string_decoder": { + "version": "1.0.1", + "bundled": true, + "requires": { + "safe-buffer": "5.0.1" + } + }, + "stringstream": { + "version": "0.0.5", + "bundled": true, + "optional": true + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "tar": { + "version": "2.2.1", + "bundled": true, + "requires": { + "block-stream": "0.0.9", + "fstream": "1.0.11", + "inherits": "2.0.3" + } + }, + "tar-pack": { + "version": "3.4.0", + "bundled": true, + "optional": true, + "requires": { + "debug": "2.6.8", + "fstream": "1.0.11", + "fstream-ignore": "1.0.5", + "once": "1.4.0", + "readable-stream": "2.2.9", + "rimraf": "2.6.1", + "tar": "2.2.1", + "uid-number": "0.0.6" + } + }, + "tough-cookie": { + "version": "2.3.2", + "bundled": true, + "optional": true, + "requires": { + "punycode": "1.4.1" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "bundled": true, + "optional": true + }, + "uid-number": { + "version": "0.0.6", + "bundled": true, + "optional": true + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true + }, + "uuid": { + "version": "3.0.1", + "bundled": true, + "optional": true + }, + "verror": { + "version": "1.3.6", + "bundled": true, + "optional": true, + "requires": { + "extsprintf": "1.0.2" + } + }, + "wide-align": { + "version": "1.1.2", + "bundled": true, + "optional": true, + "requires": { + "string-width": "1.0.2" + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true + } + } + }, + "fstream": { + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-0.1.31.tgz", + "integrity": "sha1-czfwWPu7vvqMn1YaKMqwhJICyYg=", + "requires": { + "graceful-fs": "3.0.11", + "inherits": "2.0.3", + "mkdirp": "0.5.1", + "rimraf": "2.6.2" + }, + "dependencies": { + "graceful-fs": { + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", + "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", + "requires": { + "natives": "1.1.1" + } + } + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "get-caller-file": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz", + "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=" + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "glob": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "requires": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "3.1.0", + "path-dirname": "1.0.2" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "2.1.1" + } + } + } + }, + "glob-stream": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", + "integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=", + "requires": { + "extend": "3.0.1", + "glob": "7.1.2", + "glob-parent": "3.1.0", + "is-negated-glob": "1.0.0", + "ordered-read-streams": "1.0.1", + "pumpify": "1.4.0", + "readable-stream": "2.3.4", + "remove-trailing-separator": "1.1.0", + "to-absolute-glob": "2.0.2", + "unique-stream": "2.2.1" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "glob-watcher": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.0.tgz", + "integrity": "sha1-XhR4h/hzMTTCErwZaX3aGaAp6y4=", + "requires": { + "async-done": "1.2.4", + "chokidar": "2.0.1", + "just-debounce": "1.0.0", + "object.defaults": "1.1.0" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "1.0.2", + "is-windows": "1.0.1", + "resolve-dir": "1.0.1" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "requires": { + "expand-tilde": "2.0.2", + "homedir-polyfill": "1.0.1", + "ini": "1.3.5", + "is-windows": "1.0.1", + "which": "1.3.0" + } + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "1.0.2", + "glob": "7.1.2", + "object-assign": "4.1.1", + "pify": "2.3.0", + "pinkie-promise": "2.0.1" + }, + "dependencies": { + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + } + } + }, + "glogg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.1.tgz", + "integrity": "sha512-ynYqXLoluBKf9XGR1gA59yEJisIL7YHEH4xr3ZziHB5/yl4qWfaK8Js9jGe6gBGCSCKVqiyO30WnRZADvemUNw==", + "requires": { + "sparkles": "1.0.0" + } + }, + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" + }, + "gulp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz", + "integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=", + "requires": { + "glob-watcher": "5.0.0", + "gulp-cli": "2.0.1", + "undertaker": "1.2.0", + "vinyl-fs": "3.0.2" + }, + "dependencies": { + "gulp-cli": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.0.1.tgz", + "integrity": "sha512-RxujJJdN8/O6IW2nPugl7YazhmrIEjmiVfPKrWt68r71UCaLKS71Hp0gpKT+F6qOUFtr7KqtifDKaAJPRVvMYQ==", + "requires": { + "ansi-colors": "1.0.1", + "archy": "1.0.0", + "array-sort": "1.0.0", + "color-support": "1.1.3", + "concat-stream": "1.6.0", + "copy-props": "2.0.1", + "fancy-log": "1.3.2", + "gulplog": "1.0.0", + "interpret": "1.1.0", + "isobject": "3.0.1", + "liftoff": "2.5.0", + "matchdep": "2.0.0", + "mute-stdout": "1.0.0", + "pretty-hrtime": "1.0.3", + "replace-homedir": "1.0.0", + "semver-greatest-satisfied-range": "1.1.0", + "v8flags": "3.0.1", + "yargs": "7.1.0" + } + } + } + }, + "gulp-armapbo": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/gulp-armapbo/-/gulp-armapbo-1.1.3.tgz", + "integrity": "sha512-ZqbCDYU8sTBvp/JlSjSk8lhRXLUMpBYR7ZX2eerbQqsk/fd66nlwjrsL9SVgukISuClEFQv4BBmaokhAZq1LwA==", + "requires": { + "chalk": "2.3.0", + "gulp-util": "3.0.8", + "minimatch": "3.0.4", + "single-line-log": "1.1.2", + "vinyl": "2.1.0" + }, + "dependencies": { + "clone": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", + "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" + }, + "vinyl": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", + "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", + "requires": { + "clone": "2.1.1", + "clone-buffer": "1.0.0", + "clone-stats": "1.0.0", + "cloneable-readable": "1.0.0", + "remove-trailing-separator": "1.1.0", + "replace-ext": "1.0.0" + } + } + } + }, + "gulp-replace": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-0.6.1.tgz", + "integrity": "sha1-Eb+Mj85TPjPi9qjy9DC5VboL4GY=", + "requires": { + "istextorbinary": "1.0.2", + "readable-stream": "2.3.4", + "replacestream": "4.0.3" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "gulp-util": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz", + "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=", + "requires": { + "array-differ": "1.0.0", + "array-uniq": "1.0.3", + "beeper": "1.1.1", + "chalk": "1.1.3", + "dateformat": "2.2.0", + "fancy-log": "1.3.2", + "gulplog": "1.0.0", + "has-gulplog": "0.1.0", + "lodash._reescape": "3.0.0", + "lodash._reevaluate": "3.0.0", + "lodash._reinterpolate": "3.0.0", + "lodash.template": "3.6.2", + "minimist": "1.2.0", + "multipipe": "0.1.2", + "object-assign": "3.0.0", + "replace-ext": "0.0.1", + "through2": "2.0.3", + "vinyl": "0.5.3" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "gulp-zip": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/gulp-zip/-/gulp-zip-4.1.0.tgz", + "integrity": "sha1-2rF4vZmvoZCSPx63irrw20eBdwQ=", + "requires": { + "get-stream": "3.0.0", + "plugin-error": "0.1.2", + "through2": "2.0.3", + "vinyl": "2.1.0", + "yazl": "2.4.3" + }, + "dependencies": { + "clone": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", + "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" + }, + "vinyl": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", + "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", + "requires": { + "clone": "2.1.1", + "clone-buffer": "1.0.0", + "clone-stats": "1.0.0", + "cloneable-readable": "1.0.0", + "remove-trailing-separator": "1.1.0", + "replace-ext": "1.0.0" + } + } + } + }, + "gulplog": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", + "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", + "requires": { + "glogg": "1.0.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "requires": { + "ansi-regex": "2.1.1" + } + }, + "has-flag": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", + "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=" + }, + "has-gulplog": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz", + "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", + "requires": { + "sparkles": "1.0.0" + } + }, + "has-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", + "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "requires": { + "get-value": "2.0.6", + "has-values": "1.0.0", + "isobject": "3.0.1" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "requires": { + "is-number": "3.0.0", + "kind-of": "4.0.0" + }, + "dependencies": { + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "homedir-polyfill": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", + "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=", + "requires": { + "parse-passwd": "1.0.0" + } + }, + "hosted-git-info": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz", + "integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "1.4.0", + "wrappy": "1.0.2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "interpret": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz", + "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=" + }, + "invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" + }, + "is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "requires": { + "is-relative": "1.0.0", + "is-windows": "1.0.1" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "1.11.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-builtin-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", + "requires": { + "builtin-modules": "1.1.1" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "6.0.2" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "1.0.0", + "is-data-descriptor": "1.0.0", + "kind-of": "6.0.2" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "1.0.1" + } + }, + "is-glob": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.0.tgz", + "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=", + "requires": { + "is-extglob": "2.1.1" + } + }, + "is-negated-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=" + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-odd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-odd/-/is-odd-1.0.0.tgz", + "integrity": "sha1-O4qTLrAos3dcObsJ6RdnrM22kIg=", + "requires": { + "is-number": "3.0.0" + } + }, + "is-path-cwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", + "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=" + }, + "is-path-in-cwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz", + "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=", + "requires": { + "is-path-inside": "1.0.1" + } + }, + "is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", + "requires": { + "path-is-inside": "1.0.2" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "3.0.1" + } + }, + "is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "requires": { + "is-unc-path": "1.0.0" + } + }, + "is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "requires": { + "unc-path-regex": "0.1.2" + } + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" + }, + "is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=" + }, + "is-windows": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.1.tgz", + "integrity": "sha1-MQ23D3QtJZoWo2kgK1GvhCMzENk=" + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "istextorbinary": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-1.0.2.tgz", + "integrity": "sha1-rOGTVNGpoBc+/rEITOD4ewrX3s8=", + "requires": { + "binaryextensions": "1.0.1", + "textextensions": "1.0.2" + } + }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "requires": { + "jsonify": "0.0.0" + } + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" + }, + "jszip": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz", + "integrity": "sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=", + "requires": { + "pako": "1.0.6" + } + }, + "just-debounce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.0.0.tgz", + "integrity": "sha1-h/zPrv/AtozRnVX2cilD+SnqNeo=" + }, + "kind-of": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" + }, + "last-run": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz", + "integrity": "sha1-RblpQsF7HHnHchmCWbqUO+v4yls=", + "requires": { + "default-resolution": "2.0.0", + "es6-weak-map": "2.0.2" + } + }, + "lazy-cache": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-2.0.2.tgz", + "integrity": "sha1-uRkKT5EzVGlIQIWfio9whNiCImQ=", + "requires": { + "set-getter": "0.1.0" + } + }, + "lazystream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", + "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", + "requires": { + "readable-stream": "2.3.4" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "lcid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", + "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", + "requires": { + "invert-kv": "1.0.0" + } + }, + "lead": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", + "integrity": "sha1-bxT5mje+Op3XhPVJVpDlkDRm7kI=", + "requires": { + "flush-write-stream": "1.0.2" + } + }, + "liftoff": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz", + "integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=", + "requires": { + "extend": "3.0.1", + "findup-sync": "2.0.0", + "fined": "1.1.0", + "flagged-respawn": "1.0.0", + "is-plain-object": "2.0.4", + "object.map": "1.0.1", + "rechoir": "0.6.2", + "resolve": "1.5.0" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "requires": { + "graceful-fs": "4.1.11", + "parse-json": "2.2.0", + "pify": "2.3.0", + "pinkie-promise": "2.0.1", + "strip-bom": "2.0.0" + }, + "dependencies": { + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "requires": { + "is-utf8": "0.2.1" + } + } + } + }, + "lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + }, + "lodash._basecopy": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", + "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=" + }, + "lodash._basetostring": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz", + "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=" + }, + "lodash._basevalues": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz", + "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=" + }, + "lodash._getnative": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", + "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=" + }, + "lodash._isiterateecall": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", + "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=" + }, + "lodash._reescape": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz", + "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=" + }, + "lodash._reevaluate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz", + "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=" + }, + "lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" + }, + "lodash._root": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", + "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=" + }, + "lodash.escape": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz", + "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", + "requires": { + "lodash._root": "3.0.1" + } + }, + "lodash.isarguments": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", + "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=" + }, + "lodash.isarray": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz", + "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=" + }, + "lodash.keys": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", + "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", + "requires": { + "lodash._getnative": "3.9.1", + "lodash.isarguments": "3.1.0", + "lodash.isarray": "3.0.4" + } + }, + "lodash.restparam": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz", + "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=" + }, + "lodash.template": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", + "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", + "requires": { + "lodash._basecopy": "3.0.1", + "lodash._basetostring": "3.0.1", + "lodash._basevalues": "3.0.0", + "lodash._isiterateecall": "3.0.9", + "lodash._reinterpolate": "3.0.0", + "lodash.escape": "3.2.0", + "lodash.keys": "3.1.2", + "lodash.restparam": "3.6.1", + "lodash.templatesettings": "3.1.1" + } + }, + "lodash.templatesettings": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz", + "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", + "requires": { + "lodash._reinterpolate": "3.0.0", + "lodash.escape": "3.2.0" + } + }, + "make-error": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.3.tgz", + "integrity": "sha512-j3dZCri3cCd23wgPqK/0/KvTN8R+W6fXDqQe8BNLbTpONjbA8SPaRr+q0BQq9bx3Q/+g68/gDIh9FW3by702Tg==" + }, + "make-iterator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.0.tgz", + "integrity": "sha1-V7713IXSOSO6I3ZzJNjo+PPZaUs=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "requires": { + "object-visit": "1.0.1" + } + }, + "match-stream": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/match-stream/-/match-stream-0.0.2.tgz", + "integrity": "sha1-mesFAJOzTf+t5CG5rAtBCpz6F88=", + "requires": { + "buffers": "0.1.1", + "readable-stream": "1.0.34" + } + }, + "matchdep": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", + "integrity": "sha1-xvNINKDY28OzfCfui7yyfHd1WC4=", + "requires": { + "findup-sync": "2.0.0", + "micromatch": "3.1.5", + "resolve": "1.5.0", + "stack-trace": "0.0.10" + } + }, + "micromatch": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.5.tgz", + "integrity": "sha512-ykttrLPQrz1PUJcXjwsTUjGoPJ64StIGNE2lGVD1c9CuguJ+L7/navsE8IcDNndOoCMvYV0qc/exfVbMHkUhvA==", + "requires": { + "arr-diff": "4.0.0", + "array-unique": "0.3.2", + "braces": "2.3.0", + "define-property": "1.0.0", + "extend-shallow": "2.0.1", + "extglob": "2.0.4", + "fragment-cache": "0.2.1", + "kind-of": "6.0.2", + "nanomatch": "1.2.7", + "object.pick": "1.3.0", + "regex-not": "1.0.0", + "snapdragon": "0.8.1", + "to-regex": "3.0.1" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "1.1.8" + } + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" + }, + "mixin-deep": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", + "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", + "requires": { + "for-in": "1.0.2", + "is-extendable": "1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "2.0.4" + } + } + } + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "multipipe": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz", + "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=", + "requires": { + "duplexer2": "0.0.2" + } + }, + "mute-stdout": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.0.tgz", + "integrity": "sha1-WzLqB+tDyd7WEwQ0z5JvRrKn/U0=" + }, + "nan": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz", + "integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=", + "optional": true + }, + "nanomatch": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.7.tgz", + "integrity": "sha512-/5ldsnyurvEw7wNpxLFgjVvBLMta43niEYOy0CJ4ntcYSbx6bugRUTQeFb4BR/WanEL1o3aQgHuVLHQaB6tOqg==", + "requires": { + "arr-diff": "4.0.0", + "array-unique": "0.3.2", + "define-property": "1.0.0", + "extend-shallow": "2.0.1", + "fragment-cache": "0.2.1", + "is-odd": "1.0.0", + "kind-of": "5.1.0", + "object.pick": "1.3.0", + "regex-not": "1.0.0", + "snapdragon": "0.8.1", + "to-regex": "3.0.1" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "natives": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.1.tgz", + "integrity": "sha512-8eRaxn8u/4wN8tGkhlc2cgwwvOLMLUMUn4IYTexMgWd+LyUDfeXVkk2ygQR0hvIHbJQXgHujia3ieUUDwNGkEA==" + }, + "normalize-package-data": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", + "requires": { + "hosted-git-info": "2.5.0", + "is-builtin-module": "1.0.0", + "semver": "5.5.0", + "validate-npm-package-license": "3.0.1" + } + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "1.1.0" + } + }, + "now-and-later": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.0.tgz", + "integrity": "sha1-vGHLtFbXnLMiB85HygUTb/Ln1u4=", + "requires": { + "once": "1.4.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" + }, + "object-assign": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", + "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "requires": { + "copy-descriptor": "0.1.1", + "define-property": "0.2.5", + "kind-of": "3.2.2" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "3.2.2" + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "3.2.2" + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "object-keys": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz", + "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=" + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "3.0.1" + } + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "1.1.2", + "function-bind": "1.1.1", + "has-symbols": "1.0.0", + "object-keys": "1.0.11" + } + }, + "object.defaults": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", + "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=", + "requires": { + "array-each": "1.0.1", + "array-slice": "1.1.0", + "for-own": "1.0.0", + "isobject": "3.0.1" + } + }, + "object.map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz", + "integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=", + "requires": { + "for-own": "1.0.0", + "make-iterator": "1.0.0" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "3.0.1" + } + }, + "object.reduce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz", + "integrity": "sha1-b+NI8qx/oPlcpiEiZZkJaCW7A60=", + "requires": { + "for-own": "1.0.0", + "make-iterator": "1.0.0" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1.0.2" + } + }, + "ordered-read-streams": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", + "integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=", + "requires": { + "readable-stream": "2.3.4" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "os-locale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", + "requires": { + "lcid": "1.0.0" + } + }, + "over": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/over/-/over-0.0.5.tgz", + "integrity": "sha1-8phS5w/X4l82DgE6jsRMgq7bVwg=" + }, + "p-map": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", + "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==" + }, + "pako": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz", + "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==" + }, + "parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=", + "requires": { + "is-absolute": "1.0.0", + "map-cache": "0.2.2", + "path-root": "0.1.1" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "1.3.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "requires": { + "pinkie-promise": "2.0.1" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-parse": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz", + "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=" + }, + "path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", + "requires": { + "path-root-regex": "0.1.2" + } + }, + "path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=" + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "requires": { + "graceful-fs": "4.1.11", + "pify": "2.3.0", + "pinkie-promise": "2.0.1" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "2.0.4" + } + }, + "plugin-error": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz", + "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=", + "requires": { + "ansi-cyan": "0.1.1", + "ansi-red": "0.1.1", + "arr-diff": "1.1.0", + "arr-union": "2.1.0", + "extend-shallow": "1.1.4" + }, + "dependencies": { + "arr-diff": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz", + "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=", + "requires": { + "arr-flatten": "1.1.0", + "array-slice": "0.2.3" + } + }, + "arr-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz", + "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0=" + }, + "array-slice": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz", + "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=" + }, + "extend-shallow": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz", + "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=", + "requires": { + "kind-of": "1.1.0" + } + }, + "kind-of": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz", + "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ=" + } + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + }, + "pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=" + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" + }, + "pullstream": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/pullstream/-/pullstream-0.4.1.tgz", + "integrity": "sha1-1vs79a7Wl+gxFQ6xACwlo/iuExQ=", + "requires": { + "over": "0.0.5", + "readable-stream": "1.0.34", + "setimmediate": "1.0.5", + "slice-stream": "1.0.0" + } + }, + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "requires": { + "end-of-stream": "1.4.1", + "once": "1.4.0" + } + }, + "pumpify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.4.0.tgz", + "integrity": "sha512-2kmNR9ry+Pf45opRVirpNuIFotsxUGLaYqxIwuR77AYrYRMuFCz9eryHBS52L360O+NcR383CL4QYlMKPq4zYA==", + "requires": { + "duplexify": "3.5.3", + "inherits": "2.0.3", + "pump": "2.0.1" + } + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "requires": { + "load-json-file": "1.1.0", + "normalize-package-data": "2.4.0", + "path-type": "1.1.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "requires": { + "find-up": "1.1.2", + "read-pkg": "1.1.0" + } + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "readdirp": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz", + "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", + "requires": { + "graceful-fs": "4.1.11", + "minimatch": "3.0.4", + "readable-stream": "2.3.4", + "set-immediate-shim": "1.0.1" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "requires": { + "resolve": "1.5.0" + } + }, + "regex-not": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.0.tgz", + "integrity": "sha1-Qvg+OXcWIt+CawKvF2Ul1qXxV/k=", + "requires": { + "extend-shallow": "2.0.1" + } + }, + "remove-bom-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", + "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", + "requires": { + "is-buffer": "1.1.6", + "is-utf8": "0.2.1" + } + }, + "remove-bom-stream": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", + "integrity": "sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=", + "requires": { + "remove-bom-buffer": "3.0.0", + "safe-buffer": "5.1.1", + "through2": "2.0.3" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "repeat-element": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", + "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "replace-ext": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", + "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=" + }, + "replace-homedir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz", + "integrity": "sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=", + "requires": { + "homedir-polyfill": "1.0.1", + "is-absolute": "1.0.0", + "remove-trailing-separator": "1.1.0" + } + }, + "replacestream": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.3.tgz", + "integrity": "sha512-AC0FiLS352pBBiZhd4VXB1Ab/lh0lEgpP+GGvZqbQh8a5cmXVoTe5EX/YeTFArnp4SRGTHh1qCHu9lGs1qG8sA==", + "requires": { + "escape-string-regexp": "1.0.5", + "object-assign": "4.1.1", + "readable-stream": "2.3.4" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" + }, + "resolve": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz", + "integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==", + "requires": { + "path-parse": "1.0.5" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "requires": { + "expand-tilde": "2.0.2", + "global-modules": "1.0.0" + } + }, + "resolve-options": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", + "integrity": "sha1-MrueOcBtZzONyTeMDW1gdFZq0TE=", + "requires": { + "value-or-function": "3.0.0" + } + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "rimraf": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", + "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", + "requires": { + "glob": "7.1.2" + } + }, + "safe-buffer": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==" + }, + "semver": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", + "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==" + }, + "semver-greatest-satisfied-range": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz", + "integrity": "sha1-E+jCZYq5aRywzXEJMkAoDTb3els=", + "requires": { + "sver-compat": "1.5.0" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-getter": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/set-getter/-/set-getter-0.1.0.tgz", + "integrity": "sha1-12nBgsnVpR9AkUXy+6guXoboA3Y=", + "requires": { + "to-object-path": "0.3.0" + } + }, + "set-immediate-shim": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", + "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=" + }, + "set-value": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz", + "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", + "requires": { + "extend-shallow": "2.0.1", + "is-extendable": "0.1.1", + "is-plain-object": "2.0.4", + "split-string": "3.1.0" + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "single-line-log": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz", + "integrity": "sha1-wvg/Jzo+GhbtsJlWYdoO1e8DM2Q=", + "requires": { + "string-width": "1.0.2" + } + }, + "slice-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slice-stream/-/slice-stream-1.0.0.tgz", + "integrity": "sha1-WzO9ZvATsaf4ZGCwPUY97DmtPqA=", + "requires": { + "readable-stream": "1.0.34" + } + }, + "smart-zip": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/smart-zip/-/smart-zip-0.0.9.tgz", + "integrity": "sha1-BQbnL4AL+NfqOgYZIpztM2sdaP0=", + "requires": { + "jszip": "2.6.1", + "unzip": "0.1.11" + } + }, + "snapdragon": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.1.tgz", + "integrity": "sha1-4StUh/re0+PeoKyR6UAL91tAE3A=", + "requires": { + "base": "0.11.2", + "debug": "2.6.9", + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "map-cache": "0.2.2", + "source-map": "0.5.7", + "source-map-resolve": "0.5.1", + "use": "2.0.2" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" + } + }, + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "1.0.0", + "isobject": "3.0.1", + "snapdragon-util": "3.0.1" + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "source-map-resolve": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.1.tgz", + "integrity": "sha512-0KW2wvzfxm8NCTb30z0LMNyPqWCdDGE2viwzUaucqJdkTRXtZiSY3I+2A6nVAjmdOy0I4gU8DwnVVGsk9jvP2A==", + "requires": { + "atob": "2.0.3", + "decode-uri-component": "0.2.0", + "resolve-url": "0.2.1", + "source-map-url": "0.4.0", + "urix": "0.1.0" + } + }, + "source-map-support": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.3.tgz", + "integrity": "sha512-eKkTgWYeBOQqFGXRfKabMFdnWepo51vWqEdoeikaEPFiJC7MCU5j2h4+6Q8npkZTeLGbSyecZvRxiSoWl3rh+w==", + "requires": { + "source-map": "0.6.1" + } + }, + "source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + }, + "sparkles": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz", + "integrity": "sha1-Gsu/tZJDbRC76PeFt8xvgoFQEsM=" + }, + "spdx-correct": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz", + "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=", + "requires": { + "spdx-license-ids": "1.2.2" + } + }, + "spdx-expression-parse": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz", + "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=" + }, + "spdx-license-ids": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz", + "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=" + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "3.0.2" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "1.0.0", + "is-extendable": "1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "2.0.4" + } + } + } + }, + "stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "0.2.5", + "object-copy": "0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" + } + }, + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "stream-exhaust": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", + "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==" + }, + "stream-shift": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", + "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=" + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "2.1.1" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=" + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "supports-color": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", + "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", + "requires": { + "has-flag": "2.0.0" + } + }, + "sver-compat": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz", + "integrity": "sha1-PPh9/rTQe0o/FIJ7wYaz/QxkXNg=", + "requires": { + "es6-iterator": "2.0.3", + "es6-symbol": "3.1.1" + } + }, + "textextensions": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-1.0.2.tgz", + "integrity": "sha1-ZUhjk+4fK7A5pgy7oFsLaL2VAdI=" + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "requires": { + "readable-stream": "2.3.4", + "xtend": "4.0.1" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + } + } + }, + "through2-filter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", + "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", + "requires": { + "through2": "2.0.3", + "xtend": "4.0.1" + } + }, + "time-stamp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", + "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=" + }, + "to-absolute-glob": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", + "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=", + "requires": { + "is-absolute": "1.0.0", + "is-negated-glob": "1.0.0" + } + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "to-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.1.tgz", + "integrity": "sha1-FTWL7kosg712N3uh3ASdDxiDeq4=", + "requires": { + "define-property": "0.2.5", + "extend-shallow": "2.0.1", + "regex-not": "1.0.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" + } + }, + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "3.0.0", + "repeat-string": "1.6.1" + } + }, + "to-through": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", + "integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=", + "requires": { + "through2": "2.0.3" + } + }, + "traverse": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", + "integrity": "sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=" + }, + "ts-node": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-4.1.0.tgz", + "integrity": "sha512-xcZH12oVg9PShKhy3UHyDmuDLV3y7iKwX25aMVPt1SIXSuAfWkFiGPEkg+th8R4YKW/QCxDoW7lJdb15lx6QWg==", + "requires": { + "arrify": "1.0.1", + "chalk": "2.3.0", + "diff": "3.4.0", + "make-error": "1.3.3", + "minimist": "1.2.0", + "mkdirp": "0.5.1", + "source-map-support": "0.5.3", + "tsconfig": "7.0.0", + "v8flags": "3.0.1", + "yn": "2.0.0" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + } + } + }, + "tsconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz", + "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", + "requires": { + "@types/strip-bom": "3.0.0", + "@types/strip-json-comments": "0.0.30", + "strip-bom": "3.0.0", + "strip-json-comments": "2.0.1" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + }, + "typescript": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.7.1.tgz", + "integrity": "sha512-bqB1yS6o9TNA9ZC/MJxM0FZzPnZdtHj0xWK/IZ5khzVqdpGul/R/EIiHRgFXlwTD7PSIaYVnGKq1QgMCu2mnqw==" + }, + "unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=" + }, + "underscore.string": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz", + "integrity": "sha1-ccCL9rQosRM/N+ePo6Icgvcymw0=" + }, + "undertaker": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.2.0.tgz", + "integrity": "sha1-M52kZGJS0ILcN45wgGcpl1DhG0k=", + "requires": { + "arr-flatten": "1.1.0", + "arr-map": "2.0.2", + "bach": "1.2.0", + "collection-map": "1.0.0", + "es6-weak-map": "2.0.2", + "last-run": "1.1.1", + "object.defaults": "1.1.0", + "object.reduce": "1.0.1", + "undertaker-registry": "1.0.1" + } + }, + "undertaker-registry": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz", + "integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA=" + }, + "union-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz", + "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", + "requires": { + "arr-union": "3.1.0", + "get-value": "2.0.6", + "is-extendable": "0.1.1", + "set-value": "0.4.3" + }, + "dependencies": { + "set-value": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz", + "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", + "requires": { + "extend-shallow": "2.0.1", + "is-extendable": "0.1.1", + "is-plain-object": "2.0.4", + "to-object-path": "0.3.0" + } + } + } + }, + "unique-stream": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", + "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", + "requires": { + "json-stable-stringify": "1.0.1", + "through2-filter": "2.0.0" + } + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "requires": { + "has-value": "0.3.1", + "isobject": "3.0.1" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "2.0.6", + "has-values": "0.1.4", + "isobject": "2.1.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + } + } + }, + "unzip": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz", + "integrity": "sha1-iXScY7BY19kNYZ+GuYqhU107l/A=", + "requires": { + "binary": "0.3.0", + "fstream": "0.1.31", + "match-stream": "0.0.2", + "pullstream": "0.4.1", + "readable-stream": "1.0.34", + "setimmediate": "1.0.5" + } + }, + "upath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.0.0.tgz", + "integrity": "sha1-tHBrlGHKhHOt+JEz0jVonKF/NlY=", + "requires": { + "lodash": "3.10.1", + "underscore.string": "2.3.3" + } + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "use": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/use/-/use-2.0.2.tgz", + "integrity": "sha1-riig1y+TvyJCKhii43mZMRLeyOg=", + "requires": { + "define-property": "0.2.5", + "isobject": "3.0.1", + "lazy-cache": "2.0.2" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "0.1.6" + } + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "3.2.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "1.1.6" + } + } + } + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "0.1.6", + "is-data-descriptor": "0.1.4", + "kind-of": "5.1.0" + } + }, + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "v8flags": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.0.1.tgz", + "integrity": "sha1-3Oj8N5wX2fLJ6e142JzgAFKxt2s=", + "requires": { + "homedir-polyfill": "1.0.1" + } + }, + "validate-npm-package-license": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz", + "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=", + "requires": { + "spdx-correct": "1.0.2", + "spdx-expression-parse": "1.0.4" + } + }, + "value-or-function": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", + "integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=" + }, + "vinyl": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", + "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", + "requires": { + "clone": "1.0.3", + "clone-stats": "0.0.1", + "replace-ext": "0.0.1" + } + }, + "vinyl-fs": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.2.tgz", + "integrity": "sha512-AUSFda1OukBwuLPBTbyuO4IRWgfXmqC4UTW0f8xrCa8Hkv9oyIU+NSqBlgfOLZRoUt7cHdo75hKQghCywpIyIw==", + "requires": { + "fs-mkdirp-stream": "1.0.0", + "glob-stream": "6.1.0", + "graceful-fs": "4.1.11", + "is-valid-glob": "1.0.0", + "lazystream": "1.0.0", + "lead": "1.0.0", + "object.assign": "4.1.0", + "pumpify": "1.4.0", + "readable-stream": "2.3.4", + "remove-bom-buffer": "3.0.0", + "remove-bom-stream": "1.2.0", + "resolve-options": "1.1.0", + "through2": "2.0.3", + "to-through": "2.0.0", + "value-or-function": "3.0.0", + "vinyl": "2.1.0", + "vinyl-sourcemap": "1.1.0" + }, + "dependencies": { + "clone": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", + "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "readable-stream": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.4.tgz", + "integrity": "sha512-vuYxeWYM+fde14+rajzqgeohAI7YoJcHE7kXDAc4Nk0EbuKnJfqtY9YtRkLo/tqkuF7MsBQRhPnPeyjYITp3ZQ==", + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "5.1.1" + } + }, + "vinyl": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", + "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", + "requires": { + "clone": "2.1.1", + "clone-buffer": "1.0.0", + "clone-stats": "1.0.0", + "cloneable-readable": "1.0.0", + "remove-trailing-separator": "1.1.0", + "replace-ext": "1.0.0" + } + } + } + }, + "vinyl-paths": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/vinyl-paths/-/vinyl-paths-2.1.0.tgz", + "integrity": "sha1-AIIEN8ujgmLO+IAthA+T4zku5Es=", + "requires": { + "through2": "2.0.3" + } + }, + "vinyl-sourcemap": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", + "integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=", + "requires": { + "append-buffer": "1.0.2", + "convert-source-map": "1.5.1", + "graceful-fs": "4.1.11", + "normalize-path": "2.1.1", + "now-and-later": "2.0.0", + "remove-bom-buffer": "3.0.0", + "vinyl": "2.1.0" + }, + "dependencies": { + "clone": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", + "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" + }, + "vinyl": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", + "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", + "requires": { + "clone": "2.1.1", + "clone-buffer": "1.0.0", + "clone-stats": "1.0.0", + "cloneable-readable": "1.0.0", + "remove-trailing-separator": "1.1.0", + "replace-ext": "1.0.0" + } + } + } + }, + "which": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz", + "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==", + "requires": { + "isexe": "2.0.0" + } + }, + "which-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", + "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=" + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "requires": { + "string-width": "1.0.2", + "strip-ansi": "3.0.1" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "xtend": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", + "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=" + }, + "y18n": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", + "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=" + }, + "yargs": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz", + "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", + "requires": { + "camelcase": "3.0.0", + "cliui": "3.2.0", + "decamelize": "1.2.0", + "get-caller-file": "1.0.2", + "os-locale": "1.4.0", + "read-pkg-up": "1.0.1", + "require-directory": "2.1.1", + "require-main-filename": "1.0.1", + "set-blocking": "2.0.0", + "string-width": "1.0.2", + "which-module": "1.0.0", + "y18n": "3.2.1", + "yargs-parser": "5.0.0" + } + }, + "yargs-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz", + "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", + "requires": { + "camelcase": "3.0.0" + } + }, + "yazl": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/yazl/-/yazl-2.4.3.tgz", + "integrity": "sha1-7CblzIfVYBud+EMtvdPNLlFzoHE=", + "requires": { + "buffer-crc32": "0.2.13" + } + }, + "yn": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yn/-/yn-2.0.0.tgz", + "integrity": "sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=" + } + } +} \ No newline at end of file From fe5ab4b0d6f804f3cfdf446a98a1efc60ca7d10d Mon Sep 17 00:00:00 2001 From: Colin M Date: Wed, 8 May 2019 18:04:00 +0100 Subject: [PATCH 069/111] Use 'isEqualTo' --- Missionframework/scripts/client/misc/vehicle_permissions.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Missionframework/scripts/client/misc/vehicle_permissions.sqf b/Missionframework/scripts/client/misc/vehicle_permissions.sqf index 96e7ccbf7..6ffc66759 100644 --- a/Missionframework/scripts/client/misc/vehicle_permissions.sqf +++ b/Missionframework/scripts/client/misc/vehicle_permissions.sqf @@ -5,7 +5,7 @@ private _blacklistedRoles = ["driver", "gunner", "commander"]; private _permissibleVehicles = [["Tank", 1, "STR_PERMISSION_NO_ARMOR"], ["Air", 2, "STR_PERMISSION_NO_AIR"]]; _playerVehicleDetails = _permissibleVehicles select {_vehicle isKindOf (_x select 0)} select 0; -if(count _playerVehicleDetails == 0) then { +if(count _playerVehicleDetails isEqualTo 0) then { if(!([player, 0] call F_fetchPermission)) then { _doEject = true; hint localize "STR_PERMISSION_NO_LIGHT"; From ab1e09aa3a09f57c51fb5b03c6d56354deda4ad5 Mon Sep 17 00:00:00 2001 From: Colin M Date: Wed, 8 May 2019 18:09:28 +0100 Subject: [PATCH 070/111] Add SeatSwitchedMan event handler --- Missionframework/scripts/client/init_client.sqf | 1 + Missionframework/scripts/client/misc/vehicle_permissions.sqf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Missionframework/scripts/client/init_client.sqf b/Missionframework/scripts/client/init_client.sqf index 8c8f4cc90..e04eea379 100644 --- a/Missionframework/scripts/client/init_client.sqf +++ b/Missionframework/scripts/client/init_client.sqf @@ -64,6 +64,7 @@ player addMPEventHandler ["MPKilled", {_this spawn kill_manager;}]; player addEventHandler ["GetInMan", {[_this select 2] spawn kp_fuel_consumption;}]; player addEventHandler ["GetInMan", {[_this select 2] spawn kp_cr_checkVehicle;}]; player addEventHandler ["GetInMan", {_this call kp_vehicle_permissions;}]; +player addEventHandler ["SeatSwitchedMan", {_this call kp_vehicle_permissions;}]; { [_x] call BIS_fnc_drawCuratorLocations; diff --git a/Missionframework/scripts/client/misc/vehicle_permissions.sqf b/Missionframework/scripts/client/misc/vehicle_permissions.sqf index 6ffc66759..e126cac32 100644 --- a/Missionframework/scripts/client/misc/vehicle_permissions.sqf +++ b/Missionframework/scripts/client/misc/vehicle_permissions.sqf @@ -1,8 +1,9 @@ -params ["_role", "_vehicle"]; +params ["unit", "_vehicle"]; private _doEject = false; private _blacklistedRoles = ["driver", "gunner", "commander"]; private _permissibleVehicles = [["Tank", 1, "STR_PERMISSION_NO_ARMOR"], ["Air", 2, "STR_PERMISSION_NO_AIR"]]; +private _role = assignedVehicleRole _unit; _playerVehicleDetails = _permissibleVehicles select {_vehicle isKindOf (_x select 0)} select 0; if(count _playerVehicleDetails isEqualTo 0) then { From 60b223d837cd66462e5b34c27608d54090b23866 Mon Sep 17 00:00:00 2001 From: Colin M Date: Wed, 8 May 2019 19:34:32 +0100 Subject: [PATCH 071/111] Refactor code --- .../scripts/client/init_client.sqf | 4 +-- .../client/misc/vehicle_permissions.sqf | 33 +++++++------------ 2 files changed, 14 insertions(+), 23 deletions(-) diff --git a/Missionframework/scripts/client/init_client.sqf b/Missionframework/scripts/client/init_client.sqf index e04eea379..0f059d731 100644 --- a/Missionframework/scripts/client/init_client.sqf +++ b/Missionframework/scripts/client/init_client.sqf @@ -63,8 +63,8 @@ execVM "scripts\client\markers\update_production_sites.sqf"; player addMPEventHandler ["MPKilled", {_this spawn kill_manager;}]; player addEventHandler ["GetInMan", {[_this select 2] spawn kp_fuel_consumption;}]; player addEventHandler ["GetInMan", {[_this select 2] spawn kp_cr_checkVehicle;}]; -player addEventHandler ["GetInMan", {_this call kp_vehicle_permissions;}]; -player addEventHandler ["SeatSwitchedMan", {_this call kp_vehicle_permissions;}]; +player addEventHandler ["GetInMan", {[_this select 0, _this select 2] call kp_vehicle_permissions;}]; +player addEventHandler ["SeatSwitchedMan", {[_this select 0, _this select 2] call kp_vehicle_permissions;}]; { [_x] call BIS_fnc_drawCuratorLocations; diff --git a/Missionframework/scripts/client/misc/vehicle_permissions.sqf b/Missionframework/scripts/client/misc/vehicle_permissions.sqf index e126cac32..f5264f539 100644 --- a/Missionframework/scripts/client/misc/vehicle_permissions.sqf +++ b/Missionframework/scripts/client/misc/vehicle_permissions.sqf @@ -1,26 +1,17 @@ -params ["unit", "_vehicle"]; +params ["_unit", "_vehicle"]; -private _doEject = false; -private _blacklistedRoles = ["driver", "gunner", "commander"]; -private _permissibleVehicles = [["Tank", 1, "STR_PERMISSION_NO_ARMOR"], ["Air", 2, "STR_PERMISSION_NO_AIR"]]; -private _role = assignedVehicleRole _unit; +private _role = assignedVehicleRole player select 0; +if (_role isEqualTo "cargo") exitWith {}; -_playerVehicleDetails = _permissibleVehicles select {_vehicle isKindOf (_x select 0)} select 0; -if(count _playerVehicleDetails isEqualTo 0) then { - if(!([player, 0] call F_fetchPermission)) then { - _doEject = true; - hint localize "STR_PERMISSION_NO_LIGHT"; - }; -} else { - _vehiclePermissionIndex = _playerVehicleDetails select 1; - _vehiclePermissionAccessMessage = _playerVehicleDetails select 2; +private _permissibleVehicles = [ + ["Car", 0, "STR_PERMISSION_NO_LIGHT"], + ["Tank", 1, "STR_PERMISSION_NO_ARMOR"], + ["Air", 2, "STR_PERMISSION_NO_AIR"] +]; - if(!([player, _vehiclePermissionIndex] call F_fetchPermission) && _role in _blacklistedRoles) then { - _doEject = true; - hint localize _vehiclePermissionAccessMessage; - }; -}; +(_permissibleVehicles select {_vehicle isKindOf (_x select 0)} select 0) params ["_type", "_permission", "_hintString"]; -if (_doEject) then { - moveOut player; +if !([player, _permission] call F_fetchPermission) exitWith { + moveOut player; + hint localize _hintString; }; \ No newline at end of file From c0e3015ab7f363faed39971a4ebc029e641b2810 Mon Sep 17 00:00:00 2001 From: Dubjunk Date: Wed, 8 May 2019 22:23:59 +0200 Subject: [PATCH 072/111] added selection between BI and ACE arsenal --- .../scripts/client/actions/open_arsenal.sqf | 8 ++++++-- Missionframework/scripts/client/misc/init_arsenal.sqf | 10 +++++++--- Missionframework/scripts/shared/fetch_params.sqf | 1 + Missionframework/stringtable.xml | 4 ++++ Missionframework/ui/mission_params.hpp | 10 +++++----- 5 files changed, 23 insertions(+), 10 deletions(-) diff --git a/Missionframework/scripts/client/actions/open_arsenal.sqf b/Missionframework/scripts/client/actions/open_arsenal.sqf index a2cf1b213..d25db6b8b 100644 --- a/Missionframework/scripts/client/actions/open_arsenal.sqf +++ b/Missionframework/scripts/client/actions/open_arsenal.sqf @@ -106,8 +106,12 @@ while { dialog && (alive player) && edit_loadout == 0 } do { if ( edit_loadout > 0 ) then { closeDialog 0; waitUntil { !dialog }; - [ "Open", false ] spawn BIS_fnc_arsenal; - + if (KP_liberation_ace && KP_liberation_arsenal_type) then { + [player, player, false] call ace_arsenal_fnc_openBox; + } else { + [ "Open", false ] spawn BIS_fnc_arsenal; + }; + if (KP_liberation_arsenalUsePreset) then { uiSleep 5; waitUntil {sleep 1; isNull (uinamespace getvariable "RSCDisplayArsenal")}; diff --git a/Missionframework/scripts/client/misc/init_arsenal.sqf b/Missionframework/scripts/client/misc/init_arsenal.sqf index d8c1e253e..b191e0d8c 100644 --- a/Missionframework/scripts/client/misc/init_arsenal.sqf +++ b/Missionframework/scripts/client/misc/init_arsenal.sqf @@ -78,12 +78,16 @@ if (KP_liberation_arsenalUsePreset) then { KP_liberation_allowed_items append KP_liberation_allowed_items_extension; }; - // Lowercase all classnames - KP_liberation_allowed_items = KP_liberation_allowed_items apply {toLower _x}; - + if (KP_liberation_ace) then { + [KP_liberation_allowed_items ,{[player, _this, false] call ace_arsenal_fnc_addVirtualItems}] remoteExec ["call", [-2, 0] select hasInterface, true]; + }; } else { [missionNamespace, true] call BIS_fnc_addVirtualWeaponCargo; [missionNamespace, true] call BIS_fnc_addVirtualMagazineCargo; [missionNamespace, true] call BIS_fnc_addVirtualItemCargo; [missionNamespace, true] call BIS_fnc_addVirtualBackpackCargo; + + if (KP_liberation_ace) then { + [true ,{[player, _this, false] call ace_arsenal_fnc_addVirtualItems}] remoteExec ["call", [-2, 0] select hasInterface, true]; + }; }; diff --git a/Missionframework/scripts/shared/fetch_params.sqf b/Missionframework/scripts/shared/fetch_params.sqf index b29d31a8b..4e7f76cea 100644 --- a/Missionframework/scripts/shared/fetch_params.sqf +++ b/Missionframework/scripts/shared/fetch_params.sqf @@ -57,6 +57,7 @@ if(isServer) then { GET_PARAM_BOOL(KP_liberation_mapmarkers, "MapMarkers", 1); GET_PARAM_BOOL(KP_liberation_mobilerespawn, "MobileRespawn", 1); GET_PARAM_BOOL(KP_liberation_mobilearsenal, "MobileArsenal", 1); + GET_PARAM_BOOL(KP_liberation_arsenal_type, "ArsenalType", 0); GET_PARAM_BOOL(GRLIB_adaptive_opfor, "AdaptToPlayercount", 1); GET_PARAM_BOOL(GRLIB_deployment_cinematic, "DeploymentCinematic", 1); diff --git a/Missionframework/stringtable.xml b/Missionframework/stringtable.xml index 2fc08dc41..f3f064370 100644 --- a/Missionframework/stringtable.xml +++ b/Missionframework/stringtable.xml @@ -6725,5 +6725,9 @@ == CANLANDIRMA AYARLARI == == OPÇÕES DE RESSUCITAÇÃO == + + Arsenal + Arsenal + diff --git a/Missionframework/ui/mission_params.hpp b/Missionframework/ui/mission_params.hpp index 281d6a929..aadca3d5d 100644 --- a/Missionframework/ui/mission_params.hpp +++ b/Missionframework/ui/mission_params.hpp @@ -102,11 +102,11 @@ class Params texts[] = { "x0.25", "x0.5", "x0.75", "x1", "x1.25","x1.5","x2","x3" }; default = 3; }; - class Spacer1 { - title = ""; - values[] = { "" }; - texts[] = { "" }; - default = ""; + class ArsenalType { + title = $STR_PARAMS_ARSENAL; + values[] = {0, 1}; + texts[] = {"BI", "ACE"}; + default = "0"; }; class ReviveOptions { title = $STR_PARAMS_REVIVEOPTIONS; From 51ba0d1fd361c5bb79e53e1c5f9cdc60609874b0 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Wed, 8 May 2019 22:32:57 +0200 Subject: [PATCH 073/111] Update Changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 200819f5f..274bcf079 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ class Missions * Added: CSAT Vanilla blufor preset, CSAT Apex blufor preset and CSAT Arsenal preset. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) * Added: AAF and NATO opfor presets. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) * Added: Vehicle in Vehicle transport actions for FOB Box. +* Added: Germany (Global Mobilization) civilian preset. * Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes save_manager.sqf and do_build.sqf needed. * Tweaked: Title of the mission to conform the Mission Name Standard from [BI Forums](https://forums.bohemia.net/forums/topic/217676-mission-name-standard/) * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) From c34637e9afba5b01c2ca35ad51b611d212f2d43e Mon Sep 17 00:00:00 2001 From: Dubjunk Date: Wed, 8 May 2019 22:48:05 +0200 Subject: [PATCH 074/111] removed remote call and readded item name toLower --- Missionframework/scripts/client/misc/init_arsenal.sqf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Missionframework/scripts/client/misc/init_arsenal.sqf b/Missionframework/scripts/client/misc/init_arsenal.sqf index b191e0d8c..a58fa34dc 100644 --- a/Missionframework/scripts/client/misc/init_arsenal.sqf +++ b/Missionframework/scripts/client/misc/init_arsenal.sqf @@ -79,8 +79,11 @@ if (KP_liberation_arsenalUsePreset) then { }; if (KP_liberation_ace) then { - [KP_liberation_allowed_items ,{[player, _this, false] call ace_arsenal_fnc_addVirtualItems}] remoteExec ["call", [-2, 0] select hasInterface, true]; + [player, KP_liberation_allowed_items, false] call ace_arsenal_fnc_addVirtualItems; }; + + // Lowercase all classnames + KP_liberation_allowed_items = KP_liberation_allowed_items apply {toLower _x}; } else { [missionNamespace, true] call BIS_fnc_addVirtualWeaponCargo; [missionNamespace, true] call BIS_fnc_addVirtualMagazineCargo; From ab637f09d8d7de7b833429c1e7e5b5a2dd39c1cd Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Wed, 8 May 2019 23:55:15 +0200 Subject: [PATCH 075/111] Preset category based permissions instead of arma class based --- Missionframework/presets/init_presets.sqf | 16 ++++++++++++- .../scripts/client/init_client.sqf | 4 ++-- .../client/misc/vehicle_permissions.sqf | 23 +++++++++++-------- 3 files changed, 30 insertions(+), 13 deletions(-) diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index f8f8c5488..3c4976271 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -97,13 +97,27 @@ GRLIB_ignore_colisions_when_building = [ /* !!! DO NOT EDIT BELOW !!! */ - +// Preset arrays infantry_units = [infantry_units] call F_filterMods; light_vehicles = [light_vehicles] call F_filterMods; heavy_vehicles = [heavy_vehicles] call F_filterMods; air_vehicles = [air_vehicles] call F_filterMods; support_vehicles = [support_vehicles] call F_filterMods; static_vehicles = [static_vehicles] call F_filterMods; +// Preset classes arrays +light_vehicles_classes = light_vehicles apply {toLower (_x select 0)}; +heavy_vehicles_classes = heavy_vehicles apply {toLower (_x select 0)}; +air_vehicles_classes = air_vehicles apply {toLower (_x select 0)}; +// Detect type of Potato 01 and support vehicles +{ + _x params ["_class"]; + switch (true) do { + case (_class isKindOf "Tank"): {heavy_vehicles_classes pushBack toLower _class}; + case (_class isKindOf "Air"): {air_vehicles_classes pushBack toLower _class}; + default {light_vehicles_classes pushBack toLower _class}; + }; +} forEach support_vehicles + [huron_typename]; + buildings = [buildings] call F_filterMods; build_lists = [[],infantry_units,light_vehicles,heavy_vehicles,air_vehicles,static_vehicles,buildings,support_vehicles,squads]; KP_liberation_storage_buildings = [KP_liberation_small_storage_building,KP_liberation_large_storage_building]; diff --git a/Missionframework/scripts/client/init_client.sqf b/Missionframework/scripts/client/init_client.sqf index 0f059d731..764371838 100644 --- a/Missionframework/scripts/client/init_client.sqf +++ b/Missionframework/scripts/client/init_client.sqf @@ -63,8 +63,8 @@ execVM "scripts\client\markers\update_production_sites.sqf"; player addMPEventHandler ["MPKilled", {_this spawn kill_manager;}]; player addEventHandler ["GetInMan", {[_this select 2] spawn kp_fuel_consumption;}]; player addEventHandler ["GetInMan", {[_this select 2] spawn kp_cr_checkVehicle;}]; -player addEventHandler ["GetInMan", {[_this select 0, _this select 2] call kp_vehicle_permissions;}]; -player addEventHandler ["SeatSwitchedMan", {[_this select 0, _this select 2] call kp_vehicle_permissions;}]; +player addEventHandler ["GetInMan", {[_this select 2] call kp_vehicle_permissions;}]; +player addEventHandler ["SeatSwitchedMan", {[_this select 2] call kp_vehicle_permissions;}]; { [_x] call BIS_fnc_drawCuratorLocations; diff --git a/Missionframework/scripts/client/misc/vehicle_permissions.sqf b/Missionframework/scripts/client/misc/vehicle_permissions.sqf index f5264f539..4d000bdc2 100644 --- a/Missionframework/scripts/client/misc/vehicle_permissions.sqf +++ b/Missionframework/scripts/client/misc/vehicle_permissions.sqf @@ -1,17 +1,20 @@ -params ["_unit", "_vehicle"]; +params ["_vehicle"]; +private _vehicleClass = toLower typeOf _vehicle; -private _role = assignedVehicleRole player select 0; -if (_role isEqualTo "cargo") exitWith {}; +// Cargo is always allowed +private _isCargo = (_vehicle getCargoIndex player) != -1; +if (_isCargo || _vehicle isKindOf "ParachuteBase") exitWith {}; private _permissibleVehicles = [ - ["Car", 0, "STR_PERMISSION_NO_LIGHT"], - ["Tank", 1, "STR_PERMISSION_NO_ARMOR"], - ["Air", 2, "STR_PERMISSION_NO_AIR"] + [light_vehicles_classes, "STR_PERMISSION_NO_LIGHT"], + [heavy_vehicles_classes, "STR_PERMISSION_NO_ARMOR"], + [air_vehicles_classes, "STR_PERMISSION_NO_AIR"] ]; -(_permissibleVehicles select {_vehicle isKindOf (_x select 0)} select 0) params ["_type", "_permission", "_hintString"]; +private _permissionIdx = _permissibleVehicles findIf {_vehicleClass in (_x select 0)}; +if (_permissionIdx isEqualTo -1) exitWith {}; -if !([player, _permission] call F_fetchPermission) exitWith { +if !([player, _permissionIdx] call F_fetchPermission) exitWith { moveOut player; - hint localize _hintString; -}; \ No newline at end of file + hint localize (_permissibleVehicles select _permissionIdx select 1); +}; From d1b243496fefb7ab1c569fbd69800f29743e9a73 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 00:35:47 +0200 Subject: [PATCH 076/111] Fix ace arsenal init --- Missionframework/scripts/client/misc/init_arsenal.sqf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Missionframework/scripts/client/misc/init_arsenal.sqf b/Missionframework/scripts/client/misc/init_arsenal.sqf index a58fa34dc..680b31936 100644 --- a/Missionframework/scripts/client/misc/init_arsenal.sqf +++ b/Missionframework/scripts/client/misc/init_arsenal.sqf @@ -78,7 +78,7 @@ if (KP_liberation_arsenalUsePreset) then { KP_liberation_allowed_items append KP_liberation_allowed_items_extension; }; - if (KP_liberation_ace) then { + if (KP_liberation_ace && KP_liberation_arsenal_type) then { [player, KP_liberation_allowed_items, false] call ace_arsenal_fnc_addVirtualItems; }; @@ -90,7 +90,7 @@ if (KP_liberation_arsenalUsePreset) then { [missionNamespace, true] call BIS_fnc_addVirtualItemCargo; [missionNamespace, true] call BIS_fnc_addVirtualBackpackCargo; - if (KP_liberation_ace) then { - [true ,{[player, _this, false] call ace_arsenal_fnc_addVirtualItems}] remoteExec ["call", [-2, 0] select hasInterface, true]; + if (KP_liberation_ace && KP_liberation_arsenal_type) then { + [player, true, false] call ace_arsenal_fnc_addVirtualItems; }; }; From a432dedf1a6b3f1b1e572b9d6f4346f839f0b4b2 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 00:36:15 +0200 Subject: [PATCH 077/111] ACE arsenal loadouts in redeploy --- .../scripts/client/spawn/redeploy_manager.sqf | 43 ++++++++++++------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/Missionframework/scripts/client/spawn/redeploy_manager.sqf b/Missionframework/scripts/client/spawn/redeploy_manager.sqf index 2fb02ac10..0232331d2 100644 --- a/Missionframework/scripts/client/spawn/redeploy_manager.sqf +++ b/Missionframework/scripts/client/spawn/redeploy_manager.sqf @@ -60,20 +60,28 @@ while {true} do { _standard_map_pos = ctrlPosition ((findDisplay 5201) displayCtrl 251); _frame_pos = ctrlPosition ((findDisplay 5201) displayCtrl 198); - private _saved_loadouts = profileNamespace getVariable "bis_fnc_saveInventory_data"; - private _loadouts_data = []; - private _counter = 0; - if (!isNil "_saved_loadouts") then { - { - if (_counter % 2 == 0) then { - _loadouts_data pushback _x; - }; - _counter = _counter + 1; - } forEach _saved_loadouts; + private ["_loadouts_data"]; + if (KP_liberation_ace && KP_liberation_arsenal_type) then { + _loadouts_data = +profileNamespace getVariable ["ace_arsenal_saved_loadouts", []]; + + lbAdd [203, "--"]; + {lbAdd [203, _x select 0];} forEach _loadouts_data; + } else { + private _saved_loadouts = +profileNamespace getVariable "bis_fnc_saveInventory_data"; + _loadouts_data = []; + private _counter = 0; + if (!isNil "_saved_loadouts") then { + { + if (_counter % 2 == 0) then { + _loadouts_data pushback _x; + }; + _counter = _counter + 1; + } forEach _saved_loadouts; + }; + lbAdd [203, "--"]; + {lbAdd [203, _x];} forEach _loadouts_data; }; - lbAdd [203, "--"]; - {lbAdd [203, _x];} forEach _loadouts_data; lbSetCurSel [203, 0]; while {dialog && alive player && deploy == 0} do { @@ -90,7 +98,7 @@ while {true} do { for [ {_idx=0},{_idx < count _respawn_trucks},{_idx=_idx+1} ] do { choiceslist = choiceslist + [[format ["%1 - %2", localize "STR_RESPAWN_TRUCK",mapGridPosition (getposATL (_respawn_trucks select _idx))],getposATL (_respawn_trucks select _idx),(_respawn_trucks select _idx)]]; }; - }; + }; }; lbClear 201; @@ -163,7 +171,12 @@ while {true} do { }; if ((lbCurSel 203) > 0) then { - [player, [profileNamespace, _loadouts_data select ((lbCurSel 203) - 1)]] call bis_fnc_loadInventory; + private _selectedLoadout = _loadouts_data select ((lbCurSel 203) - 1); + if (KP_liberation_ace && KP_liberation_arsenal_type) then { + player setUnitLoadout _selectedLoadout; + } else { + [player, [profileNamespace, _selectedLoadout]] call BIS_fnc_loadInventory; + }; }; }; @@ -184,7 +197,7 @@ while {true} do { KP_liberation_respawn_mobile_done = false; }; }; - + if (KP_liberation_arsenalUsePreset) then { [_backpack] call F_checkGear; }; From 54214ba56e1cc59a0d12df9c85452cb52c7c8359 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 00:38:19 +0200 Subject: [PATCH 078/111] Restore params spacer --- Missionframework/ui/mission_params.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Missionframework/ui/mission_params.hpp b/Missionframework/ui/mission_params.hpp index aadca3d5d..d0c7e8c77 100644 --- a/Missionframework/ui/mission_params.hpp +++ b/Missionframework/ui/mission_params.hpp @@ -108,6 +108,12 @@ class Params texts[] = {"BI", "ACE"}; default = "0"; }; + class Spacer1 { + title = ""; + values[] = { "" }; + texts[] = { "" }; + default = ""; + }; class ReviveOptions { title = $STR_PARAMS_REVIVEOPTIONS; values[] = { "" }; From 108795f8edac339a40cec253278706bd815e3ba2 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 00:40:01 +0200 Subject: [PATCH 079/111] Array copy syntax fixes --- Missionframework/scripts/client/spawn/redeploy_manager.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Missionframework/scripts/client/spawn/redeploy_manager.sqf b/Missionframework/scripts/client/spawn/redeploy_manager.sqf index 0232331d2..3550abee2 100644 --- a/Missionframework/scripts/client/spawn/redeploy_manager.sqf +++ b/Missionframework/scripts/client/spawn/redeploy_manager.sqf @@ -62,12 +62,12 @@ while {true} do { private ["_loadouts_data"]; if (KP_liberation_ace && KP_liberation_arsenal_type) then { - _loadouts_data = +profileNamespace getVariable ["ace_arsenal_saved_loadouts", []]; + _loadouts_data = +(profileNamespace getVariable ["ace_arsenal_saved_loadouts", []]); lbAdd [203, "--"]; {lbAdd [203, _x select 0];} forEach _loadouts_data; } else { - private _saved_loadouts = +profileNamespace getVariable "bis_fnc_saveInventory_data"; + private _saved_loadouts = +(profileNamespace getVariable "bis_fnc_saveInventory_data"); _loadouts_data = []; private _counter = 0; if (!isNil "_saved_loadouts") then { From 924e443cf18b2f81159848388a5eb74f4ada3ac4 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 01:24:03 +0200 Subject: [PATCH 080/111] Add vanilla radio presets --- Missionframework/arsenal_presets/csat.sqf | 1 + Missionframework/arsenal_presets/rhsusaf.sqf | 1 + Missionframework/arsenal_presets/rhsusaf_ace.sqf | 1 + Missionframework/arsenal_presets/rhsusaf_ace_acre.sqf | 1 + 4 files changed, 4 insertions(+) diff --git a/Missionframework/arsenal_presets/csat.sqf b/Missionframework/arsenal_presets/csat.sqf index a5b42a64f..8f3c076c2 100644 --- a/Missionframework/arsenal_presets/csat.sqf +++ b/Missionframework/arsenal_presets/csat.sqf @@ -73,6 +73,7 @@ GRLIB_arsenal_items = [ "ItemCompass", "ItemWatch", "ItemGPS", + "ItemRadio", "H_HelmetSpecO_blk", "H_HelmetSpecO_ocamo", "Rangefinder", diff --git a/Missionframework/arsenal_presets/rhsusaf.sqf b/Missionframework/arsenal_presets/rhsusaf.sqf index 34ec4c27a..5e455ef09 100644 --- a/Missionframework/arsenal_presets/rhsusaf.sqf +++ b/Missionframework/arsenal_presets/rhsusaf.sqf @@ -130,6 +130,7 @@ GRLIB_arsenal_items = [ "ItemGPS", "ItemMap", "ItemWatch", + "ItemRadio", "Laserdesignator", "Medikit", "NVGoggles", diff --git a/Missionframework/arsenal_presets/rhsusaf_ace.sqf b/Missionframework/arsenal_presets/rhsusaf_ace.sqf index 347efb1d0..770fc1638 100644 --- a/Missionframework/arsenal_presets/rhsusaf_ace.sqf +++ b/Missionframework/arsenal_presets/rhsusaf_ace.sqf @@ -199,6 +199,7 @@ GRLIB_arsenal_items = [ "ItemGPS", "ItemMap", "ItemWatch", + "ItemRadio", "Laserdesignator", "NVGoggles", "NVGoggles_INDEP", diff --git a/Missionframework/arsenal_presets/rhsusaf_ace_acre.sqf b/Missionframework/arsenal_presets/rhsusaf_ace_acre.sqf index 64b0f6ed0..ea4c8bf7c 100644 --- a/Missionframework/arsenal_presets/rhsusaf_ace_acre.sqf +++ b/Missionframework/arsenal_presets/rhsusaf_ace_acre.sqf @@ -206,6 +206,7 @@ GRLIB_arsenal_items = [ "ItemGPS", "ItemMap", "ItemWatch", + "ItemRadio", "Laserdesignator", "NVGoggles", "NVGoggles_INDEP", From 658f71c768e05258a3e580decf10ca1f47901f10 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 01:26:46 +0200 Subject: [PATCH 081/111] Check gear fix listing of incorrect classes --- .../scripts/shared/functions/F_kp_checkGear.sqf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf b/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf index 0176b80e3..1abe9aae4 100644 --- a/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf +++ b/Missionframework/scripts/shared/functions/F_kp_checkGear.sqf @@ -34,18 +34,20 @@ if (((backpack player) != "") && ((backpack player) != _backpack)) then {_player {if (_x != "") then {_playerItems pushBackUnique _x;}} forEach (secondaryWeaponItems player); {if (_x != "") then {_playerItems pushBackUnique _x;}} forEach (handgunItems player); +_playerItems = _playerItems apply {toLower _x}; + private _validItemsCount = { - ((toLower _x) in KP_liberation_allowed_items) - || ((_x find "ACRE") != -1) + (_x in KP_liberation_allowed_items) + || ((_x find "acre") != -1) || ((_x find "tf_") != -1) - || ((_x find "TFAR_") != -1) + || ((_x find "tfar_") != -1) } count _playerItems; if (_validItemsCount != count _playerItems) then { private _text = format ["[KP LIBERATION] [BLACKLIST] Found %1 at Player %2", (_playerItems - KP_liberation_allowed_items), name player]; _text remoteExec ["diag_log",2]; private _badItems = ""; - {if (((_x find "ACRE") == -1) && ((_x find "tf_") == -1) && ((_x find "TFAR_") == -1)) then {_badItems = _badItems + _x + "\n";};} forEach (_playerItems - KP_liberation_allowed_items); + {if (((_x find "acre") == -1) && ((_x find "tf_") == -1) && ((_x find "tfar_") == -1)) then {_badItems = _badItems + _x + "\n";};} forEach (_playerItems - KP_liberation_allowed_items); hint format [localize "STR_BLACKLISTED_ITEM_FOUND", _badItems]; removeAllWeapons player; removeAllItems player; From 3615514b1c2db441444b9401142ad137509f3957 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 01:27:45 +0200 Subject: [PATCH 082/111] Add ACE arsenal support to arsenal dialog --- .../scripts/client/actions/open_arsenal.sqf | 52 ++++++++++++------- .../scripts/client/spawn/redeploy_manager.sqf | 10 ++-- 2 files changed, 36 insertions(+), 26 deletions(-) diff --git a/Missionframework/scripts/client/actions/open_arsenal.sqf b/Missionframework/scripts/client/actions/open_arsenal.sqf index d25db6b8b..9076150e4 100644 --- a/Missionframework/scripts/client/actions/open_arsenal.sqf +++ b/Missionframework/scripts/client/actions/open_arsenal.sqf @@ -5,25 +5,31 @@ load_from_player = -1; exit_on_load = 0; createDialog "liberation_arsenal"; -private _saved_loadouts = profileNamespace getVariable "bis_fnc_saveInventory_data"; -private _loadouts_data = []; -private _counter = 0; private _backpack = backpack player; -if ( !isNil "_saved_loadouts" ) then { - { - if ( _counter % 2 == 0 ) then { - _loadouts_data pushback _x; - }; - _counter = _counter + 1; - } foreach _saved_loadouts; +private ["_loadouts_data"]; +// Get loadouts either from ACE or BI arsenals +if (KP_liberation_ace && KP_liberation_arsenal_type) then { + _loadouts_data = +(profileNamespace getVariable ["ace_arsenal_saved_loadouts", []]); +} else { + private _saved_loadouts = +(profileNamespace getVariable "bis_fnc_saveInventory_data"); + _loadouts_data = []; + private _counter = 0; + if (!isNil "_saved_loadouts") then { + { + if (_counter % 2 == 0) then { + _loadouts_data pushback _x; + }; + _counter = _counter + 1; + } forEach _saved_loadouts; + }; }; waitUntil { dialog }; if ( count _loadouts_data > 0 ) then { - { lbAdd [201, _x]; } foreach _loadouts_data ; + { lbAdd [201, _x param [0]]} foreach _loadouts_data; if ( lbSize 201 > 0 ) then { ctrlEnable [ 202, true ]; @@ -68,15 +74,20 @@ while { dialog && (alive player) && edit_loadout == 0 } do { if ( load_loadout > 0 ) then { private _loaded_loadout = _loadouts_data select (lbCurSel 201); - [player, [profileNamespace, _loaded_loadout]] call bis_fnc_loadInventory; + if (KP_liberation_ace && KP_liberation_arsenal_type) then { + player setUnitLoadout (_loaded_loadout select 1); + } else { + [player, [profileNamespace, _loaded_loadout]] call BIS_fnc_loadInventory; + }; + [player] call F_correctLaserBatteries; if (KP_liberation_arsenalUsePreset) then { if ([_backpack] call F_checkGear) then { - hint format [ localize "STR_HINT_LOADOUT_LOADED", _loaded_loadout]; + hint format [ localize "STR_HINT_LOADOUT_LOADED", _loaded_loadout param [0]]; }; } else { - hint format [ localize "STR_HINT_LOADOUT_LOADED", _loaded_loadout]; + hint format [ localize "STR_HINT_LOADOUT_LOADED", _loaded_loadout param [0]]; }; if ( exit_on_load == 1 ) then { @@ -106,15 +117,16 @@ while { dialog && (alive player) && edit_loadout == 0 } do { if ( edit_loadout > 0 ) then { closeDialog 0; waitUntil { !dialog }; - if (KP_liberation_ace && KP_liberation_arsenal_type) then { - [player, player, false] call ace_arsenal_fnc_openBox; - } else { - [ "Open", false ] spawn BIS_fnc_arsenal; - }; + if (KP_liberation_ace && KP_liberation_arsenal_type) then { + [player, player, false] call ace_arsenal_fnc_openBox; + } else { + [ "Open", false ] spawn BIS_fnc_arsenal; + }; if (KP_liberation_arsenalUsePreset) then { uiSleep 5; - waitUntil {sleep 1; isNull (uinamespace getvariable "RSCDisplayArsenal")}; + private _arsenalDisplay = ["RSCDisplayArsenal", "ace_arsenal_display"] select (KP_liberation_ace && KP_liberation_arsenal_type); + waitUntil {sleep 1; isNull (uinamespace getvariable [_arsenalDisplay, displayNull])}; [_backpack] call F_checkGear; }; }; diff --git a/Missionframework/scripts/client/spawn/redeploy_manager.sqf b/Missionframework/scripts/client/spawn/redeploy_manager.sqf index 3550abee2..935a51366 100644 --- a/Missionframework/scripts/client/spawn/redeploy_manager.sqf +++ b/Missionframework/scripts/client/spawn/redeploy_manager.sqf @@ -60,12 +60,10 @@ while {true} do { _standard_map_pos = ctrlPosition ((findDisplay 5201) displayCtrl 251); _frame_pos = ctrlPosition ((findDisplay 5201) displayCtrl 198); + // Get loadouts either from ACE or BI arsenals private ["_loadouts_data"]; if (KP_liberation_ace && KP_liberation_arsenal_type) then { _loadouts_data = +(profileNamespace getVariable ["ace_arsenal_saved_loadouts", []]); - - lbAdd [203, "--"]; - {lbAdd [203, _x select 0];} forEach _loadouts_data; } else { private _saved_loadouts = +(profileNamespace getVariable "bis_fnc_saveInventory_data"); _loadouts_data = []; @@ -78,10 +76,10 @@ while {true} do { _counter = _counter + 1; } forEach _saved_loadouts; }; - lbAdd [203, "--"]; - {lbAdd [203, _x];} forEach _loadouts_data; }; + lbAdd [203, "--"]; + {lbAdd [203, _x param [0]]} forEach _loadouts_data; lbSetCurSel [203, 0]; while {dialog && alive player && deploy == 0} do { @@ -173,7 +171,7 @@ while {true} do { if ((lbCurSel 203) > 0) then { private _selectedLoadout = _loadouts_data select ((lbCurSel 203) - 1); if (KP_liberation_ace && KP_liberation_arsenal_type) then { - player setUnitLoadout _selectedLoadout; + player setUnitLoadout (_selectedLoadout select 1); } else { [player, [profileNamespace, _selectedLoadout]] call BIS_fnc_loadInventory; }; From b2db65660d7c485103dbb8ddc1ad0b28ea21bafc Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 9 May 2019 08:13:16 +0200 Subject: [PATCH 083/111] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 274bcf079..d02d31515 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,10 @@ class Missions * Tweaked: Replaced deprecated `BIS_fnc_conditionalSelect` function calls with sensible select statements. * Tweaked: Versioning format from e.g. 0.964 to 0.96.4 for a better separation. * Tweaked: Arsenal whitelist/blacklist classes are case insensitive. +* Tweaked: Vehicle permissions now via sensible event handlers instead of loop. Thanks to [ColinM9991](https://github.com/ColinM9991) * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. * Fixed: Blufor soldier losses weren't counted in statistics. +* Fixed: Missing `itemRadio` in some arsenal presets. ### 0.963a (10th April 2018 as "legacy support" release) * Added: Action to raise/lower object while building. Thanks to [darrell-aevum](https://github.com/darrell-aevum) From 647acc59083f476c08e84b39bc87518f7fc32984 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 9 May 2019 15:57:37 +0200 Subject: [PATCH 084/111] update italian localization --- Missionframework/stringtable.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Missionframework/stringtable.xml b/Missionframework/stringtable.xml index f3f064370..4f085828e 100644 --- a/Missionframework/stringtable.xml +++ b/Missionframework/stringtable.xml @@ -6683,35 +6683,42 @@ Load/Save Parameters Laden/Speichern der Parameter + Carica/Salva Parametri SAVE selected parameters SPEICHERN der momentanen Parameter + SALVA i parametri LOAD parameters or use selected if no saved value found - LADEN der gespeicherten Parameter oder momentane nutzen, wenn keine gespeicherten vorhanden sind - + LADEN der gespeicherten Parameter oder momentane nutzen, wenn keine gespeicherten vorhanden sind + CARICA parametri o utilizza selezionati se non è stato trovato alcun valore salvato Use selected parameters without saving Momentane Parametereinstellung ohne Speicherung + Usa i parametri selezionati senza salvare -- Raise -- Höher + -- Aumenta -- Lower -- Niedriger + -- Abbassa Guerilla forces on the way. Widerstandskämpfer sind unterwegs. + Guerriglieri in arrivo. Guerilla forces are incoming to %1 from the %2. Widerstandskämpfer nähern sich %1 aus %2. + Guerriglieri in arrivo su %1 da %2. == REVIVE OPTIONS (Disregarded, if you play with ACE Medical) == @@ -6728,6 +6735,7 @@ Arsenal Arsenal + Arsenale From 092f6328501259365d4d1969a25e16693eb09925 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 9 May 2019 16:01:19 +0200 Subject: [PATCH 085/111] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d02d31515..7e4f104cb 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ class Missions * Added: Vehicle in Vehicle transport actions for FOB Box. * Added: Germany (Global Mobilization) civilian preset. * Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes save_manager.sqf and do_build.sqf needed. +* Updated: Italian localization. Thanks to [k4s0](https://github.com/k4s0) * Tweaked: Title of the mission to conform the Mission Name Standard from [BI Forums](https://forums.bohemia.net/forums/topic/217676-mission-name-standard/) * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) * Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue) From cc993f8c9d846bc72d2d951cc8ec191439e12b06 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 17:27:32 +0200 Subject: [PATCH 086/111] Removed transport array from resistance preset --- Missionframework/presets/resistance/RACS.sqf | 407 +++++++++--------- Missionframework/presets/resistance/apex.sqf | 10 +- .../presets/resistance/custom.sqf | 10 +- .../presets/resistance/middle_eastern.sqf | 13 +- .../presets/resistance/rhs_gref.sqf | 8 +- 5 files changed, 210 insertions(+), 238 deletions(-) diff --git a/Missionframework/presets/resistance/RACS.sqf b/Missionframework/presets/resistance/RACS.sqf index 21a6f0640..1617d7ca7 100644 --- a/Missionframework/presets/resistance/RACS.sqf +++ b/Missionframework/presets/resistance/RACS.sqf @@ -1,206 +1,201 @@ -/* -Needed Mods: -- Project OPFOR - -Optional Mods: -- None -*/ - -/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation -Standard loadout of the units will be replaced with a scripted one, which depends on the guerilla strength, after spawn */ -KP_liberation_guerilla_units = [ - "LOP_RACS_Infantry_MG", - "LOP_RACS_Infantry_Engineer", - "LOP_RACS_Infantry_TL", - "LOP_RACS_Infantry_Corpsman", - "LOP_RACS_Infantry_Rifleman", - "LOP_RACS_Infantry_AT", - "LOP_RACS_Infantry_Marksman", - "LOP_RACS_Infantry_SL" -]; - -// Armed vehicles -KP_liberation_guerilla_vehicles = [ - "LOP_RACS_Landrover_M2", - "LOP_RACS_Offroad_M2" -]; - -// transport vehicles (should be able to transport at least 10 soldiers) -KP_liberation_guerilla_transports = [ - "LOP_RACS_Truck" -]; - -/* Guerilla Equipment -There are 3 tiers for every category. If the strength of the guerillas will increase, they'll have higher tier equipment. */ - -/* Weapons - You've to add the weapons as array like -["Weaponclassname","Magazineclassname","magazine amount","optic","tripod"] -You can leave optic and tripod empty with "" */ -KP_liberation_guerilla_weapons_1 =[ - ["rhs_weap_Izh","rhsgref_1Rnd_00Buck",20,"",""], - ["rhs_weap_m38","rhsgref_5rnd_762x54_m38",6,"",""], - ["rhs_weap_m38_rail","rhsgref_5rnd_762x54_m38",6,"",""], - ["rhs_weap_kar98k","rhsgref_5rnd_792x57_kar98k",6,"",""], - ["rhs_weap_mosin_sbr","rhsgref_5rnd_762x54_m38",6,"",""], - ["rhs_weap_makarov_pm","rhs_mag_9x18_8_57N181S",5,"",""] -]; - -KP_liberation_guerilla_weapons_2 =[ - ["rhs_weap_ak74","rhs_30rnd_545x39_AK",3,"",""], - ["rhs_weap_akm","rhs_30rnd_762x39mm",3,"",""], - ["rhs_weap_akms","rhs_30rnd_762x39mm",3,"",""], - ["rhs_weap_aks74u","rhs_30rnd_545x39_AK",3,"",""], - ["rhs_weap_pp2000","rhs_mag_9x19mm_7n21_20",4,"",""], - ["rhs_weap_svds","rhs_10rnd_762x54mmR_7N1",3,"rhs_acc_pso1m2",""] -]; - -KP_liberation_guerilla_weapons_3 =[ - ["rhs_weap_ak103","rhs_30rnd_762x39mm",4,"rhs_acc_pkas",""], - ["rhs_weap_ak104","rhs_30rnd_762x39mm",4,"rhs_acc_ekp8_02",""], - ["rhs_weap_ak105","rhs_30rnd_545x39_AK",4,"rhs_acc_pkas",""], - ["rhs_weap_asval_grip","rhs_20rnd_9x39mm_SP5",5,"rhs_acc_pkas",""], - ["rhs_weap_pkm","rhs_100Rnd_762x54mmR",2,"",""], - ["rhs_weap_pkp","rhs_100Rnd_762x54mmR",2,"rhs_acc_pkas",""], - ["rhs_weap_svdp","rhs_10rnd_762x54mmR_7N1",5,"rhs_acc_pso1m21",""], - ["rhs_weap_aks74un","rhs_30rnd_545x39_AK",4,"rhs_acc_ekp8_02",""] -]; - -// Uniforms -KP_liberation_guerilla_uniforms_1 = [ - "LOP_U_RACS_Fatigue_01", - "LOP_U_RACS_Fatigue_01_slv" -]; - -KP_liberation_guerilla_uniforms_2 = [ - "LOP_U_RACS_Fatigue_01", - "LOP_U_RACS_Fatigue_01_slv" -]; - -KP_liberation_guerilla_uniforms_3 = [ - "LOP_U_RACS_Fatigue_01", - "LOP_U_RACS_Fatigue_01_slv" -]; - -// Vests -KP_liberation_guerilla_vests_1 = [ - "V_LegStrapBag_coyote_F", - "V_LegStrapBag_olive_F", - "V_LegStrapBag_black_F", - "V_Pocketed_coyote_F", - "V_Pocketed_olive_F", - "V_Pocketed_black_F", - "V_BandollierB_cbr", - "V_BandollierB_rgr", - "V_BandollierB_khk", - "V_BandollierB_oli", - "V_BandollierB_blk", - "V_BandollierB_ghex_F", - "rhs_vest_commander", - "rhs_vest_pistol_holder", - "V_Rangemaster_belt", - "rhs_6sh46" -]; - -KP_liberation_guerilla_vests_2 = [ - "V_Chestrig_rgr", - "V_Chestrig_khk", - "V_Chestrig_oli", - "V_Chestrig_blk", - "V_HarnessO_brn", - "V_HarnessO_gry", - "V_HarnessO_ghex_F", - "V_HarnessOGL_brn", - "V_HarnessOGL_gry", - "V_HarnessOGL_ghex_F", - "rhsgref_alice_webbing", - "V_TacChestrig_grn_F", - "V_TacChestrig_cbr_F", - "V_TacChestrig_oli_F" -]; - -KP_liberation_guerilla_vests_3 = [ - "V_TacVest_brn", - "V_TacVest_khk", - "V_TacVest_oli", - "V_TacVest_blk", - "V_I_G_resistanceLeader_F", - "V_TacVest_camo", - "rhs_vydra_3m", - "rhsgref_6b23_khaki_medic", - "rhsgref_6b23_khaki_nco", - "rhsgref_6b23_khaki_officer", - "rhsgref_6b23_khaki_rifleman", - "rhsgref_6b23_khaki_sniper", - "rhsgref_6b23_khaki" -]; - -// Headgear -KP_liberation_guerilla_headgear_1 = [ - "", - "", - "", - "", - "", - "LOP_H_6B27M_RACS", - "LOP_H_6B27M_ess_RACS" - -]; - -KP_liberation_guerilla_headgear_2 = [ - "H_Bandanna_blu", - "H_Bandanna_sand", - "H_Bandanna_gry", - "H_Bandanna_camo", - "H_Bandanna_cbr", - "H_Bandanna_sgg", - "H_Bandanna_khk", - "rhsgref_fieldcap_ttsko_digi", - "rhsgref_fieldcap_ttsko_forest", - "rhsgref_fieldcap_ttsko_mountain", - "rhsgref_fieldcap_ttsko_urban", - "", - "", - "", - "", - "LOP_H_6B27M_RACS", - "LOP_H_6B27M_ess_RACS" -]; - -KP_liberation_guerilla_headgear_3 = [ - "H_ShemagOpen_khk", - "H_ShemagOpen_tan", - "H_Shemag_olive", - "H_Booniehat_khk", - "H_Booniehat_oli", - "rhsgref_M56", - "H_Watchcap_blk", - "rhs_ssh68", - "rhsgref_ssh68_emr", - "rhs_tsh4", - "H_Beret_blk", - "H_Watchcap_camo", - "H_Watchcap_khk", - "", - "", - "", - "", - "LOP_H_6B27M_RACS", - "LOP_H_6B27M_ess_RACS" -]; - -// Facegear. Applies for tier 2 and 3. -KP_liberation_guerilla_facegear = [ - "", - "", - "", - "G_Bandanna_shades", - "G_Bandanna_beast", - "G_Bandanna_tan", - "G_Bandanna_khk", - "G_Bandanna_oli", - "G_Bandanna_aviator", - "G_Bandanna_blk", - "rhs_balaclava", - "rhs_balaclava1_olive", - "rhs_scarf" -]; +/* +Needed Mods: +- Project OPFOR + +Optional Mods: +- None +*/ + +/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation +Standard loadout of the units will be replaced with a scripted one, which depends on the guerilla strength, after spawn */ +KP_liberation_guerilla_units = [ + "LOP_RACS_Infantry_MG", + "LOP_RACS_Infantry_Engineer", + "LOP_RACS_Infantry_TL", + "LOP_RACS_Infantry_Corpsman", + "LOP_RACS_Infantry_Rifleman", + "LOP_RACS_Infantry_AT", + "LOP_RACS_Infantry_Marksman", + "LOP_RACS_Infantry_SL" +]; + +// Armed vehicles +KP_liberation_guerilla_vehicles = [ + "LOP_RACS_Landrover_M2", + "LOP_RACS_Offroad_M2" +]; + +/* Guerilla Equipment +There are 3 tiers for every category. If the strength of the guerillas will increase, they'll have higher tier equipment. */ + +/* Weapons - You've to add the weapons as array like +["Weaponclassname","Magazineclassname","magazine amount","optic","tripod"] +You can leave optic and tripod empty with "" */ +KP_liberation_guerilla_weapons_1 =[ + ["rhs_weap_Izh","rhsgref_1Rnd_00Buck",20,"",""], + ["rhs_weap_m38","rhsgref_5rnd_762x54_m38",6,"",""], + ["rhs_weap_m38_rail","rhsgref_5rnd_762x54_m38",6,"",""], + ["rhs_weap_kar98k","rhsgref_5rnd_792x57_kar98k",6,"",""], + ["rhs_weap_mosin_sbr","rhsgref_5rnd_762x54_m38",6,"",""], + ["rhs_weap_makarov_pm","rhs_mag_9x18_8_57N181S",5,"",""] +]; + +KP_liberation_guerilla_weapons_2 =[ + ["rhs_weap_ak74","rhs_30rnd_545x39_AK",3,"",""], + ["rhs_weap_akm","rhs_30rnd_762x39mm",3,"",""], + ["rhs_weap_akms","rhs_30rnd_762x39mm",3,"",""], + ["rhs_weap_aks74u","rhs_30rnd_545x39_AK",3,"",""], + ["rhs_weap_pp2000","rhs_mag_9x19mm_7n21_20",4,"",""], + ["rhs_weap_svds","rhs_10rnd_762x54mmR_7N1",3,"rhs_acc_pso1m2",""] +]; + +KP_liberation_guerilla_weapons_3 =[ + ["rhs_weap_ak103","rhs_30rnd_762x39mm",4,"rhs_acc_pkas",""], + ["rhs_weap_ak104","rhs_30rnd_762x39mm",4,"rhs_acc_ekp8_02",""], + ["rhs_weap_ak105","rhs_30rnd_545x39_AK",4,"rhs_acc_pkas",""], + ["rhs_weap_asval_grip","rhs_20rnd_9x39mm_SP5",5,"rhs_acc_pkas",""], + ["rhs_weap_pkm","rhs_100Rnd_762x54mmR",2,"",""], + ["rhs_weap_pkp","rhs_100Rnd_762x54mmR",2,"rhs_acc_pkas",""], + ["rhs_weap_svdp","rhs_10rnd_762x54mmR_7N1",5,"rhs_acc_pso1m21",""], + ["rhs_weap_aks74un","rhs_30rnd_545x39_AK",4,"rhs_acc_ekp8_02",""] +]; + +// Uniforms +KP_liberation_guerilla_uniforms_1 = [ + "LOP_U_RACS_Fatigue_01", + "LOP_U_RACS_Fatigue_01_slv" +]; + +KP_liberation_guerilla_uniforms_2 = [ + "LOP_U_RACS_Fatigue_01", + "LOP_U_RACS_Fatigue_01_slv" +]; + +KP_liberation_guerilla_uniforms_3 = [ + "LOP_U_RACS_Fatigue_01", + "LOP_U_RACS_Fatigue_01_slv" +]; + +// Vests +KP_liberation_guerilla_vests_1 = [ + "V_LegStrapBag_coyote_F", + "V_LegStrapBag_olive_F", + "V_LegStrapBag_black_F", + "V_Pocketed_coyote_F", + "V_Pocketed_olive_F", + "V_Pocketed_black_F", + "V_BandollierB_cbr", + "V_BandollierB_rgr", + "V_BandollierB_khk", + "V_BandollierB_oli", + "V_BandollierB_blk", + "V_BandollierB_ghex_F", + "rhs_vest_commander", + "rhs_vest_pistol_holder", + "V_Rangemaster_belt", + "rhs_6sh46" +]; + +KP_liberation_guerilla_vests_2 = [ + "V_Chestrig_rgr", + "V_Chestrig_khk", + "V_Chestrig_oli", + "V_Chestrig_blk", + "V_HarnessO_brn", + "V_HarnessO_gry", + "V_HarnessO_ghex_F", + "V_HarnessOGL_brn", + "V_HarnessOGL_gry", + "V_HarnessOGL_ghex_F", + "rhsgref_alice_webbing", + "V_TacChestrig_grn_F", + "V_TacChestrig_cbr_F", + "V_TacChestrig_oli_F" +]; + +KP_liberation_guerilla_vests_3 = [ + "V_TacVest_brn", + "V_TacVest_khk", + "V_TacVest_oli", + "V_TacVest_blk", + "V_I_G_resistanceLeader_F", + "V_TacVest_camo", + "rhs_vydra_3m", + "rhsgref_6b23_khaki_medic", + "rhsgref_6b23_khaki_nco", + "rhsgref_6b23_khaki_officer", + "rhsgref_6b23_khaki_rifleman", + "rhsgref_6b23_khaki_sniper", + "rhsgref_6b23_khaki" +]; + +// Headgear +KP_liberation_guerilla_headgear_1 = [ + "", + "", + "", + "", + "", + "LOP_H_6B27M_RACS", + "LOP_H_6B27M_ess_RACS" + +]; + +KP_liberation_guerilla_headgear_2 = [ + "H_Bandanna_blu", + "H_Bandanna_sand", + "H_Bandanna_gry", + "H_Bandanna_camo", + "H_Bandanna_cbr", + "H_Bandanna_sgg", + "H_Bandanna_khk", + "rhsgref_fieldcap_ttsko_digi", + "rhsgref_fieldcap_ttsko_forest", + "rhsgref_fieldcap_ttsko_mountain", + "rhsgref_fieldcap_ttsko_urban", + "", + "", + "", + "", + "LOP_H_6B27M_RACS", + "LOP_H_6B27M_ess_RACS" +]; + +KP_liberation_guerilla_headgear_3 = [ + "H_ShemagOpen_khk", + "H_ShemagOpen_tan", + "H_Shemag_olive", + "H_Booniehat_khk", + "H_Booniehat_oli", + "rhsgref_M56", + "H_Watchcap_blk", + "rhs_ssh68", + "rhsgref_ssh68_emr", + "rhs_tsh4", + "H_Beret_blk", + "H_Watchcap_camo", + "H_Watchcap_khk", + "", + "", + "", + "", + "LOP_H_6B27M_RACS", + "LOP_H_6B27M_ess_RACS" +]; + +// Facegear. Applies for tier 2 and 3. +KP_liberation_guerilla_facegear = [ + "", + "", + "", + "G_Bandanna_shades", + "G_Bandanna_beast", + "G_Bandanna_tan", + "G_Bandanna_khk", + "G_Bandanna_oli", + "G_Bandanna_aviator", + "G_Bandanna_blk", + "rhs_balaclava", + "rhs_balaclava1_olive", + "rhs_scarf" +]; diff --git a/Missionframework/presets/resistance/apex.sqf b/Missionframework/presets/resistance/apex.sqf index c9566f9fa..0d006f575 100644 --- a/Missionframework/presets/resistance/apex.sqf +++ b/Missionframework/presets/resistance/apex.sqf @@ -6,7 +6,7 @@ Optional Mods: - None */ -/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation +/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation Standard loadout of the units will be replaced with a scripted one, which depends on the guerilla strength, after spawn */ KP_liberation_guerilla_units = [ "I_C_Soldier_Bandit_1_F", @@ -25,12 +25,6 @@ KP_liberation_guerilla_vehicles = [ "I_C_Offroad_02_AT_F" ]; -// transport vehicles (should be able to transport at least 10 soldiers) -KP_liberation_guerilla_transports = [ - "I_C_Van_01_transport_F", - "I_C_Van_02_transport_F" -]; - /* Guerilla Equipment There are 3 tiers for every category. If the strength of the guerillas will increase, they'll have higher tier equipment. */ @@ -82,7 +76,7 @@ KP_liberation_guerilla_uniforms_1 = [ "U_C_Man_casual_5_F", "U_C_Man_casual_6_F", "U_Marshal" - + ]; KP_liberation_guerilla_uniforms_2 = [ diff --git a/Missionframework/presets/resistance/custom.sqf b/Missionframework/presets/resistance/custom.sqf index 8cc4de0d1..942a6b3aa 100644 --- a/Missionframework/presets/resistance/custom.sqf +++ b/Missionframework/presets/resistance/custom.sqf @@ -6,7 +6,7 @@ Optional Mods: - None */ -/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation +/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation Standard loadout of the units will be replaced with a scripted one, which depends on the guerilla strength, after spawn */ KP_liberation_guerilla_units = [ "I_G_Soldier_AR_F", @@ -25,12 +25,6 @@ KP_liberation_guerilla_vehicles = [ "I_G_Offroad_01_AT_F" ]; -// transport vehicles (should be able to transport at least 10 soldiers) -KP_liberation_guerilla_transports = [ - "I_G_Van_01_transport_F", - "I_G_Van_02_transport_F" -]; - /* Guerilla Equipment There are 3 tiers for every category. If the strength of the guerillas will increase, they'll have higher tier equipment. */ @@ -82,7 +76,7 @@ KP_liberation_guerilla_uniforms_1 = [ "U_C_Man_casual_5_F", "U_C_Man_casual_6_F", "U_Marshal" - + ]; KP_liberation_guerilla_uniforms_2 = [ diff --git a/Missionframework/presets/resistance/middle_eastern.sqf b/Missionframework/presets/resistance/middle_eastern.sqf index 0b7083736..22c1c235e 100644 --- a/Missionframework/presets/resistance/middle_eastern.sqf +++ b/Missionframework/presets/resistance/middle_eastern.sqf @@ -8,7 +8,7 @@ Optional Mods: - None */ -/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation +/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation Standard loadout of the units will be replaced with a scripted one, which depends on the guerilla strength, after spawn */ KP_liberation_guerilla_units = [ "LOP_AM_Infantry_SL", @@ -26,11 +26,6 @@ KP_liberation_guerilla_vehicles = [ "LOP_AM_UAZ_DshKM" ]; -// transport vehicles (should be able to transport at least 10 soldiers) -KP_liberation_guerilla_transports = [ - "LOP_AM_Truck" -]; - /* Guerilla Equipment There are 3 tiers for every category. If the strength of the guerillas will increase, they'll have higher tier equipment. */ @@ -79,7 +74,7 @@ KP_liberation_guerilla_uniforms_1 = [ "LOP_U_TAK_Civ_Fatigue_15", "LOP_U_TAK_Civ_Fatigue_16" ]; - + KP_liberation_guerilla_uniforms_2 = [ "LOP_U_TAK_Civ_Fatigue_01", "LOP_U_TAK_Civ_Fatigue_02", @@ -150,7 +145,7 @@ KP_liberation_guerilla_headgear_1 = [ "H_Bandanna_blu", "H_Bandanna_cbr", "H_Bandanna_khk", - "H_Bandanna_mcamo", + "H_Bandanna_mcamo", "H_Bandanna_sgg", "H_Bandanna_sand", "H_Bandanna_camo" @@ -163,7 +158,7 @@ KP_liberation_guerilla_headgear_2 = [ "H_Bandanna_gry", "H_Bandanna_cbr", "H_Bandanna_khk", - "H_Bandanna_mcamo", + "H_Bandanna_mcamo", "H_Bandanna_sgg", "H_Bandanna_sand", "H_Bandanna_camo", diff --git a/Missionframework/presets/resistance/rhs_gref.sqf b/Missionframework/presets/resistance/rhs_gref.sqf index bba38b128..5bfe11ca1 100644 --- a/Missionframework/presets/resistance/rhs_gref.sqf +++ b/Missionframework/presets/resistance/rhs_gref.sqf @@ -7,7 +7,7 @@ Optional Mods: - None */ -/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation +/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation Standard loadout of the units will be replaced with a scripted one, which depends on the guerilla strength, after spawn */ KP_liberation_guerilla_units = [ "I_G_Soldier_AR_F", @@ -25,12 +25,6 @@ KP_liberation_guerilla_vehicles = [ "rhsgref_ins_g_uaz_dshkm_chdkz" ]; -// transport vehicles (should be able to transport at least 10 soldiers) -KP_liberation_guerilla_transports = [ - "rhsgref_ins_g_ural", - "rhsgref_ins_g_ural_open" -]; - /* Guerilla Equipment There are 3 tiers for every category. If the strength of the guerillas will increase, they'll have higher tier equipment. */ From 0a7e0072701e941a0546f261f35bf7a5739cebcb Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 18:16:25 +0200 Subject: [PATCH 087/111] Germany Resistance Preset --- Missionframework/kp_liberation_config.sqf | 3 +- Missionframework/presets/init_presets.sqf | 1 + .../presets/resistance/germany.sqf | 179 ++++++++++++++++++ .../asymmetric/random/sector_guerilla.sqf | 2 +- README.md | 2 + 5 files changed, 185 insertions(+), 2 deletions(-) create mode 100644 Missionframework/presets/resistance/germany.sqf diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index cf8b8ebd8..c455647b0 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -71,7 +71,8 @@ KP_liberation_preset_opfor = 0; 1 = Apex Tanoa (apex vanilla Syndikat) 2 = RHS GREF 3 = Project OPFOR (Middle Eastern) -4 = Project OPFOR (Sahrani) */ +4 = Project OPFOR (Sahrani) +5 = Germany (Global Mobilization) */ KP_liberation_preset_resistance = 0; /* Civilians preset: diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index 2b6e8bd11..27d44da95 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -32,6 +32,7 @@ switch (KP_liberation_preset_resistance) do { case 2: {[] call compileFinal preprocessFileLineNumbers "presets\resistance\rhs_gref.sqf";}; case 3: {[] call compileFinal preprocessFileLineNumbers "presets\resistance\middle_eastern.sqf";}; case 4: {[] call compileFinal preprocessFileLineNumbers "presets\resistance\RACS.sqf";}; + case 5: {[] call compileFinal preprocessFileLineNumbers "presets\resistance\germany.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\resistance\custom.sqf";}; }; diff --git a/Missionframework/presets/resistance/germany.sqf b/Missionframework/presets/resistance/germany.sqf new file mode 100644 index 000000000..c19e276c0 --- /dev/null +++ b/Missionframework/presets/resistance/germany.sqf @@ -0,0 +1,179 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- None +*/ + +/* Classnames of the guerilla faction which is friendly or hostile, depending on the civil reputation +Standard loadout of the units will be replaced with a scripted one, which depends on the guerilla strength, after spawn */ +KP_liberation_guerilla_units = [ + "I_G_Soldier_AR_F", + "I_G_engineer_F", + "I_G_officer_F", + "I_G_medic_F", + "I_G_Soldier_F", + "I_G_Soldier_LAT_F", + "I_G_Soldier_M_F", + "I_G_Soldier_SL_F" +]; + +// Armed vehicles +KP_liberation_guerilla_vehicles = []; + +/* Guerilla Equipment +There are 3 tiers for every category. If the strength of the guerillas will increase, they'll have higher tier equipment. */ + +/* Weapons - You've to add the weapons as array like +["Weaponclassname","Magazineclassname","magazine amount","optic","tripod"] +You can leave optic and tripod empty with "" */ +KP_liberation_guerilla_weapons_1 =[ + ["gm_mp2a1_blk","gm_32Rnd_9x19mm_B_DM51_mp2_blk",4,"",""], + ["gm_mp2a1_blk","gm_32Rnd_9x19mm_B_DM51_mp2_blk",4,"",""], + ["gm_mpiaks74n_prp","gm_30Rnd_545x39mm_B_7N6_ak74_prp",4,"",""] +]; + +KP_liberation_guerilla_weapons_2 =[ + ["gm_mpiaks74n_prp","gm_30Rnd_545x39mm_B_7N6_ak74_prp",4,"",""], + ["gm_mpiak74n_prp","gm_30Rnd_545x39mm_B_7N6_ak74_prp",4,"",""], + ["gm_mpiak74n_prp","gm_30Rnd_545x39mm_B_7N6_ak74_prp",4,"",""] +]; + +KP_liberation_guerilla_weapons_3 =[ + ["gm_mpiak74n_prp","gm_30Rnd_545x39mm_B_7N6_ak74_prp",4,"",""], + ["gm_g3a3_blk","gm_20Rnd_762x51mm_B_T_DM21_g3_blk",4,"",""], + ["gm_g3a3_blk","gm_20Rnd_762x51mm_B_T_DM21_g3_blk",4,"",""], + ["gm_lmgrpk_brn","gm_75Rnd_762x39mm_B_M43_ak47_blk",4,"",""], + ["gm_lmgrpk_brn","gm_75Rnd_762x39mm_B_M43_ak47_blk",4,"",""] +]; + +// Uniforms +KP_liberation_guerilla_uniforms_1 = [ + "gm_gc_civ_uniform_man_01_80_blu", + "gm_gc_civ_uniform_man_02_80_brn", + "gm_ge_civ_uniform_blouse_80_gry", + "gm_gc_civ_uniform_man_01_80_blk", + "U_C_Mechanic_01_F" +]; + +KP_liberation_guerilla_uniforms_2 = [ + "gm_gc_civ_uniform_man_01_80_blu", + "gm_gc_civ_uniform_man_02_80_brn", + "gm_ge_civ_uniform_blouse_80_gry", + "gm_gc_civ_uniform_man_01_80_blk", + "U_C_Mechanic_01_F", + "U_C_WorkerCoveralls", + "U_C_WorkerCoveralls" +]; + +KP_liberation_guerilla_uniforms_3 = [ + "gm_gc_civ_uniform_man_01_80_blu", + "gm_gc_civ_uniform_man_02_80_brn", + "gm_ge_civ_uniform_blouse_80_gry", + "gm_gc_civ_uniform_man_01_80_blk", + "U_C_Mechanic_01_F", + "U_C_WorkerCoveralls", + "U_C_WorkerCoveralls", + "U_BG_Guerilla3_1", + "U_BG_Guerilla3_1", + "U_BG_Guerrilla_6_1", + "U_BG_Guerrilla_6_1", + "U_B_GEN_Commander_F", + "U_B_GEN_Commander_F" +]; + +// Vests +KP_liberation_guerilla_vests_1 = [ + "V_LegStrapBag_coyote_F", + "V_LegStrapBag_olive_F", + "V_LegStrapBag_black_F", + "V_Pocketed_coyote_F", + "V_Pocketed_olive_F", + "V_Pocketed_black_F", + "V_BandollierB_blk" +]; + +KP_liberation_guerilla_vests_2 = [ + "V_LegStrapBag_coyote_F", + "V_LegStrapBag_olive_F", + "V_LegStrapBag_black_F", + "V_Pocketed_olive_F", + "V_Pocketed_black_F", + "V_BandollierB_blk", + "gm_ge_bgs_vest_80_rifleman" +]; + +KP_liberation_guerilla_vests_3 = [ + "V_LegStrapBag_coyote_F", + "V_LegStrapBag_olive_F", + "V_LegStrapBag_black_F", + "V_BandollierB_blk", + "gm_ge_bgs_vest_80_rifleman" +]; + +// Headgear +KP_liberation_guerilla_headgear_1 = [ + "", + "", + "", + "", + "H_Hat_brown", + "H_Hat_grey", + "H_Hat_tan", + "H_Hat_checker", + "H_Hat_Safari_olive_F", + "H_Hat_Safari_sand_F" +]; + +KP_liberation_guerilla_headgear_2 = [ + "", + "", + "", + "", + "H_Hat_brown", + "H_Hat_grey", + "H_Hat_tan", + "H_Hat_checker", + "H_Hat_Safari_olive_F", + "H_Hat_Safari_sand_F", + "H_Bandanna_blu", + "H_Bandanna_sand", + "H_Bandanna_gry", + "H_Bandanna_cbr", + "H_Bandanna_sgg", + "H_Bandanna_khk" +]; + +KP_liberation_guerilla_headgear_3 = [ + "", + "", + "", + "", + "H_Hat_brown", + "H_Hat_grey", + "H_Hat_tan", + "H_Hat_checker", + "H_Hat_Safari_olive_F", + "H_Hat_Safari_sand_F", + "H_Bandanna_blu", + "H_Bandanna_sand", + "H_Bandanna_gry", + "H_Bandanna_cbr", + "H_Bandanna_sgg", + "H_Bandanna_khk", + "H_ShemagOpen_khk", + "H_ShemagOpen_tan", + "H_Shemag_olive" +]; + +// Facegear. Applies for tier 2 and 3. +KP_liberation_guerilla_facegear = [ + "", + "", + "", + "G_Bandanna_tan", + "G_Bandanna_khk", + "G_Bandanna_oli", + "G_Bandanna_blk" +]; diff --git a/Missionframework/scripts/server/asymmetric/random/sector_guerilla.sqf b/Missionframework/scripts/server/asymmetric/random/sector_guerilla.sqf index 85d2068dd..5bf6a1efe 100644 --- a/Missionframework/scripts/server/asymmetric/random/sector_guerilla.sqf +++ b/Missionframework/scripts/server/asymmetric/random/sector_guerilla.sqf @@ -76,7 +76,7 @@ _spawnedGroups pushBack _grp; sleep 30; -if ((random 100) <= 25) then { +if (((random 100) <= 25) && !(KP_liberation_guerilla_vehicles isEqualTo [])) then { _vehicle = (selectRandom KP_liberation_guerilla_vehicles) createVehicle _startpos; _grp = [_startpos, 2] call F_spawnGuerillaGroup; ((units _grp) select 0) moveInDriver _vehicle; diff --git a/README.md b/README.md index 7e4f104cb..9d13bf49a 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ class Missions * Added: Vehicle in Vehicle transport actions for FOB Box. * Added: Germany (Global Mobilization) civilian preset. * Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes save_manager.sqf and do_build.sqf needed. +* Added: Germany (Global Mobilization) resistence preset. +* Removed: `KP_liberation_guerilla_transports` array from resistance presets, as it isn't used in the legacy framework. * Updated: Italian localization. Thanks to [k4s0](https://github.com/k4s0) * Tweaked: Title of the mission to conform the Mission Name Standard from [BI Forums](https://forums.bohemia.net/forums/topic/217676-mission-name-standard/) * Tweaked: Weather module is also loaded, even with ACE running. (ACE doesn't control weather completely anymore) From 6a07c28558eb74511071e81730e03e460d69f975 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 18:19:19 +0200 Subject: [PATCH 088/111] Updated build tool presets --- _tools/_presets.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_tools/_presets.json b/_tools/_presets.json index 5ae3ad569..d03a11eed 100644 --- a/_tools/_presets.json +++ b/_tools/_presets.json @@ -150,8 +150,8 @@ "variables": { "KP_liberation_preset_blufor": 9, "KP_liberation_preset_opfor": 9, - "KP_liberation_preset_resistance": 0, - "KP_liberation_preset_civilians": 0, + "KP_liberation_preset_resistance": 5, + "KP_liberation_preset_civilians": 4, "KP_liberation_arsenal": 7 } }, @@ -163,8 +163,8 @@ "variables": { "KP_liberation_preset_blufor": 10, "KP_liberation_preset_opfor": 8, - "KP_liberation_preset_resistance": 0, - "KP_liberation_preset_civilians": 0, + "KP_liberation_preset_resistance": 5, + "KP_liberation_preset_civilians": 4, "KP_liberation_arsenal": 8 } } From dde04c0816086e982d3f7b54b761b666f289a69d Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 18:23:55 +0200 Subject: [PATCH 089/111] Added winter weferlingen to build tool --- _tools/_presets.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/_tools/_presets.json b/_tools/_presets.json index d03a11eed..02f898a3e 100644 --- a/_tools/_presets.json +++ b/_tools/_presets.json @@ -144,7 +144,7 @@ }, { "sourceFolder": "kp_liberation.gm_weferlingen_summer", - "missionName": "kp_liberation_west", + "missionName": "kp_liberation", "map": "gm_weferlingen_summer", "configFile": "kp_liberation_config.sqf", "variables": { @@ -155,6 +155,19 @@ "KP_liberation_arsenal": 7 } }, + { + "sourceFolder": "kp_liberation.gm_weferlingen_winter", + "missionName": "kp_liberation", + "map": "gm_weferlingen_winter", + "configFile": "kp_liberation_config.sqf", + "variables": { + "KP_liberation_preset_blufor": 9, + "KP_liberation_preset_opfor": 9, + "KP_liberation_preset_resistance": 5, + "KP_liberation_preset_civilians": 4, + "KP_liberation_arsenal": 7 + } + }, { "sourceFolder": "kp_liberation.gm_weferlingen_summer", "missionName": "kp_liberation_east", @@ -167,5 +180,18 @@ "KP_liberation_preset_civilians": 4, "KP_liberation_arsenal": 8 } + }, + { + "sourceFolder": "kp_liberation.gm_weferlingen_winter", + "missionName": "kp_liberation_east", + "map": "gm_weferlingen_winter", + "configFile": "kp_liberation_config.sqf", + "variables": { + "KP_liberation_preset_blufor": 10, + "KP_liberation_preset_opfor": 8, + "KP_liberation_preset_resistance": 5, + "KP_liberation_preset_civilians": 4, + "KP_liberation_arsenal": 8 + } } ] From 4bccf862e56b86fa0033d21cd41598ea5b228087 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 19:47:45 +0200 Subject: [PATCH 090/111] GM west winter preset --- Missionframework/presets/blufor/gm_west.sqf | 24 +- .../presets/blufor/gm_west_win.sqf | 271 ++++++++++++++++++ 2 files changed, 281 insertions(+), 14 deletions(-) create mode 100644 Missionframework/presets/blufor/gm_west_win.sqf diff --git a/Missionframework/presets/blufor/gm_west.sqf b/Missionframework/presets/blufor/gm_west.sqf index 0194b6d83..a02c3414f 100644 --- a/Missionframework/presets/blufor/gm_west.sqf +++ b/Missionframework/presets/blufor/gm_west.sqf @@ -4,9 +4,6 @@ Needed Mods: Optional Mods: - LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 - - RHSUSAF - - RHSSAF - - RHSAFRF */ /* - Support classnames. @@ -255,17 +252,16 @@ blufor_squad_recon = [ // Paratroopers squad. blufor_squad_para = [ - "gm_ge_army_squadleader_g3a3_p2a1_80_ols", - "gm_ge_army_antitank_g3a3_pzf44_80_ols", - "gm_ge_army_antitank_g3a3_pzf44_80_ols", - "gm_ge_army_grenadier_g3a3_80_ols", - "gm_ge_army_machinegunner_mg3_80_ols", - "gm_ge_army_machinegunner_mg3_80_ols", - "gm_ge_army_machinegunner_mg3_80_ols", - "gm_ge_army_demolition_g3a4_80_ols", - "gm_ge_army_medic_g3a3_80_ols", - "gm_ge_army_engineer_g3a4_80_ols", - "gm_ge_army_antitank_g3a3_pzf84_80_ols" + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols", + "gm_ge_army_rifleman_g3a3_80_ols" ]; // Elite vehicles that should be unlocked through military base capture. diff --git a/Missionframework/presets/blufor/gm_west_win.sqf b/Missionframework/presets/blufor/gm_west_win.sqf new file mode 100644 index 000000000..57245eb8b --- /dev/null +++ b/Missionframework/presets/blufor/gm_west_win.sqf @@ -0,0 +1,271 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 +*/ + +/* - Support classnames. +Each of these should be unique, the same classnames for different purposes may cause various unpredictable issues with player actions. Or not, just don't try! */ +FOB_typename = "land_gm_tower_bt_6_fuest_80"; // This is the main FOB HQ building. Default is "Land_Cargo_HQ_V1_F". +FOB_box_typename = "gm_ge_army_shelteraceI_command_win"; // This is the FOB as a container. Default is "B_Slingload_01_Cargo_F". +FOB_truck_typename = "gm_ge_army_bpz2a0_win"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F". +Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F". +Respawn_truck_typename = "gm_ge_army_u1300l_medic_win_rc"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F". +huron_typename = "gm_ge_army_m113a1g_command_win"; // This is Spartan 01, a multipurpose mobile respawn as a command M113. Default is "B_Heli_Transport_03_unarmed_F". +crewman_classname = "gm_ge_army_crew_mp2a1_80_win"; // This defines the crew for vehicles. Default is "B_crew_F". +pilot_classname = "gm_ge_army_crew_mp2a1_80_win"; // This defines the pilot for helicopters. Default is "B_Helipilot_F". +KP_liberation_little_bird_classname = "gm_ge_army_u1300l_container_win";// Little birds replaced with unimog for container transportation. Default is "B_Heli_Light_01_F". +KP_liberation_boat_classname = "B_Boat_Transport_01_F"; // These are the boats which spawn at the stern of the Freedom. Default is "B_Boat_Transport_01_F". +KP_liberation_truck_classname = "gm_ge_army_kat1_454_cargo_win"; // These are the trucks which are used in the logistic convoy system. Default is "B_Truck_01_transport_F". +KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources. Default is "ContainmentArea_02_sand_F". +KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources. Default is "ContainmentArea_01_sand_F". +KP_liberation_recycle_building = "land_gm_euro_shed_03"; // The building defined to unlock FOB recycling functionality. Default is "Land_CarService_F". +KP_liberation_air_vehicle_building = "land_gm_radiotower_01"; // The building defined to unlock FOB air vehicle functionality. Default is "Land_Radar_Small_F". +KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // The helipad used to increase the GLOBAL rotary-wing cap. Default is "Land_HelipadSquare_F". +KP_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // The hangar used to increase the GLOBAL fixed-wing cap. Default is "Land_TentHangar_V1_F". +KP_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources. Default is "CargoNet_01_box_F". +KP_liberation_ammo_crate = "B_CargoNet_01_ammo_F"; // This defines the ammunition crates. Default is "B_CargoNet_01_ammo_F". +KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // This defines the fuel crates. Default is "CargoNet_01_barrels_F". + +/* - Friendly classnames. +Each array below represents one of the 7 pages within the build menu. +Format: ["vehicle_classname",supplies,ammunition,fuel], Example: ["B_APC_Tracked_01_AA_F",300,150,150], +The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build. */ +infantry_units = [ + ["gm_ge_army_rifleman_g3a3_parka_80_win",20,0,0], //Rifleman + ["gm_ge_army_antitank_g3a3_pzf44_parka_80_win",30,0,0], //Rifleman (AT) + ["gm_ge_army_grenadier_g3a3_parka_80_win",25,0,0], //Grenadier + ["gm_ge_army_machinegunner_mg3_parka_80_win",25,0,0], //Autorifleman + ["gm_ge_army_antitank_g3a3_pzf84_parka_80_win",50,10,0], //AT Specialist + ["gm_ge_army_medic_g3a3_parka_80_win",30,0,0], //Combat Life Saver + ["gm_ge_army_engineer_g3a4_parka_80_win",30,0,0], //Engineer + ["gm_ge_army_demolition_g3a4_parka_80_win",30,0,0], //Explosives Specialist + ["gm_ge_army_crew_mp2a1_80_oli",10,0,0] //Crewman +]; + +light_vehicles = [ + ["gm_ge_army_bicycle_01_oli",10,0,0], //Service Bicycle + ["gm_ge_army_k125",50,0,25], //K125 Bike + ["gm_ge_army_iltis_cargo_win",100,0,50], //Truck 0.5t + ["gm_ge_army_iltis_milan_win",100,60,50], //Truck 0.5t MILAN + ["gm_ge_army_u1300l_cargo_win",125,30,75], //Truck 2t Transport + ["gm_ge_army_kat1_451_cargo_win",145,30,75], //Truck 5t Transport + ["gm_ge_army_u1300l_container_win",100,30,50], //Truck 2t Flatbed + ["B_Boat_Transport_01_F",100,0,25] //Assault Boat +]; + +heavy_vehicles = [ + ["gm_ge_army_m113a1g_apc_win",200,40,100], //M113A3 (MG3) + ["gm_ge_army_m113a1g_apc_milan_win",200,60,100], //M113A3 (MILAN) + ["gm_ge_army_m113a1g_medic",200,0,100], //M113A3 (Medical) + ["gm_ge_army_fuchsa0_engineer_win",200,75,125], //Fuchs (Engineer) + ["gm_ge_army_fuchsa0_reconnaissance_win",200,150,125], //Fuchs (Recon, MILAN) + ["gm_ge_army_gepard1a1_win",300,250,175], //Gepard 1A1 + ["gm_ge_army_Leopard1a1a1_win",400,300,200], //Leopard 1A1A1 + ["gm_ge_army_Leopard1a1a2_win",400,350,225], //Leopard 1A1A2 + ["gm_ge_army_Leopard1a3_win",500,500,250], //Leopard 1A3 + ["gm_ge_army_Leopard1a3a1_win",550,550,250] //Leopard 1A3A1 +]; + +air_vehicles = [ + ["len_uh1d_bw",225,0,125] //BW UH-1D +]; + +static_vehicles = [ + ["gm_ge_army_milan_launcher_tripod",50,100,0] //Static MILAN +]; + +buildings = [ + ["Land_Cargo_House_V4_F",0,0,0], + ["Land_Cargo_Patrol_V4_F",0,0,0], + ["Land_Cargo_Tower_V4_F",0,0,0], + ["Flag_NATO_F",0,0,0], + ["BWA3_Flag_Ger_F",0,0,0], + ["Flag_White_F",0,0,0], + ["Land_Medevac_house_V1_F",0,0,0], + ["Land_Medevac_HQ_V1_F",0,0,0], + ["Flag_RedCrystal_F",0,0,0], + ["CamoNet_ghex_F",0,0,0], + ["CamoNet_ghex_open_F",0,0,0], + ["CamoNet_ghex_big_F",0,0,0], + ["Land_PortableLight_single_F",0,0,0], + ["Land_PortableLight_double_F",0,0,0], + ["Land_LampSolar_F",0,0,0], + ["Land_LampHalogen_F",0,0,0], + ["Land_LampStreet_small_F",0,0,0], + ["Land_LampAirport_F",0,0,0], + ["Land_HelipadCircle_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap! + ["Land_HelipadRescue_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap! + ["PortableHelipadLight_01_blue_F",0,0,0], + ["PortableHelipadLight_01_green_F",0,0,0], + ["PortableHelipadLight_01_red_F",0,0,0], + ["Land_CampingChair_V1_F",0,0,0], + ["Land_CampingChair_V2_F",0,0,0], + ["Land_CampingTable_F",0,0,0], + ["land_gm_euro_furniture_mapboard_01",0,0,0], + ["Land_Pallet_MilBoxes_F",0,0,0], + ["Land_PaperBox_open_empty_F",0,0,0], + ["Land_PaperBox_open_full_F",0,0,0], + ["Land_PaperBox_closed_F",0,0,0], + ["Land_DieselGroundPowerUnit_01_F",0,0,0], + ["Land_ToolTrolley_02_F",0,0,0], + ["Land_WeldingTrolley_01_F",0,0,0], + ["Land_Workbench_01_F",0,0,0], + ["Land_GasTank_01_blue_F",0,0,0], + ["Land_GasTank_01_khaki_F",0,0,0], + ["Land_GasTank_01_yellow_F",0,0,0], + ["Land_GasTank_02_F",0,0,0], + ["Land_BarrelWater_F",0,0,0], + ["Land_BarrelWater_grey_F",0,0,0], + ["Land_WaterBarrel_F",0,0,0], + ["Land_WaterTank_F",0,0,0], + ["Land_BagFence_01_round_green_F",0,0,0], + ["Land_BagFence_01_short_green_F",0,0,0], + ["Land_BagFence_01_long_green_F",0,0,0], + ["Land_BagFence_01_corner_green_F",0,0,0], + ["Land_BagFence_01_end_green_F",0,0,0], + ["Land_BagBunker_01_small_green_F",0,0,0], + ["Land_BagBunker_01_large_green_F",0,0,0], + ["Land_HBarrier_01_tower_green_F",0,0,0], + ["Land_HBarrier_01_line_1_green_F",0,0,0], + ["Land_HBarrier_01_line_3_green_F",0,0,0], + ["Land_HBarrier_01_line_5_green_F",0,0,0], + ["Land_HBarrier_01_big_4_green_F",0,0,0], + ["Land_HBarrier_01_wall_4_green_F",0,0,0], + ["Land_HBarrier_01_wall_6_green_F",0,0,0], + ["Land_HBarrier_01_wall_corner_green_F",0,0,0], + ["Land_HBarrier_01_wall_corridor_green_F",0,0,0], + ["Land_HBarrier_01_big_tower_green_F",0,0,0], + ["Land_CncBarrierMedium_F",0,0,0], + ["Land_CncBarrierMedium4_F",0,0,0], + ["Land_Concrete_SmallWall_4m_F",0,0,0], + ["Land_Concrete_SmallWall_8m_F",0,0,0], + ["Land_CncShelter_F",0,0,0], + ["Land_CncWall1_F",0,0,0], + ["Land_CncWall4_F",0,0,0], + ["Land_Sign_WarningMilitaryArea_F",0,0,0], + ["Land_Sign_WarningMilAreaSmall_F",0,0,0], + ["Land_Sign_WarningMilitaryVehicles_F",0,0,0], + ["Land_Razorwire_F",0,0,0], + ["Land_ClutterCutter_large_F",0,0,0], + ["land_gm_sandbags_01_round_01",0,0,0], + ["land_gm_sandbags_01_wall_01",0,0,0], + ["land_gm_sandbags_01_short_01",0,0,0], + ["land_gm_sandbags_01_door_01",0,0,0], + ["land_gm_sandbags_01_door_02",0,0,0] +]; + +support_vehicles = [ + [Arsenal_typename,100,200,0], + [Respawn_truck_typename,200,0,100], + [FOB_box_typename,200,500,0], + [FOB_truck_typename,300,500,100], + [KP_liberation_small_storage_building,0,0,0], + [KP_liberation_large_storage_building,0,0,0], + [KP_liberation_recycle_building,250,0,0], + [KP_liberation_air_vehicle_building,1000,0,0], + [KP_liberation_heli_slot_building,250,0,0], + [KP_liberation_plane_slot_building,500,0,0], + ["ACE_medicalSupplyCrate_advanced",50,0,0], + ["ACE_Box_82mm_Mo_HE",50,40,0], + ["ACE_Box_82mm_Mo_Smoke",50,10,0], + ["ACE_Box_82mm_Mo_Illum",50,10,0], + ["ACE_Wheel",10,0,0], + ["ACE_Track",10,0,0], + ["gm_ge_army_u1300l_repair",325,30,75], //Truck 2t repair + ["gm_ge_army_kat1_451_refuel",125,0,275], //Truck 5t fuel + ["gm_ge_army_kat1_451_reammo",125,200,75], //Truck 5t ammo + ["B_Slingload_01_Repair_F",275,0,0], //Huron Repair + ["B_Slingload_01_Fuel_F",75,0,200], //Huron Fuel + ["B_Slingload_01_Ammo_F",75,200,0] //Huron Ammo +]; + +// Pre-made squads for the commander build menu. These shouldn't exceed 10 members. +// Light infantry squad. +blufor_squad_inf_light = [ + "gm_ge_army_squadleader_g3a3_p2a1_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf44_parka_80_win", + "gm_ge_army_grenadier_g3a3_parka_80_win", + "gm_ge_army_machinegunner_mg3_parka_80_win", + "gm_ge_army_machinegunner_mg3_parka_80_win", + "gm_ge_army_demolition_g3a4_parka_80_win", + "gm_ge_army_medic_g3a3_parka_80_win", + "gm_ge_army_engineer_g3a4_parka_80_win" +]; + +// Heavy infantry squad. +blufor_squad_inf = [ + "gm_ge_army_squadleader_g3a3_p2a1_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf44_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf44_parka_80_win", + "gm_ge_army_grenadier_g3a3_parka_80_win", + "gm_ge_army_machinegunner_mg3_parka_80_win", + "gm_ge_army_machinegunner_mg3_parka_80_win", + "gm_ge_army_machinegunner_mg3_parka_80_win", + "gm_ge_army_demolition_g3a4_parka_80_win", + "gm_ge_army_medic_g3a3_parka_80_win", + "gm_ge_army_engineer_g3a4_parka_80_win" +]; + +// AT specialists squad. +blufor_squad_at = [ + "gm_ge_army_squadleader_g3a3_p2a1_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf84_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf84_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf84_parka_80_win", + "gm_ge_army_medic_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win" +]; + +// AA specialists squad. +blufor_squad_aa = [ + "gm_ge_army_squadleader_g3a3_p2a1_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf84_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf84_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf84_parka_80_win", + "gm_ge_army_medic_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win" +]; + +// Force recon squad. +blufor_squad_recon = [ + "gm_ge_army_squadleader_g3a3_p2a1_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf44_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf44_parka_80_win", + "gm_ge_army_grenadier_g3a3_parka_80_win", + "gm_ge_army_machinegunner_mg3_parka_80_win", + "gm_ge_army_machinegunner_mg3_parka_80_win", + "gm_ge_army_machinegunner_mg3_parka_80_win", + "gm_ge_army_demolition_g3a4_parka_80_win", + "gm_ge_army_medic_g3a3_parka_80_win", + "gm_ge_army_engineer_g3a4_parka_80_win", + "gm_ge_army_antitank_g3a3_pzf84_parka_80_win" +]; + +// Paratroopers squad. +blufor_squad_para = [ + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win", + "gm_ge_army_rifleman_g3a3_parka_80_win" +]; + +// Elite vehicles that should be unlocked through military base capture. +elite_vehicles = [ + "gm_ge_army_Leopard1a1a2_win", //Leopard 1A1A2 + "gm_ge_army_Leopard1a3a1_win" //Leopard 1A3A1 +]; From 02db276f83f404331c11bfcf80eee8b31ae7b49e Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 21:00:12 +0200 Subject: [PATCH 091/111] GM East winter blufor preset --- Missionframework/presets/blufor/gm_east.sqf | 34 +-- .../presets/blufor/gm_east_win.sqf | 259 ++++++++++++++++++ 2 files changed, 274 insertions(+), 19 deletions(-) create mode 100644 Missionframework/presets/blufor/gm_east_win.sqf diff --git a/Missionframework/presets/blufor/gm_east.sqf b/Missionframework/presets/blufor/gm_east.sqf index 6c627e7a0..a82d88ad6 100644 --- a/Missionframework/presets/blufor/gm_east.sqf +++ b/Missionframework/presets/blufor/gm_east.sqf @@ -4,19 +4,16 @@ Needed Mods: Optional Mods: - LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 - - RHSUSAF - - RHSSAF - - RHSAFRF */ /* - Support classnames. Each of these should be unique, the same classnames for different purposes may cause various unpredictable issues with player actions. Or not, just don't try! */ FOB_typename = "land_gm_tower_bt_6_fuest_80"; // This is the main FOB HQ building. Default is "Land_Cargo_HQ_V1_F". -FOB_box_typename = "gm_gc_army_brdm2um_ols"; // This is the FOB as a container/BRDM (due to lack of proper container transport in GM German EAST). Default is "B_Slingload_01_Cargo_F". +FOB_box_typename = "gm_gc_army_brdm2um"; // This is the FOB as a container/BRDM (due to lack of proper container transport in GM German EAST). Default is "B_Slingload_01_Cargo_F". FOB_truck_typename = "gm_gc_army_btr60pu12"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F". Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F". Respawn_truck_typename = "gm_gc_army_ural375d_medic"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F". -huron_typename = "gm_gc_army_btr60pu12_ols"; // This is Spartan 01, a multipurpose mobile respawn as a command BTR60. Default is "B_Heli_Transport_03_unarmed_F". +huron_typename = "gm_gc_army_btr60pa"; // This is Spartan 01, a multipurpose mobile respawn as a command BTR60. Default is "B_Heli_Transport_03_unarmed_F". crewman_classname = "gm_gc_army_crew_mpiaks74nk_80_blk"; // This defines the crew for vehicles. Default is "B_crew_F". pilot_classname = "gm_gc_army_crew_mpiaks74nk_80_blk"; // This defines the pilot for helicopters. Default is "B_Helipilot_F". KP_liberation_little_bird_classname = "gm_gc_bgs_p601"; // Little birds replaced with unimog for container transportation. Default is "B_Heli_Light_01_F". @@ -54,7 +51,6 @@ light_vehicles = [ ]; heavy_vehicles = [ - ["gm_gc_army_btr60pa", 200, 0, 100], //BTR-60PA ["gm_gc_army_brdm2",200,40,100], //BRDM2 ["gm_gc_army_btr60pb",200,150,125], //BTR-60PB ["gm_gc_army_zsu234v1",300,250,200], //Shilka @@ -233,31 +229,31 @@ blufor_squad_recon = [ "gm_gc_army_squadleader_mpiak74n_80_str", "gm_gc_army_antitank_mpiak74n_rpg7_80_str", "gm_gc_army_antitank_mpiak74n_rpg7_80_str", + "gm_gc_army_antitank_mpiak74n_rpg7_80_str", "gm_gc_army_machinegunner_lmgrpk_80_str", "gm_gc_army_machinegunner_pk_80_str", "gm_gc_army_machinegunner_pk_80_str", "gm_gc_army_machinegunner_pk_80_str", "gm_gc_army_demolition_mpiaks74n_80_str", "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str", - "gm_gc_army_engineer_mpiaks74n_80_str", - "gm_gc_army_antitank_mpiak74n_rpg7_80_str" + "gm_gc_army_engineer_mpiaks74n_80_str" ]; // Paratroopers squad. blufor_squad_para = [ - "gm_gc_army_squadleader_mpiak74n_80_str", - "gm_gc_army_antitank_mpiak74n_rpg7_80_str", - "gm_gc_army_antitank_mpiak74n_rpg7_80_str", - "gm_gc_army_machinegunner_lmgrpk_80_str", - "gm_gc_army_machinegunner_pk_80_str", - "gm_gc_army_machinegunner_pk_80_str", - "gm_gc_army_machinegunner_pk_80_str", - "gm_gc_army_demolition_mpiaks74n_80_str", - "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_str", - "gm_gc_army_engineer_mpiaks74n_80_str", - "gm_gc_army_antitank_mpiak74n_rpg7_80_str" + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str", + "gm_gc_army_rifleman_mpiak74n_80_str" ]; // Elite vehicles that should be unlocked through military base capture. elite_vehicles = [ + "gm_gc_army_t55a" ]; diff --git a/Missionframework/presets/blufor/gm_east_win.sqf b/Missionframework/presets/blufor/gm_east_win.sqf new file mode 100644 index 000000000..00ec9983a --- /dev/null +++ b/Missionframework/presets/blufor/gm_east_win.sqf @@ -0,0 +1,259 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 +*/ + +/* - Support classnames. +Each of these should be unique, the same classnames for different purposes may cause various unpredictable issues with player actions. Or not, just don't try! */ +FOB_typename = "land_gm_tower_bt_6_fuest_80"; // This is the main FOB HQ building. Default is "Land_Cargo_HQ_V1_F". +FOB_box_typename = "gm_gc_army_brdm2um_win"; // This is the FOB as a container/BRDM (due to lack of proper container transport in GM German EAST). Default is "B_Slingload_01_Cargo_F". +FOB_truck_typename = "gm_gc_army_btr60pu12_win"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F". +Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F". +Respawn_truck_typename = "gm_gc_army_ural375d_medic"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F". +huron_typename = "gm_gc_army_btr60pa_win"; // This is Spartan 01, a multipurpose mobile respawn as a command BTR60. Default is "B_Heli_Transport_03_unarmed_F". +crewman_classname = "gm_gc_army_crew_mpiaks74nk_80_blk"; // This defines the crew for vehicles. Default is "B_crew_F". +pilot_classname = "gm_gc_army_crew_mpiaks74nk_80_blk"; // This defines the pilot for helicopters. Default is "B_Helipilot_F". +KP_liberation_little_bird_classname = "gm_gc_bgs_p601"; // Little birds replaced with unimog for container transportation. Default is "B_Heli_Light_01_F". +KP_liberation_boat_classname = "B_Boat_Transport_01_F"; // These are the boats which spawn at the stern of the Freedom. Default is "B_Boat_Transport_01_F". +KP_liberation_truck_classname = "gm_gc_army_ural4320_cargo"; // These are the trucks which are used in the logistic convoy system. Default is "B_Truck_01_transport_F". +KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources. Default is "ContainmentArea_02_sand_F". +KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources. Default is "ContainmentArea_01_sand_F". +KP_liberation_recycle_building = "land_gm_euro_shed_03"; // The building defined to unlock FOB recycling functionality. Default is "Land_CarService_F". +KP_liberation_air_vehicle_building = "land_gm_radiotower_01"; // The building defined to unlock FOB air vehicle functionality. Default is "Land_Radar_Small_F". +KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // The helipad used to increase the GLOBAL rotary-wing cap. Default is "Land_HelipadSquare_F". +KP_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // The hangar used to increase the GLOBAL fixed-wing cap. Default is "Land_TentHangar_V1_F". +KP_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources. Default is "CargoNet_01_box_F". +KP_liberation_ammo_crate = "B_CargoNet_01_ammo_F"; // This defines the ammunition crates. Default is "B_CargoNet_01_ammo_F". +KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // This defines the fuel crates. Default is "CargoNet_01_barrels_F". + +/* - Friendly classnames. +Each array below represents one of the 7 pages within the build menu. +Format: ["vehicle_classname",supplies,ammunition,fuel], Example: ["B_APC_Tracked_01_AA_F",300,150,150], +The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build. */ +infantry_units = [ + ["gm_gc_army_rifleman_mpiak74n_80_win",20,0,0], //Rifleman + ["gm_gc_army_antitank_mpiak74n_rpg7_80_win",30,0,0], //Rifleman (AT) + ["gm_gc_army_machinegunner_lmgrpk_80_win",25,0,0], //Light Machinegunner + ["gm_gc_army_machinegunner_pk_80_win",25,10,0], //Autorifleman + ["gm_gc_army_engineer_mpiaks74n_80_win",30,0,0], //Engineer + ["gm_gc_army_demolition_mpiaks74n_80_win",30,0,0], //Explosives Specialist + ["gm_gc_army_crew_mpiaks74nk_80_blk",10,0,0] //Crewman +]; + +light_vehicles = [ + ["gm_gc_army_bicycle_01_oli",10,0,0], //Service Bicycle + ["gm_gc_army_p601",50,0,25], //Trabant + ["gm_gc_army_ural4320_cargo_win",125,30,75], //Ural Transport + ["B_Boat_Transport_01_F",100,0,25] //Assault Boat +]; + +heavy_vehicles = [ + ["gm_gc_army_brdm2_win",200,40,100], //BRDM2 + ["gm_gc_army_btr60pb_win",200,150,125], //BTR-60PB + ["gm_gc_army_zsu234v1_win",300,250,200], //Shilka + ["gm_gc_army_bmp1sp2_win",300,300,175], //BMP-1 + ["gm_gc_army_t55a_win",450,550,250] //T-55 +]; + +air_vehicles = [ + ["len_mi8amt_nva",225,0,125] //NVA Mi8AMT +]; + +static_vehicles = [ + ["gm_gc_army_fagot_launcher_tripod",50,100,0] //Static FAGOT +]; + +buildings = [ + ["Land_Cargo_House_V4_F",0,0,0], + ["Land_Cargo_Patrol_V4_F",0,0,0], + ["Land_Cargo_Tower_V4_F",0,0,0], + ["Flag_NATO_F",0,0,0], + ["BWA3_Flag_Ger_F",0,0,0], + ["Flag_White_F",0,0,0], + ["Land_Medevac_house_V1_F",0,0,0], + ["Land_Medevac_HQ_V1_F",0,0,0], + ["Flag_RedCrystal_F",0,0,0], + ["CamoNet_ghex_F",0,0,0], + ["CamoNet_ghex_open_F",0,0,0], + ["CamoNet_ghex_big_F",0,0,0], + ["Land_PortableLight_single_F",0,0,0], + ["Land_PortableLight_double_F",0,0,0], + ["Land_LampSolar_F",0,0,0], + ["Land_LampHalogen_F",0,0,0], + ["Land_LampStreet_small_F",0,0,0], + ["Land_LampAirport_F",0,0,0], + ["Land_HelipadCircle_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap! + ["Land_HelipadRescue_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap! + ["PortableHelipadLight_01_blue_F",0,0,0], + ["PortableHelipadLight_01_green_F",0,0,0], + ["PortableHelipadLight_01_red_F",0,0,0], + ["Land_CampingChair_V1_F",0,0,0], + ["Land_CampingChair_V2_F",0,0,0], + ["Land_CampingTable_F",0,0,0], + ["land_gm_euro_furniture_mapboard_01",0,0,0], + ["Land_Pallet_MilBoxes_F",0,0,0], + ["Land_PaperBox_open_empty_F",0,0,0], + ["Land_PaperBox_open_full_F",0,0,0], + ["Land_PaperBox_closed_F",0,0,0], + ["Land_DieselGroundPowerUnit_01_F",0,0,0], + ["Land_ToolTrolley_02_F",0,0,0], + ["Land_WeldingTrolley_01_F",0,0,0], + ["Land_Workbench_01_F",0,0,0], + ["Land_GasTank_01_blue_F",0,0,0], + ["Land_GasTank_01_khaki_F",0,0,0], + ["Land_GasTank_01_yellow_F",0,0,0], + ["Land_GasTank_02_F",0,0,0], + ["Land_BarrelWater_F",0,0,0], + ["Land_BarrelWater_grey_F",0,0,0], + ["Land_WaterBarrel_F",0,0,0], + ["Land_WaterTank_F",0,0,0], + ["Land_BagFence_01_round_green_F",0,0,0], + ["Land_BagFence_01_short_green_F",0,0,0], + ["Land_BagFence_01_long_green_F",0,0,0], + ["Land_BagFence_01_corner_green_F",0,0,0], + ["Land_BagFence_01_end_green_F",0,0,0], + ["Land_BagBunker_01_small_green_F",0,0,0], + ["Land_BagBunker_01_large_green_F",0,0,0], + ["Land_HBarrier_01_tower_green_F",0,0,0], + ["Land_HBarrier_01_line_1_green_F",0,0,0], + ["Land_HBarrier_01_line_3_green_F",0,0,0], + ["Land_HBarrier_01_line_5_green_F",0,0,0], + ["Land_HBarrier_01_big_4_green_F",0,0,0], + ["Land_HBarrier_01_wall_4_green_F",0,0,0], + ["Land_HBarrier_01_wall_6_green_F",0,0,0], + ["Land_HBarrier_01_wall_corner_green_F",0,0,0], + ["Land_HBarrier_01_wall_corridor_green_F",0,0,0], + ["Land_HBarrier_01_big_tower_green_F",0,0,0], + ["Land_CncBarrierMedium_F",0,0,0], + ["Land_CncBarrierMedium4_F",0,0,0], + ["Land_Concrete_SmallWall_4m_F",0,0,0], + ["Land_Concrete_SmallWall_8m_F",0,0,0], + ["Land_CncShelter_F",0,0,0], + ["Land_CncWall1_F",0,0,0], + ["Land_CncWall4_F",0,0,0], + ["Land_Sign_WarningMilitaryArea_F",0,0,0], + ["Land_Sign_WarningMilAreaSmall_F",0,0,0], + ["Land_Sign_WarningMilitaryVehicles_F",0,0,0], + ["Land_Razorwire_F",0,0,0], + ["Land_ClutterCutter_large_F",0,0,0], + ["land_gm_sandbags_01_round_01",0,0,0], + ["land_gm_sandbags_01_wall_01",0,0,0], + ["land_gm_sandbags_01_short_01",0,0,0], + ["land_gm_sandbags_01_door_01",0,0,0], + ["land_gm_sandbags_01_door_02",0,0,0] +]; + +support_vehicles = [ + [Arsenal_typename,100,200,0], + [Respawn_truck_typename,200,0,100], + [FOB_box_typename,200,500,0], + [FOB_truck_typename,300,500,100], + [KP_liberation_small_storage_building,0,0,0], + [KP_liberation_large_storage_building,0,0,0], + [KP_liberation_recycle_building,250,0,0], + [KP_liberation_air_vehicle_building,1000,0,0], + [KP_liberation_heli_slot_building,250,0,0], + [KP_liberation_plane_slot_building,500,0,0], + ["ACE_medicalSupplyCrate_advanced",50,0,0], + ["ACE_Box_82mm_Mo_HE",50,40,0], + ["ACE_Box_82mm_Mo_Smoke",50,10,0], + ["ACE_Box_82mm_Mo_Illum",50,10,0], + ["ACE_Wheel",10,0,0], + ["ACE_Track",10,0,0], + ["gm_gc_army_ural4320_repair",325,30,75], //Ural Repair + ["gm_gc_army_ural375d_refuel",125,0,275], //Ural Fuel + ["gm_gc_army_ural4320_reammo",125,200,75], //Ural Ammo + ["B_Slingload_01_Repair_F",275,0,0], //Huron Repair + ["B_Slingload_01_Fuel_F",75,0,200], //Huron Fuel + ["B_Slingload_01_Ammo_F",75,200,0] //Huron Ammo +]; + +// Pre-made squads for the commander build menu. These shouldn't exceed 10 members. +// Light infantry squad. +blufor_squad_inf_light = [ + "gm_gc_army_squadleader_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_machinegunner_lmgrpk_80_win", + "gm_gc_army_machinegunner_pk_80_win", + "gm_gc_army_machinegunner_pk_80_win", + "gm_gc_army_demolition_mpiaks74n_80_win", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_win", + "gm_gc_army_engineer_mpiaks74n_80_win" +]; + +// Heavy infantry squad. +blufor_squad_inf = [ + "gm_gc_army_squadleader_mpiak74n_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_machinegunner_lmgrpk_80_win", + "gm_gc_army_machinegunner_pk_80_win", + "gm_gc_army_machinegunner_pk_80_win", + "gm_gc_army_machinegunner_pk_80_win", + "gm_gc_army_demolition_mpiaks74n_80_win", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_win", + "gm_gc_army_engineer_mpiaks74n_80_win" +]; + +// AT specialists squad. +blufor_squad_at = [ + "gm_gc_army_squadleader_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win" +]; + +// AA specialists squad. +blufor_squad_aa = [ + "gm_gc_army_squadleader_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win" +]; + +// Force recon squad. +blufor_squad_recon = [ + "gm_gc_army_squadleader_mpiak74n_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", + "gm_gc_army_machinegunner_lmgrpk_80_win", + "gm_gc_army_machinegunner_pk_80_win", + "gm_gc_army_machinegunner_pk_80_win", + "gm_gc_army_machinegunner_pk_80_win", + "gm_gc_army_demolition_mpiaks74n_80_win", + "gm_gc_army_machinegunner_assistant_mpiak74n_lmgrpk_80_win", + "gm_gc_army_engineer_mpiaks74n_80_win" +]; + +// Paratroopers squad. +blufor_squad_para = [ + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win", + "gm_gc_army_rifleman_mpiak74n_80_win" +]; + +// Elite vehicles that should be unlocked through military base capture. +elite_vehicles = [ + "gm_gc_army_t55a_win" +]; From da462c181d533fed2ab77209fba09934230040e5 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 21:12:58 +0200 Subject: [PATCH 092/111] Config and preset init adjustment --- Missionframework/kp_liberation_config.sqf | 30 +++++++++++++---------- Missionframework/presets/init_presets.sqf | 12 ++++++--- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index c455647b0..d5f7a1e49 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -48,22 +48,26 @@ If you want to change a preset, it's recommended to set all four presets to 0 an 7 = RHS USAF (Desert) 8 = RHS AFRF (VDV/MSV) 9 = Germany West (Global Mobilization) -10 = Germany East (Global Mobilization) -11 = CSAT Brown -12 = CSAT Green */ +10 = Germany West Winter (Global Mobilization) +11 = Germany East (Global Mobilization) +12 = Germany East Winter (Global Mobilization) +13 = CSAT Brown +14 = CSAT Green */ KP_liberation_preset_blufor = 0; /* OPFOR preset: -0 = Custom (default vanilla CSAT) -1 = Apex Tanoa (apex vanilla CSAT) -2 = RHS AFRF (EMR/MSV) -3 = Project OPFOR (Takistan) -4 = Project OPFOR (Islamic State) -5 = Project OPFOR (Sahrani) -6 = AAF -7 = NATO -8 = Germany West (Global Mobilization) -9 = Germany East (Global Mobilization) */ +0 = Custom (default vanilla CSAT) +1 = Apex Tanoa (apex vanilla CSAT) +2 = RHS AFRF (EMR/MSV) +3 = Project OPFOR (Takistan) +4 = Project OPFOR (Islamic State) +5 = Project OPFOR (Sahrani) +6 = AAF +7 = NATO +8 = Germany West (Global Mobilization) +9 = Germany West Winter (Global Mobilization) +10 = Germany East (Global Mobilization) +11 = Germany East Winter (Global Mobilization) */ KP_liberation_preset_opfor = 0; /* Resistance preset: diff --git a/Missionframework/presets/init_presets.sqf b/Missionframework/presets/init_presets.sqf index 27d44da95..03c429ea2 100644 --- a/Missionframework/presets/init_presets.sqf +++ b/Missionframework/presets/init_presets.sqf @@ -8,9 +8,11 @@ switch (KP_liberation_preset_blufor) do { case 7: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_usaf_des.sqf";}; case 8: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\rhs_afrf.sqf";}; case 9: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_west.sqf";}; - case 10: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_east.sqf";}; - case 11: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\csat.sqf";}; - case 12: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\csat_apex.sqf";}; + case 10: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_west_win.sqf";}; + case 11: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_east.sqf";}; + case 12: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\gm_east_win.sqf";}; + case 13: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\csat.sqf";}; + case 14: {[] call compileFinal preprocessFileLineNumbers "presets\blufor\csat_apex.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\blufor\custom.sqf";}; }; @@ -23,7 +25,9 @@ switch (KP_liberation_preset_opfor) do { case 6: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\aaf.sqf";}; case 7: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\nato.sqf";}; case 8: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_west.sqf";}; - case 9: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_east.sqf";}; + case 9: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_west_win.sqf";}; + case 10: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_east.sqf";}; + case 11: {[] call compileFinal preprocessFileLineNumbers "presets\opfor\gm_east_win.sqf";}; default {[] call compileFinal preprocessFileLineNumbers "presets\opfor\custom.sqf";}; }; From b4f041930f0f71469735be4834787a5d54194767 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 21:26:26 +0200 Subject: [PATCH 093/111] GM East and West Winter opfor presets --- Missionframework/presets/opfor/gm_east.sqf | 3 - .../presets/opfor/gm_east_win.sqf | 125 +++++++++++++++++ Missionframework/presets/opfor/gm_west.sqf | 3 - .../presets/opfor/gm_west_win.sqf | 127 ++++++++++++++++++ 4 files changed, 252 insertions(+), 6 deletions(-) create mode 100644 Missionframework/presets/opfor/gm_east_win.sqf create mode 100644 Missionframework/presets/opfor/gm_west_win.sqf diff --git a/Missionframework/presets/opfor/gm_east.sqf b/Missionframework/presets/opfor/gm_east.sqf index fe59f843f..355f78253 100644 --- a/Missionframework/presets/opfor/gm_east.sqf +++ b/Missionframework/presets/opfor/gm_east.sqf @@ -4,9 +4,6 @@ Needed Mods: Optional Mods: - LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 - - RHSUSAF - - RHSSAF - - RHSAFRF */ // Enemy infantry classes diff --git a/Missionframework/presets/opfor/gm_east_win.sqf b/Missionframework/presets/opfor/gm_east_win.sqf new file mode 100644 index 000000000..69712797b --- /dev/null +++ b/Missionframework/presets/opfor/gm_east_win.sqf @@ -0,0 +1,125 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 +*/ + +// Enemy infantry classes +opfor_officer = "gm_gc_army_officer_pm_80_win"; //Officer +opfor_squad_leader = "gm_gc_army_squadleader_mpiak74n_80_win"; //Squad Leader +opfor_team_leader = "gm_gc_army_squadleader_mpiak74n_80_win"; //Team Leader +opfor_sentry = "gm_gc_army_rifleman_mpiak74n_80_win"; //Rifleman (Lite) +opfor_rifleman = "gm_gc_army_rifleman_mpiak74n_80_win"; //Rifleman +opfor_rpg = "gm_gc_army_antitank_mpiak74n_rpg7_80_win"; //Rifleman (LAT) +opfor_grenadier = "gm_gc_army_demolition_mpiaks74n_80_win"; //Grenadier +opfor_machinegunner = "gm_gc_army_machinegunner_lmgrpk_80_win"; //Autorifleman +opfor_heavygunner = "gm_gc_army_machinegunner_pk_80_win"; //Heavy Gunner +opfor_marksman = "gm_gc_army_rifleman_mpiak74n_80_win"; //Marksman +opfor_sharpshooter = "gm_gc_army_rifleman_mpiak74n_80_win"; //Sharpshooter +opfor_sniper = "gm_gc_army_rifleman_mpiak74n_80_win"; //Sniper +opfor_at = "gm_gc_army_antitank_mpiak74n_rpg7_80_win"; //AT Specialist +opfor_aa = "gm_gc_army_demolition_mpiaks74n_80_win"; //AA Specialist +opfor_medic = "gm_gc_army_rifleman_mpiak74n_80_win"; //Combat Life Saver +opfor_engineer = "gm_gc_army_engineer_mpiaks74n_80_win"; //Engineer +opfor_paratrooper = "gm_gc_army_rifleman_mpiak74n_80_win"; //Paratrooper + +// Enemy vehicles used by secondary objectives. +opfor_mrap = "gm_gc_army_brdm2um_win"; //SPW40-P2UM +opfor_mrap_armed = "gm_gc_army_brdm2_win"; //SPW-40P2 +opfor_transport_helo = "gm_gc_army_ural4320_cargo_win"; //Truck gel. 5 Transport +opfor_transport_truck = "gm_gc_army_ural4320_cargo_win"; //Truck gel. 5 Transport +opfor_ammobox_transport = "gm_gc_army_ural4320_cargo_win"; //Truck gel. 5 Transport -> Has to be able to transport resource crates! +opfor_fuel_truck = "gm_gc_army_ural4320_refuel_win"; //Truck gel. 5 Fuel +opfor_ammo_truck = "gm_gc_army_ural4320_reammo_win"; //Truck gel. 5 Ammo +opfor_fuel_container = "Land_Pod_Heli_Transport_04_fuel_F"; //Taru Fuel Pod +opfor_ammo_container = "Land_Pod_Heli_Transport_04_ammo_F"; //Taru Ammo Pod +opfor_flag = "FlagPole_F"; //Empty Flag + +/* Adding a value to these arrays below will add them to a one out of however many in the array, random pick chance. +Therefore, adding the same value twice or three times means they are more likely to be chosen more often. */ + +/* Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders. +Think of them like garrison or military police forces, which are more meant to control the local population instead of fighting enemy armies. */ +militia_squad = [ + "gm_gc_army_rifleman_mpiak74n_80_win", //Rifleman (Lite) + "gm_gc_army_rifleman_mpiak74n_80_win", //Rifleman (Lite) + "gm_gc_army_rifleman_mpiak74n_80_win", //Rifleman + "gm_gc_army_rifleman_mpiak74n_80_win", //Rifleman + "gm_gc_army_antitank_mpiak74n_rpg7_80_win", //Rifleman (AT) + "gm_gc_army_machinegunner_lmgrpk_80_win", //Autorifleman + "gm_gc_army_rifleman_mpiak74n_80_win", //Marksman + "gm_gc_army_rifleman_mpiak74n_80_win", //Medic + "gm_gc_army_engineer_mpiaks74n_80_win" //Engineer +]; + +// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. +militia_vehicles = [ + "gm_gc_army_brdm2um_win" //SPW40-P2UM +]; + +// All enemy vehicles that can spawn as sector defenders and patrols at high enemy combat readiness (aggression levels). +opfor_vehicles = [ + "gm_gc_army_brdm2um_win", //SPW40-P2UM + "gm_gc_army_brdm2_win", //SPW-40P2 + "gm_gc_army_btr60pa_win", //SPW-60PA + "gm_gc_army_btr60pb_win", //SPW-60PB + "gm_gc_army_bmp1sp2_win", //BMP-1 SP-2 + "gm_gc_army_bmp1sp2_win", //BMP-1 SP-2 + "gm_gc_army_zsu234v1_win", //ZSU-23-4V1 + "gm_gc_army_t55a_win", //T55A + "gm_gc_army_t55a_win" //T55A +]; + +// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels). +opfor_vehicles_low_intensity = [ + "gm_gc_army_brdm2um_win", //SPW40-P2UM + "gm_gc_army_brdm2_win", //SPW-40P2 + "gm_gc_army_btr60pa_win", //SPW-60PA + "gm_gc_army_btr60pb_win" //SPW-60PB +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at high enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles = [ + "gm_gc_army_ural4320_cargo_win", //Truck gel. 5 Transport + "gm_gc_army_brdm2um_win", //SPW40-P2UM + "gm_gc_army_brdm2_win", //SPW-40P2 + "gm_gc_army_btr60pa_win", //SPW-60PA + "gm_gc_army_btr60pb_win", //SPW-60PB + "gm_gc_army_bmp1sp2_win", //BMP-1 SP-2 + "gm_gc_army_bmp1sp2_win", //BMP-1 SP-2 + "gm_gc_army_zsu234v1_win", //ZSU-23-4V1 + "gm_gc_army_t55a_win", //T55A + "gm_gc_army_t55a_win", //T55A + "len_mi8amt_nva" //Mi8amt +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles_low_intensity = [ + "gm_gc_army_ural4320_cargo_win", //Truck gel. 5 Transport + "gm_gc_army_brdm2um_win", //SPW40-P2UM + "gm_gc_army_brdm2_win", //SPW-40P2 + "gm_gc_army_btr60pa_win", //SPW-60PA + "gm_gc_army_btr60pb_win", //SPW-60PB + "gm_gc_army_bmp1sp2_win", //BMP-1 SP-2 + "gm_gc_army_bmp1sp2_win", //BMP-1 SP-2 + "gm_gc_army_zsu234v1_win" //ZSU-23-4V1 +]; + +/* All vehicles that spawn within battlegroups (see the above 2 arrays) and also hold 8 soldiers as passengers. +If something in this array can't hold all 8 soldiers then buggy behaviours may occur. */ +opfor_troup_transports = [ + "gm_gc_army_ural4320_cargo_win", //Truck gel. 5 Transport + "gm_gc_army_btr60pa_win", //SPW-60PA + "gm_gc_army_btr60pb_win", //SPW-60PB + "gm_gc_army_bmp1sp2_win" //BMP-1 SP-2 +]; + +// Enemy rotary-wings that will need to spawn in flight. +opfor_choppers = [ + "len_mi8amt_nva" //Mi8amt +]; + +// Enemy fixed-wings that will need to spawn in the air. +opfor_air = []; diff --git a/Missionframework/presets/opfor/gm_west.sqf b/Missionframework/presets/opfor/gm_west.sqf index 9d69550e9..eadc56e12 100644 --- a/Missionframework/presets/opfor/gm_west.sqf +++ b/Missionframework/presets/opfor/gm_west.sqf @@ -4,9 +4,6 @@ Needed Mods: Optional Mods: - LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 - - RHSUSAF - - RHSSAF - - RHSAFRF */ // Enemy infantry classes diff --git a/Missionframework/presets/opfor/gm_west_win.sqf b/Missionframework/presets/opfor/gm_west_win.sqf new file mode 100644 index 000000000..f265cd3e3 --- /dev/null +++ b/Missionframework/presets/opfor/gm_west_win.sqf @@ -0,0 +1,127 @@ +/* +Needed Mods: +- Global Mobilization + +Optional Mods: +- LEN - Cold War Helicopters (due to lack fo air assets in GM for now) - https://steamcommunity.com/sharedfiles/filedetails/?id=1726445116 +*/ + +// Enemy infantry classes +opfor_officer = "gm_ge_army_officer_p1_parka_80_win"; //Officer +opfor_squad_leader = "gm_ge_army_squadleader_g3a3_p2a1_parka_80_win"; //Squad Leader +opfor_team_leader = "gm_ge_army_squadleader_g3a3_p2a1_parka_80_win"; //Team Leader +opfor_sentry = "gm_ge_army_rifleman_g3a3_parka_80_win"; //Rifleman (Lite) +opfor_rifleman = "gm_ge_army_rifleman_g3a3_parka_80_win"; //Rifleman +opfor_rpg = "gm_ge_army_antitank_g3a3_pzf44_parka_80_win"; //Rifleman (LAT) +opfor_grenadier = "gm_ge_army_grenadier_g3a3_parka_80_win"; //Grenadier +opfor_machinegunner = "gm_ge_army_machinegunner_mg3_parka_80_win"; //Autorifleman +opfor_heavygunner = "gm_ge_army_machinegunner_mg3_parka_80_win"; //Heavy Gunner +opfor_marksman = "gm_ge_army_rifleman_g3a3_parka_80_win"; //Marksman +opfor_sharpshooter = "gm_ge_army_rifleman_g3a3_parka_80_win"; //Sharpshooter +opfor_sniper = "gm_ge_army_rifleman_g3a3_parka_80_win"; //Sniper +opfor_at = "gm_ge_army_antitank_g3a3_pzf84_parka_80_win"; //AT Specialist +opfor_aa = "gm_ge_army_demolition_g3a4_parka_80_win"; //AA Specialist +opfor_medic = "gm_ge_army_medic_g3a3_parka_80_win"; //Combat Life Saver +opfor_engineer = "gm_ge_army_engineer_g3a4_parka_80_win"; //Engineer +opfor_paratrooper = "gm_ge_army_rifleman_g3a3_parka_80_win"; //Paratrooper + +// Enemy vehicles used by secondary objectives. +opfor_mrap = "gm_ge_army_iltis_cargo_win"; //Truck 0.5t +opfor_mrap_armed = "gm_ge_army_iltis_milan_win"; //Truck 0.5t MILAN +opfor_transport_helo = "gm_ge_army_kat1_454_cargo_win"; //Truck 10t mil gl Transport +opfor_transport_truck = "gm_ge_army_kat1_451_cargo_win"; //Truck 5t mil gl Transport +opfor_ammobox_transport = "gm_ge_army_kat1_451_container_win"; //Truck 5t mil gl Container -> Has to be able to transport resource crates! +opfor_fuel_truck = "gm_ge_army_kat1_451_refuel_win"; //Truck 5t mil gl Fuel +opfor_ammo_truck = "gm_ge_army_kat1_451_reammo_win"; //Truck 5t mil gl Ammo +opfor_fuel_container = "B_Slingload_01_Fuel_F"; //Huron Fuel Container +opfor_ammo_container = "B_Slingload_01_Ammo_F"; //Huron Ammo Container +opfor_flag = "FlagPole_F"; //Empty Flag + +/* Adding a value to these arrays below will add them to a one out of however many in the array, random pick chance. +Therefore, adding the same value twice or three times means they are more likely to be chosen more often. */ + +/* Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders. +Think of them like garrison or military police forces, which are more meant to control the local population instead of fighting enemy armies. */ +militia_squad = [ + "gm_ge_army_rifleman_g3a3_parka_80_win", //Rifleman (Lite) + "gm_ge_army_rifleman_g3a3_parka_80_win", //Rifleman (Lite) + "gm_ge_army_rifleman_g3a3_parka_80_win", //Rifleman + "gm_ge_army_rifleman_g3a3_parka_80_win", //Rifleman + "gm_ge_army_antitank_g3a3_pzf44_parka_80_win", //Rifleman (AT) + "gm_ge_army_machinegunner_mg3_parka_80_win", //Autorifleman + "gm_ge_army_rifleman_g3a3_parka_80_win", //Marksman + "gm_ge_army_medic_g3a3_parka_80_win", //Medic + "gm_ge_army_engineer_g3a4_parka_80_win" //Engineer +]; + +// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. +militia_vehicles = [ + "gm_ge_army_u1300l_cargo" //Truck 2t Transport +]; + +// All enemy vehicles that can spawn as sector defenders and patrols at high enemy combat readiness (aggression levels). +opfor_vehicles = [ + "gm_ge_army_u1300l_cargo_win", //Truck 2t Transport + "gm_ge_army_iltis_milan_win", //Truck 0.5t MILAN + "gm_ge_army_fuchsa0_engineer_win", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance_win", //Fuchs (Recon, MILAN) + "gm_ge_army_m113a1g_apc_win", //M113A3 (MG3) + "gm_ge_army_m113a1g_apc_milan_win", //M113A3 (MILAN) + "gm_ge_army_gepard1a1_win", //Gepard 1A1 + "gm_ge_army_Leopard1a1a1_win", //Leopard 1A1A1 + "gm_ge_army_Leopard1a1a2_win", //Leopard 1A1A2 + "gm_ge_army_Leopard1a3a1_win" //Leopard 1A3A1 +]; + +// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels). +opfor_vehicles_low_intensity = [ + "gm_ge_army_u1300l_cargo_win", //Truck 2t Transport + "gm_ge_army_iltis_milan_win", //Truck 0.5t MILAN + "gm_ge_army_fuchsa0_engineer_win", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance_win" //Fuchs (Recon, MILAN) +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at high enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles = [ + "gm_ge_army_u1300l_cargo_win", //Truck 2t Transport + "gm_ge_army_iltis_milan_win", //Truck 0.5t MILAN + "gm_ge_army_fuchsa0_engineer_win", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance_win", //Fuchs (Recon, MILAN) + "gm_ge_army_m113a1g_apc_win", //M113A3 (MG3) + "gm_ge_army_m113a1g_apc_milan_win", //M113A3 (MILAN) + "gm_ge_army_gepard1a1_win", //Gepard 1A1 + "gm_ge_army_Leopard1a1a1_win", //Leopard 1A1A1 + "gm_ge_army_Leopard1a1a2_win", //Leopard 1A1A2 + "gm_ge_army_Leopard1a3a1_win", //Leopard 1A3A1 + "len_uh1d_bw" //BW UH-1D +]; + +// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels). +opfor_battlegroup_vehicles_low_intensity = [ + "gm_ge_army_u1300l_cargo_win", //Truck 2t Transport + "gm_ge_army_iltis_milan_win", //Truck 0.5t MILAN + "gm_ge_army_fuchsa0_engineer_win", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance_win", //Fuchs (Recon, MILAN) + "gm_ge_army_m113a1g_apc_win", //M113A3 (MG3) + "gm_ge_army_m113a1g_apc_milan_win", //M113A3 (MILAN) + "gm_ge_army_gepard1a1_win", //Gepard 1A1 + "len_uh1d_bw" //BW UH-1D +]; + +/* All vehicles that spawn within battlegroups (see the above 2 arrays) and also hold 8 soldiers as passengers. +If something in this array can't hold all 8 soldiers then buggy behaviours may occur. */ +opfor_troup_transports = [ + "gm_ge_army_u1300l_cargo_win", //Truck 2t Transport + "gm_ge_army_fuchsa0_engineer_win", //Fuchs (Engineer) + "gm_ge_army_fuchsa0_reconnaissance_win", //Fuchs (Recon, MILAN) + "gm_ge_army_m113a1g_apc_win", //M113A3 (MG3) + "gm_ge_army_m113a1g_apc_milan_win" //M113A3 (MILAN) +]; + +// Enemy rotary-wings that will need to spawn in flight. +opfor_choppers = [ + "len_uh1d_bw" //BW UH-1D +]; + +// Enemy fixed-wings that will need to spawn in the air. +opfor_air = []; From 5cdf5265256550c2c5c047bea85facece236b01e Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 21:29:22 +0200 Subject: [PATCH 094/111] Adjusted build tool config for new presets --- _tools/_presets.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_tools/_presets.json b/_tools/_presets.json index 02f898a3e..4700c65ab 100644 --- a/_tools/_presets.json +++ b/_tools/_presets.json @@ -149,7 +149,7 @@ "configFile": "kp_liberation_config.sqf", "variables": { "KP_liberation_preset_blufor": 9, - "KP_liberation_preset_opfor": 9, + "KP_liberation_preset_opfor": 10, "KP_liberation_preset_resistance": 5, "KP_liberation_preset_civilians": 4, "KP_liberation_arsenal": 7 @@ -161,8 +161,8 @@ "map": "gm_weferlingen_winter", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 9, - "KP_liberation_preset_opfor": 9, + "KP_liberation_preset_blufor": 10, + "KP_liberation_preset_opfor": 11, "KP_liberation_preset_resistance": 5, "KP_liberation_preset_civilians": 4, "KP_liberation_arsenal": 7 @@ -174,7 +174,7 @@ "map": "gm_weferlingen_summer", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 10, + "KP_liberation_preset_blufor": 11, "KP_liberation_preset_opfor": 8, "KP_liberation_preset_resistance": 5, "KP_liberation_preset_civilians": 4, @@ -187,8 +187,8 @@ "map": "gm_weferlingen_winter", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 10, - "KP_liberation_preset_opfor": 8, + "KP_liberation_preset_blufor": 12, + "KP_liberation_preset_opfor": 9, "KP_liberation_preset_resistance": 5, "KP_liberation_preset_civilians": 4, "KP_liberation_arsenal": 8 From 084154cf390faed9b60194c446332e792ce2eb1a Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 21:49:48 +0200 Subject: [PATCH 095/111] Hide covers on 10T GM Trucks --- Missionframework/kp_objectInits.sqf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Missionframework/kp_objectInits.sqf b/Missionframework/kp_objectInits.sqf index 06f5a5ecb..b71882e10 100644 --- a/Missionframework/kp_objectInits.sqf +++ b/Missionframework/kp_objectInits.sqf @@ -9,5 +9,7 @@ KPLIB_objectInits = [ [[KP_liberation_recycle_building], {_this setVariable ["ace_isRepairFacility", 1, true];}], [[KP_liberation_small_storage_building, KP_liberation_large_storage_building], {_this setVariable ["KP_liberation_storage_type", 0, true];}], [KP_liberation_medical_facilities, {_this setVariable ["ace_medical_isMedicalFacility", true, true];}], - [KP_liberation_medical_vehicles, {_this setVariable ["ace_medical_medicClass", 1, true];}] + [KP_liberation_medical_vehicles, {_this setVariable ["ace_medical_medicClass", 1, true];}], + // Hide Cover on big GM trucks + [["gm_ge_army_kat1_454_cargo", "gm_ge_army_kat1_454_cargo_win"], {_this animateSource ["cover_unhide", 0, true];}] ]; From 855b143bf8421dcbacadca0d3abea1e901985f71 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 21:50:10 +0200 Subject: [PATCH 096/111] missing winter classname for logistic vehicles --- Missionframework/presets/blufor/gm_east_win.sqf | 8 ++++---- Missionframework/presets/blufor/gm_west_win.sqf | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Missionframework/presets/blufor/gm_east_win.sqf b/Missionframework/presets/blufor/gm_east_win.sqf index 00ec9983a..e25498508 100644 --- a/Missionframework/presets/blufor/gm_east_win.sqf +++ b/Missionframework/presets/blufor/gm_east_win.sqf @@ -12,7 +12,7 @@ FOB_typename = "land_gm_tower_bt_6_fuest_80"; // This is the main FOB HQ b FOB_box_typename = "gm_gc_army_brdm2um_win"; // This is the FOB as a container/BRDM (due to lack of proper container transport in GM German EAST). Default is "B_Slingload_01_Cargo_F". FOB_truck_typename = "gm_gc_army_btr60pu12_win"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F". Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F". -Respawn_truck_typename = "gm_gc_army_ural375d_medic"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F". +Respawn_truck_typename = "gm_gc_army_ural375d_medic_win"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F". huron_typename = "gm_gc_army_btr60pa_win"; // This is Spartan 01, a multipurpose mobile respawn as a command BTR60. Default is "B_Heli_Transport_03_unarmed_F". crewman_classname = "gm_gc_army_crew_mpiaks74nk_80_blk"; // This defines the crew for vehicles. Default is "B_crew_F". pilot_classname = "gm_gc_army_crew_mpiaks74nk_80_blk"; // This defines the pilot for helicopters. Default is "B_Helipilot_F". @@ -163,9 +163,9 @@ support_vehicles = [ ["ACE_Box_82mm_Mo_Illum",50,10,0], ["ACE_Wheel",10,0,0], ["ACE_Track",10,0,0], - ["gm_gc_army_ural4320_repair",325,30,75], //Ural Repair - ["gm_gc_army_ural375d_refuel",125,0,275], //Ural Fuel - ["gm_gc_army_ural4320_reammo",125,200,75], //Ural Ammo + ["gm_gc_army_ural4320_repair_win",325,30,75], //Ural Repair + ["gm_gc_army_ural375d_refuel_win",125,0,275], //Ural Fuel + ["gm_gc_army_ural4320_reammo_win",125,200,75], //Ural Ammo ["B_Slingload_01_Repair_F",275,0,0], //Huron Repair ["B_Slingload_01_Fuel_F",75,0,200], //Huron Fuel ["B_Slingload_01_Ammo_F",75,200,0] //Huron Ammo diff --git a/Missionframework/presets/blufor/gm_west_win.sqf b/Missionframework/presets/blufor/gm_west_win.sqf index 57245eb8b..34ffc3537 100644 --- a/Missionframework/presets/blufor/gm_west_win.sqf +++ b/Missionframework/presets/blufor/gm_west_win.sqf @@ -174,9 +174,9 @@ support_vehicles = [ ["ACE_Box_82mm_Mo_Illum",50,10,0], ["ACE_Wheel",10,0,0], ["ACE_Track",10,0,0], - ["gm_ge_army_u1300l_repair",325,30,75], //Truck 2t repair - ["gm_ge_army_kat1_451_refuel",125,0,275], //Truck 5t fuel - ["gm_ge_army_kat1_451_reammo",125,200,75], //Truck 5t ammo + ["gm_ge_army_u1300l_repair_win",325,30,75], //Truck 2t repair + ["gm_ge_army_kat1_451_refuel_win",125,0,275], //Truck 5t fuel + ["gm_ge_army_kat1_451_reammo_win",125,200,75], //Truck 5t ammo ["B_Slingload_01_Repair_F",275,0,0], //Huron Repair ["B_Slingload_01_Fuel_F",75,0,200], //Huron Fuel ["B_Slingload_01_Ammo_F",75,200,0] //Huron Ammo From 58fbdd95ad3161e41eab577f77e266b3f0882ea3 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 21:50:36 +0200 Subject: [PATCH 097/111] GM vehicles added to medical and resupply vehicles --- Missionframework/kp_liberation_config.sqf | 30 +++++++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index d5f7a1e49..fbc2c6e4f 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -17,7 +17,11 @@ KP_liberation_medical_vehicles = [ "RHS_UH60M_MEV_d", "RHS_UH60M_MEV2_d", "UK3CB_BAF_LandRover_Amb_FFR_Green_A_MTP", - "UK3CB_BAF_LandRover_Amb_FFR_Sand_A_DDPM" + "UK3CB_BAF_LandRover_Amb_FFR_Sand_A_DDPM", + "gm_gc_army_ural375d_medic", + "gm_gc_army_ural375d_medic_win", + "gm_ge_army_u1300l_medic", + "gm_ge_army_u1300l_medic_win_rc" ]; // Building classnames which also function as ACE medical facilities. @@ -497,7 +501,11 @@ ai_resupply_sources = [ "rhsusf_M977A4_AMMO_BKIT_usarmy_wd", "rhsusf_M977A4_AMMO_BKIT_M2_usarmy_d", "rhsusf_M977A4_AMMO_BKIT_M2_usarmy_wd", - "rhs_gaz66_ammo_msv" + "rhs_gaz66_ammo_msv", + "gm_gc_army_ural4320_reammo", + "gm_gc_army_ural4320_reammo_win", + "gm_ge_army_kat1_451_reammo", + "gm_ge_army_kat1_451_reammo_win" ]; // Everything that can resupply other vehicles. @@ -516,7 +524,11 @@ vehicle_repair_sources = [ "rhsusf_M977A4_REPAIR_BKIT_usarmy_wd", "rhsusf_M977A4_REPAIR_BKIT_M2_usarmy_d", "rhsusf_M977A4_REPAIR_BKIT_M2_usarmy_wd", - "RHS_Ural_Repair_VDV_01" + "RHS_Ural_Repair_VDV_01", + "gm_gc_army_ural4320_repair", + "gm_gc_army_ural4320_repair_win", + "gm_ge_army_u1300l_repair", + "gm_ge_army_u1300l_repair_win" ]; vehicle_rearm_sources = [ @@ -533,7 +545,11 @@ vehicle_rearm_sources = [ "rhsusf_M977A4_AMMO_BKIT_usarmy_wd", "rhsusf_M977A4_AMMO_BKIT_M2_usarmy_d", "rhsusf_M977A4_AMMO_BKIT_M2_usarmy_wd", - "rhs_gaz66_ammo_msv" + "rhs_gaz66_ammo_msv", + "gm_gc_army_ural4320_reammo", + "gm_gc_army_ural4320_reammo_win", + "gm_ge_army_kat1_451_reammo", + "gm_ge_army_kat1_451_reammo_win" ]; vehicle_refuel_sources = [ @@ -550,7 +566,11 @@ vehicle_refuel_sources = [ "rhsusf_M978A4_usarmy_wd", "rhsusf_M978A4_BKIT_usarmy_d", "rhsusf_M978A4_BKIT_usarmy_wd", - "RHS_Ural_Fuel_VDV_01" + "RHS_Ural_Fuel_VDV_01", + "gm_gc_army_ural375d_refuel", + "gm_gc_army_ural375d_refuel_win", + "gm_ge_army_kat1_451_refuel", + "gm_ge_army_kat1_451_refuel_win" ]; // Classnames of boats, so they can be built on water. From 0d19d6fc360e12f95e84c145288e82c634cf8512 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 21:54:36 +0200 Subject: [PATCH 098/111] Update Changelog --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9d13bf49a..48c7477c9 100644 --- a/README.md +++ b/README.md @@ -162,17 +162,23 @@ class Missions ## Changelog ### 0.96.4 (Global Mobilization additions) -* Added: East Germany Arsenal Preset. -* Added: West Germany Arsenal Preset. Thanks to [Dahlgren](https://github.com/Dahlgren) -* Added: Chernarus Winter basefile to repository. -* Added: Fog removal script readded, as some people had issues with too much fog after some time. -* Added: Rosche building ignore list. Thanks to [madpat3](https://github.com/madpat3) +* Added: East Germany arsenal preset. +* Added: West Germany arsenal preset. Thanks to [Dahlgren](https://github.com/Dahlgren) +* Added: East Germany blufor and opfor preset. +* Added: East Germany Winter blufor and opfor preset. +* Added: West Germany blufor and opfor preset. +* Added: West Germany Winter blufor and opfor preset. +* Added: Germany (Global Mobilization) resistence preset. +* Added: Germany (Global Mobilization) civilian preset. * Added: CSAT Vanilla blufor preset, CSAT Apex blufor preset and CSAT Arsenal preset. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) * Added: AAF and NATO opfor presets. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) +* Added: Weferlingen basefile. +* Added: Weferlingen Winter basefile. +* Added: Chernarus Winter basefile. +* Added: Fog removal script readded, as some people had issues with too much fog after some time. +* Added: Rosche building ignore list. Thanks to [madpat3](https://github.com/madpat3) * Added: Vehicle in Vehicle transport actions for FOB Box. -* Added: Germany (Global Mobilization) civilian preset. * Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes save_manager.sqf and do_build.sqf needed. -* Added: Germany (Global Mobilization) resistence preset. * Removed: `KP_liberation_guerilla_transports` array from resistance presets, as it isn't used in the legacy framework. * Updated: Italian localization. Thanks to [k4s0](https://github.com/k4s0) * Tweaked: Title of the mission to conform the Mission Name Standard from [BI Forums](https://forums.bohemia.net/forums/topic/217676-mission-name-standard/) From a8080a0ed098b39a4fb5c16b384b3e32be5b642f Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 21:55:51 +0200 Subject: [PATCH 099/111] Update changelog --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48c7477c9..9c6b5c1c6 100644 --- a/README.md +++ b/README.md @@ -172,11 +172,12 @@ class Missions * Added: Germany (Global Mobilization) civilian preset. * Added: CSAT Vanilla blufor preset, CSAT Apex blufor preset and CSAT Arsenal preset. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) * Added: AAF and NATO opfor presets. Thanks to [zandru](https://steamcommunity.com/id/radicalrabbit) -* Added: Weferlingen basefile. +* Added: Weferlingen Summer basefile. * Added: Weferlingen Winter basefile. * Added: Chernarus Winter basefile. -* Added: Fog removal script readded, as some people had issues with too much fog after some time. +* Added: Weferlingen Summer and Winter building ignore list. * Added: Rosche building ignore list. Thanks to [madpat3](https://github.com/madpat3) +* Added: Fog removal script readded, as some people had issues with too much fog after some time. * Added: Vehicle in Vehicle transport actions for FOB Box. * Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes save_manager.sqf and do_build.sqf needed. * Removed: `KP_liberation_guerilla_transports` array from resistance presets, as it isn't used in the legacy framework. From 266df680e5eb107001d72e98b92e3eba960055e0 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 22:02:51 +0200 Subject: [PATCH 100/111] Changelog Release Date --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c6b5c1c6..224b141c2 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ class Missions ## Changelog -### 0.96.4 (Global Mobilization additions) +### 0.96.4 (10th May 2019 due to Global Mobilization Release) * Added: East Germany arsenal preset. * Added: West Germany arsenal preset. Thanks to [Dahlgren](https://github.com/Dahlgren) * Added: East Germany blufor and opfor preset. From da19cb9c6fe36496f6cd81543962c98c65e31ad7 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 22:06:52 +0200 Subject: [PATCH 101/111] Fix GM West magazines whitelist --- Missionframework/arsenal_presets/gm_west.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Missionframework/arsenal_presets/gm_west.sqf b/Missionframework/arsenal_presets/gm_west.sqf index 812108ebf..d81cb9363 100644 --- a/Missionframework/arsenal_presets/gm_west.sqf +++ b/Missionframework/arsenal_presets/gm_west.sqf @@ -50,10 +50,10 @@ GRLIB_arsenal_magazines = [ "gm_120rnd_762x51mm_b_t_dm21a2_mg3_grn", // MP2A1 9x19 mm - "gm_mp2a1_blk", + "gm_32rnd_9x19mm_b_dm51_mp2_blk", // P1 9x19 mm - "gm_p1_blk", + "gm_8rnd_9x19mm_b_dm11_p1_blk", // P2A1 26.5 mm "gm_1Rnd_265mm_flare_single_wht_gc", From a21854421a05005c6f627ed7672961e99b3703b9 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 22:47:35 +0200 Subject: [PATCH 102/111] Prevent saving/duplication of Eden placed objects --- Missionframework/scripts/server/game/save_manager.sqf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Missionframework/scripts/server/game/save_manager.sqf b/Missionframework/scripts/server/game/save_manager.sqf index 778503450..6bf99efa2 100644 --- a/Missionframework/scripts/server/game/save_manager.sqf +++ b/Missionframework/scripts/server/game/save_manager.sqf @@ -82,6 +82,11 @@ _classnames_to_save = _classnames_to_save + _classnames_to_save_blu + all_hostil trigger_server_save = false; greuh_liberation_savegame = profileNamespace getVariable GRLIB_save_key; +// Prevent saving/duplication of objects placed in Eden +{ + _x setVariable ["KP_liberation_preplaced", true, true]; +} forEach (allMissionObjects ""); + if (!isNil "greuh_liberation_savegame") then { blufor_sectors = greuh_liberation_savegame select 0; From 9414d2b4751c26b5d4d8953288c3231d229ad6b0 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 22:49:27 +0200 Subject: [PATCH 103/111] Update Changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 224b141c2..008fe5d12 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ class Missions * Tweaked: Versioning format from e.g. 0.964 to 0.96.4 for a better separation. * Tweaked: Arsenal whitelist/blacklist classes are case insensitive. * Tweaked: Vehicle permissions now via sensible event handlers instead of loop. Thanks to [ColinM9991](https://github.com/ColinM9991) +* Tweaked: Objects placed in Eden Editor won't be saved anymore. Fixes possible duplications on save/load. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. * Fixed: Blufor soldier losses weren't counted in statistics. * Fixed: Missing `itemRadio` in some arsenal presets. From de4e964a642a8664c0d366fda47ded5b5029c84a Mon Sep 17 00:00:00 2001 From: Wyqer Date: Thu, 9 May 2019 22:57:34 +0200 Subject: [PATCH 104/111] Changed variable for eden objects --- Missionframework/scripts/server/game/save_manager.sqf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Missionframework/scripts/server/game/save_manager.sqf b/Missionframework/scripts/server/game/save_manager.sqf index 6bf99efa2..9744507ab 100644 --- a/Missionframework/scripts/server/game/save_manager.sqf +++ b/Missionframework/scripts/server/game/save_manager.sqf @@ -84,7 +84,7 @@ greuh_liberation_savegame = profileNamespace getVariable GRLIB_save_key; // Prevent saving/duplication of objects placed in Eden { - _x setVariable ["KP_liberation_preplaced", true, true]; + _x setVariable ["KP_liberation_edenObject", true]; } forEach (allMissionObjects ""); if (!isNil "greuh_liberation_savegame") then { @@ -494,7 +494,8 @@ while {true} do { (((getpos _x) select 2) < 10) && // Exclude hovering helicopters and the like (getObjectType _x >= 8) && // Exclude preplaced terrain objects !((typeOf _x) in KP_liberation_crates) && // Exclude storage crates (those are handled separately) - !(_x getVariable ["KP_liberation_preplaced", false]) + !(_x getVariable ["KP_liberation_preplaced", false]) && + !(_x getVariable ["KP_liberation_edenObject", false]) }; _all_buildings = (_all_buildings + _nextbuildings) select {!((typeOf _x) in KP_liberation_storage_buildings)}; From 806b6714ebdb0bfab867d44daad847ada7e77954 Mon Sep 17 00:00:00 2001 From: Filip Maciejewski Date: Thu, 9 May 2019 23:39:31 +0200 Subject: [PATCH 105/111] Update GM cargo offsets, fix offsets arrays --- Missionframework/kp_liberation_config.sqf | 18 +++++++++--------- .../shared/functions/F_kp_createCrate.sqf | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Missionframework/kp_liberation_config.sqf b/Missionframework/kp_liberation_config.sqf index fbc2c6e4f..0fd8190b1 100644 --- a/Missionframework/kp_liberation_config.sqf +++ b/Missionframework/kp_liberation_config.sqf @@ -473,16 +473,16 @@ box_transport_config = [ ["rhsusf_CH53E_USMC_D", -11.0, [0,2.5,1.4], [0,2.5,2.6], [0,1.0,1.4], [0,1.0,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-0.5,1.4], [0,-0.5,2.6], [0,-2.0,1.4], [0,-2.5,2.6], [0,-3.5,1.4], [0,-3.5,2.6]], ["RHS_C130J", -9.5, [-0.8,4.5,1.9], [0.8,4.5,1.9], [-0.8,4.5,3.1], [0.8,4.5,3.1], [-0.8,3.0,1.9], [0.8,3.0,1.9], [-0.8,3.0,3.1], [0.8,3.0,3.1], [-0.8,2.0,1.9], [0.8,2.0,1.9], [-0.8,2.0,3.1], [0.8,2.0,3.1], [-0.8,1.0,1.9], [0.8,1.0,1.9], [-0.8,1.0,3.1], [0.8,1.0,3.1], [-0.8,0.0,1.9], [0.8,0.0,1.9], [-0.8,0.0,3.1], [0.8,0.0,3.1], [-0.8,-1.0,1.9], [0.8,-1.0,1.9], [-0.8,-1.0,3.1], [0.8,-1.0,3.1]], // GM Default - ["gm_ge_army_kat1_454_cargo",-5, [[-0.0217285,1.32764,0.35], [-0.00170898,-0.337891,0.35], [-0.0441895,-1.90332,0.35], [-0.0615234,-3.59033,0.35]]], - ["gm_ge_army_u1300l_container", -5, [[-0.0495605,-0.609863,-0.6], [0.147461,-2.06787,-0.6]]], - ["gm_ge_army_kat1_451_container", -5, [[-0.0280762,0.222656,-0.2], [-0.0202637,-1.31152,-0.2],[-0.0222168,-2.79834,-0.2]]], - ["gm_gc_army_ural4320_cargo", -5, [[0.0722656,-0.539063,-0.1],[0.076416,-1.76904,-0.1],[0.0773926,-2.85742,-0.1]]], - ["gm_gc_bgs_ural4320_cargo", -5, [[-0.0373535,-0.535156,-0.1], [-0.0344238,-1.76611,-0.1], [-0.0334473,-2.85547,-0.1]]], + ["gm_ge_army_kat1_454_cargo",-6.5, [-0.0217285,1.32764,0.35], [-0.00170898,-0.337891,0.35], [-0.0441895,-1.90332,0.35], [-0.0615234,-3.59033,0.35]], + ["gm_ge_army_u1300l_container", -5, [-0.0495605,-0.609863,-0.6], [0.147461,-2.06787,-0.6]], + ["gm_ge_army_kat1_451_container", -5, [-0.0280762,0.222656,-0.2], [-0.0202637,-1.31152,-0.2], [-0.0222168,-2.79834,-0.2]], + ["gm_gc_army_ural4320_cargo", -5, [0.0722656,-0.539063,-0.1], [0.076416,-1.76904,-0.1], [0.0773926,-2.85742,-0.1]], + ["gm_gc_bgs_ural4320_cargo", -5, [-0.0373535,-0.535156,-0.1], [-0.0344238,-1.76611,-0.1], [-0.0334473,-2.85547,-0.1]], // GM Winter - ["gm_ge_army_kat1_454_cargo_win",-5, [[-0.0217285,1.32764,0.35], [-0.00170898,-0.337891,0.35], [-0.0441895,-1.90332,0.35], [-0.0615234,-3.59033,0.35]]], - ["gm_ge_army_u1300l_container_win", -5, [[-0.0495605,-0.609863,-0.6], [0.147461,-2.06787,-0.6]]], - ["gm_ge_army_kat1_451_container_win", -5, [[-0.0280762,0.222656,-0.2], [-0.0202637,-1.31152,-0.2],[-0.0222168,-2.79834,-0.2]]], - ["gm_gc_army_ural4320_cargo_win", -5, [[0.0722656,-0.539063,-0.1],[0.076416,-1.76904,-0.1],[0.0773926,-2.85742,-0.1]]] + ["gm_ge_army_kat1_454_cargo_win",-6.5, [-0.0217285,1.32764,0.35], [-0.00170898,-0.337891,0.35], [-0.0441895,-1.90332,0.35], [-0.0615234,-3.59033,0.35]], + ["gm_ge_army_u1300l_container_win", -5, [-0.0495605,-0.609863,-0.6], [0.147461,-2.06787,-0.6]], + ["gm_ge_army_kat1_451_container_win", -5, [-0.0280762,0.222656,-0.2], [-0.0202637,-1.31152,-0.2],[-0.0222168,-2.79834,-0.2]], + ["gm_gc_army_ural4320_cargo_win", -5, [0.0722656,-0.539063,-0.1], [0.076416,-1.76904,-0.1], [0.0773926,-2.85742,-0.1]] ]; /* Various other settings. diff --git a/Missionframework/scripts/shared/functions/F_kp_createCrate.sqf b/Missionframework/scripts/shared/functions/F_kp_createCrate.sqf index 5403ffb40..6fab6bb75 100644 --- a/Missionframework/scripts/shared/functions/F_kp_createCrate.sqf +++ b/Missionframework/scripts/shared/functions/F_kp_createCrate.sqf @@ -1,5 +1,5 @@ /* -F_kp_createCrate.sqf +F_createCrate.sqf Author: Wyqer Website: www.killahpotatoes.de Date: 2017-10-11 From 0588298017b5ecd65a8602a31ab61f99d774d5c9 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 10 May 2019 08:17:41 +0200 Subject: [PATCH 106/111] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 008fe5d12..aa730bcbf 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ class Missions * Added: Chernarus Winter basefile. * Added: Weferlingen Summer and Winter building ignore list. * Added: Rosche building ignore list. Thanks to [madpat3](https://github.com/madpat3) +* Added: Support for ACE arsenal. Can be enabled via mission parameter. * Added: Fog removal script readded, as some people had issues with too much fog after some time. * Added: Vehicle in Vehicle transport actions for FOB Box. * Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes save_manager.sqf and do_build.sqf needed. From ef8f2b4956fdf5736212fa21d466585f246f2b40 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 10 May 2019 08:44:28 +0200 Subject: [PATCH 107/111] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa730bcbf..d89f843fd 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ class Missions * Added: Support for ACE arsenal. Can be enabled via mission parameter. * Added: Fog removal script readded, as some people had issues with too much fog after some time. * Added: Vehicle in Vehicle transport actions for FOB Box. -* Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes save_manager.sqf and do_build.sqf needed. +* Added: `kp_objectInits.sqf` for custom code on a vehicle after it has been loaded or built. No more changes in save_manager.sqf and do_build.sqf needed. [Explanation in the Wiki](https://github.com/KillahPotatoes/KP-Liberation/wiki/EN_ConfigFiles#kp_objectinitsqf-since-0964) * Removed: `KP_liberation_guerilla_transports` array from resistance presets, as it isn't used in the legacy framework. * Updated: Italian localization. Thanks to [k4s0](https://github.com/k4s0) * Tweaked: Title of the mission to conform the Mission Name Standard from [BI Forums](https://forums.bohemia.net/forums/topic/217676-mission-name-standard/) From 65d001253189965ef2a656c180f84983ffcf5837 Mon Sep 17 00:00:00 2001 From: Dubjunk Date: Fri, 10 May 2019 12:22:40 +0200 Subject: [PATCH 108/111] added string keys for arsenal param --- Missionframework/stringtable.xml | 8 ++++++++ Missionframework/ui/mission_params.hpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Missionframework/stringtable.xml b/Missionframework/stringtable.xml index 4f085828e..74cb98e41 100644 --- a/Missionframework/stringtable.xml +++ b/Missionframework/stringtable.xml @@ -6737,5 +6737,13 @@ Arsenal Arsenale + + BI arsenal + BI Arsenal + + + ACE arsenal + ACE Arsenal + diff --git a/Missionframework/ui/mission_params.hpp b/Missionframework/ui/mission_params.hpp index d0c7e8c77..7aae20ddd 100644 --- a/Missionframework/ui/mission_params.hpp +++ b/Missionframework/ui/mission_params.hpp @@ -105,7 +105,7 @@ class Params class ArsenalType { title = $STR_PARAMS_ARSENAL; values[] = {0, 1}; - texts[] = {"BI", "ACE"}; + texts[] = {$STR_PARAMS_ARSENAL_BI, $STR_PARAMS_ARSENAL_ACE}; default = "0"; }; class Spacer1 { From 9175910d25e22e2ec5966a19d3f4d5fb82cc8c92 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 10 May 2019 12:29:58 +0200 Subject: [PATCH 109/111] Italian strings for arsenal param @k4s0 Guess that's correct? --- Missionframework/stringtable.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Missionframework/stringtable.xml b/Missionframework/stringtable.xml index 74cb98e41..5098c4323 100644 --- a/Missionframework/stringtable.xml +++ b/Missionframework/stringtable.xml @@ -6740,10 +6740,12 @@ BI arsenal BI Arsenal + BI Arsenale ACE arsenal ACE Arsenal + ACE Arsenale From 20c71e34316bbe8848a51a855318053cff21cfe0 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 10 May 2019 16:59:45 +0200 Subject: [PATCH 110/111] Save whole date, not just daytime --- .../scripts/server/game/save_manager.sqf | 19 +++---------------- README.md | 1 + 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Missionframework/scripts/server/game/save_manager.sqf b/Missionframework/scripts/server/game/save_manager.sqf index 9744507ab..be9d51851 100644 --- a/Missionframework/scripts/server/game/save_manager.sqf +++ b/Missionframework/scripts/server/game/save_manager.sqf @@ -92,7 +92,7 @@ if (!isNil "greuh_liberation_savegame") then { blufor_sectors = greuh_liberation_savegame select 0; GRLIB_all_fobs = greuh_liberation_savegame select 1; buildings_to_save = greuh_liberation_savegame select 2; - time_of_day = greuh_liberation_savegame select 3; + campaign_date = greuh_liberation_savegame select 3; combat_readiness = greuh_liberation_savegame select 4; KP_liberation_storages = greuh_liberation_savegame select 5; KP_liberation_production = greuh_liberation_savegame select 6; @@ -190,18 +190,7 @@ if (!isNil "greuh_liberation_savegame") then { KP_liberation_guerilla_strength = greuh_liberation_savegame select 17; }; - setDate [2045, 6, 6, time_of_day, 0]; - - private _correct_fobs = []; - { - private _next_fob = _x; - private _keep_fob = true; - { - if (_next_fob distance (markerpos _x) < 50) exitWith {_keep_fob = false}; - } forEach sectors_allSectors; - if (_keep_fob) then {_correct_fobs pushback _next_fob}; - } forEach GRLIB_all_fobs; - GRLIB_all_fobs = _correct_fobs; + setDate campaign_date; stats_saves_loaded = stats_saves_loaded + 1; @@ -562,8 +551,6 @@ while {true} do { KP_liberation_storages pushback [_nextclass,_savedpos,_savedvecdir,_savedvecup,_supplyValue,_ammoValue,_fuelValue]; } forEach _all_storages; - time_of_day = date select 3; - stats_saves_performed = stats_saves_performed + 1; private _knownplayers = []; @@ -612,7 +599,7 @@ while {true} do { _stats pushback stats_fobs_lost; _stats pushback stats_readiness_earned; - greuh_liberation_savegame = [blufor_sectors, GRLIB_all_fobs, buildings_to_save, time_of_day, round combat_readiness, KP_liberation_storages, + greuh_liberation_savegame = [blufor_sectors, GRLIB_all_fobs, buildings_to_save, date, round combat_readiness, KP_liberation_storages, KP_liberation_production, KP_liberation_logistics, _stats, [round infantry_weight, round armor_weight, round air_weight], GRLIB_vehicle_to_military_base_links, GRLIB_permissions, ai_groups, resources_intel, GRLIB_player_scores, KP_liberation_civ_rep, KP_liberation_production_markers, KP_liberation_guerilla_strength]; diff --git a/README.md b/README.md index d89f843fd..8f9ec7342 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ class Missions * Tweaked: Arsenal whitelist/blacklist classes are case insensitive. * Tweaked: Vehicle permissions now via sensible event handlers instead of loop. Thanks to [ColinM9991](https://github.com/ColinM9991) * Tweaked: Objects placed in Eden Editor won't be saved anymore. Fixes possible duplications on save/load. +* Tweaked: Whole in game date and time is now persistent, not only the daytime. * Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`. * Fixed: Blufor soldier losses weren't counted in statistics. * Fixed: Missing `itemRadio` in some arsenal presets. From 27b9dc88165c4c7f4f8314d22ccf37b5f5b05a57 Mon Sep 17 00:00:00 2001 From: Wyqer Date: Fri, 10 May 2019 17:22:06 +0200 Subject: [PATCH 111/111] Sorted build tool presets --- _tools/_presets.json | 106 +++++++++++++++++++++---------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/_tools/_presets.json b/_tools/_presets.json index 4700c65ab..b5c7f841d 100644 --- a/_tools/_presets.json +++ b/_tools/_presets.json @@ -20,7 +20,7 @@ "variables": { "KP_liberation_preset_blufor": 6, "KP_liberation_preset_opfor": 2, - "KP_liberation_preset_resistance": 2, + "KP_liberation_preset_resistance": 0, "KP_liberation_preset_civilians": 0, "KP_liberation_arsenal": 0 } @@ -33,70 +33,70 @@ "variables": { "KP_liberation_preset_blufor": 6, "KP_liberation_preset_opfor": 2, - "KP_liberation_preset_resistance": 2, + "KP_liberation_preset_resistance": 0, "KP_liberation_preset_civilians": 0, "KP_liberation_arsenal": 0 } }, { - "sourceFolder": "kp_liberation.Malden", + "sourceFolder": "kp_liberation.gm_weferlingen_summer", "missionName": "kp_liberation", - "map": "Malden", + "map": "gm_weferlingen_summer", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 0, - "KP_liberation_preset_opfor": 0, - "KP_liberation_preset_resistance": 0, - "KP_liberation_preset_civilians": 0, - "KP_liberation_arsenal": 0 + "KP_liberation_preset_blufor": 9, + "KP_liberation_preset_opfor": 10, + "KP_liberation_preset_resistance": 5, + "KP_liberation_preset_civilians": 4, + "KP_liberation_arsenal": 7 } }, { - "sourceFolder": "kp_liberation.Takistan", + "sourceFolder": "kp_liberation.gm_weferlingen_winter", "missionName": "kp_liberation", - "map": "Takistan", + "map": "gm_weferlingen_winter", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 7, - "KP_liberation_preset_opfor": 3, - "KP_liberation_preset_resistance": 3, - "KP_liberation_preset_civilians": 2, - "KP_liberation_arsenal": 0 + "KP_liberation_preset_blufor": 10, + "KP_liberation_preset_opfor": 11, + "KP_liberation_preset_resistance": 5, + "KP_liberation_preset_civilians": 4, + "KP_liberation_arsenal": 7 } }, { - "sourceFolder": "kp_liberation.Takistan", - "missionName": "kp_liberation_afrf", - "map": "Takistan", + "sourceFolder": "kp_liberation.lythium", + "missionName": "kp_liberation", + "map": "lythium", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 8, - "KP_liberation_preset_opfor": 3, + "KP_liberation_preset_blufor": 7, + "KP_liberation_preset_opfor": 2, "KP_liberation_preset_resistance": 3, "KP_liberation_preset_civilians": 2, "KP_liberation_arsenal": 0 } }, { - "sourceFolder": "kp_liberation.Sara", + "sourceFolder": "kp_liberation.Malden", "missionName": "kp_liberation", - "map": "Sara", + "map": "Malden", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 6, - "KP_liberation_preset_opfor": 2, + "KP_liberation_preset_blufor": 0, + "KP_liberation_preset_opfor": 0, "KP_liberation_preset_resistance": 0, "KP_liberation_preset_civilians": 0, "KP_liberation_arsenal": 0 } }, { - "sourceFolder": "kp_liberation.xcam_taunus", + "sourceFolder": "kp_liberation.pja310", "missionName": "kp_liberation", - "map": "xcam_taunus", + "map": "pja310", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 4, + "KP_liberation_preset_blufor": 6, "KP_liberation_preset_opfor": 2, "KP_liberation_preset_resistance": 0, "KP_liberation_preset_civilians": 0, @@ -104,9 +104,9 @@ } }, { - "sourceFolder": "kp_liberation.pja310", + "sourceFolder": "kp_liberation.Sara", "missionName": "kp_liberation", - "map": "pja310", + "map": "Sara", "configFile": "kp_liberation_config.sqf", "variables": { "KP_liberation_preset_blufor": 6, @@ -117,13 +117,13 @@ } }, { - "sourceFolder": "kp_liberation.lythium", + "sourceFolder": "kp_liberation.Takistan", "missionName": "kp_liberation", - "map": "lythium", + "map": "Takistan", "configFile": "kp_liberation_config.sqf", "variables": { "KP_liberation_preset_blufor": 7, - "KP_liberation_preset_opfor": 2, + "KP_liberation_preset_opfor": 3, "KP_liberation_preset_resistance": 3, "KP_liberation_preset_civilians": 2, "KP_liberation_arsenal": 0 @@ -143,29 +143,16 @@ } }, { - "sourceFolder": "kp_liberation.gm_weferlingen_summer", - "missionName": "kp_liberation", - "map": "gm_weferlingen_summer", - "configFile": "kp_liberation_config.sqf", - "variables": { - "KP_liberation_preset_blufor": 9, - "KP_liberation_preset_opfor": 10, - "KP_liberation_preset_resistance": 5, - "KP_liberation_preset_civilians": 4, - "KP_liberation_arsenal": 7 - } - }, - { - "sourceFolder": "kp_liberation.gm_weferlingen_winter", + "sourceFolder": "kp_liberation.xcam_taunus", "missionName": "kp_liberation", - "map": "gm_weferlingen_winter", + "map": "xcam_taunus", "configFile": "kp_liberation_config.sqf", "variables": { - "KP_liberation_preset_blufor": 10, - "KP_liberation_preset_opfor": 11, - "KP_liberation_preset_resistance": 5, - "KP_liberation_preset_civilians": 4, - "KP_liberation_arsenal": 7 + "KP_liberation_preset_blufor": 4, + "KP_liberation_preset_opfor": 2, + "KP_liberation_preset_resistance": 0, + "KP_liberation_preset_civilians": 0, + "KP_liberation_arsenal": 0 } }, { @@ -193,5 +180,18 @@ "KP_liberation_preset_civilians": 4, "KP_liberation_arsenal": 8 } + }, + { + "sourceFolder": "kp_liberation.Takistan", + "missionName": "kp_liberation_afrf", + "map": "Takistan", + "configFile": "kp_liberation_config.sqf", + "variables": { + "KP_liberation_preset_blufor": 8, + "KP_liberation_preset_opfor": 3, + "KP_liberation_preset_resistance": 3, + "KP_liberation_preset_civilians": 2, + "KP_liberation_arsenal": 0 + } } ]