config.cpp 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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(infantry_helmets)
  8. {
  9. author=DANKAUTHORS
  10. addonRootClass= macro_patch_name(helmets)
  11. requiredAddons[]=
  12. {
  13. };
  14. requiredVersion=0.1;
  15. units[]={};
  16. weapons[]={};
  17. };
  18. };
  19. class CfgWeapons
  20. {
  21. class macro_new_helmet(infantry,base);
  22. class macro_new_helmet(infantry,lum_base);
  23. class macro_new_helmet_jlts(infantry,jlts_recruit);
  24. NEW_501_Inf_Helm_JLTS(Pilot,Pilot,Pilot.paa)
  25. NEW_501_Inf_Helm_JLTS(Archaic,Archaic,Archaic.paa)
  26. NEW_501_Inf_Helm_JLTS(Blade,Blade,Blade.paa)
  27. NEW_501_Inf_Helm_JLTS(Delaney,Delaney,Delaney.paa)
  28. NEW_501_Inf_Helm_JLTS(Fallout,Fallout,Fallout.paa)
  29. NEW_501_Inf_Helm_JLTS(Hosed,Hosed,Hosed.paa)
  30. NEW_501_Inf_Helm_JLTS(Kestrel,Kestrel,Kestrel.paa)
  31. NEW_501_Inf_Helm_JLTS(Lantern,Lantern,Lantern.paa)
  32. NEW_501_Inf_Helm_JLTS(Odin,Odin,Odin.paa)
  33. NEW_501_Inf_Helm_JLTS(Player,Player,Player.paa)
  34. NEW_501_Inf_Helm_JLTS(Roster,Roster,Roster.paa)
  35. NEW_501_Inf_Helm_JLTS(Scanlon,Scanlon,Scanlon.paa)
  36. NEW_501_Inf_Helm_JLTS(Simon,Simon,Simon.paa)
  37. NEW_501_Inf_Helm_JLTS(Snippy,Snippy,Snippy.paa)
  38. NEW_501_Inf_Helm_JLTS(Spark,Spark,Spark.paa)
  39. NEW_501_Inf_Helm_JLTS(Target,Target,Target.paa)
  40. NEW_501_Inf_Helm_JLTS(Tupiks,Tupiks,Tupiks.paa)
  41. NEW_501_Inf_Helm_JLTS(Vengeance,Vengeance,Vengeance.paa)
  42. NEW_501_Inf_Helm_JLTS(Dobby,Dobby,Dobby.paa)
  43. NEW_501_Inf_Helm_JLTS(Hyper,Hyper,Hyper.paa)
  44. NEW_501_Inf_Helm_JLTS(Ranque,Ranque,Ranque.paa)
  45. NEW_501_Inf_Helm_JLTS(Tuch,Tuch,Tuch.paa)
  46. NEW_501_Inf_Helm_JLTS(Zeros,Zeros,Zeros.paa)
  47. NEW_501_Inf_Helm_JLTS(Pollyon,Pollyon,Pollyon.paa)
  48. NEW_501_Inf_Helm_JLTS(Del,Del,Del.paa)
  49. NEW_501_Inf_Helm_JLTS(Raktharg,Raktharg,Raktharg.paa)
  50. NEW_501_Inf_Helm_JLTS(Buggs,Buggs,Buggs.paa)
  51. NEW_501_Inf_Helm_JLTS(Chaser,Chaser,Chaser.paa)
  52. NEW_501_Inf_Helm_JLTS(Reck,Reck,Reck.paa)
  53. NEW_501_Inf_Helm_JLTS(Cursed,Cursed,Cursed.paa)
  54. NEW_501_Inf_Helm_JLTS(Kahn,Kahn,Kahn.paa)
  55. NEW_501_Inf_Helm_JLTS(Weaver,Weaver,Weaver.paa)
  56. NEW_501_Inf_Helm_JLTS(Alistair,Alistair,Alistair.paa)
  57. NEW_501_Inf_Helm_JLTS(Dimitri,Dimitri,Dimitri.paa)
  58. NEW_501_Inf_Helm_JLTS(Loki,Loki,Loki.paa)
  59. NEW_501_Inf_Helm_JLTS(Money,Money,Money.paa)
  60. NEW_501_Inf_Helm_JLTS(Nightingale,Nightingale,Nightingale.paa)
  61. NEW_501_Inf_Helm_JLTS(Point,Point,Point.paa)
  62. NEW_501_Inf_Helm_JLTS(Tee,Tee,Tee.paa)
  63. NEW_501_Inf_Helm_JLTS(Tideend,Tideend,Tideend.paa)
  64. NEW_501_Inf_Helm_JLTS(Dadecoy,Dadecoy,Dadecoy.paa)
  65. NEW_501_Inf_Helm_JLTS(Muzzer,Muzzer,Muzzer.paa)
  66. NEW_501_Inf_Helm_JLTS(Biscuit,Biscuit,Biscuit.paa)
  67. NEW_501_Inf_Helm_JLTS(Goldarp,Goldarp,Goldarp.paa)
  68. NEW_501_Inf_Helm_JLTS(Strill,Strill,Strill.paa)
  69. NEW_501_Inf_Helm_JLTS(Husky,Husky,Husky.paa)
  70. NEW_501_Inf_Helm_JLTS(Parrott,Parrott,Parrott.paa)
  71. NEW_501_Inf_Helm_JLTS(Jay,Jay,Jay.paa)
  72. NEW_501_Inf_Helm_JLTS(Drifter,Drifter,Drifter.paa)
  73. NEW_501_Inf_Helm_JLTS(Weiss,Weiss,Weiss.paa)
  74. NEW_501_Inf_Helm_JLTS(Sam,Sam,Sam.paa)
  75. NEW_501_Inf_Helm_JLTS(Ripjaw,Ripjaw,Ripjaw.paa)
  76. NEW_501_Inf_Helm_JLTS(Super,Super,Super.paa)
  77. NEW_501_Inf_Helm_JLTS(Leon,Leon,Leon.paa)
  78. NEW_501_Inf_Helm_JLTS(Delta,Delta,Delta.paa)
  79. NEW_501_Inf_Helm_JLTS(Moist,Moist,Moist.paa)
  80. NEW_501_Inf_Helm_JLTS(Richard,Richard,Richard.paa)
  81. NEW_501_Inf_Helm_JLTS(Zen,Zen,Zen.paa)
  82. NEW_501_Inf_Helm_JLTS(Zulu,Zulu,Zulu.paa)
  83. NEW_501_Inf_Helm_JLTS(Bronson,Bronson,Bronson.paa)
  84. NEW_501_Inf_Helm_JLTS(Chan,Chan,Chan.paa)
  85. NEW_501_Inf_Helm_JLTS(Guide,Guide,Guide.paa)
  86. NEW_501_Inf_Helm_JLTS(Ford,Ford,Ford.paa)
  87. NEW_501_Inf_Helm_JLTS(Courtney,Courtney,Courtney.paa)
  88. NEW_501_Inf_Helm_JLTS(Archon,Archon,Archon.paa)
  89. NEW_501_Inf_Helm_JLTS(Crisis,Crisis,Crisis.paa)
  90. NEW_501_Inf_Helm_JLTS(Deus,Deus,Deus.paa)
  91. NEW_501_Inf_Helm_JLTS(Osprey,Osprey,Osprey.paa)
  92. NEW_501_Inf_Helm_JLTS(Shade,Shade,Shade.paa)
  93. NEW_501_Inf_Helm_JLTS(Clock,Clock,Clock.paa)
  94. NEW_501_Inf_Helm_JLTS(Habas,Habas,Habas.paa)
  95. NEW_501_Inf_Helm_JLTS(Koda,Koda,Koda.paa)
  96. NEW_501_Inf_Helm_JLTS(Nuwisha,Nuwisha,Nuwisha.paa)
  97. NEW_501_Inf_Helm_JLTS(Swanny,Swanny,Swanny.paa)
  98. NEW_501_Inf_Helm_JLTS(Fluorite,Fluorite,Fluorite.paa)
  99. NEW_501_Inf_Helm_JLTS(Jupiter,Jupiter,Jupiter.paa)
  100. NEW_501_Inf_Helm_JLTS(Slyder,Slyder,Slyder.paa)
  101. NEW_501_Inf_Helm_JLTS(Tim,Tim,Tim.paa)
  102. NEW_501_Inf_Helm_JLTS(Sticks,Sticks,Sticks.paa)
  103. NEW_501_Inf_Helm_JLTS(Weepier,Weepier,Weepier.paa)
  104. NEW_501_Inf_Helm_JLTS(Sense,Sense,Sense.paa)
  105. NEW_501_Inf_Helm_JLTS(Twine,Twine,Twine.paa)
  106. NEW_501_Inf_Helm_JLTS(Toast,Toast,Toast.paa)
  107. NEW_501_Inf_Helm_JLTS(Bishop,Bishop,Bishop.paa)
  108. NEW_501_Inf_Helm_JLTS(Fancy,Fancy,Fancy.paa)
  109. NEW_501_Inf_Helm_JLTS(Pro,Pro,Pro.paa)
  110. NEW_501_Inf_Helm_JLTS(Shape,Shape,Shape.paa)
  111. NEW_501_Inf_Helm_JLTS(Klown,Klown,Klown.paa)
  112. NEW_501_Inf_Helm_JLTS(Drammon,Drammon,Drammon.paa)
  113. NEW_501_Inf_Helm_JLTS(Spectre,Spectre,Spectre.paa)
  114. NEW_501_Inf_Helm_JLTS(Andromeda,Andromeda,Andromeda.paa)
  115. NEW_501_Inf_Helm_JLTS(Oktapius,Oktapius,Oktapius.paa)
  116. NEW_501_Inf_Helm_JLTS(Flux,Flux,Flux.paa)
  117. NEW_501_Inf_Helm_JLTS(Goddest,Goddest,Goddest.paa)
  118. NEW_501_Inf_Helm_JLTS(Dusty,Dusty,Dusty.paa)
  119. NEW_501_Inf_Helm_JLTS(Chaser,Chaser,Chaser.paa)
  120. NEW_501_Inf_Helm_JLTS(Parrot,Parrot,Parrot.paa)
  121. NEW_501_Inf_Helm_JLTS(Strill,Strill,Strill.paa)
  122. NEW_501_Inf_Helm_JLTS(Bjorn,Bjorn,Bjorn.paa)
  123. NEW_501_Inf_Helm_JLTS(Doug,Doug,Doug.paa)
  124. NEW_501_Inf_Helm_JLTS(Dragon,Dragon,Dragon.paa)
  125. NEW_501_Inf_Helm_JLTS(Fixit,Fixit,Fixit.paa)
  126. NEW_501_Inf_Helm_JLTS(Legia,Legia,Legia.paa)
  127. NEW_501_Inf_Helm_JLTS(Scruff,Scruff,Scruff.paa)
  128. NEW_501_Inf_Helm_JLTS(Shadow,Shadow,Shadow.paa)
  129. NEW_501_Inf_Helm_JLTS(Simon,Simon,Simon.paa)
  130. NEW_501_Inf_Helm_JLTS(Sour,Sour,Sour.paa)
  131. NEW_501_Inf_Helm_JLTS(Adhock,Adhock,Adhock.paa)
  132. NEW_501_Inf_Helm_JLTS(Akaan,Akaan,Akaan.paa)
  133. NEW_501_Inf_Helm_JLTS(Corey,Corey,Corey.paa)
  134. NEW_501_Inf_Helm_JLTS(Koda,Koda,Koda.paa)
  135. NEW_501_Inf_Helm_JLTS(Duke,Duke,Duke.paa)
  136. NEW_501_Inf_Helm_JLTS(Rebellion,Rebellion,Rebellion.paa)
  137. NEW_501_Inf_Helm_JLTS(Dadecoy,Dadecoy,Dadecoy.paa)
  138. NEW_501_Inf_Helm_JLTS(Juggernaut,Juggernaut,Juggernaut.paa)
  139. NEW_501_Inf_Helm_JLTS(Reck,Reck,Reck.paa)
  140. NEW_501_Inf_Helm_JLTS(Archaic,Archaic,Archaic.paa)
  141. NEW_501_Inf_Helm_JLTS(Kahn,Kahn,Kahn.paa)
  142. NEW_501_Inf_Helm_JLTS(Cursed,Cursed,Cursed.paa)
  143. NEW_501_Inf_Helm_JLTS(Zulu,Zulu,Zulu.paa)
  144. NEW_501_Inf_Helm_JLTS(Compo,Compo,Compo.paa)
  145. NEW_501_Inf_Helm_JLTS(Shape,Shape,Shape.paa)
  146. NEW_501_Inf_Helm_JLTS(Klown,Klown,Klown.paa)
  147. NEW_501_Inf_Helm_JLTS(Drammon,Drammon,Drammon.paa)
  148. NEW_501_Inf_Helm_JLTS(Spectre,Spectre,Spectre.paa)
  149. NEW_501_Inf_Helm_JLTS(Hackett,Hackett,Hackett.paa)
  150. NEW_501_Inf_Helm_JLTS(Phoenix,Phoenix,Phoenix.paa)
  151. NEW_501_Inf_Helm_JLTS(Riddle,Riddle,Riddle.paa)
  152. NEW_501_Inf_Helm_JLTS(Storm,Storm,Storm.paa)
  153. NEW_501_Inf_Helm_JLTS(Sigma,Sigma,Sigma.paa)
  154. NEW_501_Inf_Helm_JLTS(Walsh,Walsh,Walsh.paa)
  155. NEW_501_Inf_Helm_JLTS(Stoanes,Stoanes,Stoanes.paa)
  156. NEW_501_Inf_Helm_JLTS(Cruisie,Cruisie,Cruisie.paa)
  157. NEW_501_Inf_Helm_JLTS(Trip,Trip,Trip.paa)
  158. NEW_501_Inf_Helm_JLTS(Crebar,Crebar,Crebar.paa)
  159. NEW_501_Inf_Helm_JLTS(Broad,Broad,Broad.paa)
  160. NEW_501_Inf_Helm_JLTS(Jub,Jub,Jub.paa)
  161. NEW_501_Inf_Helm_JLTS(Bridger,Bridger,Bridger.paa)
  162. NEW_501_Inf_Helm_JLTS(Bacon,Bacon,Bacon.paa)
  163. NEW_501_Inf_Helm_JLTS(Aedan,Aedan,Aedan.paa)
  164. NEW_501_Inf_Helm_JLTS(Midnight,Midnight,Midnight.paa)
  165. NEW_501_ARC_Helm_JLTS(Duke,Duke,Duke.paa)
  166. NEW_501_ARC_Helm_JLTS(Bronson,Bronson,Bronson.paa)
  167. NEW_501_ARC_Helm_JLTS(Rayne,Rayne,Rayne.paa)
  168. NEW_501_ARC_Helm_JLTS(Halo,Halo,Halo.paa)
  169. NEW_501_ARC_Helm_JLTS(Habivi,Habivi,Habivi.paa)
  170. NEW_501_ARC_Helm_JLTS(Jink,Jink,Jink.paa)
  171. NEW_501_ARC_Helm_JLTS(Brennan,Brennan,Brennan.paa)
  172. NEW_501_ARC_Helm_JLTS(Korvus,Korvus,Korvus.paa)
  173. NEW_501_ARC_Helm_JLTS(Darkstar,Darkstar,Darkstar.paa)
  174. NEW_501_ARC_Helm_JLTS(Train,Train,Train.paa)
  175. NEW_501_ARC_Helm_JLTS(Hook,Hook,Hook.paa)
  176. NEW_501_ARC_Helm_JLTS(Odd,Odd,Odd.paa)
  177. };