config.cpp 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. #define COMPONENT vehicle_weapons
  2. #include "../RD501_main/config_macros.hpp"
  3. #include "_common/common.hpp"
  4. class CfgPatches
  5. {
  6. class macro_patch_name(vehicle_weapons)
  7. {
  8. author=DANKAUTHORS;
  9. requiredAddons[]=
  10. {
  11. macro_lvl1_req,
  12. "3AS_LAAT"
  13. };
  14. requiredVersion=0.1;
  15. units[]={};
  16. weapons[]={
  17. macro_new_weapon(pylon_laser,v_wing),
  18. macro_new_weapon(pylon_generic,kannon)
  19. };
  20. };
  21. };
  22. //scopes
  23. class CfgWeapons
  24. {
  25. class macro_new_weapon(laser,v_wing);
  26. class macro_new_weapon(pylon_laser,v_wing) : macro_new_weapon(laser,v_wing)
  27. {
  28. displayName = "Laser gun (Pylon)";
  29. displayNameShort = "Laser";
  30. magazines[]={macro_new_mag(pylon_generic_aircraft_gun_asg,3000)};
  31. };
  32. };
  33. class CfgMagazineWells
  34. {
  35. class macro_new_magwell(generic_aircraft_laser)
  36. {
  37. macro_new_magwell(generic_aircraft_colors)[]=
  38. {
  39. macro_new_mag(generic_aircraft_gun,1000),
  40. macro_new_mag(generic_aircraft_gun_blue,1000),
  41. macro_new_mag(generic_aircraft_gun_green,1000),
  42. macro_new_mag(generic_aircraft_gun_purple,1000),
  43. macro_new_mag(generic_aircraft_gun_preatorian,1000)
  44. };
  45. };
  46. class macro_new_magwell(generic_aircraft_cannon)
  47. {
  48. macro_new_magwell(generic_aircraft_colors)[]=
  49. {
  50. macro_new_mag(generic_aircraft_cannon_red,1000),
  51. macro_new_mag(generic_aircraft_cannon_green,1000),
  52. macro_new_mag(generic_aircraft_cannon_blue,1000),
  53. macro_new_mag(generic_aircraft_cannon_plasma_red,1000),
  54. macro_new_mag(generic_aircraft_cannon_plasma_blue,1000),
  55. macro_new_mag(generic_aircraft_cannon_purple,1000)
  56. };
  57. };
  58. };
  59. class CfgMagazines
  60. {
  61. class 500Rnd_Cannon_ARCback;
  62. class 500Rnd_Cannon_30mm_Plane_CAS_02_F;
  63. //laser gun + kannon
  64. #include "_mags/aircraft_laser_gun.hpp"
  65. //laser cannon
  66. #include "_mags/aircraft_laser_cannon.hpp"
  67. class OPTRE_6Rnd_ASGM2_rockets;
  68. class macro_new_mag(MRLS_M80,2): OPTRE_6Rnd_ASGM2_rockets
  69. {
  70. count = 2;
  71. };
  72. class SWOP_e11_Mag;
  73. #include "_mags/super_mg.hpp"
  74. class 100Rnd_TXLaser_Cannon_mag;
  75. #include "_mags/tank_cannons.hpp"
  76. class og9_Laser_Cannon_mag;
  77. class macro_new_mag(homing_spider,10): og9_Laser_Cannon_mag
  78. {
  79. displayNameShort = "Blaster Cannon.";
  80. ammo = macro_new_ammo(homing_spider)
  81. count = 10;
  82. tracersEvery = 1;
  83. initSpeed =800;
  84. maxLeadSpeed = 30000;
  85. nameSound = "cannon";
  86. };
  87. #include "_mags/aa_gun.hpp"
  88. class 4Rnd_AAA_missiles;
  89. class 7Rnd_Rocket_04_AP_F;
  90. class magazine_Missile_rim116_x21;
  91. class magazine_Missile_rim162_x8;
  92. class PylonRack_12Rnd_PG_missiles;
  93. class 4Rnd_LG_Jian;
  94. class PylonRack_1Rnd_Missile_AGM_01_F;
  95. #include "_mags/missiles.hpp"
  96. class 4Rnd_BombCluster_02_F;
  97. class PylonRack_Bomb_SDB_x4;
  98. class 2Rnd_GBU12_LGB;
  99. class macro_new_mag(cluster_bomb,4) : 4Rnd_BombCluster_02_F
  100. {
  101. ammo = macro_new_ammo(cluster_bomb)
  102. count = 4;
  103. DisplayName = "Thunderstorm CB";
  104. displayNameShort = "Thunderstorm CB";
  105. tracersEvery=1;
  106. };
  107. class macro_new_mag(cluster_bomb,2) : macro_new_mag(cluster_bomb,4)
  108. {
  109. count = 2;
  110. };
  111. class macro_new_mag(cluster_emp,2) : macro_new_mag(cluster_bomb,4)
  112. {
  113. ammo = macro_new_ammo(cluster_emp)
  114. DisplayName = "Lightning EMP CB";
  115. displayNameShort = "Lightning EMP CB";
  116. count = 2;
  117. };
  118. class macro_new_mag(sdb_bomb,4) : PylonRack_Bomb_SDB_x4
  119. {
  120. ammo = macro_new_ammo(sdb_bomb)
  121. count = 4;
  122. DisplayName = "Wrath PGB";
  123. displayNameShort = "Wrath PGB";
  124. tracersEvery=1;
  125. };
  126. class macro_new_mag(lgb_bomb,4) : 2Rnd_GBU12_LGB
  127. {
  128. ammo = macro_new_ammo(lgb_bomb)
  129. count = 4;
  130. DisplayName = "Ruinscape GB";
  131. displayNameShort = "Ruinscape GB";
  132. tracersEvery=1;
  133. };
  134. class 1000Rnd_Laser_Cannon_LAAT;
  135. class macro_new_mag(laat_cannon,100) : 1000Rnd_Laser_Cannon_LAAT
  136. {
  137. displayNameShort = "";
  138. ammo = macro_new_ammo(laat_cannon)
  139. count = 100;
  140. tracersEvery = 1;
  141. initSpeed = 2000;
  142. brightness = 100;
  143. magazineReloadTime=10;
  144. macro_no_muzzle_impulse
  145. };
  146. class macro_new_mag(laat_cannon_double,100): macro_new_mag(laat_cannon,100)
  147. {
  148. ammo = macro_new_ammo(laat_cannon_double);
  149. };
  150. class 500Rnd_Cannon_ARCback;
  151. class macro_new_mag(voltic,200):500Rnd_Cannon_ARCback
  152. {
  153. displayNameShort = "";
  154. ammo = macro_new_ammo(voltic)
  155. count = 200;
  156. tracersEvery = 1;
  157. initSpeed = 1036;
  158. maxLeadSpeed = 300;
  159. macro_no_muzzle_impulse
  160. };
  161. class Laser_Battery_F;
  162. class macro_new_mag(laat_ball_beam,300): Laser_Battery_F
  163. {
  164. displayName = "Laat Ball Turret Mag";
  165. displayNameShort = "Ball Turret Mag";
  166. count = 300;
  167. ammo = macro_new_ammo(ball_beam)
  168. };
  169. class 1000Rnd_Laser_Cannon_EWEBSWBF_REP;
  170. class macro_new_mag(laat_ball_turret,200): 1000Rnd_Laser_Cannon_EWEBSWBF_REP
  171. {
  172. displayName = "Laat Ball Turret Mag";
  173. displayNameShort = "Ball Turret Mag";
  174. ammo =macro_new_ammo(ball_turret)
  175. count = 300;
  176. tracersEvery = 1;
  177. initSpeed = 1036;
  178. maxLeadSpeed = 300;
  179. muzzleImpulseFactor = 0;
  180. scope = 1;
  181. };
  182. class 2Rnd_Bomb_03_F;
  183. class macro_new_mag(carpet_I_bomb_mag,20): 2Rnd_Bomb_03_F
  184. {
  185. dlc = "RD501";
  186. scope = 2;
  187. displayName = "20 Rnd Carpet I Bomb";
  188. displayNameShort = "20 Rnd Bomb";
  189. count = 20;
  190. ammo = macro_new_ammo(carpet_I_bomb);
  191. initSpeed = 0;
  192. maxLeadSpeed = 1000;
  193. };
  194. };
  195. #include "_common/sensor_templates.hpp"
  196. class CfgAmmo
  197. {
  198. class B_35mm_AA_Tracer_Red;
  199. class LaserAmmo_Minigun;
  200. class SWOP_DTL19_BlasterRifle_Ammo;
  201. class TurboLaser_Laserx2;
  202. class ATTE_Laser;
  203. class M_Air_AA;
  204. class Rocket_04_AP_F;
  205. class ammo_Missile_rim162;
  206. class M_PG_AT;
  207. class M_Jian_AT;
  208. class ammo_Missile_rim116;
  209. class TurboLaser_Laserx2;
  210. //laser gun + kannon
  211. #include "_ammo/aircraft_laser_gun.hpp"
  212. //laser cannon
  213. #include "_ammo/aircraft_laser_cannon.hpp"
  214. #include "_ammo/super_mg.hpp"
  215. #include "_ammo/tank_cannons.hpp"
  216. class macro_new_ammo(homing_spider): TurboLaser_Laserx2//og9_Laser
  217. {
  218. hit = 185;
  219. indirectHit = 75;
  220. indirectHitRange = 1;
  221. visibleFire = 32;
  222. audibleFire = 32;
  223. visibleFireTime = 6;
  224. explosionSoundEffect = "DefaultExplosion";
  225. effectFly = "og9_Laser_Effect";
  226. explosive = 0.5;
  227. airLock = 1;
  228. CraterEffects = "ExploAmmoLaserCrater";
  229. explosionEffects = "ExploAmmoLaserCannon";
  230. model = "\SpiderDroid\Laserog9";
  231. caliber = 20;
  232. };
  233. #include "_ammo/missiles.hpp"
  234. class BombCluster_02_Ammo_F;
  235. class ammo_Bomb_SDB;
  236. class Bo_GBU12_LGB;
  237. class macro_new_ammo(cluster_bomb) : BombCluster_02_Ammo_F
  238. {
  239. DisplayName = "Thunderstorm CB";
  240. displayNameShort = "Thunderstorm CB";
  241. //effectFly = "RD501_Effect_Violet";
  242. //effectsFire = "RD501_Effect_Violet";
  243. //effectsMissileInit = "RD501_laat_PylonBackEffectsFFAR";
  244. //effectsMissile = "RD501_FX_Missile_AA";
  245. muzzleEffect = "";
  246. //effectsSmoke = "RD501_Effect_Violet";
  247. tracerColor[] = {"blue"};
  248. brightness = 20000;
  249. lightColor[] = {0, 0, 1, 1};
  250. triggerTime = 0.1;
  251. ExplosionEffects = "ProtonbombAmmoExplosion";
  252. hit = 650;
  253. indirectHit =325;
  254. indirectHitRange = 6;
  255. };
  256. class Mo_cluster_Bomb_02_F;
  257. class macro_new_ammo(cluster_emp_sub): Mo_cluster_Bomb_02_F
  258. {
  259. hit = 0.1;
  260. indirectHit = 0.01;
  261. indirectHitRange=40;
  262. JLTS_isEMPAmmo=1;
  263. explosionEffects="JLTS_fx_exp_EMP";
  264. SoundSetExplosion[]=
  265. {
  266. "JLTS_GrenadeEMP_Exp_SoundSet",
  267. "JLTS_GrenadeEMP_Tail_SoundSet",
  268. "Explosion_Debris_SoundSet"
  269. };
  270. class CamShakeExplode
  271. {
  272. distance=10;
  273. duration=1;
  274. frequency=20;
  275. power=0;
  276. };
  277. };
  278. class macro_new_ammo(cluster_emp) : BombCluster_02_Ammo_F
  279. {
  280. DisplayName = "Lightning EMP CB";
  281. displayNameShort = "Lightning EMP CB";
  282. muzzleEffect = "";
  283. tracerColor[] = {"blue"};
  284. brightness = 20000;
  285. lightColor[] = {0, 0, 1, 1};
  286. triggerTime = 0.1;
  287. hit = 50;
  288. indirectHitRange = 0;
  289. submunitionAmmo[]=
  290. {
  291. macro_new_ammo(cluster_emp_sub),
  292. 1.0
  293. };
  294. submunitionConeType[]=
  295. {
  296. "randomcenter",
  297. 45
  298. };
  299. };
  300. class macro_new_ammo(sdb_bomb) : ammo_Bomb_SDB
  301. {
  302. DisplayName = "Wrath PGB";
  303. displayNameShort = "Wrath PGB";
  304. // effectFly = "RD501_Effect_Violet";
  305. // effectsFire = "RD501_Effect_Violet";
  306. // effectsMissileInit = "RD501_laat_PylonBackEffectsFFAR";
  307. // effectsMissile = "RD501_FX_Missile_AA";
  308. muzzleEffect = "";
  309. //effectsSmoke = "RD501_Effect_Violet";
  310. tracerColor[] = {"blue"};
  311. brightness = 20000;
  312. lightColor[] = {0, 0, 1, 1};
  313. triggerTime = 0.1;
  314. ExplosionEffects = "ProtonbombAmmoExplosion";
  315. hit = 2000;
  316. indirectHit = 1000;
  317. indirectHitRange = 3;
  318. };
  319. class macro_new_ammo(lgb_bomb) : Bo_GBU12_LGB
  320. {
  321. DisplayName = "Ruin GBU";
  322. displayNameShort = "Ruin GBU";
  323. // effectFly = "RD501_Effect_Violet";
  324. // effectsFire = "RD501_Effect_Violet";
  325. // effectsMissileInit = "RD501_laat_PylonBackEffectsFFAR";
  326. // effectsMissile = "RD501_FX_Missile_AA";
  327. muzzleEffect = "";
  328. // effectsSmoke = "RD501_Effect_Violet";
  329. tracerColor[] = {"blue"};
  330. brightness = 20000;
  331. lightColor[] = {0, 0, 1, 1};
  332. triggerTime = 0.1;
  333. ExplosionEffects = "ProtonbombAmmoExplosion";
  334. hit = 650;
  335. indirectHit =650;
  336. indirectHitRange = 25;
  337. };
  338. class macro_new_ammo(laat_cannon): TurboLaser_Laserx2//TurboLaser_Laserx2//SW_SpeederBikeCanon_Ammo//swop_bywingCannonammo//LAAT_Laser
  339. {
  340. explosive = 0.5;
  341. hit = 1000;
  342. indirectHit =800;
  343. indirectHitRange = 6;
  344. caliber = 1;
  345. timeToLive=9;
  346. ACE_caliber=1;
  347. craterEffects = "ImpactEffectsMedium";
  348. explosionSoundEffect = "DefaultExplosion";
  349. ExplosionEffects = "ExploAmmoExplosion";
  350. model="a3\weapons_f\data\bullettracer\tracer_green";
  351. tracerScale = 10;
  352. effectFly = "SWOP_greenLaserEffect";
  353. aiAmmoUsageFlags = "64 + 128 + 256 + 512";
  354. allowAgainstInfantry = 1;
  355. cost = 1;
  356. soundSetBulletFly[] = {"SWOP_HEAVYBullet_FlyBy_SoundSet"};
  357. SoundSetExplosion[] = {"Mortar_Exp_SoundSet","Mortar_Tail_SoundSet","Explosion_Debris_SoundSet"};
  358. soundSetSonicCrack[] = {"bulletSonicCrack_SoundSet","bulletSonicCrackTail_SoundSet"};
  359. supersonicCrackFar[] = {"\ca\Weapons\Data\Sound\supersonic_crack_50meters.wss", 1, 50};
  360. supersonicCrackNear[] = {"\ca\Weapons\Data\Sound\supersonic_crack_close.wss", 1, 50};
  361. };
  362. class macro_new_ammo(laat_cannon_double): macro_new_ammo(laat_cannon)
  363. {
  364. model = "\TIE\tracer_green.p3d";
  365. tracerScale = 1;
  366. }
  367. class swop_bywingCannonammo;
  368. class macro_new_ammo(voltic):swop_bywingCannonammo
  369. {
  370. hit = 400;
  371. indirectHit = 150;
  372. indirectHitRange = 6;
  373. explosive = 0.2;
  374. caliber = 9;
  375. aiAmmoUsageFlags = "64 + 128 + 256 + 512";
  376. allowAgainstInfantry = 1;
  377. };
  378. class laserAmmo_F;
  379. class macro_new_ammo(ball_beam): laserAmmo_F
  380. {
  381. hit = 600;
  382. indirectHit = 400;
  383. indirectHitRange = 1;
  384. explosive = 1;
  385. caliber = 6;
  386. ACE_caliber = 0;
  387. aiAmmoUsageFlags = "64 + 128 + 256 + 512";
  388. allowAgainstInfantry = 1;
  389. };
  390. class macro_new_ammo(ball_turret):TurboLaser_Laserx2//SW_SpeederBikeCanon_Ammo//Vwing_ammo
  391. {
  392. hit = 600;
  393. timeToLive = 5;
  394. indirectHit = 400;
  395. indirectHitRange = 1;
  396. explosive = 1;
  397. caliber = 6;
  398. ACE_caliber = 0;
  399. tracerScale = 1;
  400. aiAmmoUsageFlags = "64 + 128 + 256 + 512";
  401. allowAgainstInfantry = 1;
  402. model = "\SWOP_Main\Effects\Tracer\Lasergreen";
  403. cost = 1;
  404. CraterEffects = "-";
  405. CraterWaterEffects = "ImpactEffectsWaterHE";
  406. ExplosionEffects ="SWOP_LaserExploSmallblue2";
  407. soundHit1[] = {"SWOP_Main\FlyBy\impactosheavy\impactosheavy1.ogg", 1.2, 1, 50};
  408. soundHit2[] = {"SWOP_Main\FlyBy\impactosheavy\impactosheavy2.ogg", 1.2, 1, 50};
  409. soundHit3[] = {"SWOP_Main\FlyBy\impactosheavy\impactosheavy3.ogg", 1.2, 1, 50};
  410. soundHit4[] = {"SWOP_Main\FlyBy\impactosheavy\impactosheavy4.ogg", 1.2, 1, 50};
  411. multiSoundHit[] = {"soundHit1", 0.25, "soundHit2", 0.25, "soundHit3", 0.25, "soundHit4", 0.25};
  412. };
  413. class Bo_Mk82;
  414. class macro_new_ammo(carpet_I_bomb): Bo_Mk82
  415. {
  416. model = "OPTRE_weapons\Aircraft\500lb_bomb_fly.p3d";
  417. hit = 10000;
  418. indirectHit = 10000;
  419. indirectHitRange = 30;
  420. caliber = 3;
  421. explosive = 1;
  422. timeToLive = 240;
  423. triggerTime=5;
  424. triggerOnImpact=true;
  425. //ExplosionEffects = "ProtonbombAmmoExplosionOrangeRD501";//"ProtonbombAmmoExplosionPurpleRD501";//"ProtonbombAmmoExplosionYellowRD501";//"ProtonbombAmmoExplosion";
  426. //explosionTime = 20;
  427. };
  428. };