Tweaks to repair/rearm/refuel/medical arrays

This commit is contained in:
Wyqer 2019-07-23 22:54:09 +02:00
parent 959dcfe01d
commit fbfafc3bdf
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
4 changed files with 41 additions and 14 deletions

View File

@ -18,6 +18,8 @@ KP_liberation_medical_vehicles = [
"gm_gc_army_ural375d_medic",
"gm_ge_army_u1300l_medic_win_rc",
"gm_ge_army_u1300l_medic",
"O_T_Truck_03_medical_ghex_F",
"O_Truck_03_medical_F",
"RHS_UH60M_MEV_d",
"RHS_UH60M_MEV",
"RHS_UH60M_MEV2_d",
@ -42,7 +44,10 @@ KP_liberation_medical_facilities = [
"Land_Medevac_HQ_V1_F",
"LAND_uns_army_med",
"LAND_uns_tent3mash",
"US_Tent_2"
"uns_mash_main",
"uns_mash",
"US_Tent_2",
"US_Tent_MASH"
];
// Classnames of ACE3 crates (which have to be in the unit preset as well).
@ -587,6 +592,10 @@ ai_resupply_sources = [
"gm_gc_army_ural4320_reammo",
"gm_ge_army_kat1_451_reammo_win",
"gm_ge_army_kat1_451_reammo",
"Land_Pod_Heli_Transport_04_ammo_F",
"O_Heli_Transport_04_ammo_F",
"O_T_Truck_03_ammo_ghex_F",
"O_Truck_03_ammo_F",
"rhs_gaz66_ammo_msv",
"rhsusf_M1078A1R_SOV_M2_D_fmtv_socom",
"rhsusf_M977A4_AMMO_BKIT_M2_usarmy_d",
@ -596,7 +605,8 @@ ai_resupply_sources = [
"rhsusf_M977A4_AMMO_usarmy_d",
"rhsusf_M977A4_AMMO_usarmy_wd",
"uns_M113_ENG",
"uns_M35A2_ammo"
"uns_M35A2_ammo",
"uns_motorpool1_repair"
];
// Everything that can resupply other vehicles.
@ -617,6 +627,10 @@ vehicle_repair_sources = [
"gm_gc_army_ural4320_repair",
"gm_ge_army_u1300l_repair_win",
"gm_ge_army_u1300l_repair",
"Land_Pod_Heli_Transport_04_repair_F",
"O_Heli_Transport_04_repair_F",
"O_T_Truck_03_repair_ghex_F",
"O_Truck_03_repair_F",
"RHS_Ural_Repair_VDV_01",
"rhsusf_M1078A1R_SOV_M2_D_fmtv_socom",
"rhsusf_M977A4_REPAIR_BKIT_M2_usarmy_d",
@ -625,8 +639,10 @@ vehicle_repair_sources = [
"rhsusf_M977A4_REPAIR_BKIT_usarmy_wd",
"rhsusf_M977A4_REPAIR_usarmy_d",
"rhsusf_M977A4_REPAIR_usarmy_wd",
"UNS_Hanger_repair",
"uns_M113_ENG",
"uns_M35A2_repair"
"uns_M35A2_repair",
"uns_motorpool1_repair"
];
vehicle_rearm_sources = [
@ -649,6 +665,10 @@ vehicle_rearm_sources = [
"gm_gc_army_ural4320_reammo",
"gm_ge_army_kat1_451_reammo_win",
"gm_ge_army_kat1_451_reammo",
"Land_Pod_Heli_Transport_04_ammo_F",
"O_Heli_Transport_04_ammo_F",
"O_T_Truck_03_ammo_ghex_F",
"O_Truck_03_ammo_F",
"rhs_gaz66_ammo_msv",
"rhsusf_M1078A1R_SOV_M2_D_fmtv_socom",
"rhsusf_M977A4_AMMO_BKIT_M2_usarmy_d",
@ -683,6 +703,10 @@ vehicle_refuel_sources = [
"gm_gc_army_ural375d_refuel",
"gm_ge_army_kat1_451_refuel_win",
"gm_ge_army_kat1_451_refuel",
"Land_Pod_Heli_Transport_04_fuel_F",
"O_Heli_Transport_04_fuel_F",
"O_T_Truck_03_fuel_ghex_F",
"O_Truck_03_fuel_F",
"RHS_Ural_Fuel_VDV_01",
"rhsusf_M1078A1R_SOV_M2_D_fmtv_socom",
"rhsusf_M978A4_BKIT_usarmy_d",

View File

@ -224,9 +224,9 @@ support_vehicles = [
["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
["Land_Pod_Heli_Transport_04_repair_F",275,0,0], // Taru Repaircontainer
["Land_Pod_Heli_Transport_04_ammo_F",75,200,0], // Taru Ammocontainer
["Land_Pod_Heli_Transport_04_fuel_F",75,0,200] // Taru Fuelcontainer
];
/*

View File

@ -226,14 +226,14 @@ support_vehicles = [
["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_ammo_ghex_F",125,200,75], // Typhoon Ammo
["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
["Land_Pod_Heli_Transport_04_repair_F",275,0,0], // Taru Repaircontainer
["Land_Pod_Heli_Transport_04_ammo_F",75,200,0], // Taru Ammocontainer
["Land_Pod_Heli_Transport_04_fuel_F",75,0,200] // Taru Fuelcontainer
];
/*

View File

@ -25,10 +25,10 @@ KP_liberation_boat_classname = "UNS_Zodiac_W"; // These
KP_liberation_truck_classname = "uns_M35A2_Open"; // These are the trucks which are used in the logistic convoy system.
KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources.
KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources.
KP_liberation_recycle_building = "LAND_uns_motorpool1"; // The building defined to unlock FOB recycling functionality.
KP_liberation_recycle_building = "uns_motorpool1_repair"; // The building defined to unlock FOB recycling functionality.
KP_liberation_air_vehicle_building = "LAND_uns_signaltower"; // The building defined to unlock FOB air vehicle functionality.
KP_liberation_heli_slot_building = "LAND_uns_Heli_pad"; // The helipad used to increase the GLOBAL rotary-wing cap.
KP_liberation_plane_slot_building = "Land_ss_hangar"; // The hangar used to increase the GLOBAL fixed-wing cap.
KP_liberation_plane_slot_building = "UNS_Hanger_repair"; // The hangar used to increase the GLOBAL fixed-wing cap.
KP_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources.
KP_liberation_ammo_crate = "B_CargoNet_01_ammo_F"; // This defines the ammunition crates.
KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // This defines the fuel crates.
@ -167,10 +167,13 @@ buildings = [
["Flag_White_F",0,0,0],
["uns_FlagCarrierMed",0,0,0],
["LAND_uns_army_med",0,0,0],
["US_Tent_2",0,0,0],
["LAND_uns_tent3mash",0,0,0],
["uns_mash_main",0,0,0],
["uns_mash",0,0,0],
["US_Tent_MASH",0,0,0],
["sign_HELI",0,0,0],
["Helipad",0,0,0],
["LAND_uns_evac_pad",0,0,0],
["LAND_uns_Heli_H",0,0,0],
["Land_BarrelWater_F",0,0,0],
["Land_BarrelWater_grey_F",0,0,0],
["Land_camonet_east_ep1",0,0,0],