Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. class CUP_B_MCV80_GB_D_SLAT
  2. {
  3. class Turrets {
  4. class MainTurret;
  5. };
  6. };
  7. class TWC_Warrior_Base_Class_F: TWC_Warrior_Base_Class {
  8. class Turrets { class MainTurret; };
  9. class AnimationSources;
  10. };
  11.  
  12. class TWC_Vehicle_FV510_D_SLAT: TWC_Warrior_Base_Class_F {
  13. scope = 2;
  14. scopeCurator = 2;
  15. side = 1;
  16. faction = "TWC_General";
  17.  
  18. displayname = "FV510 D SLAT (EMPTY)";
  19. editorSubcategory = "TWC_ForceType_Mechanised";
  20.  
  21. class TransportItems { };
  22. class TransportMagazines { };
  23. class TransportWeapons { };
  24. class TransportBackpacks { };
  25.  
  26. class Turrets: Turrets {
  27. class MainTurret: MainTurret {
  28. weapons[] = {
  29. "TWC_Weapon_30mm_3rd_Rarden_Vehicle",
  30. "TWC_Weapon_762_GPMG_Vehicle"
  31. };
  32.  
  33. magazines[] = {
  34. "TWC_Item_30mm_3rd_APDS",
  35. "TWC_Item_30mm_3rd_APDS",
  36. "TWC_Item_30mm_3rd_APDS",
  37. "TWC_Item_30mm_3rd_APDS",
  38. "TWC_Item_30mm_3rd_APDS",
  39. "TWC_Item_30mm_3rd_APDS",
  40. "TWC_Item_30mm_3rd_APDS",
  41. "TWC_Item_30mm_3rd_APDS",
  42. "TWC_Item_30mm_3rd_APDS",
  43. "TWC_Item_30mm_3rd_APDS",
  44. "TWC_Item_30mm_3rd_APDS",
  45. "TWC_Item_30mm_3rd_APDS",
  46. "TWC_Item_30mm_3rd_APDS",
  47. "TWC_Item_30mm_3rd_APDS",
  48. "TWC_Item_30mm_3rd_APDS",
  49. "TWC_Item_30mm_3rd_APDS",
  50. "TWC_Item_30mm_3rd_APDS",
  51. "TWC_Item_30mm_3rd_APDS",
  52. "TWC_Item_30mm_3rd_APDS",
  53. "TWC_Item_30mm_3rd_APDS",
  54. "TWC_Item_30mm_3rd_APDS",
  55. "TWC_Item_30mm_3rd_HET",
  56. "TWC_Item_30mm_3rd_HET",
  57. "TWC_Item_30mm_3rd_HET",
  58. "TWC_Item_30mm_3rd_HET",
  59. "TWC_Item_30mm_3rd_HET",
  60. "TWC_Item_30mm_3rd_HET",
  61. "TWC_Item_30mm_3rd_HET",
  62. "TWC_Item_30mm_3rd_HET",
  63. "TWC_Item_30mm_3rd_HET",
  64. "TWC_Item_30mm_3rd_HET",
  65. "TWC_Item_30mm_3rd_HET",
  66. "TWC_Item_30mm_3rd_HET",
  67. "TWC_Item_30mm_3rd_HET",
  68. "TWC_Item_30mm_3rd_HET",
  69. "TWC_Item_30mm_3rd_HET",
  70. "TWC_Item_30mm_3rd_HET",
  71. "TWC_Item_30mm_3rd_HET",
  72. "TWC_Item_30mm_3rd_HET",
  73. "TWC_Item_30mm_3rd_HET",
  74. "TWC_Item_30mm_3rd_HET",
  75. "TWC_Item_30mm_3rd_HET",
  76. "TWC_Item_30mm_3rd_HET",
  77. "TWC_Item_30mm_3rd_HET",
  78. "TWC_Item_30mm_3rd_HET",
  79. "TWC_Item_30mm_3rd_HET",
  80. "TWC_Item_30mm_3rd_HET",
  81. "TWC_Item_30mm_3rd_HET",
  82. "TWC_Item_30mm_3rd_HET",
  83. "TWC_Item_30mm_3rd_HET",
  84. "TWC_Item_30mm_3rd_HET",
  85. "TWC_Item_30mm_3rd_HET",
  86. "TWC_Item_30mm_3rd_HET",
  87. "TWC_Item_30mm_3rd_HET",
  88. "TWC_Item_30mm_3rd_HET",
  89. "TWC_Item_30mm_3rd_HET",
  90. "TWC_Item_30mm_3rd_HET",
  91. "TWC_Item_30mm_3rd_HET",
  92. "TWC_Item_30mm_3rd_HET",
  93. "TWC_Item_30mm_3rd_HET",
  94. "TWC_Item_30mm_3rd_HET",
  95. "TWC_Item_30mm_3rd_HET",
  96. "TWC_Item_30mm_3rd_HET",
  97. "CUP_1200Rnd_TE4_Red_Tracer_762x51_M240_M"
  98. };
  99. };
  100. };
  101.  
  102. class AnimationSources: AnimationSources {
  103. class recoil_source {
  104. weapon = "TWC_Weapon_30mm_3rd_Rarden";
  105. };
  106.  
  107. class muzzle_rot_ctws {
  108. weapon = "TWC_Weapon_30mm_3rd_Rarden";
  109. };
  110.  
  111. class muzzle_hide_ctws {
  112. weapon = "TWC_Weapon_30mm_3rd_Rarden";
  113. };
  114.  
  115. class muzzle_rot_coax {
  116. weapon = "TWC_Weapon_762_GPMG_Vehicle";
  117. };
  118.  
  119. class muzzle_hide_coax {
  120. weapon = "TWC_Weapon_762_GPMG_Vehicle";
  121. };
  122.  
  123. class HideSlat {
  124. initPhase = 1;
  125. };
  126.  
  127. class HideProxy_Desert {
  128. initPhase = 1;
  129. };
  130.  
  131. class HideProxy_Woodland {
  132. initPhase = 0;
  133. };
  134. };
  135. };
  136.  
  137. class TWC_Vehicle_FV510_D: TWC_Vehicle_FV510_D_SLAT {
  138. displayname = "FV510 D (EMPTY)";
  139.  
  140. class AnimationSources: AnimationSources {
  141. class HideSlat {
  142. initPhase = 0;
  143. };
  144. };
  145. };
  146.  
  147. class TWC_Vehicle_FV510_W_SLAT: TWC_Vehicle_FV510_D_SLAT {
  148. displayname = "FV510 W SLAT (EMPTY)";
  149.  
  150. HiddenSelections[] = {
  151. "camo1",
  152. "camo01",
  153. "camo02"
  154. };
  155.  
  156. HiddenSelectionsTextures[] = {
  157. "CUP\TrackedVehicles\CUP_TrackedVehicles_FV510\Data\warrior_ext_w_co.paa",
  158. "CUP\TrackedVehicles\CUP_TrackedVehicles_FV510\Data\warrior_ext_w_co.paa",
  159. "CUP\TrackedVehicles\CUP_TrackedVehicles_MCV80\Data\fv510_1_co.paa"
  160. };
  161.  
  162. class AnimationSources: AnimationSources {
  163. class HideSlat {
  164. initPhase = 1;
  165. };
  166.  
  167. class HideProxy_Desert {
  168. initPhase = 0;
  169. };
  170.  
  171. class HideProxy_Woodland {
  172. initPhase = 1;
  173. };
  174. };
  175. };
  176.  
  177. class TWC_Vehicle_FV510_W: TWC_Vehicle_FV510_W_SLAT {
  178. displayname = "FV510 W (EMPTY)";
  179.  
  180. class AnimationSources: AnimationSources {
  181. class HideSlat {
  182. initPhase = 0;
  183. };
  184. };
  185. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement