config.cpp 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. #include "../../RD501_main/config_macros.hpp"
  2. class CfgPatches
  3. {
  4. class macro_patch_name(ammo)
  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 CfgAmmo
  18. {
  19. class 3AS_EC20_BluePlasma;
  20. class 3AS_EC30_BluePlasma;
  21. class 3AS_EC40_BluePlasma;
  22. class 3AS_EC50_BluePlasma;
  23. class 3AS_EC60_BluePlasma;
  24. class 3AS_EC70_BluePlasma;
  25. class 3AS_EC80_BluePlasma;
  26. class JLTS_bullet_carbine_red;
  27. class G_40mm_HE;
  28. class 3AS_CoreDetonator_1RND;
  29. class 3AS_Detonator_1RND;
  30. class B_12Gauge_Pellets_Submunition;
  31. class B_12Gauge_Pellets_Submunition_Deploy;
  32. class FlareBase;
  33. class SmokeShell;
  34. class JLTS_bullet_stun;
  35. class 442_thermal_det;
  36. class macro_new_ammo(surrender_stun): JLTS_bullet_stun
  37. {
  38. model="\MRC\JLTS\weapons\Core\effects\stun.p3d";
  39. hit=0.0099999998;
  40. JLTS_isStunAmmo=0;
  41. typicalSpeed=30;
  42. timetolive=3;
  43. aiAmmoUsageFlags=0;
  44. RD501_stunDuration=30;
  45. };
  46. class macro_new_ammo(2mw):3AS_EC20_BluePlasma
  47. {
  48. hit=4;
  49. airLock=1;
  50. typicalSpeed=400;
  51. caliber=1.2;
  52. airFriction=0;
  53. waterFriction=-0.009;
  54. };
  55. class macro_new_ammo(5mw) : 3AS_EC30_BluePlasma
  56. {
  57. hit=6;
  58. airLock=1;
  59. typicalSpeed=400;
  60. caliber=1.4;
  61. airFriction=0;
  62. waterFriction=-0.009;
  63. };
  64. class macro_new_ammo(5mw_dual) : 3AS_EC30_BluePlasma
  65. {
  66. hit=12;
  67. airLock=1;
  68. typicalSpeed=400;
  69. caliber=1.4;
  70. airFriction=0;
  71. waterFriction=-0.009;
  72. };
  73. class macro_new_ammo(10mw) : 3AS_EC40_BluePlasma
  74. {
  75. hit=9;
  76. airLock=1;
  77. typicalSpeed=550;
  78. caliber=1;
  79. airFriction=0;
  80. waterFriction=-0.009;
  81. explosive = 0;
  82. };
  83. class macro_new_ammo(10mws) : 3AS_EC40_BluePlasma
  84. {
  85. hit=9;
  86. airLock=1;
  87. typicalSpeed=550;
  88. caliber=1;
  89. visibleFire=1;
  90. audibleFire=5;
  91. visibleFireTime=3;
  92. airFriction=0;
  93. waterFriction=-0.009;
  94. explosive = 0;
  95. };
  96. class macro_new_ammo(20mw) : 3AS_EC50_BluePlasma
  97. {
  98. hit=12;
  99. airLock=1;
  100. typicalSpeed=700;
  101. caliber=2.8;
  102. airFriction=0;
  103. waterFriction=-0.009;
  104. explosive = 0.4;
  105. };
  106. class macro_new_ammo(20mw_d) : JLTS_bullet_carbine_red
  107. {
  108. hit=12;
  109. airLock=1;
  110. typicalSpeed=700;
  111. caliber=2.8;
  112. airFriction=0;
  113. waterFriction=-0.009;
  114. };
  115. class macro_new_ammo(20mwup) : 3AS_EC50_BluePlasma
  116. {
  117. hit=10;
  118. airLock=1;
  119. typicalSpeed=600;
  120. indirectHit = 3;
  121. indirectHitRange = 0.5;
  122. explosive = 0.4;
  123. caliber=0.6;
  124. airFriction=0;
  125. waterFriction=-0.009;
  126. };
  127. class macro_new_ammo(20mwdp) : 3AS_EC50_BluePlasma
  128. {
  129. hit=17;
  130. airLock=1;
  131. typicalSpeed=700;
  132. caliber=2.8;
  133. airFriction=0;
  134. waterFriction=-0.009;
  135. explosive = 0;
  136. };
  137. class macro_new_ammo(30mw) : 3AS_EC60_BluePlasma
  138. {
  139. hit=35;
  140. airLock=1;
  141. typicalSpeed=1000;
  142. caliber=2.4;
  143. airFriction=0;
  144. waterFriction=-0.009;
  145. explosive = 0;
  146. };
  147. class macro_new_ammo(30mw_d) : JLTS_bullet_carbine_red
  148. {
  149. hit=35;
  150. airLock=1;
  151. typicalSpeed=1000;
  152. caliber=2.4;
  153. airFriction=0;
  154. };
  155. class macro_new_ammo(40mw) : 3AS_EC70_BluePlasma
  156. {
  157. hit=60;
  158. airLock=1;
  159. typicalSpeed=1100;
  160. caliber=3.6;
  161. airFriction=0;
  162. waterFriction=-0.009;
  163. explosive = 0;
  164. };
  165. class macro_new_ammo(40mwemp) : 3AS_EC70_BluePlasma
  166. {
  167. hit=0.01;
  168. airLock=1;
  169. typicalSpeed=1100;
  170. caliber=1;
  171. airFriction=0;
  172. explosive = 0;
  173. JLTS_isEMPAmmo=1;
  174. };
  175. class macro_new_ammo(50mw) : 3AS_EC80_BluePlasma
  176. {
  177. hit=300;
  178. thrust=210;
  179. explosive=0.4;
  180. thrustTime=1.5;
  181. airLock=1;
  182. typicalSpeed=1100;
  183. caliber=5;
  184. airFriction=0;
  185. };
  186. class macro_new_ammo(mar1) : 3AS_EC80_BluePlasma
  187. {
  188. hit=1000;
  189. thrust=500;
  190. explosive=0;
  191. thrustTime=1.5;
  192. airLock=1;
  193. typicalSpeed=3000;
  194. caliber=50;
  195. airFriction=0;
  196. };
  197. ///////////////////////////////////////////////////////////////////////
  198. ///////////////////////////UGL////////////////////////////////////////
  199. //////////////////////////////////////////////////////////////////////
  200. class macro_new_ammo(UGL_AP): G_40mm_HE
  201. {
  202. hit = 350;
  203. indirectHit = 0;
  204. indirectHitRange = .1;
  205. timeToLive =30;
  206. model="\3AS\3AS_Equipment\model\3AS_coredetonator.p3d";
  207. fuseDistance = 3;
  208. explosive = 0.0001;
  209. deflecting = 5;
  210. caliber = 5;
  211. ace_frag_enabled = 0;
  212. ace_frag_force = 0;
  213. ace_frag_classes[] = {""};
  214. ace_frag_metal = 0;
  215. ace_frag_charge = 0;
  216. ace_frag_gurney_c = 0;
  217. ace_frag_gurney_k = "0";
  218. ace_rearm_caliber = 0;
  219. };
  220. class macro_new_ammo(UGL_HE) :G_40mm_HE
  221. {
  222. hit = 60;
  223. indirectHit = 50;
  224. indirectHitRange = 5;
  225. timeToLive =30;
  226. model="\3AS\3AS_Equipment\model\3AS_thermaldet.p3d";
  227. fuseDistance = 5;
  228. };
  229. class RD501_grenade_emp_ammo: G_40mm_HE
  230. {
  231. JLTS_isEMPAmmo=1;
  232. hit = 0.1;
  233. indirectHit = 0.01;
  234. indirectHitRange = 12;
  235. timeToLive =30;
  236. model = "\MRC\JLTS\weapons\Core\effects\emp_blue.p3d";
  237. fuseDistance = 1
  238. explosive = 0.0001;
  239. deflecting = 5;
  240. caliber = 5;
  241. ace_frag_enabled = 0;
  242. ace_frag_force = 0;
  243. ace_frag_classes[] = {""};
  244. ace_frag_metal = 0;
  245. ace_frag_charge = 0;
  246. ace_frag_gurney_c = 0;
  247. ace_frag_gurney_k = "0";
  248. ace_rearm_caliber = 0;
  249. explosionEffects="JLTS_fx_exp_EMP";
  250. grenadeBurningSound[]=
  251. {
  252. "EMPSoundLoop1",
  253. 0.5
  254. };
  255. EMPSoundLoop1[]=
  256. {
  257. "MRC\JLTS\weapons\Grenades\sounds\grenade_burning.wss",
  258. 0.125893,
  259. 1,
  260. 70
  261. };
  262. SoundSetExplosion[]=
  263. {
  264. "JLTS_GrenadeEMP_Exp_SoundSet",
  265. "JLTS_GrenadeEMP_Tail_SoundSet",
  266. "Explosion_Debris_SoundSet"
  267. };
  268. aiAmmoUsageFlags=0;
  269. class CamShakeExplode
  270. {
  271. distance=10;
  272. duration=1;
  273. frequency=20;
  274. power=0;
  275. };
  276. };
  277. class macro_new_ammo(imploder) : 3AS_CoreDetonator_1RND
  278. {
  279. hit=50;
  280. indirectHit=45;
  281. indirectHitRange=2;
  282. fuseDistance=0.5;
  283. explosionTime=0;
  284. simulation="shotShell";
  285. }
  286. class macro_new_ammo(throwable_c_type) : 3AS_CoreDetonator_1RND
  287. {
  288. hit=1500;
  289. indirectHit=1500;
  290. indirectHitRange=10;
  291. typicalspeed=40;
  292. explosionTime=15;
  293. timeToLive=20;
  294. model="\A3\Weapons_F\Explosives\satchel";
  295. simulation="shotShell";
  296. ExplosionEffects="MineNondirectionalExplosion";
  297. CraterEffects="MineNondirectionalCrater";
  298. }
  299. class macro_new_ammo(thermaldet) : 3AS_Detonator_1RND
  300. {
  301. hit=18;
  302. indirectHit=14;
  303. indirectHitRange=8;
  304. };
  305. class macro_new_ammo(thermaldet_cis) : 442_thermal_det
  306. {
  307. hit=10;
  308. indirectHit=8;
  309. indirectHitRange=6;
  310. cost=80;
  311. };
  312. class macro_new_ammo(squad_shield_sigma) : 3AS_CoreDetonator_1RND
  313. {
  314. hit=0;
  315. indirectHit=0;
  316. indirectHitRange=0;
  317. model="\RD501_Weapons\Grenades\data\icecream.p3d";
  318. rd501_fired_deployable = 1;
  319. rd501_fired_deployable_object = "RD501_Squad_Shield";
  320. rd501_fired_deployable_timeToLive = 60;
  321. simulation="shotShell";
  322. }
  323. class macro_new_ammo(squad_shield_alpha) : 3AS_CoreDetonator_1RND
  324. {
  325. hit=0;
  326. indirectHit=0;
  327. indirectHitRange=0;
  328. model="\RD501_Weapons\Grenades\data\icecream.p3d";
  329. rd501_fired_deployable = 1;
  330. rd501_fired_deployable_object = "RD501_Squad_Shield_trench";
  331. rd501_fired_deployable_timeToLive = 120;
  332. simulation="shotShell";
  333. }
  334. class macro_new_ammo(personal_shield) : 3AS_CoreDetonator_1RND
  335. {
  336. hit=0;
  337. indirectHit=0;
  338. indirectHitRange=0;
  339. model="\RD501_Weapons\Grenades\data\icecream.p3d";
  340. rd501_fired_deployable = 1;
  341. rd501_fired_deployable_object = "RD501_Personal_Shield";
  342. rd501_fired_deployable_timeToLive = 120;
  343. rd501_fired_deployable_personal = 1;
  344. rd501_fired_deployable_personal_offset[] = {0.1, 0.9, 0.4};
  345. rd501_fired_deployable_personal_bone = "pelvis";
  346. simulation="shotShell";
  347. };
  348. class macro_new_ammo(super_smoke) : SmokeShell
  349. {
  350. effectsSmoke="RD501_ThickSmokeShellWhiteEffect";
  351. };
  352. class macro_new_ammo(dioxis) : SmokeShell
  353. {
  354. effectsSmoke="RD501_DioxisSmokeShellEffect";
  355. smokeColor[]={0.21250001,0.75580001,0.35909998,1};
  356. };
  357. class macro_new_ammo(blueshadow) : SmokeShell
  358. {
  359. effectsSmoke="RD501_DioxisSmokeShellEffect";
  360. smokeColor[] = {0.2125,0.3,0.8,1};
  361. };
  362. ///////////////////////////////////////////////////////////////////////
  363. /////////////////////////Shotgun///////////////////////////////////////
  364. //////////////////////////////////////////////////////////////////////
  365. class macro_new_ammo(shotgun_scatter): B_12Gauge_Pellets_Submunition
  366. {
  367. hit=20;
  368. submunitionConeAngle = 1;
  369. submunitionAmmo=macro_new_ammo(shotgun_scatter_submunition)
  370. };
  371. class macro_new_ammo(shotgun_scatter_submunition) : B_12Gauge_Pellets_Submunition_Deploy
  372. {
  373. hit=12;
  374. };
  375. class macro_new_ammo(shotgun_HE): B_12Gauge_Pellets_Submunition
  376. {
  377. hit=20;
  378. submunitionConeAngle = 4;
  379. submunitionAmmo=macro_new_ammo(shotgun_HE_submunition)
  380. };
  381. class macro_new_ammo(shotgun_HE_submunition) : B_12Gauge_Pellets_Submunition_Deploy
  382. {
  383. hit=8;
  384. indirectHit=8;
  385. indirectHitRange=0.9;
  386. };
  387. class macro_new_ammo(shotgun_EMP): B_12Gauge_Pellets_Submunition
  388. {
  389. hit=20;
  390. submunitionConeAngle = 20;
  391. submunitionAmmo=macro_new_ammo(shotgun_EMP_submunition)
  392. };
  393. class macro_new_ammo(shotgun_EMP_submunition) : B_12Gauge_Pellets_Submunition_Deploy
  394. {
  395. hit=1;
  396. timeToLive = 0.05;
  397. JLTS_isEMPAmmo=1;
  398. };
  399. ///////////////////////////////////////////////////////////////////////
  400. /////////////////////////Flares///////////////////////////////////////
  401. //////////////////////////////////////////////////////////////////////
  402. class macro_new_ammo(40mm_white): FlareBase
  403. {
  404. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  405. lightColor[] = {1, 1, 1 ,1};
  406. useFlare = 1;
  407. deflecting = 30;
  408. smokeColor[] = {1, 1, 1, 1};
  409. brightness = 1200;
  410. size = 3;//1
  411. triggerTime = 3;
  412. triggerSpeedCoef = 1;
  413. audibleFire = 20;
  414. intensity = 1000000;
  415. flareSize = 3;//1
  416. timeToLive = 120;
  417. flareMaxDistance = 300;
  418. };
  419. class macro_new_ammo(40mm_green): macro_new_ammo(40mm_white)
  420. {
  421. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  422. lightColor[] = {0, 1, 0, 0};
  423. };
  424. class macro_new_ammo(40mm_red): macro_new_ammo(40mm_white)
  425. {
  426. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  427. lightColor[] = {1, 0, 0, 0};
  428. };
  429. class macro_new_ammo(40mm_yellow): macro_new_ammo(40mm_white)
  430. {
  431. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  432. lightColor[] = {1, 1, 0, 0};
  433. };
  434. class macro_new_ammo(40mm_CIR): macro_new_ammo(40mm_white)
  435. {
  436. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  437. lightColor[] = {0.5, 0.5, 0.25, 0};
  438. };
  439. class macro_new_ammo(40mm_blue): macro_new_ammo(40mm_white)
  440. {
  441. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  442. lightColor[] = {0, 0, 1, 0};
  443. };
  444. class macro_new_ammo(40mm_cyan): macro_new_ammo(40mm_white)
  445. {
  446. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  447. lightColor[] = {0, 1, 1, 0};
  448. };
  449. class macro_new_ammo(40mm_purple): macro_new_ammo(40mm_white)
  450. {
  451. model = "\A3\Weapons_F\Ammo\UGL_Flare";
  452. lightColor[] = {.7, 0, 1, 0};
  453. };
  454. ///////////////////////////////////////////////////////////////////////
  455. /////////////////////////Rockets///////////////////////////////////////
  456. //////////////////////////////////////////////////////////////////////
  457. class ACE_Javelin_FGM148_static;
  458. class R_PG32V_F;
  459. class Mo_cluster_AP;
  460. /*class macro_new_ammo(striker):ACE_Javelin_FGM148_static
  461. {
  462. hit=1650;
  463. effectsMissileInit="RocketBackEffectsStaticRPG";
  464. initTime=0.1;
  465. irLock = 1;
  466. laserLock = 0;
  467. airLock = 0;
  468. class ace_missileguidance {
  469. enabled = 1;
  470. minDeflection = 0.00005; // Minium flap deflection for guidance
  471. maxDeflection = 0.025; // Maximum flap deflection for guidance
  472. incDeflection = 0.00005; // The incrmeent in which deflection adjusts.
  473. canVanillaLock = 0;
  474. // Guidance type for munitions
  475. defaultSeekerType = "Optic";
  476. seekerTypes[] = { "Optic" };
  477. defaultSeekerLockMode = "LOBL";
  478. seekerLockModes[] = { "LOBL" };
  479. seekerAngle = 180; // Angle in front of the missile which can be searched
  480. seekerAccuracy = 1; // seeker accuracy multiplier
  481. seekerMinRange = 0;
  482. seekerMaxRange = 2500; // Range from the missile which the seeker can visually search
  483. seekLastTargetPos = 1; // seek last target position [if seeker loses LOS of target, continue to last known pos]
  484. // Attack profile type selection
  485. defaultAttackProfile = "JAV_TOP";
  486. attackProfiles[] = { "JAV_TOP", "JAV_DIR" };
  487. useModeForAttackProfile = 1;
  488. };
  489. };*/
  490. class macro_new_ammo(rps4heat):R_PG32V_F
  491. {
  492. hit=150;
  493. submunitionAmmo="ammo_Penetrator_Titan_AT";
  494. };
  495. class macro_new_ammo(rps4burst):R_PG32V_F
  496. {
  497. triggerTime = 1;
  498. submunitionConeType[] = {"poissondisc", 16};
  499. submunitionAmmo[] = {macro_new_ammo(rps4burstsub),1};
  500. triggerOnImpact=0;
  501. deleteParentWhenTriggered=1;
  502. //submunitionParentSpeedCoef = 0;
  503. submunitionInitSpeed = 50;
  504. submunitionDirectionType = "SubmunitionAutoLeveling";
  505. };
  506. class macro_new_ammo(rps4burstsub):Mo_cluster_AP
  507. {
  508. hit=12;
  509. indirectHit=8;
  510. indirectHitRange=8;
  511. };
  512. };