Advertisement
Guest User

Untitled

a guest
Mar 30th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 12.33 KB | None | 0 0
  1. //aef_headgear_v2
  2.  
  3. class DefaultEventhandlers;
  4. class CfgPatches {
  5.     class aef_headgear_v2 {
  6.         units[] = {};
  7.         weapons[] = {};
  8.         requiredVersion = 0.1;
  9.         requiredAddons[] = {"A3_Characters_F_epb"};
  10.         author[] = {"(AEF)Duck"};
  11.         authorUrl = "http://aef-hq.com.au";
  12.     };
  13. };
  14.  
  15. class cfgWeapons
  16. {
  17.     class ItemCore;
  18.     class H_Beret_blk: ItemCore
  19.     {
  20.         class ItemInfo;
  21.     };
  22.     class H_HelmetB: ItemCore
  23.     {
  24.         class ItemInfo;
  25.     };
  26.     class H_Booniehat_khk: ItemCore
  27.     {
  28.         class ItemInfo;
  29.     };
  30.     /*class H_PilotHelmetHeli_B: ItemCore
  31.     {
  32.         class ItemInfo;
  33.     };*/
  34.     class HelmetBase: ItemCore
  35.     {
  36.         class ItemInfo;
  37.     };
  38.     class H_MilCap_oucamo: ItemCore
  39.     {
  40.         class ItemInfo;
  41.     };
  42.    
  43.     class AEF_ECH_Tac_Base : H_HelmetB {
  44.         author = "(AEF)Duck";
  45.         _generalMacro = "AEF_ECH_Tac_Base";
  46.         scope = 2;
  47.         picture = "\A3\Characters_F\data\ui\icon_H_HelmetB_light_black_ca.paa";
  48.         displayName = "[AEF] ECH Lite, Tac";
  49.         hiddenSelections[] = {"camo"};
  50.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_tac_base.paa"};
  51.         model = "\A3\Characters_F\BLUFOR\headgear_b_helmet_light";
  52.         descriptionShort = "Armour Level I";
  53.         class ItemInfo : ItemInfo {
  54.             uniformModel = "\A3\Characters_F\BLUFOR\headgear_b_helmet_light";      
  55.             mass = 30;
  56.             class HitpointsProtectionInfo {
  57.                 class Head {
  58.                     HitpointName = "HitHead";
  59.                     armor = 6;
  60.                     PassThrough = 0.5;
  61.                 };
  62.             };
  63.         };
  64.     };
  65.  
  66.     class AEF_beret_members : H_Beret_blk {
  67.         author = "(AEF)Duck";
  68.         _generalMacro = "AEF_beret_member";
  69.         scope = 2;
  70.         picture = "\aef_headgear_v2\hat\Data\UI\icon_beret_m.paa";
  71.         displayName = "[AEF] Beret, Member";
  72.         hiddenSelections[] = {"camo"};
  73.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_beret_member.paa"};
  74.         model = "\A3\Characters_F_EPB\BLUFOR\headgear_beret02";
  75.         descriptionShort = "No Armour";
  76.         class ItemInfo : ItemInfo {
  77.             uniformModel = "\A3\Characters_F_EPB\BLUFOR\headgear_beret02";     
  78.             mass = 6;
  79.             class HitpointsProtectionInfo {
  80.                 class Head {
  81.                     HitpointName = "HitHead";
  82.                     armor = 0;
  83.                     PassThrough = 0.0;
  84.                 };
  85.             };
  86.         };
  87.     };
  88.        
  89.         class AEF_booniehat_tac : H_Booniehat_khk {
  90.         author = "(AEF)Duck";
  91.         _generalMacro = "AEF_booniehat_tac";
  92.         scope = 2;
  93.         picture = "\aef_headgear_v2\hat\Data\UI\icon_booniehat_tac.paa";
  94.         displayName = "[AEF] Booniehat, Tac";
  95.         hiddenSelections[] = {"camo"};
  96.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_booniehat_tac.paa"};
  97.         model = "\A3\Characters_F\Common\booniehat";
  98.         descriptionShort = "No Armor";
  99.         class ItemInfo : ItemInfo {
  100.             uniformModel = "\A3\Characters_F\Common\booniehat";    
  101.             mass = 10;
  102.             };
  103.         };
  104.  
  105.     class AEF_aircrew_base : H_HelmetB {
  106.         author = "(AEF)Duck";
  107.         _generalMacro = "AEF_aircrew_base";
  108.         scope = 2;
  109.         picture = "\A3\characters_f\Data\UI\icon_H_Pilot_Helmet_Heli_B_CA.paa";
  110.         displayName = "[AEF] Aircrew Helmet";
  111.         hiddenSelections[] = {"camo"};
  112.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_aircrew_base.paa"};
  113.         model = "A3\Characters_F\Common\headgear_helmet_heli";
  114.         descriptionShort = "Armour Level II";
  115.         class ItemInfo : ItemInfo {
  116.         uniformModel = "A3\Characters_F\Common\headgear_helmet_heli";
  117.             mass = 30;
  118.             class HitpointsProtectionInfo {
  119.                 class Head {
  120.                     HitpointName = "HitHead";
  121.                     armor = 6;
  122.                     PassThrough = 0.5;
  123.                 };
  124.             };
  125.         };
  126.     };     
  127.    
  128.         class AEF_cap_tac : HelmetBase {
  129.         author = "(AEF)Duck";
  130.         _generalMacro = "AEF_cap_tac";
  131.         scope = 2;
  132.         picture = "\A3\characters_f\Data\UI\icon_H_Cap_blk_CA.paa";
  133.         displayName = "[AEF] Ballcap, Black";
  134.         hiddenSelections[] = {"camo"};
  135.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_tac.paa"};
  136.         model = "\A3\Characters_F\common\capb";
  137.         descriptionShort = "No Armor";
  138.         class ItemInfo : ItemInfo {
  139.             uniformModel = "\A3\Characters_F\common\capb";     
  140.             mass = 6;
  141.             };
  142.         };
  143.        
  144.         class AEF_cap_cpt : H_MilCap_oucamo {
  145.         author = "(AEF)Duck";
  146.         _generalMacro = "AEF_cap_cpt";
  147.         scope = 2;
  148.         picture = "\A3\Characters_F_Bootcamp\Data\UI\icon_H_MilCap_gry_ca.paa";
  149.         displayName = "[AEF] Patrol Cap, Capitan";
  150.         hiddenSelections[] = {"camo"};
  151.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_cpt.paa"};
  152.         model = "\A3\Characters_F\Common\cappatrol";
  153.         descriptionShort = "No Armor";
  154.         class ItemInfo : ItemInfo {
  155.             uniformModel = "\A3\Characters_F\Common\cappatrol.p3d";    
  156.             mass = 6;
  157.             };
  158.         };
  159. /****************************************************************
  160. AEF_ECH_Tac_Base
  161. ****************************************************************/
  162.  
  163.     class AEF_ECH_Tac_Medic: AEF_ECH_Tac_Base {
  164.         displayName = "[AEF] ECH Lite, Tac - Medic";
  165.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_tac_medic.paa"};
  166.         };
  167.     class AEF_ECH_Tac_NA: AEF_ECH_Tac_Base {
  168.         displayName = "[AEF] ECH Lite, Tac - NA";
  169.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_tac_na.paa"};
  170.         };
  171.     class AEF_ECH_Tac_EOD: AEF_ECH_Tac_Base {
  172.         displayName = "[AEF] ECH Lite, Tac - EOD";
  173.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_tac_eod.paa"};
  174.         };
  175.     class AEF_ECH_Digi_Base: AEF_ECH_Tac_Base {
  176.         picture = "\A3\Characters_F\data\ui\icon_H_HelmetSpecB_paint2_ca.paa";
  177.         displayName = "[AEF] ECH Lite, DCU";
  178.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_digi_base.paa"};
  179.         };
  180.     class AEF_ECH_Digi_Medic: AEF_ECH_Tac_Base {
  181.         picture = "\A3\Characters_F\data\ui\icon_H_HelmetSpecB_paint2_ca.paa";
  182.         displayName = "[AEF] ECH Lite, DCU - Medic";
  183.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_digi_medic.paa"};
  184.         };
  185.     class AEF_ECH_Digi_NA: AEF_ECH_Tac_Base {
  186.         picture = "\A3\Characters_F\data\ui\icon_H_HelmetSpecB_paint2_ca.paa";
  187.         displayName = "[AEF] ECH Lite, DCU - NA";
  188.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_digi_na.paa"};
  189.         };
  190.     class AEF_ECH_Digi_EOD: AEF_ECH_Tac_Base {
  191.         picture = "\A3\Characters_F\data\ui\icon_H_HelmetSpecB_paint2_ca.paa";
  192.         displayName = "[AEF] ECH Lite, DCU - EOD";
  193.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_digi_base.paa"};
  194.         };
  195.     class AEF_ECH_2CDO: AEF_ECH_Tac_Base {
  196.         picture = "\A3\Characters_F\data\ui\icon_H_HelmetB_light_sand_ca.paa";
  197.         displayName = "[AEF] ECH Lite, 2CDO RGT";
  198.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_2cdo.paa"};
  199.         };
  200.        
  201. /****************************************************************
  202. AEF_beret_members
  203. ****************************************************************/
  204.     class AEF_beret_commander: AEF_beret_members {
  205.         picture = "\aef_headgear_v2\hat\Data\UI\icon_beret_c.paa";
  206.         displayName = "[AEF] Beret, Commander";
  207.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_beret_commander.paa"};
  208.         };
  209.     class AEF_beret_officers: AEF_beret_members {
  210.         picture = "\aef_headgear_v2\hat\Data\UI\icon_beret_o.paa";
  211.         displayName = "[AEF] Beret, Officer";
  212.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_beret_officers.paa"};
  213.         };
  214.     class AEF_beret_marines: AEF_beret_members {
  215.         picture = "\aef_headgear_v2\hat\Data\UI\icon_beret_o.paa";
  216.         displayName = "[AEF] Beret, Marine";
  217.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_beret_mara.paa"};
  218.         };
  219.     class AEF_beret_cpt: AEF_beret_members {
  220.         picture = "\aef_headgear_v2\hat\Data\UI\icon_beret_o.paa";
  221.         displayName = "[AEF] Beret, NA Capitan";
  222.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_beret_cpt.paa"};
  223.         };
  224.     class AEF_beret_2cdo: AEF_beret_members {
  225.         picture = "\aef_headgear_v2\hat\Data\UI\icon_beret_2cdo.paa";
  226.         displayName = "[AEF] Beret, 2CDO RGT";
  227.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_beret_2cdo.paa"};
  228.         };
  229.     class AEF_beret_un: AEF_beret_members {
  230.         picture = "\aef_headgear_v2\hat\Data\UI\icon_beret_un.paa";
  231.         displayName = "[AEF] Beret, UN";
  232.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_beret_un.paa"};
  233.         };
  234.  
  235. /****************************************************************
  236. AEF_booniehat_tac
  237. ****************************************************************/
  238.     class AEF_booniehat_digi: AEF_booniehat_tac {
  239.         picture = "\aef_headgear_v2\hat\Data\UI\icon_booniehat_digi.paa";
  240.         displayName = "[AEF] Booniehat, DCU";
  241.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_booniehat_digi.paa"};
  242.         };
  243.     class AEF_booniehat_amcu: AEF_booniehat_tac {
  244.         picture = "\aef_headgear_v2\hat\Data\UI\icon_booniehat_amcu.paa";
  245.         displayName = "[AEF] Booniehat, AMCU";
  246.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_booniehat_amcu.paa"};
  247.         };
  248.     class AEF_booniehat_mara: AEF_booniehat_tac {
  249.         picture = "\aef_headgear_v2\hat\Data\UI\icon_booniehat_mara.paa";
  250.         displayName = "[AEF] Booniehat, Maritime";
  251.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_booniehat_mara.paa"};
  252.         };
  253.        
  254. /****************************************************************
  255. AEF_aircrew_base
  256. ****************************************************************/
  257.     class AEF_aircrew_gracewood: AEF_aircrew_base {
  258.         displayName = "[AEF] Aircrew Helmet, Gracewood";
  259.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_aircrew_gracewood.paa"};
  260.         };
  261.     class AEF_aircrew_kastor: AEF_aircrew_base {
  262.         displayName = "[AEF] Aircrew Helmet, Maureen. H";
  263.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_aircrew_kastor.paa"};
  264.         };
  265.     class AEF_aircrew_NA: AEF_aircrew_base {
  266.         displayName = "[AEF] Aircrew Helmet, NA";
  267.         //hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_aircrew_gracewood.paa"};
  268.         };
  269.        
  270. /****************************************************************
  271. AEF_booniehat_tac
  272. ****************************************************************/
  273.     class AEF_booniehat_digi: AEF_booniehat_tac {
  274.         picture = "\aef_headgear_v2\hat\Data\UI\icon_booniehat_digi.paa";
  275.         displayName = "[AEF] Booniehat, DCU";
  276.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_booniehat_digi.paa"};
  277.         };
  278.     class AEF_booniehat_amcu: AEF_booniehat_tac {
  279.         picture = "\aef_headgear_v2\hat\Data\UI\icon_booniehat_amcu.paa";
  280.         displayName = "[AEF] Booniehat, AMCU";
  281.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_booniehat_amcu.paa"};
  282.         };
  283.     class AEF_booniehat_mara: AEF_booniehat_tac {
  284.         picture = "\aef_headgear_v2\hat\Data\UI\icon_booniehat_mara.paa";
  285.         displayName = "[AEF] Booniehat, Maritime";
  286.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_booniehat_mara.paa"};
  287.         };
  288.        
  289. /****************************************************************
  290. AEF_cap_tac
  291. ****************************************************************/
  292.     class AEF_cap_digi: AEF_cap_tac {
  293.         picture = "\A3\characters_f\Data\UI\icon_H_Cap_tan_CA.paa";
  294.         displayName = "[AEF] Ballcap, Sand";
  295.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_digi.paa"};
  296.         };
  297.     class AEF_cap_blue: AEF_cap_tac {
  298.         picture = "\A3\characters_f\Data\UI\icon_H_Cap_blu_CA.paa";
  299.         displayName = "[AEF] Ballcap, LHD-9";
  300.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_blue.paa"};
  301.         };
  302.     class AEF_cap_green: AEF_cap_tac {
  303.         picture = "\A3\Characters_F_Bootcamp\Data\UI\icon_H_Cap_oli_ca.paa";
  304.         displayName = "[AEF] Ballcap, Green";
  305.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_green.paa"};
  306.         };
  307.        
  308. /****************************************************************
  309. AEF_cap_cpt
  310. ****************************************************************/
  311.     class AEF_cap_1lt: AEF_cap_cpt {
  312.         displayName = "[AEF] Patrol Cap, 1st Lieutenant";
  313.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_1lt.paa"};
  314.         };
  315.     class AEF_cap_2lt: AEF_cap_cpt {
  316.         displayName = "[AEF] Patrol Cap, 2nd Lieutenant";
  317.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_2lt.paa"};
  318.         };
  319.     class AEF_cap_wo1: AEF_cap_cpt {
  320.         displayName = "[AEF] Patrol Cap, Warrant Officer Class 1";
  321.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_wo1.paa"};
  322.         };
  323.     class AEF_cap_wo2: AEF_cap_cpt {
  324.         displayName = "[AEF] Patrol Cap, Warrant Officer Class 2";
  325.         hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_cap_wo2.paa"};
  326.         };
  327. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement