arc170_common.hpp 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. #include "../../common/common_pilotCamera.hpp"
  2. scope = 2;
  3. scopeCurator = 2;
  4. scopeArsenal = 2;
  5. stallSpeed=5;
  6. draconicTorqueYCoef[]={1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
  7. draconicForceYCoef=6;
  8. envelope[] = {0.5,2.11,2.43,1.97,1.72,2.69,3.87,5.27,6.89,8.72,9.7,9.6,9.2,8.5,8.2,8};
  9. faction="RD501_Republic_Faction";
  10. editorSubcategory="RD501_Editor_Category_Air_Republic_vtol";
  11. /*class ACE_SelfActions: ACE_SelfActions
  12. {
  13. #include "../../common/universal_hud_color_changer.hpp"
  14. };*/
  15. weapons[]=
  16. {
  17. "Laserdesignator_pilotCamera",
  18. "CMFlareLauncher",
  19. macro_new_weapon(generic,republic_aircraft_cannon),
  20. macro_new_weapon(generic,kannon)
  21. };
  22. magazines[]=
  23. {
  24. macro_new_mag(generic_aircraft_gun_green,1000),
  25. macro_basic_air_mags,
  26. macro_new_mag(Kannon,100),
  27. macro_new_mag(Kannon,100)
  28. };
  29. RD501_magclamp_large_offset[]={0.0,0.0,-3.0};
  30. RD501_magclamp_small_offset[]={0.0,0.0,-0.5};
  31. class Turrets: Turrets
  32. {
  33. class LaserPilot:LaserPilot{};
  34. class Reargun:Reargun{};
  35. };
  36. class ACE_SelfActions
  37. {
  38. class ACE_Passengers
  39. {
  40. condition = "alive _target";
  41. displayName = "Passengers";
  42. insertChildren = "_this call ace_interaction_fnc_addPassengersActions";
  43. statement = "";
  44. };
  45. #include "../../common/universal_hud_color_changer.hpp"
  46. };
  47. class ViewPilot: ViewPilot
  48. {
  49. initAngleX = 0;
  50. };
  51. class Components: Components
  52. {
  53. class TransportPylonsComponent
  54. {
  55. uiPicture = "\A3\Air_F_Gamma\Plane_Fighter_03\Data\UI\Plane_A143_3DEN_CA.paa";
  56. class Pylons
  57. {
  58. class pylons1
  59. {
  60. hardpoints[]=
  61. {
  62. "RD501_Universal_rail"
  63. };
  64. attachment=MACRO_QUOTE(macro_new_mag(pylon_agm,6));
  65. priority=10;
  66. maxweight=300;
  67. UIposition[]={0.60000002,0.44999999};
  68. };
  69. class pylons2: pylons1
  70. {
  71. hardpoints[]=
  72. {
  73. "RD501_Universal_rail"
  74. };
  75. UIposition[]={0.050000001,0.44999999};
  76. //mirroredMissilePos=1;
  77. };
  78. class pylons3: pylons1
  79. {
  80. hardpoints[]=
  81. {
  82. "RD501_Universal_rail"
  83. };
  84. attachment=MACRO_QUOTE(macro_new_mag(pylon_agm,6));
  85. priority=9;
  86. maxweight=2500;
  87. UIposition[]={0.55000001,0.34999999};
  88. };
  89. class pylons4: pylons3
  90. {
  91. hardpoints[]=
  92. {
  93. "RD501_Universal_rail"
  94. };
  95. attachment=MACRO_QUOTE(macro_new_mag(pylon_agm,6));
  96. priority=13;
  97. maxweight=5000;
  98. UIposition[]={0.1,0.34999999};
  99. //mirroredMissilePos=3;
  100. };
  101. class pylons5: pylons1
  102. {
  103. hardpoints[]=
  104. {
  105. "RD501_Universal_rail"
  106. };
  107. attachment=MACRO_QUOTE(macro_new_mag(pylon_agm,6));
  108. priority=7;
  109. maxweight=5000;
  110. UIposition[]={0.5,0.25};
  111. };
  112. class pylons6: pylons5
  113. {
  114. hardpoints[]=
  115. {
  116. "RD501_Universal_rail"
  117. };
  118. attachment=MACRO_QUOTE(macro_new_mag(pylon_agm,6));
  119. priority=12;
  120. maxweight=5000;
  121. UIposition[]={0.15000001,0.25};
  122. //mirroredMissilePos=5;
  123. };
  124. class Pylons7
  125. {
  126. priority = 5;
  127. attachment = "empty";
  128. maxweight = 4000;
  129. UIposition[]={ 0.1, 0.25 };
  130. };
  131. };
  132. class Presets
  133. {
  134. class Empty
  135. {
  136. displayName = "$STR_empty";
  137. attachment[]={};
  138. };
  139. };
  140. };
  141. };