Extend ignore lists

closes #250
This commit is contained in:
Christian 2017-10-31 09:33:33 +01:00
parent d224fbc7f8
commit 508bd8d1c4
12 changed files with 847 additions and 25 deletions

View File

@ -463,29 +463,6 @@ KP_liberation_small_storage_positions = [
[2.4502,-1.79883,0.6]
];
// Building classnames which should be ignored for the destroyed/damaged buildings check for the civil reputation
KP_liberation_cr_ignored_buildings = [
"Land_LampStreet_small_F",
"Land_PowerPoleWooden_L_F",
"Land_LampShabby_F",
"Land_SlideCastle_F",
"Land_Carousel_01_F",
"Land_LampDecor_F",
"Land_LampStreet_F",
"Land_LampHalogen_F",
"Land_LampSolar_F",
"Land_LampHarbour_F",
"Land_HighVoltageColumnWire_F",
"Land_HighVoltageColumn_F",
"Land_fs_feed_F",
"Land_PowerWireBig_left_F",
"Land_runway_edgelight_blue_F",
"Land_LampAirport_off_F",
"Land_Flush_Light_green_F",
"Land_LampAirport_F",
"Land_PierLadder_F"
];
// DO NOT CHANGE (unless you know what you are doing).
GRLIB_endgame = 0;
if ( GRLIB_blufor_cap > 100 ) then { GRLIB_blufor_cap = 100 };

View File

@ -5,9 +5,9 @@ if (KP_liberation_civrep_debug > 0) then {private _text = format ["[KP LIBERATIO
private _return = 0;
if (KP_liberation_cr_param_buildings) then {
_return = {(damage _x == 0) && !((typeOf _x) in KP_liberation_cr_ignored_buildings)} count nearestObjects [getMarkerPos _sector, ["House"], 1.5 * GRLIB_capture_size];
_return = count (nearestObjects [getMarkerPos _sector, ["House"], 1.5 * GRLIB_capture_size] select {(damage _x == 0) && !((typeOf _x) in KP_liberation_cr_ign_buildings)});
} else {
_return = {(alive _x) && !((typeOf _x) in KP_liberation_cr_ignored_buildings)} count nearestObjects [getMarkerPos _sector, ["House"], 1.5 * GRLIB_capture_size];
_return = count (nearestObjects [getMarkerPos _sector, ["House"], 1.5 * GRLIB_capture_size] select {(alive _x) && !((typeOf _x) in KP_liberation_cr_ign_buildings)});
};
if (KP_liberation_civrep_debug > 0) then {private _text = format ["[KP LIBERATION] [CIVREP] getBuildings finished on: %1 - Return: %2", debug_source, _return];_text remoteExec ["diag_log",2];};

View File

@ -0,0 +1,61 @@
KP_liberation_cr_ign_buildings = [
"Land_Cargo_House_V1_F",
"Land_Cargo_House_V2_F",
"Land_Cargo_House_V3_F",
"Land_Cargo_HQ_V1_F",
"Land_Cargo_Patrol_V1_F",
"Land_Cargo_Tower_V1_F",
"Land_Carousel_01_F",
"Land_Communication_anchor_F",
"Land_Crane_F",
"Land_d_Addon_02_V1_F",
"Land_d_House_Big_01_V1_F",
"Land_d_House_Big_02_V1_F",
"Land_d_House_Small_01_V1_F",
"Land_d_House_Small_02_V1_F",
"Land_d_Shop_01_V1_F",
"Land_d_Shop_02_V1_F",
"Land_d_Stone_HouseBig_V1_F",
"Land_d_Stone_HouseSmall_V1_F",
"Land_d_Stone_Shed_V1_F",
"Land_d_Windmill01_F",
"Land_Dome_Big_F",
"Land_dp_transformer_F",
"Land_Flush_Light_green_F",
"Land_Flush_Light_yellow_F",
"Land_fs_feed_F",
"Land_fs_roof_F",
"Land_HighVoltageColumn_F",
"Land_HighVoltageColumnWire_F",
"Land_HighVoltageEnd_F",
"Land_HighVoltageTower_large_F",
"Land_HighVoltageTower_largeCorner_F",
"Land_IndPipe2_big_ground1_F",
"Land_IndPipe2_big_ground2_F",
"Land_IndPipe2_bigL_R_F",
"Land_LampAirport_F",
"Land_LampAirport_off_F",
"Land_LampDecor_F",
"Land_LampHalogen_F",
"Land_LampHarbour_F",
"Land_LampShabby_F",
"Land_LampSolar_F",
"Land_LampStreet_F",
"Land_LampStreet_small_F",
"Land_LifeguardTower_01_F",
"Land_nav_pier_m_F",
"Land_Pier_F",
"Land_Pier_small_F",
"Land_PierLadder_F",
"Land_PowerPoleWooden_L_F",
"Land_PowerWireBig_direct_F",
"Land_PowerWireBig_left_F",
"Land_PowerWireBig_right_F",
"Land_Research_house_V1_F",
"Land_runway_edgelight",
"Land_runway_edgelight_blue_F",
"Land_SlideCastle_F",
"Land_spp_Mirror_F",
"Land_TTowerSmall_1_F",
"Land_TTowerSmall_2_F"
];

View File

@ -0,0 +1,157 @@
KP_liberation_cr_ign_buildings = [
"Land_A_Crane_02a",
"Land_A_Crane_02b",
"Land_A_FuelStation_Shed",
"Land_BoatSmall_1",
"Land_BoatSmall_2a",
"Land_BoatSmall_2b",
"Land_Brana02nodoor",
"Land_Company3_2",
"Land_D_Mlyn_Vys",
"Land_D_Pec_Vez1",
"Land_D_Pec_Vez2",
"Land_D_Vez_Mlyn",
"Land_Farm_WTower",
"Land_Gate_Wood1_5",
"Land_Gate_wood2_5",
"Land_Ind_BoardsPack1",
"Land_Ind_BoardsPack2",
"Land_Ind_Expedice_1",
"Land_Ind_Expedice_2",
"Land_Ind_Expedice_3",
"Land_Ind_IlluminantTower",
"Land_Ind_Mlyn_01",
"Land_Ind_Mlyn_02",
"Land_Ind_Mlyn_03",
"Land_Ind_Mlyn_04",
"Land_Ind_Mlyn_D1",
"Land_Ind_Mlyn_D2",
"Land_Ind_SawMillPen",
"Land_Ind_Shed_01_end",
"Land_Ind_Shed_01_main",
"Land_Ind_Shed_02_end",
"Land_Ind_Shed_02_main",
"Land_Ind_SiloVelke_most",
"Land_Ind_TankSmall",
"Land_Ind_TankSmall2",
"Land_Ind_Timbers",
"Land_IndPipe1_stair",
"Land_IndPipe2_big_18",
"Land_IndPipe2_big_18ladder",
"Land_IndPipe2_big_9",
"Land_IndPipe2_big_ground1",
"Land_IndPipe2_big_ground2",
"Land_IndPipe2_big_support",
"Land_IndPipe2_bigBuild1_R",
"Land_IndPipe2_bigBuild2_L",
"Land_IndPipe2_bigL_L",
"Land_IndPipe2_bigL_R",
"Land_IndPipe2_Small_9",
"Land_IndPipe2_Small_ground1",
"Land_IndPipe2_Small_ground2",
"Land_IndPipe2_SmallBuild1_R",
"Land_IndPipe2_SmallBuild2_R",
"Land_IndPipe2_SmallL_L",
"Land_IndPipe2_SmallL_R",
"Land_IndPipe2_T_L",
"Land_IndPipe2_T_R",
"Land_KBud",
"Land_Kontejner",
"Land_Lampa_ind",
"Land_Lampa_ind_zebr",
"Land_Lampa_sidl",
"Land_Lampa_sidl_2",
"Land_Lampa_sidl_3",
"Land_loco_742_blue",
"Land_Misc_Cargo1Ao",
"Land_Misc_Cargo1B",
"Land_Misc_Cargo1Bo",
"Land_Misc_Cargo1C",
"Land_Misc_Cargo1D",
"Land_Misc_Cargo2B",
"Land_Misc_Cargo2C",
"Land_Misc_Cargo2D",
"Land_Misc_Cargo2E",
"Land_Misc_deerstand",
"Land_Misc_GContainer_Big",
"Land_Misc_Scaffolding",
"Land_Molo_drevo_bs",
"Land_Molo_drevo_end",
"Land_Nasypka",
"Land_Nav_Boathouse_PierT",
"land_nav_pier_c",
"land_nav_pier_c_270",
"land_nav_pier_c_90",
"land_nav_pier_c_big",
"land_nav_pier_C_L10",
"land_nav_pier_C_R10",
"land_nav_pier_C_R30",
"land_nav_pier_c_t15",
"land_nav_pier_c_t20",
"land_nav_pier_c2",
"land_nav_pier_c2_end",
"land_nav_pier_F_17",
"land_nav_pier_F_23",
"Land_nav_pier_m_2",
"land_nav_pier_m_end",
"Land_Plot_green_branka",
"Land_Plot_green_vrata",
"Land_Plot_rust_branka",
"Land_Plot_rust_vrata",
"Land_PowLines_ConcL",
"Land_PowLines_WoodL",
"Land_Psi_bouda",
"Land_Pumpa",
"Land_Rail_Semafor",
"Land_Rail_Zavora",
"Land_ruin_wall",
"Land_seno_balik",
"Land_Shed_M02",
"Land_sign_altar",
"Land_sign_balota",
"Land_Sign_Bar_RU",
"Land_sign_berezino",
"Land_Sign_BES",
"Land_sign_chernogorsk",
"Land_sign_elektrozavodsk",
"Land_sign_kamenka",
"Land_sign_kamyshovo",
"Land_sign_komarovo",
"Land_sign_solnichnyi",
"Land_SignB_Gov",
"Land_SignB_GovPolice",
"Land_SignB_GovSchool",
"Land_SignB_GovSign",
"Land_SignB_Hotel_CZ2",
"Land_SignB_PostOffice",
"Land_SignB_Pub_CZ1",
"Land_SignB_Pub_CZ2",
"Land_SignB_Pub_CZ3",
"Land_SignB_Pub_RU1",
"Land_SignB_Pub_RU2",
"Land_SignB_Pub_RU3",
"Land_sloup_vn",
"Land_sloup_vn_drat",
"Land_sloup_vn_drat_d",
"Land_sloup_vn_dratZ",
"Land_Stoplight02",
"Land_Tec",
"Land_Trafostanica_velka",
"Land_Trafostanica_velka_draty",
"Land_Vez",
"Land_Vez_Pec",
"Land_wagon_box",
"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_Kolchoz",
"Land_Wall_Gate_Village",
"Land_Wall_Gate_Wood1"
];

View File

@ -0,0 +1,61 @@
KP_liberation_cr_ign_buildings = [
"Land_Bunker_01_big_F",
"Land_Bunker_01_small_F",
"Land_cargo_addon02_V1_F",
"Land_Cargo_House_V4_F",
"Land_Cargo_Patrol_V4_F",
"Land_Cargo_Tower_V4_F",
"Land_Carousel_01_F",
"Land_Communication_F",
"Land_d_House_Big_01_V1_F",
"Land_d_House_Big_02_V1_F",
"Land_d_House_Small_01_V1_F",
"Land_d_House_Small_02_V1_F",
"Land_d_Stone_HouseBig_V1_F",
"Land_d_Stone_HouseSmall_V1_F",
"Land_d_Stone_Shed_V1_F",
"Land_Flush_Light_green_F",
"Land_Flush_Light_red_F",
"Land_Flush_Light_yellow_F",
"Land_fs_feed_F",
"Land_fs_roof_F",
"Land_FuelStation_01_pump_malevil_F",
"Land_FuelStation_01_roof_malevil_F",
"Land_FuelStation_Feed_F",
"Land_IndPipe2_big_18ladder_F",
"Land_IndPipe2_big_ground1_F",
"Land_IndPipe2_big_ground2_F",
"Land_IndPipe2_bigL_L_F",
"Land_IndPipe2_bigL_R_F",
"Land_LampAirport_F",
"Land_LampHalogen_F",
"Land_LampHarbour_F",
"Land_LampShabby_F",
"Land_LampStreet_F",
"Land_LampStreet_small_F",
"Land_MetalShelter_01_F",
"Land_MetalShelter_02_F",
"Land_nav_pier_m_F",
"Land_NavigLight",
"Land_NavigLight_3_F",
"Land_Pier_addon",
"Land_Pier_Box_F",
"Land_Pier_F",
"Land_Pier_small_F",
"Land_PierLadder_F",
"Land_PortableLight_single_F",
"Land_PowerLine_01_pole_junction_F",
"Land_PowerLine_01_pole_small_F",
"Land_PowerLine_01_pole_tall_F",
"Land_PowerLine_01_pole_transformer_F",
"Land_PowerLine_01_wire_50m_F",
"Land_PowerLine_01_wire_50m_main_F",
"Land_runway_edgelight",
"Land_runway_edgelight_blue_F",
"Land_SlideCastle_F",
"Land_SM_01_shelter_wide_F",
"Land_TentHangar_V1_F",
"Land_TTowerSmall_1_F",
"Land_TTowerSmall_2_F",
"MetalBarrel_burning_F"
];

View File

@ -0,0 +1,81 @@
KP_liberation_cr_ign_buildings = [
"Land_A_Castle_Bastion",
"Land_A_Crane_02a",
"Land_A_Crane_02b",
"Land_A_CraneCon",
"Land_BoatSmall_1",
"Land_BoatSmall_2a",
"Land_BoatSmall_2b",
"Land_Brana02nodoor",
"Land_Communication_F",
"Land_Farm_WTower",
"Land_Ind_BoardsPack1",
"Land_Ind_BoardsPack2",
"Land_Ind_Expedice_3",
"Land_Ind_FuelStation_Feed_EP1",
"Land_Ind_FuelStation_Shed_EP1",
"Land_Ind_IlluminantTower",
"Land_Ind_SawMillPen",
"Land_Ind_Shed_01_end",
"Land_Ind_Shed_01_main",
"Land_Ind_Shed_02_end",
"Land_Ind_Shed_02_EP1",
"Land_Ind_Shed_02_main",
"Land_Ind_Timbers",
"Land_IndPipe1_stair",
"Land_IndPipe2_Small_9",
"Land_IndPipe2_Small_ground2",
"Land_KBud",
"Land_Kontejner",
"Land_Lamp_Small_EP1",
"Land_Lamp_Street1_EP1",
"Land_Lampa_ind",
"Land_Lampa_Ind_EP1",
"Land_LampShabby_F",
"Land_LampStreet_F",
"Land_LampStreet_small_F",
"Land_loco_742_blue",
"Land_Majak_podesta",
"Land_Misc_Cargo1Ao_EP1",
"Land_Misc_Cargo1B",
"Land_Misc_Cargo1B_EP1",
"Land_Misc_Cargo1Bo_EP1",
"Land_Misc_Cargo1C",
"Land_Misc_Cargo1C_EP1",
"Land_Misc_Cargo1D",
"Land_Misc_Cargo1D_EP1",
"Land_Misc_Cargo2B",
"Land_Misc_Cargo2B_EP1",
"Land_Misc_Cargo2C",
"Land_Misc_Cargo2C_EP1",
"Land_Misc_Cargo2D",
"Land_Misc_Cargo2E",
"Land_Misc_Scaffolding",
"Land_Misc_Well_C_EP1",
"Land_Misc_Well_L_EP1",
"Land_Nav_Boathouse_PierR",
"Land_Nav_Boathouse_PierT",
"land_nav_pier_c",
"land_nav_pier_c_270",
"land_nav_pier_c_90",
"land_nav_pier_C_L10",
"land_nav_pier_C_R30",
"land_nav_pier_c_t20",
"land_nav_pier_c2_end",
"land_nav_pier_F_23",
"Land_PowLines_Conc2L_EP1",
"land_statek_brana_open",
"Land_Terrace_K_1_EP1",
"Land_Trafostanica_mala",
"Land_Trafostanica_velka",
"Land_Vez",
"Land_Vysilac_FM",
"Land_Wall_L_2m5_gate_EP1",
"Land_Wall_L_Mosque_1_EP1",
"Land_Wall_L_Mosque_2_EP1",
"Land_Wall_L1_gate_EP1",
"Land_Wall_L3_5m_EP1",
"Land_Wall_L3_gate_EP1",
"Land_Wall_L3_pillar_EP1",
"Land_water_tank"
];

View File

@ -0,0 +1,85 @@
KP_liberation_cr_ign_buildings = [
"Land_AfDum_mesto2",
"Land_AfDum_mesto2L",
"Land_AfDum_mesto3",
"Land_bouda_plech",
"Land_Brana02nodoor",
"Land_Dulni_bs",
"Land_Dum_zboreny",
"Land_Dum_zboreny_total",
"Land_Helfenburk_budova2",
"Land_Helfenburk_cimburi",
"Land_Helfenburk_zed",
"Land_Hlaska",
"Land_Hut03",
"Land_KBud",
"Land_Kontejner",
"Land_Kontejner_papir",
"Land_Kontejner_plasty",
"Land_Kontejner_sklo",
"Land_Kostel_trosky",
"Land_ladder",
"Land_ladder_half",
"Land_Lampa_ind",
"Land_Lampa_ind_b",
"Land_Lampa_ind_zebr",
"Land_Lampa_sidl",
"Land_Lampa_sidl_2",
"Land_Lampa_sidl_3",
"Land_Lampa_vysoka",
"Land_Leseni2x",
"Land_Leseni4x",
"Land_Majak_podesta",
"Land_Molo_beton",
"Land_Molo_drevo_bs",
"Land_Molo_drevo_end",
"Land_Molo_krychle",
"Land_Molo_krychle2",
"Land_Nabrezi",
"Land_Nabrezi_najezd",
"Land_Nasypka",
"Land_Plot_green_branka",
"Land_Plot_green_vrata",
"Land_Plot_istan1_rovny_gate",
"Land_Plot_rust_branka",
"Land_Plot_rust_vrata",
"Land_Plot_zboreny",
"Land_Plot_zed_drevo1_branka",
"Land_Podesta_1_cornl",
"Land_Podesta_1_cornp",
"Land_Podesta_1_cube",
"Land_Podesta_1_cube_long",
"Land_Podesta_1_mid",
"Land_Podesta_1_mid_cornl",
"Land_Podesta_1_mid_cornp",
"Land_Podesta_1_stairs",
"Land_Podesta_1_stairs2",
"Land_Podesta_1_stairs3",
"Land_Podesta_1_stairs4",
"Land_Podesta_10",
"Land_Podesta_5",
"Land_Podesta_s10",
"Land_Podesta_s5",
"Land_Posed",
"Land_Psi_bouda",
"Land_Pumpa",
"Land_seno_balik",
"Land_sloup_vn",
"Land_sloup_vn_drat",
"Land_sloup_vn_dratZ",
"land_statek_brana_open",
"Land_Stoplight01",
"Land_Stoplight02",
"Land_Trafostanica_mala",
"Land_Trafostanica_velka",
"Land_Trafostanica_velka_draty",
"Land_Vez",
"Land_Vysilac_FM",
"Land_Vysilac_FM2",
"Land_water_tank",
"Land_Zastavka_jih",
"Land_Zastavka_sever",
"Land_Zavora",
"Land_Zavora_2_a1",
"Land_Zed_dira_civil"
];

View File

@ -0,0 +1,36 @@
KP_liberation_cr_ign_buildings = [
"Land_BoatSmall_1",
"Land_BoatSmall_2a",
"Land_BoatSmall_2b",
"Land_Fort_Watchtower_EP1",
"Land_fortified_nest_big_EP1",
"Land_fortified_nest_small_EP1",
"Land_Ind_FuelStation_Feed_EP1",
"Land_Ind_FuelStation_Shed_EP1",
"Land_Ind_Shed_02_EP1",
"Land_Lamp_Small_EP1",
"Land_Lamp_Street1_EP1",
"Land_Lampa_Ind_EP1",
"Land_Misc_Cargo1B_EP1",
"Land_Misc_Cargo1Bo_EP1",
"Land_Misc_Cargo1C_EP1",
"Land_Misc_Cargo2B_EP1",
"Land_Misc_Cargo2C_EP1",
"Land_Misc_Well_C_EP1",
"Land_Misc_Well_L_EP1",
"Land_Nav_Boathouse_PierR",
"Land_PowLine_wire_A_left_EP1",
"Land_PowLine_wire_A_right_EP1",
"Land_PowLine_wire_AB_EP1",
"Land_PowLine_wire_BB_EP1",
"Land_PowLines_Conc2L_EP1",
"Land_Terrace_K_1_EP1",
"Land_Vez",
"Land_Wall_L_2m5_gate_EP1",
"Land_Wall_L_Mosque_1_EP1",
"Land_Wall_L_Mosque_2_EP1",
"Land_Wall_L1_gate_EP1",
"Land_Wall_L3_5m_EP1",
"Land_Wall_L3_gate_EP1",
"Land_Wall_L3_pillar_EP1"
];

View File

@ -0,0 +1,74 @@
KP_liberation_cr_ign_buildings = [
"Land_Cargo_House_V4_F",
"Land_Cargo_Patrol_V4_F",
"Land_Cargo_Tower_V4_F",
"Land_Communication_F",
"Land_ContainerLine_01_F",
"Land_ContainerLine_02_F",
"Land_ContainerLine_03_F",
"Land_DPP_01_waterCooler_F",
"Land_DPP_01_waterCooler_ladder_F",
"Land_FireEscape_01_short_F",
"Land_FireEscape_01_tall_F",
"Land_Flush_Light_green_F",
"Land_Flush_Light_red_F",
"Land_Flush_Light_yellow_F",
"Land_FuelStation_01_pump_F",
"Land_FuelStation_02_pump_F",
"Land_FuelStation_02_roof_F",
"Land_GantryCrane_01_F",
"Land_LampDecor_F",
"Land_LampHalogen_F",
"Land_LampHarbour_F",
"Land_LampShabby_F",
"Land_LampSolar_F",
"Land_LampStreet_F",
"Land_LampStreet_small_F",
"Land_MetalShelter_01_F",
"Land_MetalShelter_02_F",
"Land_MobileCrane_01_F",
"Land_MobileCrane_01_hook_F",
"Land_NavigLight_3_F",
"Land_NavigLight_3_short_F",
"Land_PierConcrete_01_4m_ladders_F",
"Land_PierWooden_01_10m_noRails_F",
"Land_PierWooden_01_16m_F",
"Land_PierWooden_01_dock_F",
"Land_PierWooden_01_hut_F",
"Land_PierWooden_01_ladder_F",
"Land_PierWooden_01_platform_F",
"Land_PierWooden_02_16m_F",
"Land_PierWooden_02_30deg_F",
"Land_PierWooden_02_barrel_F",
"Land_PierWooden_02_hut_F",
"Land_PierWooden_02_ladder_F",
"Land_PortableLight_single_F",
"Land_PowerLine_01_pole_end_v1_F",
"Land_PowerLine_01_pole_end_v2_F",
"Land_PowerLine_01_pole_junction_F",
"Land_PowerLine_01_pole_lamp_F",
"Land_PowerLine_01_pole_small_F",
"Land_PowerLine_01_pole_tall_F",
"Land_PowerLine_01_pole_transformer_F",
"Land_PowerLine_01_wire_50m_F",
"Land_PowerLine_01_wire_50m_main_F",
"Land_QuayConcrete_01_5m_ladder_F",
"Land_runway_edgelight",
"Land_runway_edgelight_blue_F",
"Land_Shed_06_F",
"Land_SM_01_shelter_narrow_F",
"Land_SM_01_shelter_wide_F",
"Land_SY_01_conveyor_end_F",
"Land_SY_01_reclaimer_F",
"Land_SY_01_shiploader_arm_F",
"Land_SY_01_shiploader_F",
"Land_Track_01_bridge_F",
"Land_TTowerBig_1_F",
"Land_TTowerBig_2_F",
"Land_TTowerSmall_1_F",
"Land_Walkover_01_F",
"Land_Warehouse_01_ladder_F",
"Land_Warehouse_02_ladder_F",
"Land_WarehouseShelter_01_F",
"Land_WoodenShelter_01_F"
];

View File

@ -0,0 +1,278 @@
KP_liberation_cr_ign_buildings = [
"Land_A_Castle_Bastion",
"Land_A_Castle_Gate",
"Land_A_Castle_Stairs_A",
"Land_A_Castle_Wall1_20",
"Land_A_Castle_Wall1_Corner",
"Land_A_Castle_Wall1_Corner_2",
"Land_A_Castle_Wall1_End",
"Land_A_Castle_Wall1_End_2",
"Land_A_Castle_Wall2_Corner_2",
"Land_A_Castle_WallS_5_D",
"Land_A_Castle_WallS_End",
"Land_balken_125_025_025_clean_cnc",
"Land_balken_125_025_025_cnc",
"Land_balken_250_025_025_clean_cnc",
"Land_balken_250_025_025_cnc",
"Land_balken_250_025_025_wood",
"Land_balken_500_025_025_clean_cnc",
"Land_balken_500_025_025_cnc",
"Land_balken_500_025_025_wood",
"Land_boden_125_125_025_clean_cnc",
"Land_boden_125_125_025_cnc",
"Land_boden_125_125_025_wood",
"Land_boden_250_250_025_clean_cnc",
"Land_boden_250_250_025_cnc",
"Land_boden_250_250_025_wood",
"Land_boden_500_500_025_clean_cnc",
"Land_boden_500_500_025_cnc",
"Land_boden_500_500_025_wood",
"Land_bouda_plech",
"Land_Brana02",
"Land_Brana02nodoor",
"Land_Cargo_Patrol_V1_F",
"Land_Carousel_01_F",
"Land_Climbing_Obstacle",
"Land_Communication_F",
"Land_Crane_F",
"Land_d_Addon_02_V1_F",
"Land_d_House_Big_01_V1_F",
"Land_d_House_Big_02_V1_F",
"Land_d_Stone_HouseSmall_V1_F",
"Land_d_Stone_Shed_V1_F",
"Land_deox_BarrierGateOpenable",
"Land_deox_carport_a1",
"Land_deox_carport_a2",
"Land_deox_fachwerkA1",
"Land_deox_fachwerkB1",
"Land_deox_fachwerkC2",
"Land_deox_fachwerkD2",
"Land_deox_fachwerkE1",
"Land_deox_fachwerkE1B",
"Land_deox_fachwerkE1O",
"Land_deox_fachwerkS1",
"Land_deox_fachwerkS1_offen",
"Land_deox_fachwerkS1Giebel",
"Land_deox_fachwerkSO1",
"Land_deox_fachwerkSO1_offen",
"Land_deox_fence_B1",
"Land_deox_fence_B2",
"Land_deox_fence_B3",
"Land_deox_fence_C1",
"Land_deox_fence_C1s",
"Land_deox_fwh_dach",
"Land_deox_fwh_dach2",
"Land_deox_fwh_dach3",
"Land_deox_fwhE1",
"Land_deox_fwhf1",
"Land_deox_gate_A1",
"Land_deox_gate_B1",
"Land_deox_gate_B2",
"Land_deox_gate_B2door",
"Land_deox_gate_B3",
"Land_deox_gate_B3door",
"Land_deox_gate_B5",
"Land_deox_gate_c1",
"Land_deox_House_D_medium3_4",
"Land_deox_rampe_a1",
"Land_deox_rampe_c1",
"Land_deox_rampe_d1",
"Land_deox_rampe_d3",
"Land_deox_tuer1",
"Land_deox_unterbau1a",
"Land_deox_unterbau1b",
"Land_deox_unterbau1c",
"Land_deox_unterbau2a",
"Land_deox_unterbau2b",
"Land_deox_wall01",
"Land_deox_wall01s",
"Land_deox_wall02",
"Land_deox_wall02s",
"Land_deox_wall06",
"Land_Dirthump01",
"Land_Dirthump01_EP1",
"Land_Dirthump02",
"Land_Dirthump02_EP1",
"Land_Dirthump03",
"Land_Dirthump03_EP1",
"Land_ecke_075_025_300_clean_cnc",
"Land_ecke_075_025_300_wood",
"Land_Factory_Conv1_10_F",
"Land_Factory_Conv1_Main_F",
"Land_Farm_WTower",
"Land_fenster_250_025_300_clean_cnc",
"Land_fenster_250_025_300_cnc",
"Land_fenster_250_025_300_wood",
"Land_Gate_IndVar2_5",
"Land_Gate_Wood1_5",
"Land_Gate_wood2_5",
"Land_glass_125_0025_125",
"Land_glass_125_0025_300",
"Land_glass_250_0025_300",
"Land_glass_500_0025_300",
"Land_glass_platte_500_500_0025",
"Land_Grave_dirt_F",
"Land_Grave_forest_F",
"Land_Grave_rocks_F",
"Land_HighVoltageTower_F",
"Land_Hut03",
"Land_i_House_Small_02_V2_dam_F",
"Land_i_House_Small_02_V3_dam_F",
"Land_i_Stone_Shed_V1_dam_F",
"Land_i_Stone_Shed_V2_dam_F",
"Land_Ind_BoardsPack1",
"Land_Ind_BoardsPack2",
"Land_Ind_Expedice_1",
"Land_Ind_Expedice_3",
"Land_Ind_Mlyn_03",
"Land_Ind_SawMillPen",
"Land_Ind_Shed_01_end",
"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_TankSmall2_EP1",
"Land_Ind_Timbers",
"Land_Kontejner",
"Land_Kontejner_papir",
"Land_Kontejner_plasty",
"Land_Kontejner_sklo",
"Land_Kostel_trosky",
"Land_ladder",
"Land_Lampa_cut",
"Land_Lampa_Ind_EP1",
"Land_LampDecor_F",
"Land_LampHalogen_F",
"Land_LampHarbour_F",
"Land_LampShabby_F",
"Land_LampStreet_F",
"Land_LampStreet_small_F",
"Land_Leseni2x",
"Land_Leseni4x",
"Land_LifeguardTower_01_F",
"Land_lift",
"Land_Majak_podesta",
"Land_MBG_Cinderwall_2p5",
"Land_MBG_Cinderwall_5",
"Land_MBG_Cinderwall_5_Corner",
"Land_MBG_Cinderwall_5_Gate",
"Land_mbg_cinderwall_5_low",
"Land_MBG_Cinderwall_5_SteelDoor",
"Land_MBG_Cinderwall_5_WoodDoor",
"Land_MBG_Cinderwall_5dam",
"Land_MBG_Shoothouse_1",
"Land_Misc_Cargo1A_EP1",
"Land_Misc_Cargo1B_EP1",
"Land_Misc_Cargo1Bo",
"Land_Misc_Cargo1C_EP1",
"Land_Misc_Cargo1D_EP1",
"Land_Misc_Cargo1E",
"Land_Misc_Cargo1E_EP1",
"Land_Misc_Cargo1F",
"Land_Misc_Cargo1G",
"Land_Misc_CargoMarket1a_EP1",
"Land_Misc_Coltan_Heap_EP1",
"Land_Misc_deerstand",
"Land_Misc_GContainer_Big",
"Land_Misc_Scaffolding",
"Land_Misc_Well_C_EP1",
"Land_Misc_Well_L_EP1",
"Land_Molo_krychle",
"Land_Molo_krychle2",
"Land_MXDorfschild",
"Land_Nasypka",
"land_nav_pier_c",
"land_nav_pier_F_17",
"land_nav_pier_F_23",
"Land_Obstacle_Climb_F",
"Land_pfeiler_025_025_300_clean_cnc",
"Land_pfeiler_025_025_300_cnc",
"Land_pfeiler_025_025_300_wood",
"Land_Plot_green_branka",
"Land_Plot_green_vrata",
"Land_Plot_istan1_rovny_gate",
"Land_Plot_rust_branka",
"Land_Plot_rust_vrata",
"Land_Plot_zboreny",
"Land_Plot_zed_drevo1_branka",
"Land_plp_ctm_PartitioningFenceGreyDoorOpen",
"Land_Podesta_1_cornl",
"Land_Podesta_1_cornp",
"Land_Podesta_1_cube",
"Land_Podesta_1_cube_long",
"Land_Podesta_1_mid",
"Land_Podesta_1_mid_cornl",
"Land_Podesta_1_mid_cornp",
"Land_Podesta_1_stairs",
"Land_Podesta_1_stairs2",
"Land_Podesta_1_stairs4",
"Land_Podesta_10",
"Land_Podesta_5",
"Land_Podesta_s10",
"Land_Podesta_s5",
"Land_pool_water",
"Land_PortableLight_double_F",
"Land_PortableLight_single_F",
"Land_Posed",
"Land_PowerWireSmall_direct_F",
"Land_PowLines_Conc2L_EP1",
"Land_PowLines_ConcL",
"Land_PowLines_WoodL",
"Land_Psi_bouda",
"Land_R_HouseV_2L",
"Land_Ruin_Cowshed_a_PMC",
"Land_Ruin_Cowshed_b_PMC",
"Land_Ruin_Cowshed_c_PMC",
"Land_ruin_rubble",
"Land_Ruiny_obvod_3",
"Land_seno_balik",
"Land_Shed_M02",
"Land_SignB_Hotel_CZ",
"Land_SignB_Hotel_CZ2",
"Land_SlideCastle_F",
"land_statek_brana_open",
"Land_Stoplight01",
"Land_Stoplight02",
"Land_t_light_r",
"Land_TACO_Lampa_sidl",
"Land_TACO_Lampa_sidl_2",
"Land_TACO_Lampa_sidl_3",
"Land_Tec",
"Land_teich_klein",
"Land_treppe_250_100_150_clean_cnc",
"Land_treppe_250_100_150_cnc",
"Land_treppe_250_100_150_wood",
"Land_TTowerBig_2_F",
"Land_ture_250_025_300_clean_cnc",
"Land_ture_250_025_300_cnc",
"Land_ture_250_025_300_wood",
"Land_u_Addon_01_V1_dam_F",
"Land_Wall_CGry_5_D",
"Land_Wall_Gate_Ind1_L",
"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_Kolchoz",
"Land_Wall_Gate_Village",
"Land_Wall_Gate_Wood1",
"Land_Wall_L1_gate_EP1",
"Land_wand_125_025_300_clean_cnc",
"Land_wand_125_025_300_cnc",
"Land_wand_125_025_300_wood",
"Land_wand_250_025_300_clean_cnc",
"Land_wand_250_025_300_cnc",
"Land_wand_250_025_300_wood",
"Land_wand_500_025_300_clean_cnc",
"Land_wand_500_025_300_cnc",
"Land_wand_500_025_300_wood",
"Land_xCam_Build_00",
"Land_Zastavka_jih",
"Land_Zastavka_sever",
"Land_zavora_2"
];

View File

@ -1,5 +1,16 @@
if (KP_liberation_civrep_debug > 0) then {diag_log format ["[KP LIBERATION] [CIVREP] init_buildings.sqf initialising on: %1", debug_source];};
switch (worldName) do {
case "Chernarus": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\chernarus.sqf"};
case "Malden": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\malden.sqf"};
case "pja310": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\pja310.sqf"};
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 "xcam_taunus": {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\xcam_taunus.sqf"};
default {call compile preprocessFileLineNumbers "scripts\server\civrep\ignored\altis.sqf"};
};
KP_liberation_cr_sectorbuildings = [];
{

View File

@ -164,6 +164,7 @@ class Missions
* Updated: ACE settings from our community due to the new pylons system in ACE.
* Updated: Italian localization. Thanks to [k4s0](https://github.com/k4s0)
* Updated: Chinese Simplified localization. Thanks to [nercon](https://github.com/nercon)
* Updated: List of ignored buildings for the civil reputation.
* Tweaked: Logistic convoy ambush chance balancing.
* Fixed: SMAW optic placed in wrong array in RHS presets.