config.cpp 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. #include "../../RD501_main/config_macros.hpp"
  2. class CfgPatches
  3. {
  4. class macro_patch_name(magazines)
  5. {
  6. author=RD501;
  7. addonRootClass= macro_patch_name(weapons)
  8. requiredAddons[]=
  9. {
  10. macro_patch_name(weapons)
  11. };
  12. requiredVersion=0.1;
  13. units[]={};
  14. weapons[]={};
  15. };
  16. };
  17. class CfgMagazines
  18. {
  19. class 3AS_45Rnd_EC50_Mag;
  20. class 1Rnd_HE_Grenade_shell;
  21. class DCStun_Mag;
  22. class 1Rnd_Smoke_Grenade_shell;
  23. class UGL_FlareWhite_F;
  24. class SWOP_DC15SA_Ammo;
  25. class SWOP_termDet_Gm;
  26. class SWOP_BCCKtermimploder_G;
  27. class RPG32_F;
  28. ////////////////////////////////////////////////////
  29. /////////////Rifle/Pistol Magazines/////////////////
  30. ////////////////////////////////////////////////////
  31. class macro_new_mag(2mw,30) : 3AS_45Rnd_EC50_Mag
  32. {
  33. displayName="30 Round 2MW Cell";
  34. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc17a.paa";
  35. count = 30;
  36. mass=4;
  37. ammo=macro_new_ammo(2mw)
  38. typicalSpeed=400;
  39. descriptionShort="Low power magazine";
  40. };
  41. class macro_new_mag(5mw,60) : 3AS_45Rnd_EC50_Mag
  42. {
  43. displayName="75 Round 5MW Cell";
  44. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15s.paa";
  45. count = 75;
  46. ammo=macro_new_ammo(5mw)
  47. typicalSpeed=400;
  48. descriptionShort="Low power magazine";
  49. };
  50. class macro_new_mag(5mw,10) : 3AS_45Rnd_EC50_Mag
  51. {
  52. displayName="15 Round 5MW Cell";
  53. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc17.paa";
  54. count = 15;
  55. mass=4;
  56. ammo=macro_new_ammo(5mw)
  57. typicalSpeed=400;
  58. descriptionShort="Low power magazine";
  59. };
  60. class macro_new_mag(10mw,30) : 3AS_45Rnd_EC50_Mag
  61. {
  62. displayName="40 Round 10MW Cell";
  63. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15c.paa";
  64. count = 40;
  65. ammo=macro_new_ammo(10mw)
  66. typicalSpeed=450;
  67. descriptionShort="Medium power magazine";
  68. };
  69. class macro_new_mag(10mws,30) : 3AS_45Rnd_EC50_Mag
  70. {
  71. displayName="40 Round 10MW Stealth Cell";
  72. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15c.paa";
  73. count = 40;
  74. ammo=macro_new_ammo(10mws)
  75. typicalSpeed=450;
  76. descriptionShort="Medium power magazine";
  77. };
  78. class macro_new_mag(10mw,400) : 3AS_45Rnd_EC50_Mag
  79. {
  80. displayName="400 Round 10MW Cell";
  81. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_z6.paa";
  82. count = 400;
  83. ammo=macro_new_ammo(10mw)
  84. typicalSpeed=450;
  85. descriptionShort="Medium power box magazine";
  86. };
  87. class macro_new_mag(20mw,20) : 3AS_45Rnd_EC50_Mag
  88. {
  89. displayName="20 Round 20MW Cell";
  90. count = 20;
  91. ammo=macro_new_ammo(20mw)
  92. typicalSpeed=700;
  93. descriptionShort="Medium power magazine";
  94. };
  95. class macro_new_mag(20mwup,20) : 3AS_45Rnd_EC50_Mag
  96. {
  97. displayName="25 Round 20MW UP Cell";
  98. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15a_up.paa";
  99. count = 25;
  100. ammo=macro_new_ammo(20mwup)
  101. typicalSpeed=500;
  102. descriptionShort="Medium power unstable plasma magazine";
  103. };
  104. class macro_new_mag(20mwdp,20) : 3AS_45Rnd_EC50_Mag
  105. {
  106. displayName="25 Round 20MW DP Cell";
  107. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15a_dp.paa";
  108. count = 25;
  109. ammo=macro_new_ammo(20mwdp)
  110. typicalSpeed=700;
  111. descriptionShort="Medium power dense plasma magazine";
  112. };
  113. class macro_new_mag(20mw,240) : 3AS_45Rnd_EC50_Mag
  114. {
  115. displayName="240 Round 20MW Cell";
  116. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_dc15l.paa";
  117. count = 240;
  118. ammo=macro_new_ammo(20mw)
  119. typicalSpeed=800;
  120. descriptionShort="Medium power box magazine";
  121. };
  122. class macro_new_mag(20mw,90) : 3AS_45Rnd_EC50_Mag
  123. {
  124. displayName="90 Round E5C Cell";
  125. count = 90;
  126. ammo=macro_new_ammo(20mw_d)
  127. typicalSpeed=800;
  128. descriptionShort="Medium power box magazine";
  129. };
  130. class macro_new_mag(30mw,10) : 3AS_45Rnd_EC50_Mag
  131. {
  132. displayName="10 Round 30MW Cell";
  133. picture="\RD501_Weapons\_mag\data\rd501_icon_mag_valken38.paa";
  134. count = 10;
  135. ammo=macro_new_ammo(30mw)
  136. typicalSpeed=1000;
  137. descriptionShort="High power magazine";
  138. };
  139. class macro_new_mag(30mw,15) : 3AS_45Rnd_EC50_Mag
  140. {
  141. displayName="15 Round E5S Cell";
  142. count = 15;
  143. ammo=macro_new_ammo(30mw_d)
  144. typicalSpeed=1000;
  145. descriptionShort="High power magazine";
  146. };
  147. class macro_new_mag(30mw,7) : 3AS_45Rnd_EC50_Mag
  148. {
  149. displayName="7 Round 30MW Cell";
  150. count = 7;
  151. ammo=macro_new_ammo(30mw)
  152. typicalSpeed=800;
  153. descriptionShort="High power magazine";
  154. };
  155. class macro_new_mag(40mw,5) : 3AS_45Rnd_EC50_Mag
  156. {
  157. displayName="5 Round 40MW Cell";
  158. count = 5;
  159. ammo=macro_new_ammo(40mw)
  160. typicalSpeed=1100;
  161. descriptionShort="High power magazine";
  162. };
  163. class macro_new_mag(40mwemp,1) : 3AS_45Rnd_EC50_Mag
  164. {
  165. displayName="1 Round 40MW EMP Cell";
  166. count = 1;
  167. ammo=macro_new_ammo(40mwemp)
  168. typicalSpeed=1100;
  169. descriptionShort="EMP Round";
  170. };
  171. class macro_new_mag(50mw,10) : 3AS_45Rnd_EC50_Mag
  172. {
  173. displayName="10 Round 50MW Cell";
  174. count = 10;
  175. ammo=macro_new_ammo(50mw)
  176. typicalSpeed=1100;
  177. descriptionShort="High power magazine";
  178. };
  179. class macro_new_mag(50mw,8) : 3AS_45Rnd_EC50_Mag
  180. {
  181. displayName="8 Round 50MW Cell";
  182. count = 8;
  183. ammo=macro_new_ammo(50mw)
  184. typicalSpeed=1100;
  185. descriptionShort="High power magazine";
  186. };
  187. class macro_new_mag(stun,5):DCStun_Mag
  188. {
  189. displayName="5 Round Stun Cell";
  190. descriptionShort = "5 Round Stun Cell";
  191. displayNameShort = "5 Round Stun Cell";
  192. count=5;
  193. picture="\MRC\JLTS\weapons\Core\data\ui\stun_mag_ui_ca";
  194. };
  195. ////////////////////////////////////////////////////
  196. /////////Grenade Launcher Magazines/////////////////
  197. ////////////////////////////////////////////////////
  198. class macro_new_mag(UGL_HE,3):1Rnd_HE_Grenade_shell
  199. {
  200. displayName = "3 Rnd SR HE DC-15A Grenades";
  201. displayNameShort = "3 Rnd SR HE DC-15A";
  202. count=3;
  203. ammo = macro_new_ammo(UGL_HE)
  204. descriptionShort = "3Rd HE SR DC-15A Grenade";
  205. }
  206. class macro_new_mag(UGL_AP,2):1Rnd_HE_Grenade_shell
  207. {
  208. displayName = "2 Rnd SR AP DC-15A Grenades";
  209. displayNameShort = "2 Rnd SR AP DC-15A";
  210. count=2;
  211. ammo = macro_new_ammo(UGL_AP)
  212. descriptionShort = "2Rd AP DC-15A Grenade";
  213. }
  214. class macro_new_mag(UGL_EMP,1) : 1Rnd_HE_Grenade_shell
  215. {
  216. ammo = "RD501_grenade_emp_ammo";
  217. count = 1;
  218. descriptionShort = "1Rnd EMP DC-15A Grenade";
  219. displayName = "1 Rnd EMP DC-15A Grenades";
  220. displayNameShort = "1Rnd EMP DC-15A";
  221. mass = 50;
  222. maxLeadSpeed = 25;
  223. maxThrowHoldTime = 2;
  224. maxThrowIntensityCoef = 1.4;
  225. minThrowIntensityCoef = 0.3;
  226. model = "\thermalD\EMP_Grenade_ammo.p3d";
  227. modelSpecial = "";
  228. nameSound = "";
  229. picture = "\thermalD\flash_x_ca.paa";
  230. quickReload = 0 ;
  231. reloadAction = "";
  232. scope = 2;
  233. selectionFireAnim = "zasleh";
  234. simulation = "ProxyMagazines";
  235. type = 16;
  236. useAction = 0;
  237. useActionTitle = "";
  238. value = 1;
  239. weaponpoolavailable = 1;
  240. weight = 0;
  241. class InventoryPlacements;
  242. class Library
  243. {
  244. libTextDesc = "";
  245. };
  246. }
  247. class macro_new_mag(UGL_HE,6):1Rnd_HE_Grenade_shell
  248. {
  249. displayName = "6 Rd HE RGL6 Grenades";
  250. displayNameShort = "6 Rnd HE RGL6";
  251. count=6;
  252. ammo = macro_new_ammo(UGL_HE)
  253. descriptionShort = "6Rd HE RGL6 Grenade";
  254. }
  255. class macro_new_mag(UGL_AP,6):1Rnd_HE_Grenade_shell
  256. {
  257. displayName = "6 Rd AP RGL6 Grenades";
  258. displayNameShort = "6 Rd AP RGL6";
  259. count=6;
  260. ammo = macro_new_ammo(UGL_AP)
  261. descriptionShort = "6Rd AP RGL6 Grenade";
  262. }
  263. class macro_new_mag(UGL_EMP,6) : 1Rnd_HE_Grenade_shell
  264. {
  265. ammo = "RD501_grenade_emp_ammo";
  266. count = 6;
  267. descriptionShort = "6Rnd EMP RGL6 Grenade";
  268. displayName = "6 Rnd EMP RGL6 Grenades";
  269. displayNameShort = "6Rnd EMP RGL6";
  270. mass = 50;
  271. maxLeadSpeed = 25;
  272. maxThrowHoldTime = 2;
  273. maxThrowIntensityCoef = 1.4;
  274. minThrowIntensityCoef = 0.3;
  275. model = "\thermalD\EMP_Grenade_ammo.p3d";
  276. modelSpecial = "";
  277. nameSound = "";
  278. picture = "\thermalD\flash_x_ca.paa";
  279. quickReload = 0 ;
  280. reloadAction = "";
  281. scope = 2;
  282. selectionFireAnim = "zasleh";
  283. simulation = "ProxyMagazines";
  284. type = 16;
  285. useAction = 0;
  286. useActionTitle = "";
  287. value = 1;
  288. weaponpoolavailable = 1;
  289. weight = 0;
  290. class InventoryPlacements;
  291. class Library
  292. {
  293. libTextDesc = "";
  294. };
  295. };
  296. class macro_new_mag(UGL_Smoke,6):1Rnd_Smoke_Grenade_shell
  297. {
  298. displayName = "6 Rd White Smoke RGL6 Grenades";
  299. displayNameShort = "6 Rnd White Smoke RGL6";
  300. count=6;
  301. ammo = "G_40mm_Smoke";
  302. descriptionShort = "6Rd White Smoke RGL6 Grenade";
  303. };
  304. class macro_new_mag(UGL_Flare,6):UGL_FlareWhite_F
  305. {
  306. displayName = "6 Rd White Flare RGL6 Grenades";
  307. displayNameShort = "6 Rnd White Flare RGL6";
  308. count=6;
  309. ammo = "F_40mm_White";
  310. descriptionShort = "6Rd White Flare RGL6 Grenade";
  311. };
  312. ////////////////////////////////////////////////////
  313. /////////////Grenades Magazines/////////////////////
  314. ////////////////////////////////////////////////////
  315. class macro_new_mag(imploder,1):SWOP_BCCKtermimploder_G
  316. {
  317. scope=2;
  318. displayName = "Republic Thermal Imploder";
  319. displayNameShort = "Republic Thermal Imploder";
  320. count=1;
  321. ammo = macro_new_ammo(imploder)
  322. descriptionShort = "Republic Thermal Imploder";
  323. };
  324. class macro_new_mag(thermaldet,1):SWOP_termDet_Gm
  325. {
  326. scope=2;
  327. displayName = "Republic Thermal Detonator";
  328. displayNameShort = "Republic Thermal Detonator";
  329. count=1;
  330. ammo = macro_new_ammo(thermaldet)
  331. descriptionShort = "Republic Thermal Detonator";
  332. };
  333. ////////////////////////////////////////////////////
  334. /////////////Missile Magazines/////////////////////
  335. ////////////////////////////////////////////////////
  336. class macro_new_mag(rps1,1):RPG32_F
  337. {
  338. scope=1;
  339. weight=1;
  340. mass=1;
  341. }
  342. };