config.cpp 8.4 KB

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