Advertisement
Guest User

calamity's f3f_arty_and_log\config.sqf

a guest
Aug 26th, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 10.24 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.     "GNT_C185",
  76.     "GNT_C185C",
  77.     "GNT_C185R",
  78.     "GNT_C185U",
  79.     "ZU23_base"
  80. ];
  81.  
  82. /****** LIFT WITH VEHICLE / HELIPORTER AVEC VEHICULE ******/
  83.  
  84. /**
  85.  * List of class names of air vehicles which can lift liftables objects.
  86.  * Liste des noms de classes des véhicules aériens pouvant héliporter des objets héliportables.
  87.  */
  88. R3F_LOG_CFG_heliporteurs = [
  89.     "CH47_base_EP1",
  90.     "Mi17_base",
  91.     "Mi24_Base",
  92.     "UH1H_base",
  93.     "UH1_Base",
  94.     "UH60_Base",
  95.     "MV22",
  96.     "BAF_Merlin_HC3_D",
  97.     "Ka60_Base_PMC",
  98.     "Mi24_Base",
  99.     "AH6J_EP1",
  100.     "pook_H13_medevac",
  101.     "pook_H13_gunship",
  102.     "pook_H13_transport",
  103.     "pook_H13_civ",
  104.     "pook_H13_civ_white",
  105.     "pook_H13_civ_slate",
  106.     "pook_H13_civ_black",
  107.     "AH6X_EP1",
  108.     "MH6J_EP1",
  109.     "pook_H13_civ_yellow"
  110.    
  111. ];
  112.  
  113. /**
  114.  * List of class names of liftables objects.
  115.  * Liste des noms de classes des objets héliportables.
  116.  */
  117. R3F_LOG_CFG_objets_heliportables = [
  118.  
  119.     "HMMWV_Base",
  120.     "Truck",
  121.     "GAZ_Vodnik_HMG",
  122.     "BTR40_MG_base_EP1",
  123.     "Ship",
  124.     "Ikarus",
  125.     "Tractor",
  126.     "UAZ_Base",
  127.     "SkodaBase",
  128.     "hilux1_civil_1_open",
  129.     "Pickup_PK_base",
  130.     "Offroad_DSHKM_base",
  131.     "Lada_base",
  132.     "VWGolf",
  133.     "hilux1_civil_3_open_EP1",
  134.     "LandRover_Base",
  135.     "S1203_TK_CIV_EP1",
  136.     "ArmoredSUV_Base_PMC",
  137.     "SUV_Base_EP1",
  138.     "Volha_TK_CIV_Base_EP1",
  139.     "BAF_Jackal2_BASE_D",
  140.     "M119",
  141.     "D30_base",
  142.     "ZU23_base",
  143.     "GNT_C185",
  144.     "GNT_C185C",
  145.     "GNT_C185R",
  146.     "GNT_C185U",
  147.     "C130J_US_EP1",
  148.    
  149.     "USBasicAmmunitionBox",
  150.     "RUBasicAmmunitionBox",
  151.     "LocalBasicAmmunitionBox",
  152.     "GuerillaCacheBox",
  153.     "ReammoBox_EP1"
  154. ];
  155.  
  156.  
  157. /****** LOAD IN VEHICLE / CHARGER DANS LE VEHICULE ******/
  158.  
  159. /*
  160.  * This section use a quantification of the volume and/or weight of the objets.
  161.  * The arbitrary referencial used is : an ammo box of type USVehicleBox "weights" 12 units.
  162.  *
  163.  * Cette section utilise une quantification du volume et/ou poids des objets.
  164.  * Le référentiel arbitraire utilisé est : une caisse de munition de type USVehicleBox "pèse" 12 unités.
  165.  *
  166.  * Note : the priority of a declaration of capacity to another corresponds to their order in the tables.
  167.  *   For example : the "Truck" class is in the "Car" class (see http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles).
  168.  *   If "Truck" is declared with a capacity of 140 before "Car". And if "Car" is declared after "Truck" with a capacity of 40,
  169.  *   Then all the sub-classes in "Truck" will have a capacity of 140. And all the sub-classes of "Car", excepted the ones
  170.  *   in "Truck", will have a capacity of 40.
  171.  *
  172.  * Note : la priorité d'une déclaration de capacité sur une autre correspond à leur ordre dans les tableaux.
  173.  *   Par exemple : la classe "Truck" appartient à la classe "Car" (voir http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles).
  174.  *   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,
  175.  *   Alors toutes les sous-classes appartenant à "Truck" auront une capacité de 140. Et toutes les sous-classes appartenant
  176.  *   à "Car", exceptées celles de "Truck", auront une capacité de 40.
  177.  */
  178.  
  179. /**
  180.  * List of class names of (ground or air) vehicles which can transport transportables objects.
  181.  * The second element of the arrays is the load capacity (in relation with the capacity cost of the objects).
  182.  *
  183.  * Liste des noms de classes des véhicules (terrestres ou aériens) pouvant transporter des objets transportables.
  184.  * Le deuxième élément des tableaux est la capacité de chargement (en relation avec le coût de capacité des objets).
  185.  */
  186. R3F_LOG_CFG_transporteurs = [
  187.     ["CH47_base_EP1", 200],
  188.     ["AH6_Base_EP1", 50],
  189.     ["Mi17_base", 100],
  190.     ["Mi24_Base", 50],
  191.     ["UH1H_base", 35],
  192.     ["UH1_Base", 30],
  193.     ["UH60_Base", 100],
  194.     ["An2_Base_EP1", 50],
  195.     ["C130J", 250],
  196.     ["MV22", 200],
  197.     ["ATV_Base_EP1", 5],
  198.     ["HMMWV_Avenger", 5],
  199.     ["HMMWV_M998A2_SOV_DES_EP1", 50],
  200.     ["HMMWV_Base", 50],
  201.     ["Ikarus", 50],
  202.     ["Lada_base", 10],
  203.     ["LandRover_Base", 50],
  204.     ["Offroad_DSHKM_base", 50],
  205.     ["Pickup_PK_base", 50],
  206.     ["S1203_TK_CIV_EP1", 20],
  207.     ["SUV_Base_EP1", 100],
  208.     ["SkodaBase", 10],
  209.     ["TowingTractor", 5],
  210.     ["Tractor", 5],
  211.     ["KamazRefuel", 50],
  212.     ["Kamaz_Base", 150],
  213.     ["MAZ_543_SCUD_Base_EP1", 10],
  214.     ["MtvrRefuel", 10],
  215.     ["MTVR", 150],
  216.     ["GRAD_Base", 10],
  217.     ["Ural_Base", 150],
  218.     ["Ural_ZU23_Base", 150],
  219.     ["Ural_CDF", 150],
  220.     ["Ural_INS", 150],
  221.     ["UralRefuel_Base", 50],
  222.     ["V3S_Refuel_TK_GUE_EP1", 50],
  223.     ["V3S_Civ", 150],
  224.     ["V3S_Base_EP1", 150],
  225.     ["UAZ_Base", 50],
  226.     ["VWGolf", 8],
  227.     ["Volha_TK_CIV_Base_EP1", 8],
  228.     ["BRDM2_Base", 15],
  229.     ["BTR40_MG_base_EP1", 50],
  230.     ["BTR60_TK_EP1", 25],
  231.     ["BTR90_Base", 25],
  232.     ["GAZ_Vodnik_HMG", 50],
  233.     ["LAV25_Base", 25],
  234.     ["StrykerBase_EP1", 25],
  235.     ["hilux1_civil_1_open", 12],
  236.     ["hilux1_civil_3_open_EP1", 12],
  237.     ["Motorcycle", 5],
  238.     ["2S6M_Tunguska", 10],
  239.     ["M113_Base", 12],
  240.     ["M1A1", 5],
  241.     ["M2A2_Base", 15],
  242.     ["MLRS", 8],
  243.     ["T34", 5],
  244.     ["T55_Base", 5],
  245.     ["T72_Base", 5],
  246.     ["T90", 5],
  247.     ["AAV", 12],
  248.     ["BMP2_Base", 7],
  249.     ["BMP3", 7],
  250.     ["ZSU_Base", 5],
  251.     ["Ship", 10],
  252.     ["Fort_Crate_wood", 20],
  253.     ["Misc_cargo_cont_tiny", 40],
  254.     ["BAF_Merlin_HC3_D",250],
  255.     ["Ka60_Base_PMC", 50],
  256.     ["ArmoredSUV_Base_PMC", 100],
  257.     ["BAF_Jackal2_BASE_D", 50]
  258. ];
  259.  
  260. /**
  261.  * List of class names of transportables objects.
  262.  * The second element of the arrays is the cost capacity (in relation with the capacity of the vehicles).
  263.  *
  264.  * Liste des noms de classes des objets transportables.
  265.  * Le deuxième élément des tableaux est le coût de capacité (en relation avec la capacité des véhicules).
  266.  */
  267.  
  268. R3F_LOG_CFG_objets_transportables =  [
  269. ["ATV_CZ_EP1", 50],
  270.        ["ATV_US_EP1", 50],
  271.        ["zZombie_Base", 5],
  272.        ["z_worker1", 5],
  273.        ["z_worker2", 5],
  274.        ["z_worker3", 5],
  275.        ["z_villager1", 5],
  276.        ["z_villager2", 5],
  277.        ["z_villager3", 5],
  278.        ["z_suit1", 5],
  279.        ["z_suit2", 5],
  280.        ["z_soldier", 5],
  281.        ["z_soldier_heavy", 5],
  282.        ["z_soldier_pilot", 5],
  283.        ["z_policeman", 5],
  284.        ["z_teacher", 5],
  285.        ["z_doctor", 5],
  286.        ["z_hunter", 5],
  287.        ["z_priest", 5],
  288.        ["ATV_US_EP1", 50],
  289.        ["CSJ_GyroC", 50],
  290.        ["CSJ_GyroCover", 50],
  291.        ["CSJ_GyroP", 50],
  292.        ["Old_bike_TK_INS_EP1", 25],
  293.        ["Old_moto_TK_Civ_EP1", 25],
  294.        ["USSpecialWeaponsBox", 50],
  295.        ["USVehicleBox_EP1", 50],
  296.        ["TKSpecialWeapons_EP1", 50],
  297.        ["BAF_BasicAmmunitionBox", 50],
  298.        ["USOrdnanceBox", 50],
  299.        ["BAF_VehicleBox", 50],
  300.        ["USBasicWeaponsBox", 50],
  301.        ["USBasicAmmunitionBox", 50],
  302.        ["USLaunchersBox", 50],
  303.        ["RUOrdnanceBox", 50],
  304.        ["Ka137_MG_PMC", 50],
  305.        ["M1030_US_DES_EP1", 25],
  306.        ["MMT_Civ", 25],
  307.        ["TT650_Civ", 25],
  308.        ["TT650_Ins", 25],
  309.        ["Pchela1T", 25],
  310.        ["Ka137_PMC", 25],
  311.        ["Ka137_MG_PMC", 25],
  312.        ["TT650_TK_CIV_EP1", 25]      
  313. ];
  314.  
  315. /****** MOVABLE-BY-PLAYER OBJECTS / OBJETS DEPLACABLES PAR LE JOUEUR ******/
  316.  
  317. /**
  318.  * List of class names of objects moveables by player.
  319.  * Liste des noms de classes des objets transportables par le joueur.
  320.  */
  321.  
  322. R3F_LOG_CFG_objets_deplacables = [
  323.        "Barrels",
  324.        "USSpecialWeaponsBox",
  325.        "USVehicleBox_EP1",
  326.        "TKSpecialWeapons_EP1",
  327.        "BAF_BasicAmmunitionBox",
  328.        "USOrdnanceBox",
  329.        "BAF_VehicleBox",
  330.        "USBasicWeaponsBox",
  331.        "USBasicAmmunitionBox",
  332.        "USLaunchersBox",
  333.        "RUOrdnanceBox",
  334.        "GuerillaCacheBox",
  335.        "SpecialWeaponsBox",
  336.        "RUVehicleBox",
  337.        "Pchela1T",
  338.        "CSJ_GyroCover",
  339.        "CSJ_GyroP",
  340.        "CSJ_GyroC",
  341.        "USVehicleBox"
  342. ];
  343.  
  344. /*
  345.  * List of files adding objects in the arrays of logistics configuration (e.g. R3F_LOG_CFG_remorqueurs)
  346.  * Add an include to the new file here if you want to use the logistics with a new addon.
  347.  *
  348.  * Liste des fichiers ajoutant des objets dans les tableaux de fonctionnalités logistiques (ex : R3F_LOG_CFG_remorqueurs)
  349.  * Ajoutez une inclusion vers votre nouveau fichier ici si vous souhaitez utilisez la logistique avec un nouvel addon.
  350.  */
  351. #include "addons_config\arma2_CO_objects.sqf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement