Advertisement
Guest User

arma2_CO_objects.sqf

a guest
Oct 26th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.01 KB | None | 0 0
  1.  
  2.  
  3. /**
  4. * English and French comments
  5. * Commentaires anglais et fran�ais
  6. *
  7. * This file adds the ArmA 2 and Arrowhead objetcs in the configuration variables of the logistics system.
  8. * Fichier ajoutant les objets d'ArmA 2 et Arrowhead dans la configuration du syst�me de logistique.
  9. *
  10. * Important note : All the classes names which inherits from the ones used in configuration variables will be also available.
  11. * Note importante : Tous les noms de classes d�rivant de celles utilis�es dans les variables de configuration seront aussi valables.
  12. */
  13.  
  14. /****** TOW WITH VEHICLE / REMORQUER AVEC VEHICULE ******/
  15.  
  16. /**
  17. * List of class names of vehicles which can tow towable objects.
  18. * This is the list of Vehicles that are ABLE to tow.
  19. */
  20. R3F_LOG_CFG_remorqueurs = R3F_LOG_CFG_remorqueurs +
  21. [
  22. "UralRepair_CDF",
  23. "UralRepair_INS",
  24. "UralRefuel_CDF",
  25. "UralRefuel_INS",
  26. "Ural_CDF",
  27. "Ural_INS",
  28. "UralOpen_INS",
  29. "UralCivil",
  30. "UralCivil2",
  31. "V3S_Civ",
  32. "MTVR",
  33. "Ural_TK_CIV_EP1",
  34. "Ural_UN_EP1",
  35. "MtvrRefuel_DES_EP1_DZ",
  36. "V3S_Refuel_TK_GUE_EP1_DZ",
  37. "V3S_Open_TK_CIV_EP1",
  38. "V3S_Open_TK_EP1",
  39. "UralRefuel_TK_EP1_DZ",
  40. "IL_transit_truck",
  41. "Kamaz",
  42. "KamazOpen",
  43. "KamazRepair",
  44. "KamazRefuel_DZ",
  45. "MTVR_DES_EP1",
  46. "Tractor",
  47. "tractorOld",
  48. "VIL_asistvan_DZE"
  49. ];
  50.  
  51. /**
  52. * List of class names of towables objects.
  53. * This is the list of vehicles that ARE towable
  54. */
  55. R3F_LOG_CFG_objets_remorquables = R3F_LOG_CFG_objets_remorquables +
  56. [
  57. "ATV_CZ_EP1",
  58. "C130J_US_EP1",
  59. "GAZ_Vodnik_HMG",
  60. "BTR90_HQ",
  61. "HMMWV_Ambulance_DZ",
  62. "GAZ_Vodnik_DZE",
  63. "GAZ_Vodnik_DZ_LM",
  64. "GAZ_Vodnik_DZ_VLM",
  65. "GAZ_Vodnik_MedEvac",
  66. "HMMWV",
  67. "HMMWV_DES_EP1",
  68. "S1203_TK_CIV_EP1",
  69. "SUV_PMC",
  70. "Ikarus",
  71. "Ikarus_TK_CIV_EP1",
  72. "SUV_TK_CIV_EP1",
  73. "HMMWV_DZ",
  74. "S1203_TK_CIV_EP1",
  75. "SUV_TK_CIV_EP1",
  76. "SUV_TK_EP1",
  77. "Skoda",
  78. "SkodaBlue",
  79. "SkodaGreen",
  80. "SkodaRed",
  81. "VolhaLimo_TK_CIV_EP1",
  82. "Volha_1_TK_CIV_EP1",
  83. "Volha_2_TK_CIV_EP1",
  84. "VWGolf",
  85. "car_hatchback",
  86. "car_sedan",
  87. "Lada1",
  88. "Lada1_TK_CIV_EP1",
  89. "Lada2",
  90. "Lada2_TK_CIV_EP1",
  91. "LadaLM",
  92. "policecar",
  93. "datsun1_civil_1_open",
  94. "datsun1_civil_2_covered",
  95. "datsun1_civil_3_open",
  96. "hilux1_civil_1_open",
  97. "hilux1_civil_2_covered",
  98. "hilux1_civil_3_open_EP1",
  99. "SUV_Blue",
  100. "SUV_Charcoal",
  101. "SUV_Green",
  102. "SUV_Orange",
  103. "SUV_Pink",
  104. "SUV_Red",
  105. "SUV_Silver",
  106. "SUV_White",
  107. "SUV_Yellow",
  108. "SUV_Camo",
  109. "S1203_ambulance_EP1",
  110. "Pickup_PK_TK_GUE_EP1_DZE",
  111. "Pickup_PK_GUE_DZE",
  112. "Pickup_PK_INS_DZE",
  113. "UAZ_CDF",
  114. "UAZ_CDF",
  115. "UAZ_INS",
  116. "UAZ_RU",
  117. "HMMWV_Ambulance",
  118. "Offroad_DSHKM_Gue_DZE",
  119. "LandRover_MG_TK_EP1_DZE",
  120. "ArmoredSUV_PMC_DZE",
  121. "HMMWV_M998A2_SOV_DES_EP1_DZE",
  122. "HMMWV_M1035_DES_EP1",
  123. "HMMWV_M1151_M2_CZ_DES_EP1_DZE",
  124. "LandRover_Special_CZ_EP1_DZE",
  125. "UAZ_MG_TK_EP1_DZE",
  126. "VIL_vivaro_amb",
  127. "VIL_vwt4_civ",
  128. "VIL_berlingo",
  129. "VIL_bmw7_civilvip",
  130. "VIL_bmw7_civil1",
  131. "VIL_bmw7_civil",
  132. "VIL_bmw7_civil2",
  133. "VIL_vivaro_civ",
  134. "VIL_asistvan",
  135. "VIL_transit_civ",
  136. "VIL_ducato_bus",
  137. "VIL_hilux1_civil",
  138. "VIL_hilux1_civi2",
  139. "VIL_hilux1_civi3",
  140. "VIL_hilux1_police",
  141. "VIL_bmw7_civilvip",
  142. "VIL_bmw7_civil",
  143. "VIL_bmw7_civil1",
  144. "VIL_bmw7_civil2",
  145. "VIL_alfa_civil",
  146. "VIL_alfa_civil1",
  147. "VIL_alfa_civil2",
  148. "VIL_citrone_civil",
  149. "VIL_citrone_civil1",
  150. "VIL_citrone_civil2",
  151. "VIL_citrone_civil3",
  152. "VIL_passat_civil",
  153. "VIL_passat_civil1",
  154. "VIL_passat_civil2",
  155. "VIL_passat_civil3",
  156. "VIL_passat_civil4",
  157. "VIL_passat_civil5",
  158. "VIL_smart_civil",
  159. "VIL_smart_civil1",
  160. "VIL_smart_civil2",
  161. "VIL_smart_civil3",
  162. "VIL_smart_civil4",
  163. "VIL_smart_civil5",
  164. "VIL_panda_civil1",
  165. "VIL_panda_civil",
  166. "VIL_kia_ceeddwa",
  167. "VIL_kia_ceeddwa2",
  168. "VIL_kia_ceed",
  169. "VIL_kia_ceed2",
  170. "VIL_mondeo_civil",
  171. "VIL_mondeo_civil1",
  172. "VIL_mondeo_civil3",
  173. "VIL_octavia_civil",
  174. "VIL_octavia_civil2",
  175. "VIL_octavia_civil3",
  176. "VIL_fobia_civil",
  177. "VIL_fobia_civil1",
  178. "VIL_fobia_civil2",
  179. "VIL_fobia_civil3",
  180. "VIL_fobia_civil4",
  181. "VIL_fobia_civil5",
  182. "VIL_mondeo_civil4",
  183. "VIL_mondeo_civil5",
  184. "VIL_octavia_civil4",
  185. "VIL_kia_ceed3",
  186. "VIL_kia_ceed4",
  187. "VIL_kia_ceeddwa3",
  188. "VIL_kia_ceeddwa4",
  189. "VIL_kia_ceeddwa5",
  190. "VIL_kia_ceeddwa6",
  191. "VIL_lublin_freez",
  192. "VIL_volvofl",
  193. "VIL_Star_S2000o",
  194. "VIL_Star_S2000",
  195. "VIL_sprinter_cargo",
  196. "VIL_karoca_civil_red",
  197. "VIL_karoca_civil",
  198. "VIL_ducato_cargo",
  199. "VIL_ducato_cargo2",
  200. "VIL_vwt4_banksec",
  201. "CSJ_GyroC",
  202. "CSJ_GyroCover",
  203. "CSJ_GyroP"
  204. ];
  205.  
  206.  
  207. /****** LIFT WITH VEHICLE / HELIPORTER AVEC VEHICULE ******/
  208.  
  209. /**
  210. * List of class names of air vehicles which can lift liftable objects.
  211. * This is the list of HELICOPTERS that can lift
  212. */
  213. R3F_LOG_CFG_heliporteurs = R3F_LOG_CFG_heliporteurs +
  214. [
  215. "MV22_DZ",
  216. "CH_47F_EP1_DZE",
  217. "Mi17_DZE",
  218. "Mi17_Civilian_DZ",
  219. "BAF_Merlin_HC3_D",
  220. "AH64D_EP1",
  221. "F35B"
  222. ];
  223.  
  224. /**
  225. * List of class names of liftable objects.
  226. * This is the list of vehicles that CAN be lifted
  227. */
  228. R3F_LOG_CFG_objets_heliportables = R3F_LOG_CFG_objets_heliportables + R3F_LOG_CFG_remorqueurs + R3F_LOG_CFG_objets_remorquables +
  229. [
  230. "AN2_DZ",
  231. "C130J_US_EP1",
  232. "GNT_C185U",
  233. "GNT_C185",
  234. "GNT_C185R",
  235. "GNT_C185C"
  236. ];
  237.  
  238.  
  239. /****** LOAD IN VEHICLE / CHARGER DANS LE VEHICULE ******/
  240.  
  241. /*
  242. * This section use a quantification of the volume and/or weight of the objets.
  243. * The arbitrary referencial used is : an ammo box of type USSpecialWeaponsBox "weights" 5 units.
  244. *
  245. * Cette section utilise une quantification du volume et/ou poids des objets.
  246. * Le r�f�rentiel arbitraire utilis� est : une caisse de munition de type USSpecialWeaponsBox "p�se" 5 unit�s.
  247. *
  248. * Note : the priority of a declaration of capacity to another corresponds to their order in the tables.
  249. * For example : the "Truck" class is in the "Car" class (see http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles).
  250. * If "Truck" is declared with a capacity of 140 before "Car". And if "Car" is declared after "Truck" with a capacity of 40,
  251. * Then all the sub-classes in "Truck" will have a capacity of 140. And all the sub-classes of "Car", excepted the ones
  252. * in "Truck", will have a capacity of 40.
  253. *
  254. * Note : la priorit� d'une d�claration de capacit� sur une autre correspond � leur ordre dans les tableaux.
  255. * Par exemple : la classe "Truck" appartient � la classe "Car" (voir http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles).
  256. * Si "Truck" est d�clar� avec une capacit� de 140 avant "Car". Et que "Car" est d�clar� apr�s "Truck" avec une capacit� de 40,
  257. * Alors toutes les sous-classes appartenant � "Truck" auront une capacit� de 140. Et toutes les sous-classes appartenant
  258. * � "Car", except�es celles de "Truck", auront une capacit� de 40.
  259. */
  260.  
  261. /**
  262. * List of class names of (ground or air) vehicles which can transport transportable objects.
  263. * The second element of the arrays is the load capacity (in relation with the capacity cost of the objects).
  264. *
  265. * [Vehicle Name, Capacity],
  266. * ["Ikarus", 50],
  267. */
  268. R3F_LOG_CFG_transporteurs = R3F_LOG_CFG_transporteurs +
  269. [
  270.  
  271. ];
  272.  
  273. /**
  274. * List of class names of transportable objects.
  275. * The second element of the arrays is the cost capacity (in relation with the capacity of the vehicles).
  276. *
  277. * [VEHICLE NAME, COST CAPACITY],
  278. * ["ATV_Base_EP1", 20],
  279. */
  280. R3F_LOG_CFG_objets_transportables = R3F_LOG_CFG_objets_transportables +
  281. [
  282.  
  283. ];
  284.  
  285.  
  286. /****** MOVABLE-BY-PLAYER OBJECTS / OBJETS DEPLACABLES PAR LE JOUEUR ******/
  287.  
  288. /**
  289. * List of class names of objects moveable by player.
  290. * "MASH",
  291. */
  292. R3F_LOG_CFG_objets_deplacables = R3F_LOG_CFG_objets_deplacables +
  293. [
  294.  
  295. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement