Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.37 KB | None | 0 0
  1. /*
  2. Needed Mods:
  3. - None
  4.  
  5. Optional Mods:
  6. - BWMod
  7. - F/A-18
  8. - F-15C
  9. - RHSUSAF
  10. */
  11.  
  12. /* - Support classnames.
  13. 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! */
  14. FOB_typename = "Land_Cargo_HQ_V1_F"; // This is the main FOB HQ building. Default is "Land_Cargo_HQ_V1_F".
  15. FOB_box_typename = "B_Slingload_01_Cargo_F"; // This is the FOB as a container. Default is "B_Slingload_01_Cargo_F".
  16. FOB_truck_typename = "rhsusf_M1078A1P2_B_WD_CP_fmtv_usarmy"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F".
  17. Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F".
  18. Respawn_truck_typename = "UK3CB_BAF_LandRover_Amb_FFR_Green_A_MTP"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F".
  19. huron_typename = "kyo_CH47_HC3"; // This is Spartan 01, a multipurpose mobile respawn as a helicopter. Default is "B_Heli_Transport_03_unarmed_F".
  20. crewman_classname = "B_crew_F"; // This defines the crew for vehicles. Default is "B_crew_F".
  21. pilot_classname = "UK3CB_BAF_HeliPilot_RAF_DPMW"; // This defines the pilot for helicopters. Default is "B_Helipilot_F".
  22. KP_liberation_little_bird_classname = "UK3CB_BAF_Wildcat_HMA2_TRN_8A_Tropical_RM"; // These are the little birds which spawn on the Freedom or at Chimera base. Default is "B_Heli_Light_01_F".
  23. KP_liberation_boat_classname = "RHS_CH_47F"; // These are the boats which spawn at the stern of the Freedom. Default is "B_Boat_Transport_01_F".
  24. KP_liberation_truck_classname = "rhsusf_M977A4_BKIT_usarmy_wd"; // These are the trucks which are used in the logistic convoy system. Default is "B_Truck_01_transport_F".
  25. KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources. Default is "ContainmentArea_02_sand_F".
  26. KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources. Default is "ContainmentArea_01_sand_F".
  27. KP_liberation_recycle_building = "Land_CarService_F"; // The building defined to unlock FOB recycling functionality. Default is "Land_CarService_F".
  28. KP_liberation_air_vehicle_building = "Land_Radar_Small_F"; // The building defined to unlock FOB air vehicle functionality. Default is "Land_Radar_Small_F".
  29. KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // The helipad used to increase the GLOBAL rotary-wing cap. Default is "Land_HelipadSquare_F".
  30. 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".
  31. KP_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources. Default is "CargoNet_01_box_F".
  32. KP_liberation_ammo_crate = "B_CargoNet_01_ammo_F"; // This defines the ammunition crates. Default is "B_CargoNet_01_ammo_F".
  33. KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // This defines the fuel crates. Default is "CargoNet_01_barrels_F".
  34.  
  35. /* - Friendly classnames.
  36. Each array below represents one of the 7 pages within the build menu.
  37. Format: ["vehicle_classname",supplies,ammunition,fuel], Example: ["B_APC_Tracked_01_AA_F",300,150,150],
  38. The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build. */
  39. infantry_units = [
  40. ["rhsusf_army_ucp_riflemanl",15,0,0], //Rifleman (Light)
  41. ["rhsusf_army_ucp_rifleman",20,0,0], //Rifleman
  42. ["rhsusf_army_ucp_riflemanat",30,0,0], //Rifleman (AT)
  43. ["rhsusf_army_ucp_grenadier",25,0,0], //Grenadier
  44. ["rhsusf_army_ucp_autorifleman",25,0,0], //Autorifleman
  45. ["rhsusf_army_ucp_machinegunner",35,0,0], //Heavygunner
  46. ["rhsusf_army_ucp_marksman",30,0,0], //Marksman
  47. ["rhsusf_army_ucp_javelin",50,10,0], //AT Specialist
  48. ["rhsusf_army_ucp_aa",50,10,0], //AA Specialist
  49. ["rhsusf_army_ucp_medic",30,0,0], //Combat Life Saver
  50. ["rhsusf_army_ucp_engineer",30,0,0], //Engineer
  51. ["rhsusf_army_ucp_explosives",30,0,0], //Explosives Specialist
  52. ["rhsusf_usmc_recon_marpat_wd_rifleman",20,0,0], //Recon Rifleman
  53. ["rhsusf_usmc_recon_marpat_wd_rifleman_at",30,0,0], //Recon Rifleman (AT)
  54. ["rhsusf_usmc_recon_marpat_wd_autorifleman",25,0,0], //Recon Autorifleman
  55. ["rhsusf_usmc_recon_marpat_wd_machinegunner",35,0,0], //Recon Machine Gunner
  56. ["rhsusf_usmc_recon_marpat_wd_marksman",30,0,0], //Recon Marksman
  57. ["rhsusf_usmc_recon_marpat_wd_sniper_M107",70,5,0], //Recon Sniper (M107)
  58. ["rhsusf_army_ucp_sniper",70,5,0], //Sniper
  59. ["rhsusf_army_ucp_sniper_m107",70,5,0], //Sniper (M107)
  60. ["rhsusf_army_ucp_sniper_m24sws",70,5,0], //Sniper (M24 SWS)
  61. ["rhsusf_army_ucp_combatcrewman",10,0,0], //Crewman
  62. ["rhsusf_army_ucp_rifleman_101st",20,0,0], //Para Trooper
  63. ["rhsusf_army_ucp_helicrew",10,0,0], //Helicopter Crew
  64. ["rhsusf_army_ucp_helipilot",10,0,0], //Helicopter Pilot
  65. ["rhsusf_airforce_jetpilot",10,0,0], //Pilot
  66. ["UK3CB_BAF_Pointman_MTP",15,0,0], //Rifleman (Light)
  67. ["UK3CB_BAF_Rifleman_MTP",20,0,0], //Rifleman
  68. ["UK3CB_BAF_LAT_ILAW_MTP",30,0,0], //Rifleman (AT)
  69. ["UK3CB_BAF_Grenadier_MTP",25,0,0], //Grenadier
  70. ["UK3CB_BAF_LSW_MTP",25,0,0], //Autorifleman
  71. ["UK3CB_BAF_MGLMG_MTP",35,0,0], //Heavygunner
  72. ["UK3CB_BAF_Marksman_MTP",30,0,0], //Marksman
  73. ["UK3CB_BAF_MAT_MTP",50,10,0], //AT Specialist
  74. ["B_soldier_AA_F",50,10,0], //AA Specialist (None in BAF mod.)
  75. ["UK3CB_BAF_Medic_MTP",30,0,0], //Combat Life Saver
  76. ["UK3CB_BAF_Engineer_MTP",30,0,0], //Engineer
  77. ["UK3CB_BAF_Explosive_MTP",30,0,0], //Explosives Specialist
  78. ["UK3CB_BAF_Pointman_MTP_REC",20,0,0], //Recon Rifleman
  79. ["UK3CB_BAF_FAC_MTP_REC",30,0,0], //Recon Rifleman (Grenadier)
  80. ["UK3CB_BAF_MGLMG_MTP_REC",35,0,0], //Recon Machine Gunner
  81. ["UK3CB_BAF_Marksman_MTP_REC",30,0,0], //Recon Marksman
  82. ["UK3CB_BAF_Medic_MTP_REC",30,0,0], //Recon Combat Life Saver
  83. ["UK3CB_BAF_Explosive_MTP_REC",30,0,0], //Recon Explosives Specialist
  84. ["UK3CB_BAF_Sniper_MTP_Ghillie_L115",70,5,0], //Sniper (L115)
  85. ["UK3CB_BAF_Sniper_MTP_Ghillie_L135",70,5,0], //Sniper (L135)
  86. ["UK3CB_BAF_Spotter_MTP_Ghillie_L129",70,5,0], //Sniper (L129)
  87. ["UK3CB_BAF_Spotter_MTP_Ghillie_L85",20,0,0], //Spotter (L85)
  88. ["UK3CB_BAF_Crewman_MTP",10,0,0], //Crewman
  89. ["UK3CB_BAF_HeliCrew_MTP",10,0,0], //Helicopter Crew
  90. ["UK3CB_BAF_HeliMedic_MTP",20,0,0], //Helicopter Crew
  91. ["UK3CB_BAF_HeliPilot_Army_MTP",10,0,0], //Helicopter Pilot
  92. ["UK3CB_BAF_Pilot_Army",10,0,0] //Pilot
  93. ];
  94.  
  95. light_vehicles = [
  96. ["rhsusf_m1025_w",100,0,50], //M1025A2
  97. ["rhsusf_m1025_w_m2",100,40,50], //M1025A2 (M2)
  98. ["rhsusf_m1025_w_mk19",100,60,50], //M1025A2 (Mk19)
  99. ["rhsusf_m998_w_2dr_fulltop",100,0,50], //M1097A2 (2D)
  100. ["rhsusf_m998_w_2dr_halftop",100,0,50], //M1097A2 (2D / open back)
  101. ["rhsusf_M1220_usarmy_wd",120,0,60], //M1220
  102. ["rhsusf_M1220_M2_usarmy_wd",120,40,60], //M1220 (M2)
  103. ["rhsusf_M1220_MK19_usarmy_wd",120,60,60], //M1220 (Mk19)
  104. ["rhsusf_M1232_usarmy_wd",140,0,60], //M1232
  105. ["rhsusf_M1232_M2_usarmy_wd",140,40,60], //M1232 (M2)
  106. ["rhsusf_M1232_MK19_usarmy_wd",140,60,60], //M1232 (Mk19)
  107. ["rhsusf_M1230a1_usarmy_wd",120,0,60], //M1230A1 (MEDEVAC)
  108. ["rhsusf_M1083A1P2_wd_open_fmtv_usarmy",125,0,75], //M1083A1P2 Transport
  109. ["rhsusf_M1083A1P2_wd_fmtv_usarmy",125,0,75], //M1083A1P2 Transport (Covered)
  110. ["rhsusf_M1083A1P2_WD_flatbed_fmtv_usarmy",100,0,50], //M1083A1P2
  111. ["rhsusf_M977A4_BKIT_usarmy_wd",125,0,75], //M977A4 BKIT
  112. ["rhsusf_M977A4_BKIT_M2_usarmy_wd",125,40,75], //M977A4 BKIT (HMG)
  113. ["rhsusf_M1117_W",150,50,50], //M1117 ASV
  114. ["UK3CB_BAF_LandRover_Soft_FFR_Green_A_MTP",75,0,50], //------------BRITISH LINE STARTS------------------------------
  115. ["UK3CB_BAF_LandRover_Hard_FFR_Green_A_MTP",75,0,50], //Land Rover HardTop
  116. ["UK3CB_BAF_LandRover_Snatch_FFR_Green_A_DPMW",75,5,50], //Land Rover Snatch
  117. ["UK3CB_BAF_LandRover_WMIK_HMG_FFR_Green_A_MTP",100,40,50], //Land Rover WMIK (HMG)
  118. ["UK3CB_BAF_LandRover_WMIK_GMG_FFR_Green_A_MTP",100,80,50], //Land Rover WMIK (GMG)
  119. ["UK3CB_BAF_LandRover_WMIK_Milan_FFR_Green_A_MTP",100,80,50], //Land Rover WMIK (Milan)
  120. ["UK3CB_BAF_Jackal2_L2A1_W_MTP",120,60,60], //Jackal 2 (HMG)
  121. ["UK3CB_BAF_Jackal2_GMG_W_MTP",120,60,60], //Jackal 2 (GMG)
  122. ["UK3CB_BAF_Coyote_Passenger_L111A1_W_MTP",120,60,60], //Coyote Passenger (HMG)
  123. ["UK3CB_BAF_Coyote_Passenger_L134A1_W_MTP",120,100,60], //Coyote Passenger (GMG)
  124. ["UK3CB_BAF_Coyote_Logistics_L111A1_W_MTP",120,60,60], //Coyote Logistics (HMG)
  125. ["UK3CB_BAF_Coyote_Logistics_L134A1_W_MTP",100,100,50], //Coyote Logistics (GMG)
  126. ["RHS_Ural_Open_Civ_01",125,0,75], //Ural Open---------------------------------MISC LINE STARTS-------------------------
  127. ["RHS_Ural_Civ_01",125,0,75] //Ural Closed
  128.  
  129. ];
  130.  
  131. heavy_vehicles = [
  132. ["rhsusf_m113_usarmy",200,40,100], //M113A3 (M2)
  133. ["rhsusf_m113_usarmy_MK19",200,60,100], //M113A3 (Mk19)
  134. ["RHS_M2A2_BUSKI_WD",300,300,150], //(Busk I)
  135. ["RHS_M2A3_BUSKIII_wd",500,500,250], //(Busk III)
  136. ["RHS_M6_wd",300,400,300], //M6A2 Anti Air
  137. ["rhsusf_m1a1aim_tuski_wd",1000,900,300], //M1a1 Tusk I
  138. ["rhsusf_m1a2sep1tuskiiwd_usarmy",1250,1200,450], //M1a2 Tusk II
  139. ["rhsusf_m109_usarmy",1350,1350,600], //M109 Arty
  140. ["UK3CB_BAF_FV432_MK3_GPMG_Green",200,40,100], //------------------------------BRITISH LINE STARTS--------------
  141. ["UK3CB_BAF_FV432_MK3_RWS_Green",200,40,100], //FV432 Machine guner
  142. ["Warrior_WD",500,500,250], //Warrior
  143. ["Burnes_FV4034_01",1250,1200,450], //Challenger 2
  144. ["B_APC_Tracked_01_AA_F",300,400,300], //Anti Air------------------------------MISC LINE STARTS------------------
  145. ["B_MBT_01_arty_F",1350,1350,600], //Sholef Arty
  146. ["B_MBT_01_mlrs_F",1400,2000,650] //MLRS
  147.  
  148. ];
  149.  
  150. air_vehicles = [
  151. ["FIR_F14A",1000,1000,300], //AR-2 Darter
  152. ["FIR_F15E",1250,1250,450], //AR-2 Darter
  153. ["FIR_F15D",1250,1250,450], //AR-2 Darter
  154. ["FIR_F15SE",1450,1450,450], //AR-2 Darter
  155. ["FIR_AV8B",1450,1450,550], //AR-2 Darter
  156. ["FIR_F16D",1450,1450,550], //AR-2 Darter
  157. ["FIR_F16C",1450,1450,550], //AR-2 Darter
  158. ["EA18G_142LOW",1950,1950,500],
  159. ["JS_JC_FA18F",2300,2300,550], //AR-2 Darter
  160. ["FIR_F22",2400,2400,600], //AR-2 Darter
  161. ["FIR_A10A_Camo2",2000,3000,1000], //AR-2 Darter
  162. ["RHS_C130J",400,200,200], //AR-2 Darter
  163. ["kyo_MH47E_base",275,80,175], //AR-2 Darter
  164. ["RHS_UH60M",275,80,175], //AR-2 Darter
  165. ["rhsusf_CH53E_USMC_D",275,0,175], //AR-2 Darter
  166. ["RHS_MELB_MH6M",200,0,100], //Little bird transport
  167. ["RHS_MELB_AH6M",200,300,100], //Little bird Machine Guns
  168. ["GR_UH1H_6",200,0,100], //Huey H transport
  169. ["GR_UH1H_7",225,200,125], //Huey H Rockets/machine guns
  170. ["GR_UH1N_3",250,300,150], //Huey N Gunship should be more expensive than above
  171. ["GR_UH1N_2",225,0,125], //Huey N Transport
  172. ["RHS_UH1Y_d",225,200,125], //Super Huey Machine gun/rockets
  173. ["RHS_AH64D_wd",1450,1450,300], //US Apache
  174. ["RHS_AH64DGrey",1450,1450,300], //US Apache Grey
  175. ["RHS_AH1Z",800,800,300], //AH1 Cobra
  176. ["MRT_F14_EDSG",1000,1000,300], //-------------------BRITISH LINE STARTS------------------------------------------------
  177. ["Tornado_AWS_UK_617",1250,1250,300], //Tornado
  178. ["FIR_AV8B_GR7A_Lucy",1450,1450,550], //Harrier
  179. ["FMX_AV8B2_NA_RH_UK",1450,1450,550], //Harrier
  180. ["FIR_AV8B_GR9A",1450,1450,550], //Harrier
  181. ["FMX_AV8B2_NA_RH_SQN3_UK",1450,1450,550], //Harrier Dark Green
  182. ["EAWS_EF2000_rafhist_CAP",2300,2300,550], //Typhoon WW2 skin
  183. ["EAWS_EF2000_UK_CAP",2300,2300,550], //Typhoon
  184. ["kyo_CH47_HC3",275,80,175], //Chinook
  185. ["UK3CB_BAF_Merlin_HC3_Cargo_DPMW",300,0,175], //Merlin Cargo
  186. ["UK3CB_BAF_Merlin_HC3_32_DPMW",300,0,175], //Merlin Troop
  187. ["UK3CB_BAF_Wildcat_HMA2_TRN_8A_Tropical_RM",225,0,125], //Wildcat Troop transport
  188. ["UK3CB_BAF_Wildcat_AH1_CAS_6C_MTP",500,500,300], //Wildcat AH1 6 (CAS/AT)
  189. ["UK3CB_BAF_Wildcat_AH1_CAS_8C_MTP",500,500,300], //Wildcat AH1 8 (CAS/AT)
  190. ["UK3CB_BAF_Wildcat_AH1_HEL_8A_MTP",500,600,300], //Wildcat AH1 HellFire
  191. ["UK3CB_BAF_Apache_AH1_MTP",1450,1450,300], //Apache AH 1 (Multi-Role)
  192. ["UK3CB_BAF_Apache_AH1_CAS_DPMW",1450,1450,300], //Apache AH 1 (Multi-Role)
  193. ["I_Heli_light_03_unarmed_F",225,0,125], //----------------MISC LINE STARTS----------------------------------------------------------
  194. ["B_UAV_01_F",75,0,25], //AR-2 Darter
  195. ["B_UAV_06_F",80,0,30], //AL-6 Pelican (Cargo)
  196. ["B_UAV_02_dynamicLoadout_F",400,300,200], //MQ-4A Greyhawk
  197. ["B_T_UAV_03_dynamicLoadout_F",450,500,250], //MQ-12 Falcon
  198. ["B_T_VTOL_01_armed_F",750,1500,500], //V-44 X Blackfish (Armed)
  199. ["B_T_VTOL_01_infantry_F",750,0,500], //V-44 X Blackfish (Infantry)
  200. ["FIR_F14D_Schnee",1000,1000,300], //F14D Black
  201. ["sab_mb5",200,80,175], //MB5
  202. ["sab_mustang",200,80,175], //MB5
  203. ["sab_c47",200,80,175], //MB5
  204. ["F4E_BLU",1000,750,300], //MB5
  205. ["A7BLU",1000,750,300] //MB5
  206.  
  207. ];
  208.  
  209. static_vehicles = [
  210. ["B_HMG_01_F",25,40,0], //Mk30A HMG .50
  211. ["B_HMG_01_high_F",25,40,0], //Mk30 HMG .50 (Raised)
  212. ["B_HMG_01_A_F",35,40,0], //Mk30 HMG .50 (Autonomous)
  213. ["B_GMG_01_F",35,60,0], //Mk32A GMG 20mm
  214. ["B_GMG_01_high_F",35,60,0], //Mk32 GMG 20mm (Raised)
  215. ["B_GMG_01_A_F",45,60,0], //Mk32 GMG 20mm (Autonomous)
  216. ["B_static_AT_F",50,100,0], //Static Titan Launcher (AT)
  217. ["B_static_AA_F",50,100,0], //Static Titan Launcher (AA)
  218. ["B_Mortar_01_F",80,150,0], //Mk6 Mortar
  219. ["RHS_M2StaticMG_MiniTripod_WD",25,40,0], //Mk2 HMG .50
  220. ["RHS_M2StaticMG_WD",25,40,0], //Mk2 HMG .50 (Raised)
  221. ["RHS_MK19_TriPod_WD",25,60,0], //Mk19 GMG 20mm
  222. ["RHS_TOW_TriPod_WD",50,100,0], //TOW (AT)
  223. ["RHS_Stinger_AA_pod_WD",50,100,0], //Stinger (AA)
  224. ["RHS_M252_WD",80,150,0], //Mk6 Mortar
  225. ["RHS_M119_WD",100,200,0], //M119A2
  226. ["UK3CB_BAF_Static_L7A2_Deployed_Low_MTP",25,25,0], //L7A2 LMG (Low)
  227. ["UK3CB_BAF_Static_L7A2_Deployed_Mid_MTP",25,25,0], //L7A2 LMG (Mid)
  228. ["UK3CB_BAF_Static_L7A2_Deployed_High_MTP",25,25,0], //L7A2 LMG (High)
  229. ["UK3CB_BAF_Static_L111A1_Deployed_Low_MTP",25,40,0], //L111A1 HMG (Low)
  230. ["UK3CB_BAF_Static_L111A1_Deployed_Mid_MTP",25,40,0], //L111A1 HMG (Mid)
  231. ["UK3CB_BAF_Static_L111A1_Deployed_High_MTP",25,40,0], //L111A1 HMG (High)
  232. ["UK3CB_BAF_Static_L134A1_Deployed_Low_MTP",25,60,0], //L134A1 GMG (Low)
  233. ["UK3CB_BAF_Static_L134A1_Deployed_Mid_MTP",25,60,0], //L134A1 GMG (Med)
  234. ["UK3CB_BAF_Static_L134A1_Deployed_High_MTP",25,60,0] //L134A1 GMG (High)
  235. ];
  236.  
  237. buildings = [
  238. ["Land_Cargo_House_V1_F",0,0,0],
  239. ["Land_Cargo_Patrol_V1_F",0,0,0],
  240. ["Land_Cargo_Tower_V1_F",0,0,0],
  241. ["Flag_NATO_F",0,0,0],
  242. ["Flag_US_F",0,0,0],
  243. ["BWA3_Flag_Ger_F",0,0,0],
  244. ["Flag_UK_F",0,0,0],
  245. ["Flag_White_F",0,0,0],
  246. ["Land_Medevac_house_V1_F",0,0,0],
  247. ["Land_Medevac_HQ_V1_F",0,0,0],
  248. ["Flag_RedCrystal_F",0,0,0],
  249. ["CamoNet_BLUFOR_F",0,0,0],
  250. ["CamoNet_BLUFOR_open_F",0,0,0],
  251. ["CamoNet_BLUFOR_big_F",0,0,0],
  252. ["Land_PortableLight_single_F",0,0,0],
  253. ["Land_PortableLight_double_F",0,0,0],
  254. ["Land_LampSolar_F",0,0,0],
  255. ["Land_LampHalogen_F",0,0,0],
  256. ["Land_LampStreet_small_F",0,0,0],
  257. ["Land_LampAirport_F",0,0,0],
  258. ["Land_HelipadCircle_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap!
  259. ["Land_HelipadRescue_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap!
  260. ["PortableHelipadLight_01_blue_F",0,0,0],
  261. ["PortableHelipadLight_01_green_F",0,0,0],
  262. ["PortableHelipadLight_01_red_F",0,0,0],
  263. ["Land_CampingChair_V1_F",0,0,0],
  264. ["Land_CampingChair_V2_F",0,0,0],
  265. ["Land_CampingTable_F",0,0,0],
  266. ["MapBoard_altis_F",0,0,0],
  267. ["MapBoard_stratis_F",0,0,0],
  268. ["MapBoard_seismic_F",0,0,0],
  269. ["Land_Pallet_MilBoxes_F",0,0,0],
  270. ["Land_PaperBox_open_empty_F",0,0,0],
  271. ["Land_PaperBox_open_full_F",0,0,0],
  272. ["Land_PaperBox_closed_F",0,0,0],
  273. ["Land_DieselGroundPowerUnit_01_F",0,0,0],
  274. ["Land_ToolTrolley_02_F",0,0,0],
  275. ["Land_WeldingTrolley_01_F",0,0,0],
  276. ["Land_Workbench_01_F",0,0,0],
  277. ["Land_GasTank_01_blue_F",0,0,0],
  278. ["Land_GasTank_01_khaki_F",0,0,0],
  279. ["Land_GasTank_01_yellow_F",0,0,0],
  280. ["Land_GasTank_02_F",0,0,0],
  281. ["Land_BarrelWater_F",0,0,0],
  282. ["Land_BarrelWater_grey_F",0,0,0],
  283. ["Land_WaterBarrel_F",0,0,0],
  284. ["Land_WaterTank_F",0,0,0],
  285. ["Land_BagFence_Round_F",0,0,0],
  286. ["Land_BagFence_Short_F",0,0,0],
  287. ["Land_BagFence_Long_F",0,0,0],
  288. ["Land_BagFence_Corner_F",0,0,0],
  289. ["Land_BagFence_End_F",0,0,0],
  290. ["Land_BagBunker_Small_F",0,0,0],
  291. ["Land_BagBunker_Large_F",0,0,0],
  292. ["Land_BagBunker_Tower_F",0,0,0],
  293. ["Land_HBarrier_1_F",0,0,0],
  294. ["Land_HBarrier_3_F",0,0,0],
  295. ["Land_HBarrier_5_F",0,0,0],
  296. ["Land_HBarrier_Big_F",0,0,0],
  297. ["Land_HBarrierWall4_F",0,0,0],
  298. ["Land_HBarrierWall6_F",0,0,0],
  299. ["Land_HBarrierWall_corner_F",0,0,0],
  300. ["Land_HBarrierWall_corridor_F",0,0,0],
  301. ["Land_HBarrierTower_F",0,0,0],
  302. ["Land_CncBarrierMedium_F",0,0,0],
  303. ["Land_CncBarrierMedium4_F",0,0,0],
  304. ["Land_Concrete_SmallWall_4m_F",0,0,0],
  305. ["Land_Concrete_SmallWall_8m_F",0,0,0],
  306. ["Land_CncShelter_F",0,0,0],
  307. ["Land_CncWall1_F",0,0,0],
  308. ["Land_CncWall4_F",0,0,0],
  309. ["Land_Sign_WarningMilitaryArea_F",0,0,0],
  310. ["Land_Sign_WarningMilAreaSmall_F",0,0,0],
  311. ["Land_Sign_WarningMilitaryVehicles_F",0,0,0],
  312. ["Land_Razorwire_F",0,0,0],
  313. ["Land_ClutterCutter_large_F",0,0,0]
  314. ];
  315.  
  316. support_vehicles = [
  317. [Arsenal_typename,100,200,0],
  318. [Respawn_truck_typename,200,0,100],
  319. [FOB_box_typename,300,500,0],
  320. [FOB_truck_typename,300,500,75],
  321. [KP_liberation_small_storage_building,0,0,0],
  322. [KP_liberation_large_storage_building,0,0,0],
  323. [KP_liberation_recycle_building,250,0,0],
  324. [KP_liberation_air_vehicle_building,1000,0,0],
  325. [KP_liberation_heli_slot_building,250,0,0],
  326. [KP_liberation_plane_slot_building,500,0,0],
  327. ["ACE_medicalSupplyCrate_advanced",50,0,0],
  328. ["ACE_Box_82mm_Mo_HE",50,40,0],
  329. ["ACE_Box_82mm_Mo_Smoke",50,10,0],
  330. ["ACE_Box_82mm_Mo_Illum",50,10,0],
  331. ["ACE_Wheel",10,0,0],
  332. ["ACE_Track",10,0,0],
  333. ["B_APC_Tracked_01_CRV_F",500,250,350], //CRV-6e Bobcat
  334. ["B_Truck_01_Repair_F",325,0,75], //HEMTT Repair
  335. ["B_Truck_01_fuel_F",125,0,275], //HEMTT Fuel
  336. ["B_Truck_01_ammo_F",125,200,75], //HEMTT Ammo
  337. ["rhsusf_M977A4_REPAIR_BKIT_usarmy_wd",325,0,75], //M977A4 Repair
  338. ["rhsusf_M978A4_BKIT_usarmy_wd",125,0,275], //M978A4 Fuel
  339. ["rhsusf_M977A4_AMMO_BKIT_usarmy_wd",125,200,75], //M977A4 Ammo
  340. ["rhsusf_M977A4_AMMO_BKIT_usarmy_wd",125,200,75], //M977A4 Ammo
  341. ["B_Slingload_01_Fuel_F",75,0,200], //Huron Fuel
  342. ["B_Slingload_01_Ammo_F",75,200,0], //Huron Ammo
  343. ["UK3CB_BAF_Box_WpsStatic",300,300,0],
  344. ["UK3CB_BAF_Box_L16_Ammo",0,0,0],
  345. ["UK3CB_BAF_Box_M6_Ammo",0,0,0],
  346. ["RHS_UH60M_MEV",250,0,150],
  347. ["RHS_UH60M_MEV2",250,0,150],
  348. ["GR_UH1H_4",150,0,100],
  349. ["rhsusf_M1230a1_usarmy_wd",120,0,60],
  350. ["UK3CB_BAF_Landrover_Amb_FFR_Green_A_DPMW",75,0,50],
  351. ["UK3CB_BAF_Landrover_Hard_MERT_A",75,0,50],
  352. ["UK3CB_BAF_Landrover_Hard_FFR_RAF_A",75,0,50],
  353. ["rhsusf_m113_usarmy_medical",200,0,100]
  354. ];
  355.  
  356. // All the UAVs must be declared here, otherwise there shall be UAV controlling issues. Namely: you won't be able to control them.
  357. uavs = [
  358. "B_UAV_01_F", //AR-2 Darter
  359. "B_UGV_01_F", //UGV Stomper
  360. "B_UGV_01_rcws_F", //UGV Stomper (RCWS)
  361. "B_UAV_02_dynamicLoadout_F", //MQ-4A Greyhawk
  362. "B_T_UAV_03_dynamicLoadout_F", //MQ-12 Falcon
  363. "B_UAV_05_F", //UCAV Sentinel
  364. "B_UAV_06_F" //AL-6 Pelican
  365. ];
  366.  
  367. // Pre-made squads for the commander build menu. These shouldn't exceed 10 members.
  368. // Light infantry squad.
  369. blufor_squad_inf_light = [
  370. "UK3CB_BAF_FT_MTP",
  371. "UK3CB_BAF_Pointman_MTP",
  372. "UK3CB_BAF_Pointman_MTP",
  373. "UK3CB_BAF_LAT_ILAW_MTP",
  374. "UK3CB_BAF_Grenadier_MTP",
  375. "UK3CB_BAF_LSW_MTP",
  376. "UK3CB_BAF_LSW_MTP",
  377. "UK3CB_BAF_Marksman_MTP",
  378. "UK3CB_BAF_Medic_MTP",
  379. "UK3CB_BAF_Engineer_MTP"
  380. ];
  381.  
  382. // Heavy infantry squad.
  383. blufor_squad_inf = [
  384. "UK3CB_BAF_FT_MTP",
  385. "UK3CB_BAF_LAT_ILAW_MTP",
  386. "UK3CB_BAF_LAT_ILAW_MTP",
  387. "UK3CB_BAF_Grenadier_MTP",
  388. "UK3CB_BAF_LSW_MTP",
  389. "UK3CB_BAF_LSW_MTP",
  390. "UK3CB_BAF_MGLMG_MTP",
  391. "UK3CB_BAF_Marksman_MTP",
  392. "UK3CB_BAF_Medic_MTP",
  393. "UK3CB_BAF_Engineer_MTP"
  394. ];
  395.  
  396. // AT specialists squad.
  397. blufor_squad_at = [
  398. "UK3CB_BAF_FT_MTP",
  399. "UK3CB_BAF_Rifleman_MTP",
  400. "UK3CB_BAF_Rifleman_MTP",
  401. "UK3CB_BAF_MAT_MTP",
  402. "UK3CB_BAF_MAT_MTP",
  403. "UK3CB_BAF_MAT_MTP",
  404. "UK3CB_BAF_Medic_MTP",
  405. "UK3CB_BAF_Rifleman_MTP"
  406. ];
  407.  
  408. // AA specialists squad.
  409. blufor_squad_aa = [
  410. "UK3CB_BAF_FT_MTP",
  411. "UK3CB_BAF_Rifleman_MTP",
  412. "UK3CB_BAF_Rifleman_MTP",
  413. "B_soldier_AA_F",
  414. "B_soldier_AA_F",
  415. "B_soldier_AA_F",
  416. "UK3CB_BAF_Medic_MTP",
  417. "UK3CB_BAF_Rifleman_MTP"
  418. ];
  419.  
  420. // Force recon squad.
  421. blufor_squad_recon = [
  422. "UK3CB_BAF_SC_MTP_REC",
  423. "UK3CB_BAF_Pointman_MTP_REC",
  424. "UK3CB_BAF_Pointman_MTP_REC",
  425. "UK3CB_BAF_FAC_MTP_REC",
  426. "UK3CB_BAF_MGLMG_MTP_REC",
  427. "UK3CB_BAF_Marksman_MTP_REC",
  428. "UK3CB_BAF_Sniper_MTP_Ghillie_L115",
  429. "UK3CB_BAF_Spotter_MTP_Ghillie_L85",
  430. "UK3CB_BAF_Medic_MTP",
  431. "UK3CB_BAF_Engineer_MTP"
  432. ];
  433.  
  434. // Paratroopers squad.
  435. blufor_squad_para = [
  436. "UK3CB_BAF_Rifleman_MTP",
  437. "UK3CB_BAF_Rifleman_MTP",
  438. "UK3CB_BAF_Rifleman_MTP",
  439. "UK3CB_BAF_Rifleman_MTP",
  440. "UK3CB_BAF_Rifleman_MTP",
  441. "UK3CB_BAF_Rifleman_MTP",
  442. "UK3CB_BAF_Rifleman_MTP",
  443. "UK3CB_BAF_Rifleman_MTP",
  444. "UK3CB_BAF_Rifleman_MTP",
  445. "UK3CB_BAF_Rifleman_MTP"
  446. ];
  447.  
  448. // Elite vehicles that should be unlocked through military base capture.
  449. elite_vehicles = [
  450. "rhsusf_mkvsoc", //Mk.V SOCOM
  451. "Burnes_FV4034_01",
  452. "RHS_M2A3_BUSKIII_wd",
  453. "RHS_M6_wd",
  454. "rhsusf_m1a1aim_tuski_wd",
  455. "rhsusf_m1a2sep1tuskiiwd_usarmy",
  456. "rhsusf_m109_usarmy",
  457. "B_APC_Tracked_01_AA_F",
  458. "B_MBT_01_arty_F",
  459. "B_MBT_01_mlrs_F",
  460. "FIR_AV8B",
  461. "FIR_F16D",
  462. "EA18G_142LOW",
  463. "JS_JC_FA18F",
  464. "FIR_F22",
  465. "FIR_A10A_Camo2",
  466. "GR_UH1H_7",
  467. "GR_UH1N_3",
  468. "RHS_UH1Y_d",
  469. "RHS_AH64D_wd",
  470. "RHS_AH1Z",
  471. "EAWS_EF2000_RAFHIST_SS",
  472. "EAWS_EF2000_RAF_SS_1",
  473. "UK3CB_BAF_Wildcat_AH1_CAS_8C_MTP",
  474. "UK3CB_BAF_Wildcat_AH1_HEL_8A_MTP",
  475. "UK3CB_BAF_Apache_AH1_MTP",
  476. "UK3CB_BAF_Apache_AH1_CAS_DPMW",
  477. "B_T_VTOL_01_armed_F",
  478. "FMX_AV8B2_NA_RH_UK"
  479. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement