Advertisement
SA-Smoke

Updated config.sqf for R3F & Epoch 1.0.1.5

Jul 20th, 2013
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.45 KB | None | 0 0
  1. /**
  2. * English and French comments
  3. * Commentaires anglais et français
  4. *
  5. * This file contains the configuration variables of the logistics system.
  6. * Fichier contenant les variables de configuration du système de logistique.
  7. *
  8. * Important note : All the classes names which inherits from the ones used in configuration variables will be also available.
  9. * Note importante : Tous les noms de classes dérivant de celles utilisées dans les variables de configuration seront aussi valables.
  10. */
  11.  
  12. /*
  13. * There are two ways to manage new objects with the logistics system. The first is to add these objects in the
  14. * folowing appropriate lists. The second is to create a new external file in the /addons_config/ directory,
  15. * according to the same scheme as the existing ones, and to add a #include at the end of this current file.
  16. *
  17. * Deux moyens existent pour gérer de nouveaux objets avec le système logistique. Le premier consiste à ajouter
  18. * ces objets dans les listes appropriées ci-dessous. Le deuxième est de créer un fichier externe dans le répertoire
  19. * /addons_config/ selon le même schéma que ceux qui existent déjà, et d'ajouter un #include à la fin de ce présent fichier.
  20. */
  21.  
  22. /****** TOW WITH VEHICLE / REMORQUER AVEC VEHICULE ******/
  23.  
  24. /**
  25. * List of class names of (ground or air) vehicles which can tow towables objects.
  26. * Liste des noms de classes des véhicules terrestres pouvant remorquer des objets remorquables.
  27. */
  28. R3F_LOG_CFG_remorqueurs =
  29. [
  30. "ArmoredSUV_PMC_DZ",
  31. "datsun1_civil_1_open",
  32. "datsun1_civil_2_covered",
  33. "datsun1_civil_3_open",
  34. "GAZ_Vodnik",
  35. "GAZ_Vodnik_MedEvac",
  36. "hilux1_civil_1_open",
  37. "hilux1_civil_2_covered",
  38. "hilux1_civil_3_open_EP1",
  39. "HMMWV_Ambulance",
  40. "HMMWV_Ambulance_CZ_DES_EP1",
  41. "HMMWV_DES_EP1",
  42. "HMMWV_DZ",
  43. "HMMWV_M135_DES_EP1",
  44. "HMMWV_M1151_M2_CZ_DES_EP1",
  45. "HMMWV_M998A_SOV_DEV_EP1",
  46. "Ikarus",
  47. "Kamaz",
  48. "KamazRefuel_DZ",
  49. "LandRover_CZ_EP1",
  50. "LandRover_MG_TK_EP1",
  51. "LandRover_Special_CZ_EP1",
  52. "LandRover_TK_CIV_EP1",
  53. "M1030_US_DES_EP1",
  54. "MTVR_DES_EP1",
  55. "MtvrRefuel_DES_EP1_DZ",
  56. "Offroad_DSHKM_GUE",
  57. "Pickup_PK_GUE",
  58. "Pickup_PK_INS",
  59. "Pickup_PK_TK_GUE_EP1",
  60. "SUV_Blue",
  61. "SUV_Camo",
  62. "SUV_Charcoal",
  63. "SUV_Green",
  64. "SUV_Orange",
  65. "SUV_Pink",
  66. "SUV_Red",
  67. "SUV_Silver",
  68. "SUV_TK_CIV_EP1",
  69. "SUV_White",
  70. "SUV_Yellow",
  71. "tractor",
  72. "UAZ_CDF",
  73. "UAZ_INS",
  74. "UAZ_MG_TK_EP1",
  75. "UAZ_RU",
  76. "UAZ_Unarmed_TK_CIV_EP1",
  77. "UAZ_Unarmed_UN_EP1",
  78. "UralCivil",
  79. "UralCivil2",
  80. "Ural_CDF",
  81. "Ural_TK_CIV_EP1",
  82. "Ural_UN_EP1",
  83. "UralRefuel_TK_EP1_DZ",
  84. "V3S_Open_TK_CIV_EP1",
  85. "V3S_TK_EP1",
  86. "V3S_Refuel_TK_GUE_EP1_DZ",
  87. "VIL_ducato_bus",
  88. "VIL_ducato_cargo",
  89. "VIL_ducato_cargo2",
  90. "VIL_hilux1_civi2",
  91. "VIL_hilux1_civi3",
  92. "VIL_hilux1_civil",
  93. "VIL_hilux1_police",
  94. "VIL_lublin_freez",
  95. "VIL_panda_civil",
  96. "VIL_panda_civil1",
  97. "VIL_sprinter_cargo",
  98. "VIL_Star_S2000o",
  99. "VIL_Star_S2000",
  100. "VIL_transit_civ",
  101. "VIL_transit_truck",
  102. "VIL_vivaro_amb",
  103. "VIL_vivaro_civ",
  104. "VIL_volvofl",
  105. "VIL_vwt4_civ",
  106. "VIL_vwt4_banksec",
  107. "VIL_assistvan"
  108. ];
  109.  
  110. /**
  111. * List of class names of towables objects.
  112. * Liste des noms de classes des objets remorquables.
  113. */
  114. R3F_LOG_CFG_objets_remorquables =
  115. [
  116. "AH6X_DZ",
  117. "CH_47F_EP1_DZ",
  118. "MH6J_DZ",
  119. "Mi17_Civilian_DZ",
  120. "Mi17_DZ",
  121. "UH1H_DZ",
  122. "UH1Y_DZ",
  123. "UH60M_EP1_DZ",
  124. "Mi24_D_TK_EP1",
  125. "ArmoredSUV_PMC_DZ",
  126. "datsun1_civil_1_open",
  127. "datsun1_civil_2_covered",
  128. "datsun1_civil_3_open",
  129. "GAZ_Vodnik",
  130. "GAZ_Vodnik_MedEvac",
  131. "hilux1_civil_1_open",
  132. "hilux1_civil_2_covered",
  133. "hilux1_civil_3_open_EP1",
  134. "HMMWV_Ambulance",
  135. "HMMWV_Ambulance_CZ_DES_EP1",
  136. "HMMWV_DES_EP1",
  137. "HMMWV_DZ",
  138. "HMMWV_M135_DES_EP1",
  139. "HMMWV_M1151_M2_CZ_DES_EP1",
  140. "HMMWV_M998A_SOV_DEV_EP1",
  141. "LandRover_CZ_EP1",
  142. "LandRover_MG_TK_EP1",
  143. "LandRover_Special_CZ_EP1",
  144. "LandRover_TK_CIV_EP1",
  145. "M1030_US_DES_EP1",
  146. "MTVR_DES_EP1",
  147. "MtvrRefuel_DES_EP1_DZ",
  148. "Offroad_DSHKM_GUE",
  149. "Pickup_PK_GUE",
  150. "Pickup_PK_INS",
  151. "Pickup_PK_TK_GUE_EP1",
  152. "SUV_Blue",
  153. "SUV_Camo",
  154. "SUV_Charcoal",
  155. "SUV_Green",
  156. "SUV_Orange",
  157. "SUV_Pink",
  158. "SUV_Red",
  159. "SUV_Silver",
  160. "SUV_TK_CIV_EP1",
  161. "SUV_White",
  162. "SUV_Yellow",
  163. "tractor",
  164. "UAZ_CDF",
  165. "UAZ_INS",
  166. "UAZ_MG_TK_EP1",
  167. "UAZ_RU",
  168. "UAZ_Unarmed_TK_CIV_EP1",
  169. "UAZ_Unarmed_UN_EP1",
  170. "VIL_ducato_bus",
  171. "VIL_ducato_cargo",
  172. "VIL_ducato_cargo2",
  173. "VIL_hilux1_civi2",
  174. "VIL_hilux1_civi3",
  175. "VIL_hilux1_civil",
  176. "VIL_hilux1_police",
  177. "VIL_lublin_freez",
  178. "VIL_panda_civil",
  179. "VIL_panda_civil1",
  180. "VIL_sprinter_cargo",
  181. "VIL_Star_S2000o",
  182. "VIL_Star_S2000",
  183. "VIL_transit_civ",
  184. "VIL_transit_truck",
  185. "VIL_vivaro_amb",
  186. "VIL_vivaro_civ",
  187. "VIL_volvofl",
  188. "VIL_vwt4_civ",
  189. "VIL_vwt4_banksec",
  190. "VIL_assistvan",
  191. "car_hatchback",
  192. "car_sedan",
  193. "Lada1",
  194. "Lada1_TK_CIV_EP1",
  195. "Lada2",
  196. "Lada2_TK_CIV_EP1",
  197. "LadaLM",
  198. "policecar",
  199. "S1203_ambulance_EP1",
  200. "S1203_TK_CIV_EP1",
  201. "Skoda",
  202. "SkodaBlue",
  203. "SkodaGreen",
  204. "SkodaRed",
  205. "VIL_alfa_civil",
  206. "VIL_alfa_civil2",
  207. "VIL_berlingo",
  208. "VIL_bmw7_civil",
  209. "VIL_bmw7_civil1",
  210. "VIL_bmw7_civil2",
  211. "VIL_bmw7_civilvip",
  212. "VIL_citrone_civil",
  213. "VIL_citrone_civil1",
  214. "VIL_citrone_civil2",
  215. "VIL_citrone_civil3",
  216. "VIL_fobia_civil",
  217. "VIL_fobia_civil1",
  218. "VIL_fobia_civil2",
  219. "VIL_fobia_civil3",
  220. "VIL_fobia_civil4",
  221. "VIL_fobia_civil5",
  222. "VIL_karoca_civil",
  223. "VIL_karoca_civil_red",
  224. "VIL_kia_ceed",
  225. "VIL_kia_ceed2",
  226. "VIL_kia_ceed3",
  227. "VIL_kia_ceed4",
  228. "VIL_kia_ceeddwa",
  229. "VIL_kia_ceeddwa2",
  230. "VIL_kia_ceeddwa3",
  231. "VIL_kia_ceeddwa4",
  232. "VIL_kia_ceeddwa5",
  233. "VIL_kia_ceeddwa6",
  234. "VIL_mondeo_civil",
  235. "VIL_mondeo_civil1",
  236. "VIL_mondeo_civil3",
  237. "VIL_mondeo_civil4",
  238. "VIL_mondeo_civil5",
  239. "VIL_octavia_civil",
  240. "VIL_octavia_civil2",
  241. "VIL_octavia_civil3",
  242. "VIL_octavia_civil4",
  243. "VIL_passat_civil",
  244. "VIL_passat_civil1",
  245. "VIL_passat_civil2",
  246. "VIL_passat_civil3",
  247. "VIL_passat_civil4",
  248. "VIL_passat_civil5",
  249. "VIL_smart_civil",
  250. "VIL_smart_civil1",
  251. "VIL_smart_civil2",
  252. "VIL_smart_civil3",
  253. "VIL_smart_civil4",
  254. "VIL_smart_civil5",
  255. "VolhaLimo_TK_CIV_EP1",
  256. "Volha_1_TK_CIV_EP1",
  257. "Volha_2_TK_CIV_EP1",
  258. "VWGolf",
  259. "ATV_CZ_EP1",
  260. "ATV_US_EP1",
  261. "Fishing_Boat",
  262. "JetSkiYanahui_Case_blue",
  263. "JetSkiYanahui_Case_Green",
  264. "JetSkiYanahui_Case_Yellow",
  265. "PBX",
  266. "RHIB",
  267. "SmallBoat_1",
  268. "SmallBoat_2",
  269. "Zodiac",
  270. "AN2_DZ",
  271. "GNT_C185C",
  272. "GNT_C185R",
  273. "GNT_C185U",
  274. "GNT_C185"
  275. ];
  276.  
  277.  
  278. /****** LIFT WITH VEHICLE / HELIPORTER AVEC VEHICULE ******/
  279.  
  280. /**
  281. * List of class names of air vehicles which can lift liftables objects.
  282. * Liste des noms de classes des véhicules aériens pouvant héliporter des objets héliportables.
  283. */
  284. R3F_LOG_CFG_heliporteurs =
  285. [
  286. "AH6X_DZ",
  287. "CH_47F_EP1_DZ",
  288. "MH6J_DZ",
  289. "Mi17_Civilian_DZ",
  290. "Mi17_DZ",
  291. "UH1H_DZ",
  292. "UH1Y_DZ",
  293. "UH60M_EP1_DZ",
  294. "Mi24_D_TK_EP1",
  295. "MV22_DZ"
  296. ];
  297.  
  298. /**
  299. * List of class names of liftables objects.
  300. * Liste des noms de classes des objets héliportables.
  301. */
  302. R3F_LOG_CFG_objets_heliportables =
  303. [
  304. "AH6X_DZ",
  305. "CH_47F_EP1_DZ",
  306. "MH6J_DZ",
  307. "Mi17_Civilian_DZ",
  308. "Mi17_DZ",
  309. "UH1H_DZ",
  310. "UH1Y_DZ",
  311. "UH60M_EP1_DZ",
  312. "Mi24_D_TK_EP1",
  313. "ArmoredSUV_PMC_DZ",
  314. "datsun1_civil_1_open",
  315. "datsun1_civil_2_covered",
  316. "datsun1_civil_3_open",
  317. "GAZ_Vodnik",
  318. "GAZ_Vodnik_MedEvac",
  319. "hilux1_civil_1_open",
  320. "hilux1_civil_2_covered",
  321. "hilux1_civil_3_open_EP1",
  322. "HMMWV_Ambulance",
  323. "HMMWV_Ambulance_CZ_DES_EP1",
  324. "HMMWV_DES_EP1",
  325. "HMMWV_DZ",
  326. "HMMWV_M135_DES_EP1",
  327. "HMMWV_M1151_M2_CZ_DES_EP1",
  328. "HMMWV_M998A_SOV_DEV_EP1",
  329. "Ikarus",
  330. "Kamaz",
  331. "KamazRefuel_DZ",
  332. "LandRover_CZ_EP1",
  333. "LandRover_MG_TK_EP1",
  334. "LandRover_Special_CZ_EP1",
  335. "LandRover_TK_CIV_EP1",
  336. "M1030_US_DES_EP1",
  337. "MTVR_DES_EP1",
  338. "MtvrRefuel_DES_EP1_DZ",
  339. "Offroad_DSHKM_GUE",
  340. "Pickup_PK_GUE",
  341. "Pickup_PK_INS",
  342. "Pickup_PK_TK_GUE_EP1",
  343. "SUV_Blue",
  344. "SUV_Camo",
  345. "SUV_Charcoal",
  346. "SUV_Green",
  347. "SUV_Orange",
  348. "SUV_Pink",
  349. "SUV_Red",
  350. "SUV_Silver",
  351. "SUV_TK_CIV_EP1",
  352. "SUV_White",
  353. "SUV_Yellow",
  354. "tractor",
  355. "UAZ_CDF",
  356. "UAZ_INS",
  357. "UAZ_MG_TK_EP1",
  358. "UAZ_RU",
  359. "UAZ_Unarmed_TK_CIV_EP1",
  360. "UAZ_Unarmed_UN_EP1",
  361. "UralCivil",
  362. "UralCivil2",
  363. "Ural_CDF",
  364. "Ural_TK_CIV_EP1",
  365. "Ural_UN_EP1",
  366. "UralRefuel_TK_EP1_DZ",
  367. "V3S_Open_TK_CIV_EP1",
  368. "V3S_TK_EP1",
  369. "V3S_Refuel_TK_GUE_EP1_DZ",
  370. "VIL_ducato_bus",
  371. "VIL_ducato_cargo",
  372. "VIL_ducato_cargo2",
  373. "VIL_hilux1_civi2",
  374. "VIL_hilux1_civi3",
  375. "VIL_hilux1_civil",
  376. "VIL_hilux1_police",
  377. "VIL_lublin_freez",
  378. "VIL_panda_civil",
  379. "VIL_panda_civil1",
  380. "VIL_sprinter_cargo",
  381. "VIL_Star_S2000o",
  382. "VIL_Star_S2000",
  383. "VIL_transit_civ",
  384. "VIL_transit_truck",
  385. "VIL_vivaro_amb",
  386. "VIL_vivaro_civ",
  387. "VIL_volvofl",
  388. "VIL_vwt4_civ",
  389. "VIL_vwt4_banksec",
  390. "VIL_assistvan",
  391. "car_hatchback",
  392. "car_sedan",
  393. "Lada1",
  394. "Lada1_TK_CIV_EP1",
  395. "Lada2",
  396. "Lada2_TK_CIV_EP1",
  397. "LadaLM",
  398. "policecar",
  399. "S1203_ambulance_EP1",
  400. "S1203_TK_CIV_EP1",
  401. "Skoda",
  402. "SkodaBlue",
  403. "SkodaGreen",
  404. "SkodaRed",
  405. "VIL_alfa_civil",
  406. "VIL_alfa_civil2",
  407. "VIL_berlingo",
  408. "VIL_bmw7_civil",
  409. "VIL_bmw7_civil1",
  410. "VIL_bmw7_civil2",
  411. "VIL_bmw7_civilvip",
  412. "VIL_citrone_civil",
  413. "VIL_citrone_civil1",
  414. "VIL_citrone_civil2",
  415. "VIL_citrone_civil3",
  416. "VIL_fobia_civil",
  417. "VIL_fobia_civil1",
  418. "VIL_fobia_civil2",
  419. "VIL_fobia_civil3",
  420. "VIL_fobia_civil4",
  421. "VIL_fobia_civil5",
  422. "VIL_karoca_civil",
  423. "VIL_karoca_civil_red",
  424. "VIL_kia_ceed",
  425. "VIL_kia_ceed2",
  426. "VIL_kia_ceed3",
  427. "VIL_kia_ceed4",
  428. "VIL_kia_ceeddwa",
  429. "VIL_kia_ceeddwa2",
  430. "VIL_kia_ceeddwa3",
  431. "VIL_kia_ceeddwa4",
  432. "VIL_kia_ceeddwa5",
  433. "VIL_kia_ceeddwa6",
  434. "VIL_mondeo_civil",
  435. "VIL_mondeo_civil1",
  436. "VIL_mondeo_civil3",
  437. "VIL_mondeo_civil4",
  438. "VIL_mondeo_civil5",
  439. "VIL_octavia_civil",
  440. "VIL_octavia_civil2",
  441. "VIL_octavia_civil3",
  442. "VIL_octavia_civil4",
  443. "VIL_passat_civil",
  444. "VIL_passat_civil1",
  445. "VIL_passat_civil2",
  446. "VIL_passat_civil3",
  447. "VIL_passat_civil4",
  448. "VIL_passat_civil5",
  449. "VIL_smart_civil",
  450. "VIL_smart_civil1",
  451. "VIL_smart_civil2",
  452. "VIL_smart_civil3",
  453. "VIL_smart_civil4",
  454. "VIL_smart_civil5",
  455. "VolhaLimo_TK_CIV_EP1",
  456. "Volha_1_TK_CIV_EP1",
  457. "Volha_2_TK_CIV_EP1",
  458. "VWGolf",
  459. "ATV_CZ_EP1",
  460. "ATV_US_EP1",
  461. "Fishing_Boat",
  462. "JetSkiYanahui_Case_blue",
  463. "JetSkiYanahui_Case_Green",
  464. "JetSkiYanahui_Case_Yellow",
  465. "PBX",
  466. "RHIB",
  467. "SmallBoat_1",
  468. "SmallBoat_2",
  469. "Zodiac",
  470. "AN2_DZ",
  471. "GNT_C185C",
  472. "GNT_C185R",
  473. "GNT_C185U",
  474. "GNT_C185"
  475. ];
  476.  
  477.  
  478. /****** LOAD IN VEHICLE / CHARGER DANS LE VEHICULE ******/
  479.  
  480. /*
  481. * This section use a quantification of the volume and/or weight of the objets.
  482. * The arbitrary referencial used is : an ammo box of type USVehicleBox "weights" 12 units.
  483. *
  484. * Cette section utilise une quantification du volume et/ou poids des objets.
  485. * Le référentiel arbitraire utilisé est : une caisse de munition de type USVehicleBox "pèse" 12 unités.
  486. *
  487. * Note : the priority of a declaration of capacity to another corresponds to their order in the tables.
  488. * For example : the "Truck" class is in the "Car" class (see http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles).
  489. * If "Truck" is declared with a capacity of 140 before "Car". And if "Car" is declared after "Truck" with a capacity of 40,
  490. * Then all the sub-classes in "Truck" will have a capacity of 140. And all the sub-classes of "Car", excepted the ones
  491. * in "Truck", will have a capacity of 40.
  492. *
  493. * Note : la priorité d'une déclaration de capacité sur une autre correspond à leur ordre dans les tableaux.
  494. * Par exemple : la classe "Truck" appartient à la classe "Car" (voir http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles).
  495. * 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,
  496. * Alors toutes les sous-classes appartenant à "Truck" auront une capacité de 140. Et toutes les sous-classes appartenant
  497. * à "Car", exceptées celles de "Truck", auront une capacité de 40.
  498. */
  499.  
  500. /**
  501. * List of class names of (ground or air) vehicles which can transport transportables objects.
  502. * The second element of the arrays is the load capacity (in relation with the capacity cost of the objects).
  503. *
  504. * Liste des noms de classes des véhicules (terrestres ou aériens) pouvant transporter des objets transportables.
  505. * Le deuxième élément des tableaux est la capacité de chargement (en relation avec le coût de capacité des objets).
  506. */
  507. R3F_LOG_CFG_transporteurs =
  508. [
  509. ["AH6X_DZ", 50],
  510. ["CH_47F_EP1_DZ", 100],
  511. ["MH6J_DZ", 50],
  512. ["Mi17_Civilian_DZ", 75],
  513. ["Mi17_DZ", 75],
  514. ["UH1H_DZ", 50],
  515. ["UH1Y_DZ", 50],
  516. ["UH60M_EP1_DZ", 75],
  517. ["Mi24_D_TK_EP1", 75],
  518. ["ArmoredSUV_PMC_DZ", 75],
  519. ["datsun1_civil_1_open", 50],
  520. ["datsun1_civil_2_covered", 50],
  521. ["datsun1_civil_3_open", 50],
  522. ["GAZ_Vodnik", 75],
  523. ["GAZ_Vodnik_MedEvac", 75],
  524. ["hilux1_civil_1_open", 50],
  525. ["hilux1_civil_2_covered", 50],
  526. ["hilux1_civil_3_open_EP1", 50],
  527. ["HMMWV_Ambulance", 50],
  528. ["HMMWV_Ambulance_CZ_DES_EP1", 75],
  529. ["HMMWV_DES_EP1", 50],
  530. ["HMMWV_DZ", 50],
  531. ["HMMWV_M135_DES_EP1", 50],
  532. ["HMMWV_M1151_M2_CZ_DES_EP1", 50],
  533. ["HMMWV_M998A_SOV_DEV_EP1", 50],
  534. ["Ikarus", 100],
  535. ["Kamaz", 100],
  536. ["KamazRefuel_DZ", 100],
  537. ["LandRover_CZ_EP1", 75],
  538. ["LandRover_MG_TK_EP1", 75],
  539. ["LandRover_Special_CZ_EP1", 75],
  540. ["LandRover_TK_CIV_EP1", 75],
  541. ["M1030_US_DES_EP1", 50],
  542. ["MTVR_DES_EP1", 100],
  543. ["MtvrRefuel_DES_EP1_DZ", 100],
  544. ["Offroad_DSHKM_GUE", 50],
  545. ["Pickup_PK_GUE", 50],
  546. ["Pickup_PK_INS", 50],
  547. ["Pickup_PK_TK_GUE_EP1", 50],
  548. ["SUV_Blue", 75],
  549. ["SUV_Camo", 75],
  550. ["SUV_Charcoal", 75],
  551. ["SUV_Green", 75],
  552. ["SUV_Orange", 75],
  553. ["SUV_Pink", 75],
  554. ["SUV_Red", 75],
  555. ["SUV_Silver", 75],
  556. ["SUV_TK_CIV_EP1", 75],
  557. ["SUV_White", 75],
  558. ["SUV_Yellow", 75],
  559. ["tractor", 25],
  560. ["UAZ_CDF", 25],
  561. ["UAZ_INS", 25],
  562. ["UAZ_MG_TK_EP1", 25],
  563. ["UAZ_RU", 25],
  564. ["UAZ_Unarmed_TK_CIV_EP1", 25],
  565. ["UAZ_Unarmed_UN_EP1", 25],
  566. ["Ural_CDF", 100],
  567. ["Ural_TK_CIV_EP1", 100],
  568. ["Ural_UN_EP1", 100],
  569. ["UralRefuel_TK_EP1_DZ", 100],
  570. ["V3S_Open_TK_CIV_EP1", 100],
  571. ["V3S_TK_EP1", 100],
  572. ["V3S_Refuel_TK_GUE_EP1_DZ", 100],
  573. ["VIL_ducato_bus", 100],
  574. ["VIL_ducato_cargo", 100],
  575. ["VIL_ducato_cargo2", 100],
  576. ["VIL_hilux1_civi2", 50],
  577. ["VIL_hilux1_civi3", 50],
  578. ["VIL_hilux1_civil", 50],
  579. ["VIL_hilux1_police", 50],
  580. ["VIL_lublin_freez", 50],
  581. ["VIL_panda_civil", 50],
  582. ["VIL_panda_civil1", 50],
  583. ["VIL_sprinter_cargo", 50],
  584. ["VIL_Star_S2000o", 50],
  585. ["VIL_Star_S2000", 50],
  586. ["VIL_transit_civ", 50],
  587. ["VIL_transit_truck", 50],
  588. ["VIL_vivaro_amb", 50],
  589. ["VIL_vivaro_civ", 50],
  590. ["VIL_volvofl", 50],
  591. ["VIL_vwt4_civ", 50],
  592. ["VIL_vwt4_banksec", 50],
  593. ["VIL_assistvan", 75]
  594. ];
  595.  
  596. /**
  597. * List of class names of transportables objects.
  598. * The second element of the arrays is the cost capacity (in relation with the capacity of the vehicles).
  599. *
  600. * Liste des noms de classes des objets transportables.
  601. * Le deuxième élément des tableaux est le coût de capacité (en relation avec la capacité des véhicules).
  602. */
  603. R3F_LOG_CFG_objets_transportables =
  604. [
  605. ["AH6X_DZ", 100],
  606. ["MH6J_DZ", 100],
  607. ["ArmoredSUV_PMC_DZ", 150],
  608. ["datsun1_civil_1_open", 100],
  609. ["datsun1_civil_2_covered", 100],
  610. ["datsun1_civil_3_open", 100],
  611. ["GAZ_Vodnik", 125],
  612. ["GAZ_Vodnik_MedEvac", 125],
  613. ["hilux1_civil_1_open", 75],
  614. ["hilux1_civil_2_covered", 75],
  615. ["hilux1_civil_3_open_EP1", 75],
  616. ["HMMWV_Ambulance", 125],
  617. ["HMMWV_Ambulance_CZ_DES_EP1", 125],
  618. ["HMMWV_DES_EP1", 125],
  619. ["HMMWV_DZ", 125],
  620. ["HMMWV_M135_DES_EP1", 125],
  621. ["HMMWV_M1151_M2_CZ_DES_EP1", 125],
  622. ["HMMWV_M998A_SOV_DEV_EP1", 125],
  623. ["LandRover_CZ_EP1", 125],
  624. ["LandRover_MG_TK_EP1", 125],
  625. ["LandRover_Special_CZ_EP1", 125],
  626. ["LandRover_TK_CIV_EP1", 125],
  627. ["M1030_US_DES_EP1", 125],
  628. ["Offroad_DSHKM_GUE", 100],
  629. ["Pickup_PK_GUE", 100],
  630. ["Pickup_PK_INS", 100],
  631. ["Pickup_PK_TK_GUE_EP1", 100],
  632. ["SUV_Blue", 125],
  633. ["SUV_Camo", 125],
  634. ["SUV_Charcoal", 125],
  635. ["SUV_Green", 125],
  636. ["SUV_Orange", 125],
  637. ["SUV_Pink", 125],
  638. ["SUV_Red", 125],
  639. ["SUV_Silver", 125],
  640. ["SUV_TK_CIV_EP1", 125],
  641. ["SUV_White", 125],
  642. ["SUV_Yellow", 125],
  643. ["tractor", 50],
  644. ["UAZ_CDF", 75],
  645. ["UAZ_INS", 75],
  646. ["UAZ_MG_TK_EP1", 75],
  647. ["UAZ_RU", 75],
  648. ["UAZ_Unarmed_TK_CIV_EP1", 75],
  649. ["UAZ_Unarmed_UN_EP1", 75],
  650. ["VIL_ducato_bus", 150],
  651. ["VIL_ducato_cargo", 150],
  652. ["VIL_ducato_cargo2", 150],
  653. ["VIL_hilux1_civi2", 100],
  654. ["VIL_hilux1_civi3", 100],
  655. ["VIL_hilux1_civil", 100],
  656. ["VIL_hilux1_police", 100],
  657. ["VIL_lublin_freez", 100],
  658. ["VIL_panda_civil", 100],
  659. ["VIL_panda_civil1", 100],
  660. ["VIL_sprinter_cargo", 100],
  661. ["VIL_Star_S2000o", 100],
  662. ["VIL_Star_S2000", 100],
  663. ["VIL_transit_civ", 100],
  664. ["VIL_transit_truck", 100],
  665. ["VIL_vivaro_amb", 100],
  666. ["VIL_vivaro_civ", 100],
  667. ["VIL_volvofl", 100],
  668. ["VIL_vwt4_civ", 100],
  669. ["VIL_vwt4_banksec", 100],
  670. ["VIL_assistvan", 100],
  671. ["ATV_CZ_EP1", 25],
  672. ["ATV_US_EP1", 25],
  673. ["MMT_Civ", 10],
  674. ["GLT_M300_LT", 15],
  675. ["GLT_M300_ST", 15],
  676. ["Old_Bike_TK_INS_EP1", 25],
  677. ["Old_Moto_TK_Civ_EP1", 25],
  678. ["TT650_Civ", 25],
  679. ["TT650_Ins", 25],
  680. ["TT650_TK_CIV_EP1", 25]
  681. ];
  682.  
  683. /****** MOVABLE-BY-PLAYER OBJECTS / OBJETS DEPLACABLES PAR LE JOUEUR ******/
  684.  
  685. /**
  686. * List of class names of objects moveables by player.
  687. * Liste des noms de classes des objets transportables par le joueur.
  688. */
  689. R3F_LOG_CFG_objets_deplacables =
  690. [
  691. "Barrels"
  692. ];
  693.  
  694. /*
  695. * List of files adding objects in the arrays of logistics configuration (e.g. R3F_LOG_CFG_remorqueurs)
  696. * Add an include to the new file here if you want to use the logistics with a new addon.
  697. *
  698. * Liste des fichiers ajoutant des objets dans les tableaux de fonctionnalités logistiques (ex : R3F_LOG_CFG_remorqueurs)
  699. * Ajoutez une inclusion vers votre nouveau fichier ici si vous souhaitez utilisez la logistique avec un nouvel addon.
  700. */
  701. //#include "addons_config\ACE_OA_objects.sqf"
  702. //#include "addons_config\BAF_objects.sqf"
  703. //#include "addons_config\arma2_CO_objects.sqf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement