Advertisement
Guest User

arma2_CO_objects.sqf

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