customRebelVsEmpire.sqf 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. // If you want more modifications to be supported by this file, let's discuss it on the forums.
  2. // No required mods.
  3. // RHS USAF, BWMod, F-15C, F/A-18 are optional (just load the mods on server & client).
  4. // Apex & Jets DLC are also included but not required (required only to drive/pilot anything from each DLC inc/ the Tanoa map).
  5. /* - Support classnames.
  6. 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! */
  7. FOB_typename = "land_ContMining_open"; // This is the main FOB HQ building. Default is "Land_Cargo_HQ_V1_F".
  8. FOB_box_typename = "B_Slingload_01_Cargo_F"; // This is the FOB as a container. Default is "B_Slingload_01_Cargo_F".
  9. FOB_truck_typename = "B_Truck_01_box_F"; // This is the FOB as a vehicle. Default is "B_Truck_01_box_F".
  10. Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates. Default is "B_supplyCrate_F".
  11. Respawn_truck_typename = "B_Truck_01_medical_F"; // This is the mobile respawn (and medical) truck. Default is "B_Truck_01_medical_F".
  12. huron_typename = "swop_LAAT_cargo"; // This is Spartan 01, a multipurpose mobile respawn as a helicopter. Default is "B_Heli_Transport_03_unarmed_F".
  13. opfor_ammobox_transport = "O_Truck_03_transport_F"; // Make sure this thing can transport ammo boxes (see box_transport_config in IA_liberation_config.sqf) otherwise things will break! Default is "O_Truck_03_transport_F".
  14. crewman_classname = "SWOP_Rebel_cloud_a280"; // This defines the crew for vehicles. Default is "B_crew_F".
  15. pilot_classname = "SWOP_Rebel_cloud_a280"; // This defines the pilot for helicopters. Default is "B_Helipilot_F".
  16. IA_liberation_little_bird_classname = "swop_LAAT"; // These are the little birds which spawn on the Freedom or at Chimera base. Default is "B_Heli_Light_01_F".
  17. IA_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".
  18. IA_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources. Default is "ContainmentArea_02_sand_F".
  19. IA_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources. Default is "ContainmentArea_01_sand_F".
  20. IA_liberation_recycle_building = "land_SW_K2SO"; // The building defined to unlock FOB recycling functionality. Default is "Land_CarService_F".
  21. IA_liberation_air_vehicle_building = "Land_Mining_drill"; // The building defined to unlock FOB air vehicle functionality. Default is "Land_Radar_Small_F".
  22. IA_liberation_heli_slot_building = "Land_HelipadSquare_F"; // The helipad used to increase the GLOBAL rotary-wing cap. Default is "Land_HelipadSquare_F".
  23. IA_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // The hangar used to increase the GLOBAL fixed-wing cap. Default is "Land_TentHangar_V1_F".
  24. IA_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources. Default is "CargoNet_01_box_F".
  25. IA_liberation_ammo_crate = "B_CargoNet_01_ammo_F"; // This defines the ammunition crates. Default is "B_CargoNet_01_ammo_F".
  26. IA_liberation_fuel_crate = "CargoNet_01_barrels_F"; // This defines the fuel crates.
  27. /* - Friendly classnames.
  28. Each array below represents one of the 7 pages within the build menu.
  29. Format: ["vehicle_classname",supplies,ammunition,fuel], Example: ["B_APC_Tracked_01_AA_F",300,150,150],
  30. The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build. */
  31. infantry_units = [
  32. ["SWOP_Rebel_desert_com",10,0,0],
  33. ["SWOP_Rebel_desert_med",10,0,0],
  34. ["SWOP_Rebel_desert_a280",10,0,0],
  35. ["SWOP_Rebel_desert_e11",10,0,0],
  36. ["SWOP_Rebel_desert_demolisher",10,0,0],
  37. ["SWOP_Rebel_desert_mg",10,0,0],
  38. ["SWOP_Rebel_desert_jumper",10,0,0],
  39. ["SWOP_Rebel_desert_serg",10,0,0],
  40. ["SWOP_Rebel_desert_dh17",10,0,0],
  41. ["SWOP_Rebel_desert_aa",10,0,0],
  42. ["SWOP_Rebel_desert_assault",10,0,0],
  43. ["SWOP_Rebel_desert_sniper",10,0,0],
  44. ["SWOP_Rebel_navy_com",10,0,0],
  45. ["SWOP_Rebel_navy_med",10,0,0],
  46. ["SWOP_Rebel_navy_of",10,0,0],
  47. ["SWOP_Rebel_navy_pil",10,0,0],
  48. ["SWOP_Rebel_navy_pil_b",10,0,0],
  49. ["SWOP_Rebel_navy_pil_g",10,0,0],
  50. ["SWOP_Rebel_navy_a280",10,0,0],
  51. ["SWOP_Rebel_navy_dh17",10,0,0],
  52. ["SWOP_Rebel_navy_e11",10,0,0],
  53. ["SWOP_Rebel_navy_mg",10,0,0],
  54. ["SWOP_Rebel_navy_jumper",10,0,0],
  55. ["SWOP_Rebel_navy_sniper",10,0,0],
  56. ["SWOP_Rebel_navy_serg",10,0,0],
  57. ["SWOP_Rebel_Scarif_AT",10,0,0],
  58. ["SWOP_Rebel_Scarif_Leader",10,0,0],
  59. ["SWOP_Rebel_Scarif_RO",10,0,0],
  60. ["SWOP_Rebel_Scarif_T1",10,0,0],
  61. ["SWOP_Rebel_Scarif_Te3",10,0,0],
  62. ["SWOP_Rebel_Scarif_T1HB",10,0,0],
  63. ["SWOP_Rebel_wood_com",10,0,0],
  64. ["SWOP_Rebel_wood_dh17",10,0,0],
  65. ["SWOP_Rebel_wood_med",10,0,0],
  66. ["SWOP_Rebel_wood_serg",10,0,0],
  67. ["SWOP_Rebel_wood_a280",10,0,0],
  68. ["SWOP_Rebel_wood_aa",10,0,0],
  69. ["SWOP_Rebel_wood_assault",10,0,0],
  70. ["SWOP_Rebel_wood_demolisher",10,0,0],
  71. ["SWOP_Rebel_wood_mg",10,0,0],
  72. ["SWOP_Rebel_cloud_com",10,0,0],
  73. ["SWOP_Rebel_cloud_med",10,0,0],
  74. ["SWOP_Rebel_cloud_med",10,0,0],
  75. ["SWOP_Rebel_wood_jumper",10,0,0],
  76. ["SWOP_Rebel_wood_sniper",10,0,0],
  77. ["SWOP_Rebel_Scarif_Flamethrower",10,0,0],
  78. ["SWOP_Rebel_Scarif_TD",10,0,0],
  79. ["SWOP_Rebel_Scarif_TD2",10,0,0],
  80. ["SWOP_Rebel_Scarif_Medic",10,0,0],
  81. ["SWOP_Rebel_cloud_a280",10,0,0],
  82. ["SWOP_Rebel_cloud_e11",10,0,0],
  83. ["SWOP_Rebel_cloud_aa",10,0,0],
  84. ["SWOP_Rebel_cloud_assault",10,0,0],
  85. ["SWOP_Rebel_cloud_demolisher",10,0,0],
  86. ["SWOP_Rebel_cloud_mg",10,0,0],
  87. ["SWOP_Rebel_cloud_jumper",10,0,0],
  88. ["SWOP_Rebel_cloud_sniper",10,0,0],
  89. ["SWOP_Rebel_cloud_serg",10,0,0]
  90. ];
  91. light_vehicles = [
  92. ["O_SWOP_HoverT_2",350,0,250], //M109A6
  93. ["O_SWOP_HoverTa_2",400,300,250], //M109A6
  94. ["O_SWOP_HoverTf_2",400,400,250], //M109A6
  95. ["O_SWOP_HoverTr_2",400,550,250], //M109A6
  96. ["O_JM_landspeeder_1",100,100,75], //M109A6
  97. ["SW_SpeederBikeR",100,150,100] //M109A6
  98. ];
  99. heavy_vehicles = [
  100. ["O_JM_TX130r_1",600,500,300], //M109A6
  101. ["O_JM_TX130m1r_1",600,500,300], //M109A6
  102. ["O_JM_TX130m2r_1",700,700,350] //M109A6
  103. ];
  104. air_vehicles = [
  105. ["SWOP_Rebel_Dio_Droid",75,0,25], //AR-2 Darter
  106. ["swop_aw",350,300,375], //CH-47 Chinook (Armed)
  107. ["swop_awchl",350,300,375], //CH-47 Chinook (Armed)
  108. ["swop_awch",350,300,375], //CH-47 Chinook (Armed)
  109. ["swop_awbl",350,300,375], //CH-47 Chinook (Armed)
  110. ["swop_awg",350,300,375], //CH-47 Chinook (Armed)
  111. ["swop_awgl",350,300,375], //CH-47 Chinook (Armed)
  112. ["Swop_Uwing",500,550,475], //CH-47 Chinook (Armed)
  113. ["swop_xw",650,600,675], //CH-47 Chinook (Armed)
  114. ["swop_xwb",650,600,675], //CH-47 Chinook (Armed)
  115. ["swop_xwg",650,600,675], //CH-47 Chinook (Armed)
  116. ["swop_xwf",650,600,675], //CH-47 Chinook (Armed)
  117. ["swop_arc_t",550,650,650], //CH-47 Chinook (Armed)
  118. ["swop_LAAT",350,300,675], //CH-47 Chinook (Armed)
  119. ["swop_yw",350,200,675],
  120. ["swop_ywRed",350,300,675],
  121. ["swop_ywGreen",350,400,675]
  122. ];
  123. static_vehicles = [
  124. ["Hoth_Minigun",25,40,0], //Mk30A HMG .50
  125. ["AItur_base",25,40,0], //Mk30 HMG .50 (Raised)
  126. ["AItur",25,60,0], //Mk32A GMG 20mm //Mk6 Mortar
  127. ["Hoth_Dishturret",350,350,0],
  128. ["HighTur",500,500,0],
  129. ["NavyGunR",500,500,0]
  130. ];
  131. buildings = [
  132. ["Land_Cargo_House_V1_F",0,0,0],
  133. ["Land_Cargo_Patrol_V1_F",0,0,0],
  134. ["Land_Cargo_Tower_V1_F",0,0,0],
  135. ["Flag_NATO_F",0,0,0],
  136. ["Flag_UK_F",0,0,0],
  137. ["Flag_US_F",0,0,0],
  138. ["Flag_White_F",0,0,0],
  139. ["Land_Medevac_house_V1_F",0,0,0],
  140. ["Land_Medevac_HQ_V1_F",0,0,0],
  141. ["Flag_RedCrystal_F",0,0,0],
  142. ["CamoNet_BLUFOR_F",0,0,0],
  143. ["CamoNet_BLUFOR_open_F",0,0,0],
  144. ["CamoNet_BLUFOR_big_F",0,0,0],
  145. ["Land_PortableLight_single_F",0,0,0],
  146. ["Land_PortableLight_double_F",0,0,0],
  147. ["Land_HelipadCircle_F",0,0,0], //Strictly aesthetic - as in it does not increase helicopter cap!
  148. ["PortableHelipadLight_01_blue_F",0,0,0],
  149. ["PortableHelipadLight_01_green_F",0,0,0],
  150. ["PortableHelipadLight_01_red_F",0,0,0],
  151. ["Land_CampingChair_V1_F",0,0,0],
  152. ["Land_CampingChair_V2_F",0,0,0],
  153. ["Land_CampingTable_F",0,0,0],
  154. ["MapBoard_altis_F",0,0,0],
  155. ["MapBoard_stratis_F",0,0,0],
  156. ["MapBoard_seismic_F",0,0,0],
  157. ["Land_Pallet_MilBoxes_F",0,0,0],
  158. ["Land_PaperBox_open_empty_F",0,0,0],
  159. ["Land_PaperBox_open_full_F",0,0,0],
  160. ["Land_PaperBox_closed_F",0,0,0],
  161. ["Land_DieselGroundPowerUnit_01_F",0,0,0],
  162. ["Land_ToolTrolley_02_F",0,0,0],
  163. ["Land_WeldingTrolley_01_F",0,0,0],
  164. ["Land_Workbench_01_F",0,0,0],
  165. ["Land_GasTank_01_blue_F",0,0,0],
  166. ["Land_GasTank_01_khaki_F",0,0,0],
  167. ["Land_GasTank_01_yellow_F",0,0,0],
  168. ["Land_GasTank_02_F",0,0,0],
  169. ["Land_BarrelWater_F",0,0,0],
  170. ["Land_BarrelWater_grey_F",0,0,0],
  171. ["Land_WaterBarrel_F",0,0,0],
  172. ["Land_WaterTank_F",0,0,0],
  173. ["Land_BagFence_Round_F",0,0,0],
  174. ["Land_BagFence_Short_F",0,0,0],
  175. ["Land_BagFence_Long_F",0,0,0],
  176. ["Land_BagFence_Corner_F",0,0,0],
  177. ["Land_BagFence_End_F",0,0,0],
  178. ["Land_BagBunker_Small_F",0,0,0],
  179. ["Land_BagBunker_Large_F",0,0,0],
  180. ["Land_BagBunker_Tower_F",0,0,0],
  181. ["Land_HBarrier_1_F",0,0,0],
  182. ["Land_HBarrier_3_F",0,0,0],
  183. ["Land_HBarrier_5_F",0,0,0],
  184. ["Land_HBarrierBig_F",0,0,0],
  185. ["Land_HBarrierWall4_F",0,0,0],
  186. ["Land_HBarrierWall6_F",0,0,0],
  187. ["Land_HBarrierWall_corner_F",0,0,0],
  188. ["Land_HBarrierWall_corridor_F",0,0,0],
  189. ["Land_HBarrierTower_F",0,0,0],
  190. ["Land_CncBarrierMedium_F",0,0,0],
  191. ["Land_CncBarrierMedium4_F",0,0,0],
  192. ["Land_Concrete_SmallWall_4m_F",0,0,0],
  193. ["Land_Concrete_SmallWall_8m_F",0,0,0],
  194. ["Land_CncShelter_F",0,0,0],
  195. ["Land_CncWall1_F",0,0,0],
  196. ["Land_CncWall4_F",0,0,0],
  197. ["Land_Sign_WarningMilitaryArea_F",0,0,0],
  198. ["Land_Sign_WarningMilAreaSmall_F",0,0,0],
  199. ["Land_Sign_WarningMilitaryVehicles_F",0,0,0],
  200. ["Land_Razorwire_F",0,0,0],
  201. ["Land_ClutterCutter_large_F",0,0,0],
  202. ["Land_barricada",0,0,0],
  203. ["Land_wall_laser",0,0,0],
  204. ["Land_corner_laser",0,0,0]
  205. ];
  206. support_vehicles = [
  207. [Arsenal_typename,100,200,0],
  208. [Respawn_truck_typename,200,0,75],
  209. [FOB_box_typename,300,500,0],
  210. [FOB_truck_typename,300,500,75],
  211. [IA_liberation_small_storage_building,0,0,0],
  212. [IA_liberation_large_storage_building,0,0,0],
  213. [IA_liberation_recycle_building,250,0,0],
  214. [IA_liberation_air_vehicle_building,1000,0,0],
  215. [IA_liberation_heli_slot_building,250,0,0],
  216. [IA_liberation_plane_slot_building,500,0,0],
  217. ["ACE_medicalSupplyCrate_advanced",50,0,0],
  218. ["ACE_Box_82mm_Mo_HE",50,40,0],
  219. ["ACE_Box_82mm_Mo_Smoke",50,10,0],
  220. ["ACE_Box_82mm_Mo_Illum",50,10,0],
  221. ["B_APC_Tracked_01_CRV_F",500,250,350], //CRV-6e Bobcat
  222. ["B_Truck_01_Repair_F",325,0,75], //HEMTT Repair
  223. ["B_Truck_01_fuel_F",125,0,275], //HEMTT Fuel
  224. ["B_Truck_01_ammo_F",125,200,75], //HEMTT Ammo
  225. ["B_Slingload_01_Repair_F",275,0,0], //Huron Repair
  226. ["B_Slingload_01_Fuel_F",75,0,200], //Huron Fuel
  227. ["B_Slingload_01_Ammo_F",75,200,0], //Huron Ammo
  228. ["B_Truck_01_transport_F",100,0,200] //HEMTT Transport
  229. ];
  230. // All the UAVs must be declared here, otherwise there shall be UAV controlling issues. Namely: you won't be able to control them.
  231. uavs = [
  232. "SWOP_Rebel_Dio_Droid" //AR-2 Darter
  233. ];
  234. // Pre-made squads for the commander build menu. These shouldn't exceed 10 members.
  235. // Light infantry squad.
  236. blufor_squad_inf_light = [
  237. "SWOP_Rebel_wood_a280",
  238. "SWOP_Rebel_wood_dh17",
  239. "SWOP_Rebel_wood_e11",
  240. "SWOP_Rebel_wood_a280",
  241. "SWOP_Rebel_wood_dh17",
  242. "SWOP_Rebel_wood_e11",
  243. "SWOP_Rebel_wood_a280",
  244. "SWOP_Rebel_wood_dh17",
  245. "SWOP_Rebel_wood_e11",
  246. "SWOP_Rebel_wood_med"
  247. ];
  248. // Heavy infantry squad.
  249. blufor_squad_inf = [
  250. "SWOP_Rebel_wood_a280",
  251. "SWOP_Rebel_wood_dh17",
  252. "SWOP_Rebel_wood_dh17",
  253. "SWOP_Rebel_wood_e11",
  254. "SWOP_Rebel_wood_e11",
  255. "SWOP_Rebel_wood_e11",
  256. "SWOP_Rebel_wood_demolisher",
  257. "SWOP_Rebel_wood_mg",
  258. "SWOP_Rebel_wood_mg"
  259. ];
  260. // AT specialists squad.
  261. blufor_squad_at = [
  262. "SWOP_Rebel_wood_aa",
  263. "SWOP_Rebel_wood_aa",
  264. "SWOP_Rebel_wood_a280",
  265. "SWOP_Rebel_wood_dh17",
  266. "SWOP_Rebel_wood_dh17",
  267. "SWOP_Rebel_wood_e11",
  268. "SWOP_Rebel_wood_e11",
  269. "SWOP_Rebel_wood_e11"
  270. ];
  271. // AA specialists squad.
  272. blufor_squad_aa = [
  273. "SWOP_Rebel_wood_aa",
  274. "SWOP_Rebel_wood_aa",
  275. "SWOP_Rebel_wood_a280",
  276. "SWOP_Rebel_wood_dh17",
  277. "SWOP_Rebel_wood_dh17",
  278. "SWOP_Rebel_wood_e11",
  279. "SWOP_Rebel_wood_e11",
  280. "SWOP_Rebel_wood_e11"
  281. ];
  282. // Force recon squad.
  283. blufor_squad_recon = [
  284. "SWOP_Rebel_wood_sniper",
  285. "SWOP_Rebel_wood_e11",
  286. "SWOP_Rebel_wood_com"
  287. ];
  288. // Paratroopers squad.
  289. blufor_squad_para = [
  290. "SWOP_Rebel_wood_a280",
  291. "SWOP_Rebel_wood_jumper",
  292. "SWOP_Rebel_wood_assault",
  293. "SWOP_Rebel_wood_assault",
  294. "SWOP_Rebel_wood_assault",
  295. "SWOP_Rebel_wood_assault",
  296. "SWOP_Rebel_wood_assault",
  297. "SWOP_Rebel_wood_sniper"
  298. ];
  299. //
  300. //
  301. //
  302. //
  303. //
  304. //
  305. /* - Badguy classnames.
  306. All enemy infantry are defined here. */
  307. opfor_officer = "SWOP_Storm_Cap"; //Officer
  308. opfor_team_leader = "SWOP_Storm_Lt"; //Team Leader
  309. opfor_squad_leader = "SWOP_Storm_stormtrooper_SL"; //Squad Leader
  310. opfor_sentry = "SWOP_Storm_crewman"; //Rifleman (Lite)
  311. opfor_rifleman = "SWOP_Storsdm_stormtrooper_Corp"; //Rifleman
  312. opfor_rpg = "SWOP_Storm_stormtrooper_AAs"; //Rifleman (LAT)
  313. opfor_grenadier = "SWOP_Storm_stormtrooper_t"; //Grenadier
  314. opfor_machinegunner = "SWOP_Storm_stormtrooper_dlt"; //Autorifleman
  315. opfor_heavygunner = "SWOP_Storm_stormtrooper_dlt"; //Heavy Gunner
  316. opfor_marksman = "SWOP_Storm_shoretrooper"; //Marksman
  317. opfor_sharpshooter = "SWOP_Storm_magmatrooper"; //Sharpshooter
  318. opfor_sniper = "SWOP_Storm_magmatrooper_dlt"; //Sniper
  319. opfor_at = "SWOP_Storm_magmatrooper_AA"; //AT Specialist
  320. opfor_aa = "SWOP_Storm_stormtrooper_AA"; //AA Specialist
  321. opfor_medic = "SWOP_Storm_jumper"; //Combat Life Saver
  322. opfor_engineer = "SWOP_Storm_stormtrooper_t"; //Engineer
  323. opfor_paratrooper = "SWOP_Storm_jumper"; //Paratrooper
  324. // Enemy vehicles used by secondary objectives.
  325. opfor_mrap = "O_SWOP_HoverT_1"; //GAZ-233011
  326. opfor_mrap_armed = "O_SWOP_HoverTa_1"; //GAZ-233014 (Armed)
  327. opfor_transport_helo = "sh_flyable"; //Mi-8MT (Cargo)
  328. opfor_transport_truck = "O_SWOP_HoverT_1"; //Ural-4320 Transport (Covered)
  329. opfor_fuel_truck = "O_Truck_02_fuel_F"; //Ural-4320 Fuel
  330. opfor_ammo_truck = "O_Truck_02_Ammo_F"; //GAZ-66 Ammo
  331. opfor_fuel_container = "Land_Pod_Heli_Transport_04_fuel_F"; //Taru Fuel Pod
  332. opfor_ammo_container = "Land_Pod_Heli_Transport_04_ammo_F"; //Taru Ammo Pod
  333. opfor_flag = "FlagCarrierTFKnight_EP1"; //Russian Flag
  334. /* Adding a value to these arrays below will add them to a one out of however many in the array, random pick chance.
  335. Therefore, adding the same value twice or three times means they are more likely to be chosen more often.
  336. Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders. */
  337. militia_squad = [
  338. "SWOP_Storm_stormtrooper_dlt",
  339. "SWOP_Storm_stormtrooper_t",
  340. "SWOP_Storm_stormtrooper_AA",
  341. "SWOP_Storm_stormtrooper_SL",
  342. "SWOP_Storm_stormtrooper_TL"
  343. ];
  344. // Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders.
  345. militia_vehicles = [
  346. "O_JM_TX130m1_1" //GAZ-233014 (Armed)
  347. ];
  348. // All enemy vehicles that can spawn as sector defenders and patrols at high enemy combat readiness (aggression levels)
  349. opfor_vehicles = [
  350. "O_SWOP_HoverTf_1", //GAZ-233014 (Armed)
  351. "O_SWOP_HoverTa_1", //GAZ-233014 (Armed)
  352. "O_SWOP_HoverTr_1", //GAZ-233014 (Armed)
  353. "O_JM_TX130m1_1", //BMP-2K
  354. "O_JM_TX130m2_1", //BRM-1K
  355. "O_JM_TX130_1" //ZSU-23-4V
  356. ];
  357. // All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels).
  358. opfor_vehicles_low_intensity = [
  359. "O_SWOP_HoverTf_1", //GAZ-233014 (Armed)
  360. "O_SWOP_HoverTa_1" //GAZ-233014 (Armed)
  361. ];
  362. // All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at high enemy combat readiness (aggression levels).
  363. opfor_battlegroup_vehicles = [
  364. "O_SWOP_HoverTf_1", //GAZ-233014 (Armed)
  365. "O_SWOP_HoverTa_1", //GAZ-233014 (Armed)
  366. "O_SWOP_HoverTr_1", //GAZ-233014 (Armed)
  367. "O_JM_TX130m1_1", //BMP-2K
  368. "O_JM_TX130m2_1", //BRM-1K
  369. "O_JM_TX130_1" //ZSU-23-4V
  370. ];
  371. // All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels).
  372. opfor_battlegroup_vehicles_low_intensity = [
  373. "O_SWOP_HoverTf_1", //GAZ-233014 (Armed)
  374. "O_SWOP_HoverTa_1", //GAZ-233014 (Armed)
  375. "O_SWOP_HoverTr_1", //GAZ-233014 (Armed) //BMP-2D
  376. "O_JM_TX130m1_1", //BMP-2K
  377. "O_JM_TX130_1" //ZSU-23-4V
  378. ];
  379. /* All vehicles that spawn within battlegroups (see the above 2 arrays) and also hold 8 soldiers as passengers.
  380. If something in this array can't hold all 8 soldiers then buggy behaviours may occur. */
  381. opfor_troup_transports = [
  382. "O_SWOP_HoverT_1", //Ural-4320 Transport
  383. "O_SWOP_HoverTa_1" //Ural-4320 Transport (Covered)
  384. ];
  385. // Enemy rotary-wings that will need to spawn in flight.
  386. opfor_choppers = [
  387. ];
  388. // Enemy fixed-wings that will need to spawn in the air.
  389. opfor_air = [
  390. "swop_tieb",
  391. "swop_TIE_Stryker",
  392. "swop_tietorpe",
  393. "swop_tie",
  394. "swop_tie_int",
  395. "swop_tiedef",
  396. "swop_lambda",
  397. "swop_Scimitar"
  398. ];
  399. /* - Other various mission classnames.
  400. Civilian classnames. */
  401. civilians = [
  402. "C_man_p_beggar_F",
  403. "C_man_polo_1_F",
  404. "C_man_polo_2_F",
  405. "C_man_polo_3_F",
  406. "C_man_polo_4_F",
  407. "C_man_polo_5_F",
  408. "C_man_polo_6_F",
  409. "C_man_1_1_F",
  410. "C_man_hunter_1_F",
  411. "C_journalist_F",
  412. "C_man_w_worker_F"
  413. ];
  414. // Civilian vehicle classnames.
  415. civilian_vehicles = [
  416. "C_Quadbike_01_F",
  417. "C_Hatchback_01_F",
  418. "C_Hatchback_01_sport_F",
  419. "C_Offroad_01_F",
  420. "C_Offroad_01_repair_F",
  421. "C_SUV_01_F",
  422. "C_Van_01_fuel_F",
  423. "C_Van_01_transport_F",
  424. "C_Van_01_box_F",
  425. "C_Truck_02_fuel_F",
  426. "C_Truck_02_transport_F",
  427. "C_Truck_02_covered_F",
  428. "C_Truck_02_box_F"
  429. ];
  430. // Elite vehicles that should be unlocked through military base capture.
  431. elite_vehicles = [
  432. ];
  433. if (IA_liberation_debug) then {private _text = format ["[IA LIBERATION] [DEBUG] Unit preset %1 intitialized for: %2", IA_liberation_preset, (name player)];_text remoteExec ["diag_log",2];};