config.cpp 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #define COMPONENT aviation_helmets
  2. #define BASEHELMNAME MODNAME##_501st_Pilot_Base
  3. #include "../../RD501_main/config_macros.hpp"
  4. #include "config_macros.cpp"
  5. class CfgPatches
  6. {
  7. class macro_patch_name(airborne_helmets)
  8. {
  9. author=DANKAUTHORS
  10. addonRootClass= macro_patch_name(helmets)
  11. requiredAddons[]=
  12. {
  13. macro_patch_name(helmets)
  14. };
  15. requiredVersion=0.1;
  16. units[]={};
  17. weapons[]={};
  18. };
  19. };
  20. class CfgWeapons
  21. {
  22. class macro_new_helmet(airborne,jlts_base);
  23. NEW_501_AB_HELM_JLTS(501st_Mister_helmet,Mister,Mister.paa)
  24. NEW_501_AB_HELM_JLTS(501st_Jaeger_helmet,Jaeger,Jaeger.paa)
  25. NEW_501_AB_HELM_JLTS(501st_Zoozle_helmet,Zoozle,Zoozle.paa)
  26. NEW_501_AB_HELM_JLTS(501st_Brandon_helmet,Brandon,Brandon.paa)
  27. NEW_501_AB_HELM_JLTS(501st_Scarab_helmet,Scarab,Scarab.paa)
  28. NEW_501_AB_HELM_JLTS(501st_Jericho_helmet,Jericho,Jericho.paa)
  29. NEW_501_AB_HELM_JLTS(501st_Volley_helmet,Volley,Volley.paa)
  30. NEW_501_AB_HELM_JLTS(501st_Ritter_helmet,Ritter,Ritter.paa)
  31. NEW_501_AB_HELM_JLTS(501st_Duck_helmet,Duck,Duck.paa)
  32. NEW_501_AB_HELM_JLTS(501st_Uni_helmet,Uni,Uni.paa)
  33. NEW_501_AB_HELM_JLTS(501st_Chroma_helmet,Chroma,Chroma.paa)
  34. NEW_501_AB_HELM_JLTS(501st_Snorri_helmet,Snorri,Snorri.paa)
  35. NEW_501_AB_HELM_JLTS(501st_Grinch_helmet,Grinch,Grinch.paa)
  36. NEW_501_AB_HELM_JLTS(501st_Sparrow_helmet,Sparrow,Sparrow.paa)
  37. NEW_501_AB_HELM_JLTS(501st_Omen_helmet,Omen,Omen.paa)
  38. NEW_501_AB_HELM_JLTS(501st_Nuclear_helmet,Nuclear,Nuclear.paa)
  39. NEW_501_AB_HELM_JLTS(501st_Aedan_helmet,Aedan,Aedan.paa)
  40. NEW_501_AB_HELM_JLTS(501st_Waze_helmet,Waze,Waze.paa)
  41. NEW_501_AB_HELM_JLTS(501st_Spilberge_helmet,Spilberge,Spilberge.paa)
  42. NEW_501_AB_HELM_JLTS(501st_Akira_helmet,Akira,Akira.paa)
  43. NEW_501_AB_HELM_JLTS(501st_Purge_helmet,Purge,Purge.paa)
  44. };