Advertisement
Guest User

config

a guest
May 3rd, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 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. "Truck",
  30. "Car",
  31. "TowingTractor",
  32. "Tractor",
  33. "BRDM2_Base",
  34. "BTR90_Base",
  35. "GAZ_Vodnik_HMG",
  36. "LAV25_Base",
  37. "StrykerBase_EP1",
  38. "MLRS",
  39. "Fishing_Boat",
  40. "RHIB",
  41. "Smallboat_1",
  42. "smallboat_2"
  43. ];
  44.  
  45. /**
  46. * List of class names of towables objects.
  47. * Liste des noms de classes des objets remorquables.
  48. */
  49. R3F_LOG_CFG_objets_remorquables = [
  50. "HMMWV_Base",
  51. "Truck",
  52. "GAZ_Vodnik_HMG",
  53. "BRDM2_Base",
  54. "BTR40_MG_base_EP1",
  55. "Ship",
  56. "Ikarus",
  57. "Tractor",
  58. "UAZ_Base",
  59. "SkodaBase",
  60. "hilux1_civil_1_open",
  61. "Pickup_PK_base",
  62. "Offroad_DSHKM_base",
  63. "Lada_base",
  64. "VWGolf",
  65. "hilux1_civil_3_open_EP1",
  66. "LandRover_Base",
  67. "S1203_TK_CIV_EP1",
  68. "ArmoredSUV_Base_PMC",
  69. "SUV_Base_EP1",
  70. "Volha_TK_CIV_Base_EP1",
  71. "BAF_Jackal2_BASE_D",
  72. "An2_Base_EP1",
  73. "M119",
  74. "D30_base",
  75. "ZU23_base", "BRDM2_HQ_TK_GUE_EP1",
  76. "BRDM2_TK_EP1",
  77. "BRDM2_TK_GUE_EP1",
  78. "BTR40_MG_TK_GUE_EP1",
  79. "BTR40_MG_TK_INS_EP1",
  80. "BTR40_TK_GUE_EP1",
  81. "BTR40_TK_INS_EP1",
  82. "BTR60_TK_EP1",
  83. "HMMWV_TOW_DES_EP1",
  84. "HMMWV_MK19_DES_EP1",
  85. "MtvrReammo_DES_EP1",
  86. "MtvrRefuel_DES_EP1",
  87. "MtvrRepair_DES_EP1",
  88. "MtvrSalvage_DES_EP1",
  89. "MTVR_DES_EP1",
  90. "MtvrSupply_DES_EP1",
  91. "Offroad_DSHKM_TK_GUE_EP1",
  92. "Offroad_SPG9_TK_GUE_EP1",
  93. "Pickup_PK_TK_GUE_EP1",
  94. "UAZ_MG_TK_EP1",
  95. "UAZ_AGS30_TK_EP1",
  96. "Ural_ZU23_TK_EP1",
  97. "KORD_high_UN_EP1",
  98. "SearchLight_TK_INS_EP1",
  99. "Igla_AA_pod_TK_EP1",
  100. "BRDM2_CDF",
  101. "BRDM2_Gue",
  102. "BRDM2_HQ_Gue",
  103. "BRDM2_INS",
  104. "BTR90",
  105. "BTR90_HQ",
  106. "GAZ_Vodnik",
  107. "GAZ_Vodnik_HMG",
  108. "GAZ_Vodnik_MedEvac",
  109. "HMMWV_Avenger",
  110. "HMMWV_M2",
  111. "HMMWV",
  112. "HMMWV_Armored",
  113. "HMMWV_MK19",
  114. "HMMWV_TOW",
  115. "LAV25",
  116. "LAV25_HQ",
  117. "Offroad_DSHKM_Gue",
  118. "Offroad_DSHKM_INS",
  119. "Offroad_SPG9_Gue",
  120. "Pickup_PK_GUE",
  121. "Pickup_PK_INS",
  122. "USLaunchers_EP1",
  123. "AmmoCrates_NoInteractive_Small",
  124. "AmmoCrate_NoInteractive_",
  125. "USVehicleBox",
  126. "USLaunchersBox",
  127. "USBasicAmmunitionBox",
  128. "USOrdnanceBox",
  129. "RUSpecialWeaponsBox",
  130. "RULaunchersBox"
  131. ];
  132.  
  133. /****** LIFT WITH VEHICLE / HELIPORTER AVEC VEHICULE ******/
  134.  
  135. /**
  136. * List of class names of air vehicles which can lift liftables objects.
  137. * Liste des noms de classes des véhicules aériens pouvant héliporter des objets héliportables.
  138. */
  139. R3F_LOG_CFG_heliporteurs = [
  140. "CH47_base_EP1",
  141. "Mi17_base",
  142. "Mi24_Base",
  143. "UH1H_base",
  144. "UH1_Base",
  145. "UH60_Base",
  146. "MV22",
  147. "BAF_Merlin_HC3_D",
  148. "Ka60_Base_PMC",
  149. "Mi24_Base"
  150. ];
  151.  
  152. /**
  153. * List of class names of liftables objects.
  154. * Liste des noms de classes des objets héliportables.
  155. */
  156. R3F_LOG_CFG_objets_heliportables = [
  157.  
  158. "HMMWV_Base",
  159. "Truck",
  160. "GAZ_Vodnik_HMG",
  161. "BTR40_MG_base_EP1",
  162. "Ship",
  163. "Ikarus",
  164. "Tractor",
  165. "UAZ_Base",
  166. "SkodaBase",
  167. "hilux1_civil_1_open",
  168. "Pickup_PK_base",
  169. "Offroad_DSHKM_base",
  170. "Lada_base",
  171. "VWGolf",
  172. "hilux1_civil_3_open_EP1",
  173. "LandRover_Base",
  174. "S1203_TK_CIV_EP1",
  175. "ArmoredSUV_Base_PMC",
  176. "SUV_Base_EP1",
  177. "Volha_TK_CIV_Base_EP1",
  178. "BAF_Jackal2_BASE_D",
  179. "M119",
  180. "D30_base",
  181. "ZU23_base",
  182. "BRDM2_HQ_TK_GUE_EP1",
  183. "BRDM2_TK_EP1",
  184. "BRDM2_TK_GUE_EP1",
  185. "BTR40_MG_TK_GUE_EP1",
  186. "BTR40_MG_TK_INS_EP1",
  187. "BTR40_TK_GUE_EP1",
  188. "BTR40_TK_INS_EP1",
  189. "BTR60_TK_EP1",
  190. "HMMWV_TOW_DES_EP1",
  191. "HMMWV_MK19_DES_EP1",
  192. "MtvrReammo_DES_EP1",
  193. "MtvrRefuel_DES_EP1",
  194. "MtvrRepair_DES_EP1",
  195. "MtvrSalvage_DES_EP1",
  196. "MTVR_DES_EP1",
  197. "MtvrSupply_DES_EP1",
  198. "Offroad_DSHKM_TK_GUE_EP1",
  199. "Offroad_SPG9_TK_GUE_EP1",
  200. "Pickup_PK_TK_GUE_EP1",
  201. "UAZ_MG_TK_EP1",
  202. "UAZ_AGS30_TK_EP1",
  203. "Ural_ZU23_TK_EP1",
  204. "KORD_high_UN_EP1",
  205. "SearchLight_TK_INS_EP1",
  206. "Igla_AA_pod_TK_EP1",
  207. "BRDM2_CDF",
  208. "BRDM2_Gue",
  209. "BRDM2_HQ_Gue",
  210. "BRDM2_INS",
  211. "BTR90",
  212. "BTR90_HQ",
  213. "GAZ_Vodnik",
  214. "GAZ_Vodnik_HMG",
  215. "GAZ_Vodnik_MedEvac",
  216. "HMMWV_Avenger",
  217. "HMMWV_M2",
  218. "HMMWV",
  219. "HMMWV_Armored",
  220. "HMMWV_MK19",
  221. "HMMWV_TOW",
  222. "LAV25",
  223. "LAV25_HQ",
  224. "Offroad_DSHKM_Gue",
  225. "Offroad_DSHKM_INS",
  226. "Offroad_SPG9_Gue",
  227. "Pickup_PK_GUE",
  228. "Pickup_PK_INS",
  229. "USLaunchers_EP1",
  230. "AmmoCrates_NoInteractive_Small",
  231. "AmmoCrate_NoInteractive_",
  232. "USVehicleBox",
  233. "USLaunchersBox",
  234. "USBasicAmmunitionBox",
  235. "USOrdnanceBox",
  236. "RUSpecialWeaponsBox",
  237. "RULaunchersBox",
  238.  
  239. "USBasicAmmunitionBox",
  240. "RUBasicAmmunitionBox",
  241. "LocalBasicAmmunitionBox",
  242. "GuerillaCacheBox",
  243. "ReammoBox_EP1"
  244. ];
  245.  
  246.  
  247. /****** LOAD IN VEHICLE / CHARGER DANS LE VEHICULE ******/
  248.  
  249. /*
  250. * This section use a quantification of the volume and/or weight of the objets.
  251. * The arbitrary referencial used is : an ammo box of type USVehicleBox "weights" 12 units.
  252. *
  253. * Cette section utilise une quantification du volume et/ou poids des objets.
  254. * Le référentiel arbitraire utilisé est : une caisse de munition de type USVehicleBox "pèse" 12 unités.
  255. *
  256. * Note : the priority of a declaration of capacity to another corresponds to their order in the tables.
  257. * For example : the "Truck" class is in the "Car" class (see http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles).
  258. * If "Truck" is declared with a capacity of 140 before "Car". And if "Car" is declared after "Truck" with a capacity of 40,
  259. * Then all the sub-classes in "Truck" will have a capacity of 140. And all the sub-classes of "Car", excepted the ones
  260. * in "Truck", will have a capacity of 40.
  261. *
  262. * Note : la priorité d'une déclaration de capacité sur une autre correspond à leur ordre dans les tableaux.
  263. * Par exemple : la classe "Truck" appartient à la classe "Car" (voir http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles).
  264. * 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,
  265. * Alors toutes les sous-classes appartenant à "Truck" auront une capacité de 140. Et toutes les sous-classes appartenant
  266. * à "Car", exceptées celles de "Truck", auront une capacité de 40.
  267. */
  268.  
  269. /**
  270. * List of class names of (ground or air) vehicles which can transport transportables objects.
  271. * The second element of the arrays is the load capacity (in relation with the capacity cost of the objects).
  272. *
  273. * Liste des noms de classes des véhicules (terrestres ou aériens) pouvant transporter des objets transportables.
  274. * Le deuxième élément des tableaux est la capacité de chargement (en relation avec le coût de capacité des objets).
  275. */
  276. R3F_LOG_CFG_transporteurs = [
  277. ["CH47_base_EP1", 80],
  278. ["AH6_Base_EP1", 25],
  279. ["Mi17_base", 60],
  280. ["Mi24_Base", 50],
  281. ["UH1H_base", 35],
  282. ["UH1_Base", 30],
  283. ["UH60_Base", 40],
  284. ["An2_Base_EP1", 40],
  285. ["C130J", 150],
  286. ["MV22", 80],
  287. ["ATV_Base_EP1", 5],
  288. ["HMMWV_Avenger", 5],
  289. ["HMMWV_M998A2_SOV_DES_EP1", 12],
  290. ["HMMWV_Base", 18],
  291. ["Ikarus", 50],
  292. ["Lada_base", 10],
  293. ["LandRover_Base", 15],
  294. ["Offroad_DSHKM_base", 15],
  295. ["Pickup_PK_base", 15],
  296. ["S1203_TK_CIV_EP1", 20],
  297. ["SUV_Base_EP1", 15],
  298. ["SkodaBase", 10],
  299. ["TowingTractor", 5],
  300. ["Tractor", 5],
  301. ["KamazRefuel", 10],
  302. ["Kamaz_Base", 50],
  303. ["MAZ_543_SCUD_Base_EP1", 10],
  304. ["MtvrRefuel", 10],
  305. ["MTVR", 50],
  306. ["GRAD_Base", 10],
  307. ["Ural_Base", 35],
  308. ["Ural_ZU23_Base", 20],
  309. ["Ural_CDF", 50],
  310. ["Ural_INS", 50],
  311. ["UralRefuel_Base", 10],
  312. ["V3S_Refuel_TK_GUE_EP1", 10],
  313. ["V3S_Civ", 50],
  314. ["V3S_Base_EP1", 50],
  315. ["UAZ_Base", 10],
  316. ["VWGolf", 8],
  317. ["Volha_TK_CIV_Base_EP1", 8],
  318. ["BRDM2_Base", 15],
  319. ["BTR40_MG_base_EP1", 15],
  320. ["BTR60_TK_EP1", 25],
  321. ["BTR90_Base", 25],
  322. ["GAZ_Vodnik_HMG", 25],
  323. ["LAV25_Base", 25],
  324. ["StrykerBase_EP1", 25],
  325. ["hilux1_civil_1_open", 12],
  326. ["hilux1_civil_3_open_EP1", 12],
  327. ["Motorcycle", 5],
  328. ["2S6M_Tunguska", 10],
  329. ["M113_Base", 12],
  330. ["M1A1", 5],
  331. ["M2A2_Base", 15],
  332. ["MLRS", 8],
  333. ["T34", 5],
  334. ["T55_Base", 5],
  335. ["T72_Base", 5],
  336. ["T90", 5],
  337. ["AAV", 12],
  338. ["BMP2_Base", 7],
  339. ["BMP3", 7],
  340. ["ZSU_Base", 5],
  341. ["Ship", 10],
  342. ["Fort_Crate_wood", 20],
  343. ["Misc_cargo_cont_tiny", 40],
  344. ["BAF_Merlin_HC3_D",75],
  345. ["Ka60_Base_PMC", 40],
  346. ["ArmoredSUV_Base_PMC", 12],
  347. ["BAF_Jackal2_BASE_D", 15]
  348. ];
  349.  
  350. /**
  351. * List of class names of transportables objects.
  352. * The second element of the arrays is the cost capacity (in relation with the capacity of the vehicles).
  353. *
  354. * Liste des noms de classes des objets transportables.
  355. * Le deuxième élément des tableaux est le coût de capacité (en relation avec la capacité des véhicules).
  356. */
  357.  
  358. R3F_LOG_CFG_objets_transportables = [
  359. ["AmmoCrates_NoInteractive_Small",4]
  360. ["AmmoCrate_NoInteractive_",4],
  361. ["USVehicleBox",4],
  362. ["USLaunchersBox",4],
  363. ["USBasicAmmunitionBox",4],
  364. ["USOrdnanceBox",4],
  365. ["RUSpecialWeaponsBox",4],
  366. ["RULaunchersBox",4],
  367. ["KORD_high_UN_EP1",4],
  368. ["SearchLight_TK_INS_EP1",4],
  369. ["Igla_AA_pod_TK_EP1",4]
  370. ];
  371.  
  372. /****** MOVABLE-BY-PLAYER OBJECTS / OBJETS DEPLACABLES PAR LE JOUEUR ******/
  373.  
  374. /**
  375. * List of class names of objects moveables by player.
  376. * Liste des noms de classes des objets transportables par le joueur.
  377. */
  378.  
  379. R3F_LOG_CFG_objets_deplacables = [
  380. "AmmoCrates_NoInteractive_Small",
  381. "AmmoCrate_NoInteractive_",
  382. "USVehicleBox",
  383. "USLaunchersBox",
  384. "USBasicAmmunitionBox",
  385. "USOrdnanceBox",
  386. "RUSpecialWeaponsBox",
  387. "RULaunchersBox",
  388. "KORD_high_UN_EP1",
  389. "SearchLight_TK_INS_EP1",
  390. "Igla_AA_pod_TK_EP1"
  391.  
  392. ];
  393.  
  394. /*
  395. * List of files adding objects in the arrays of logistics configuration (e.g. R3F_LOG_CFG_remorqueurs)
  396. * Add an include to the new file here if you want to use the logistics with a new addon.
  397. *
  398. * Liste des fichiers ajoutant des objets dans les tableaux de fonctionnalités logistiques (ex : R3F_LOG_CFG_remorqueurs)
  399. * Ajoutez une inclusion vers votre nouveau fichier ici si vous souhaitez utilisez la logistique avec un nouvel addon.
  400. */
  401. #include "addons_config\arma2_CO_objects.sqf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement