common_stuff_tcw.hpp 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. class EventHandlers : DefaultEventhandlers
  2. {
  3. fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');_this execVM '\3AS\3as_Laat\LAATI\scripts\fired_laser.sqf';";
  4. init = "[_this select 0] execVM 'RD501_Main\functions\autocrate\autocrate.sqf';";
  5. };
  6. scope=2;
  7. author="RD501"
  8. forceInGarage = 1;
  9. faction = macro_republic_faction
  10. editorSubcategory = macro_editor_cat_air(Republic_heli)
  11. vehicleClass = macro_editor_vehicle_type_air(Republic)
  12. weapons[] = {
  13. macro_new_weapon(generic,blue_dual_aircraft_laser),
  14. macro_new_weapon(wynd,lgm),
  15. macro_new_weapon(wynd,a2a),
  16. macro_new_weapon(wynd,agm),
  17. macro_basic_air_weapons,
  18. "SmokeLauncher",
  19. macro_new_weapon(cannon,laat)
  20. };
  21. magazines[] = {
  22. macro_basic_air_mags,
  23. macro_new_mag(generic_aircraft_gun_dual_blue,1000),
  24. macro_new_mag(a2a,4),
  25. macro_new_mag(agm,6),
  26. macro_new_mag(agm,6),
  27. macro_new_mag(lgm,4),
  28. "SmokeLauncherMag",
  29. "SmokeLauncherMag",
  30. "SmokeLauncherMag",
  31. "SmokeLauncherMag",
  32. macro_new_mag(laat_cannon,100),
  33. };
  34. smokeLauncherGrenadeCount=48;
  35. smokeLauncherAngle=360;
  36. smokeLauncherVelocity=14;
  37. class pilotCamera
  38. {
  39. class OpticsIn
  40. {
  41. class Wide
  42. {
  43. opticsDisplayName="WFOV";
  44. initAngleX=0;
  45. minAngleX=-10;
  46. maxAngleX=90;
  47. initAngleY=0;
  48. minAngleY=-90;
  49. maxAngleY=90;
  50. initFov=0.425;//"(30 / 120)";
  51. minFov=0.425;//"(30 / 120)";
  52. maxFov=0.425;//"(30 / 120)";
  53. directionStabilized=1;
  54. thermalMode[] = {0,1,2,3,4,5};
  55. visionMode[]=
  56. {
  57. "Normal",
  58. "NVG",
  59. "Ti"
  60. };
  61. gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_wide_F.p3d";
  62. opticsPPEffects[]=
  63. {
  64. "OpticsCHAbera2",
  65. "OpticsBlur2"
  66. };
  67. };
  68. class zoomx4: Wide
  69. {
  70. opticsDisplayName="NFOV";
  71. initFov="(0.425/4)";//"(3.75 / 120)";
  72. minFov="(0.425/4)";//"(3.75 / 120)";
  73. maxFov="(0.425/4)";//"(3.75 / 120)";
  74. gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
  75. };
  76. class zoomX8: Wide
  77. {
  78. opticsDisplayName="NFOV";
  79. initFov="(0.42/8)";//"(.375 / 120)";
  80. minFov="(0.42/8)";//"(.375 / 120)";
  81. maxFov="(0.42/8)";//"(.375 / 120)";
  82. gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
  83. };
  84. class zoomX20: Wide
  85. {
  86. opticsDisplayName="NFOV";
  87. initFov="(0.42/20)";//"(.375 / 120)";
  88. minFov="(0.42/20)";//"(.375 / 120)";
  89. maxFov="(0.42/20)";//"(.375 / 120)";
  90. gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
  91. };
  92. class zoomX50: Wide
  93. {
  94. opticsDisplayName="NFOV";
  95. initFov="(0.42/50)";//"(.375 / 120)";
  96. minFov="(0.42/50)";//"(.375 / 120)";
  97. maxFov="(0.42/50)";//"(.375 / 120)";
  98. gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
  99. };
  100. class zoomX70: Wide
  101. {
  102. opticsDisplayName="NFOV";
  103. initFov="(0.42/70)";//"(.375 / 120)";
  104. minFov="(0.42/70)";//"(.375 / 120)";
  105. maxFov="(0.42/70)";//"(.375 / 120)";
  106. gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
  107. };
  108. showMiniMapInOptics=1;
  109. showUAVViewInOptics=0;
  110. showSlingLoadManagerInOptics=1;
  111. };
  112. minTurn=-180;
  113. maxTurn=180;
  114. initTurn=0;
  115. minElev=-10;
  116. maxElev=90;
  117. initElev=-10;
  118. maxXRotSpeed=0.30000001;
  119. maxYRotSpeed=0.30000001;
  120. pilotOpticsShowCursor=1;
  121. controllable=1;
  122. };
  123. //transport
  124. class TransportWeapons
  125. {
  126. class _transport_dc15a
  127. {
  128. weapon = macro_new_weapon(DC,15a)
  129. count = 5;
  130. };
  131. class _transport_dc15s
  132. {
  133. weapon = macro_new_weapon(DC,r15s)
  134. count = 5;
  135. };
  136. class _transport_dc15c
  137. {
  138. weapon = macro_new_weapon(DC,15c)
  139. count = 5;
  140. };
  141. class _transport_dc15l
  142. {
  143. weapon = macro_new_weapon(DC,15l)
  144. count = 2;
  145. };
  146. class _transport_z6
  147. {
  148. weapon = macro_new_weapon_nofam(rz6)
  149. count = 2;
  150. };
  151. class _transport_dc15gl
  152. {
  153. weapon = macro_new_weapon(DC,15gl)
  154. count = 2;
  155. };
  156. class _transport_valken38x
  157. {
  158. weapon = macro_new_weapon_nofam(valken38x)
  159. count = 2;
  160. };
  161. class _transport_rps6
  162. {
  163. weapon = macro_new_weapon(launcher,rps6)
  164. count = 2;
  165. };
  166. class _transport_rps1
  167. {
  168. weapon = macro_new_weapon(launcher,rps1)
  169. count = 2;
  170. };
  171. class _transport_plx
  172. {
  173. weapon = macro_new_weapon(Launcher,PLX1)
  174. count = 1;
  175. };
  176. class _transport_z1000
  177. {
  178. weapon = macro_new_weapon_nofam(z1000)
  179. count = 1;
  180. };
  181. class _transport_dc15x
  182. {
  183. weapon = macro_new_weapon(DC,r15x)
  184. count = 1;
  185. };
  186. class _transport_rgl6
  187. {
  188. weapon = macro_new_weapon_nofam(rgl6)
  189. count = 1;
  190. };
  191. };
  192. class TransportMagazines
  193. {
  194. class transport_2mw30
  195. {
  196. magazine = macro_new_mag(2mw,30);
  197. count = 15;
  198. };
  199. class transport_5mw15
  200. {
  201. magazine = macro_new_mag(5mw,10);
  202. count = 15;
  203. };
  204. class transport_5mw60
  205. {
  206. magazine = macro_new_mag(5mw,60)
  207. count = 60;
  208. };
  209. class transport_10mw30
  210. {
  211. magazine = macro_new_mag(10mw,30);
  212. count = 60;
  213. };
  214. class transport_10mw400
  215. {
  216. magazine = macro_new_mag(10mw,400);
  217. count = 15;
  218. };
  219. class _transport_20mw20
  220. {
  221. magazine = macro_new_mag(20mw,20);
  222. count = 20;
  223. };
  224. class _transport_20mwup20
  225. {
  226. magazine = macro_new_mag(20mwup,20);
  227. count = 40;
  228. };
  229. class _transport_20mwdp20
  230. {
  231. magazine = macro_new_mag(20mwdp,20);
  232. count = 40;
  233. };
  234. class _transport_20mw240
  235. {
  236. magazine = macro_new_mag(20mw,240);
  237. count = 20;
  238. };
  239. class _transport_30mw10
  240. {
  241. magazine = macro_new_mag(30mw,10);
  242. count = 15;
  243. }
  244. class _transport_30mw7
  245. {
  246. magazine = macro_new_mag(30mw,7)
  247. count = 15;
  248. };
  249. class _transport_40mw5
  250. {
  251. magazine = macro_new_mag(40mw,5)
  252. count = 10;
  253. };
  254. class _transport_stun5
  255. {
  256. magazine = macro_new_mag(stun,5)
  257. count = 20;
  258. };
  259. class _transport_launcher_AT_mags
  260. {
  261. magazine = macro_new_mag(RPS_AT,1)
  262. count = 20;
  263. };
  264. class _transport_launcher_AA_mags
  265. {
  266. magazine = macro_new_mag(RPS_AA,1)
  267. count = 20;
  268. };
  269. class _transport_he3
  270. {
  271. magazine = macro_new_mag(UGL_HE,3);
  272. count = 15;
  273. };
  274. class _transport_ap2
  275. {
  276. magazine = macro_new_mag(UGL_AP,2);
  277. count = 15;
  278. };
  279. class _transport_emp1
  280. {
  281. magazine = macro_new_mag(UGL_EMP,1);
  282. count = 3;
  283. };
  284. class _transport_HuntIR_M203
  285. {
  286. magazine = "ACE_HuntIR_M203";
  287. count = 15;
  288. };
  289. class _transport_C12_Remote_Mag
  290. {
  291. magazine = "C12_Remote_Mag";
  292. count = 2;
  293. };
  294. };
  295. class TransportItems
  296. {
  297. class _xx_SW_SquadShield_Mag
  298. {
  299. name = "SW_SquadShield_Mag";
  300. count = 2;
  301. };
  302. class _xx_ACE_HuntIR_monitor
  303. {
  304. name = "ACE_HuntIR_monitor";
  305. count = 1;
  306. };
  307. };