Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. enum
  2. {
  3. destructengine = 2,
  4. destructdefault = 6,
  5. destructwreck = 7,
  6. destructtree = 3,
  7. destructtent = 4,
  8. stabilizedinaxisx = 1,
  9. stabilizedinaxesxyz = 4,
  10. stabilizedinaxisy = 2,
  11. stabilizedinaxesboth = 3,
  12. destructno = 0,
  13. stabilizedinaxesnone = 0,
  14. destructman = 5,
  15. destructbuilding = 1
  16. };
  17.  
  18. class CfgPatches
  19. {
  20. class A3_ARES_SpyVic_F
  21. {
  22. requiredAddons[] = {"ARES_A3_CORE_F","A3_SOFT_F"};
  23. requiredVersion = 0.1;
  24. units[] = {};
  25. weapons[] = {};
  26. };
  27. };
  28.  
  29. class CfgVehicles
  30. {
  31. class UGV_01_base_F;
  32.  
  33. class SpyVic_1_Base_F : UGV_01_base_F
  34. {
  35. model = "ares_vehicles\spyvic\spyvic.p3d";
  36. fuelCapacity = 1500;
  37. wheelCircumference = 1.00;
  38.  
  39. class Wheels
  40. {
  41. class L1
  42. {
  43. boneName = "wheel_1_1_damper";
  44. steering = 1;
  45. side = "left";
  46. center = "wheel_1_1_axis";
  47. boundary = "wheel_1_1_bound";
  48. width = "0.2";
  49. mass = 40;
  50. MOI = 20;
  51. dampingRate = 0.1;
  52. dampingRateDamaged = 1.0;
  53. dampingRateDestroyed = 1000.0;
  54. maxBrakeTorque = 5000;
  55. maxHandBrakeTorque = 0;
  56. suspTravelDirection[] = {0,-1,0};
  57. suspForceAppPointOffset = "wheel_1_1_axis";
  58. tireForceAppPointOffset = "wheel_1_1_axis";
  59. maxCompression = 0.15;
  60. mMaxDroop = 0.15;
  61. sprungMass = 700;
  62. springStrength = 36750;
  63. springDamperRate = 10000;
  64. longitudinalStiffnessPerUnitGravity = 10000;
  65. latStiffX = 25;
  66. latStiffY = 180;
  67. frictionVsSlipGraph[] = {{ 0,1 },{ 0.5,1 },{ 1,1 }};
  68. };
  69. class L2: L1
  70. {
  71. boneName = "wheel_1_2_damper";
  72. steering = 0;
  73. center = "wheel_1_2_axis";
  74. boundary = "wheel_1_2_bound";
  75. suspForceAppPointOffset = "wheel_1_2_axis";
  76. tireForceAppPointOffset = "wheel_1_2_axis";
  77. };
  78. class R1: L1
  79. {
  80. boneName = "wheel_2_1_damper";
  81. center = "wheel_2_1_axis";
  82. boundary = "wheel_2_1_bound";
  83. suspForceAppPointOffset = "wheel_2_1_axis";
  84. tireForceAppPointOffset = "wheel_2_1_axis";
  85. steering = 1;
  86. side = "right";
  87. };
  88. class R2: R1
  89. {
  90. boneName = "wheel_2_2_damper";
  91. steering = 0;
  92. center = "wheel_2_2_axis";
  93. boundary = "wheel_2_2_bound";
  94. suspForceAppPointOffset = "wheel_2_2_axis";
  95. tireForceAppPointOffset = "wheel_2_2_axis";
  96. };
  97. };
  98.  
  99. class Turrets
  100. {
  101. class MainTurret
  102. {
  103. isCopilot = 0;
  104. minElev = 3;
  105. maxElev = 90;
  106. initElev = 4;
  107. minTurn = -360;
  108. maxTurn = 360;
  109. initTurn = 0;
  110. body = "mainTurret";
  111. gun = "mainGun";
  112. animationSourceBody = "mainTurret";
  113. animationSourceGun = "mainGun";
  114. class OpticsIn
  115. {
  116. class Wide
  117. {
  118. opticsDisplayName = "W";
  119. initAngleX = 0;
  120. minAngleX = -30;
  121. maxAngleX = 30;
  122. initAngleY = 0;
  123. minAngleY = -100;
  124. maxAngleY = 100;
  125. initFov = 0.5;
  126. minFov = 0.5;
  127. maxFov = 0.5;
  128. directionStabilized = 1;
  129. visionMode[] = {"Normal","NVG","Ti"};
  130. thermalMode[] = {0,1};
  131. gunnerOpticsModel = "A3\drones_f\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_wide_F.p3d";
  132. };
  133. class Medium: Wide
  134. {
  135. opticsDisplayName = "M";
  136. initFov = 0.1;
  137. minFov = 0.1;
  138. maxFov = 0.1;
  139. gunnerOpticsModel = "A3\drones_f\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_medium_F.p3d";
  140. };
  141. class Narrow: Wide
  142. {
  143. opticsDisplayName = "N";
  144. initFov = 0.0286;
  145. minFov = 0.0286;
  146. maxFov = 0.0286;
  147. gunnerOpticsModel = "A3\drones_f\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
  148. };
  149. };
  150. class OpticsOut
  151. {
  152. class Monocular
  153. {
  154. initAngleX = 0;
  155. minAngleX = -30;
  156. maxAngleX = 30;
  157. initAngleY = 0;
  158. minAngleY = -100;
  159. maxAngleY = 100;
  160. initFov = 1.1;
  161. minFov = 0.133;
  162. maxFov = 1.1;
  163. visionMode[] = {"Normal","NVG"};
  164. gunnerOpticsModel = "";
  165. gunnerOpticsEffect[] = {};
  166. };
  167. };
  168. inGunnerMayFire = 1;
  169. outGunnerMayFire = 1;
  170. commanding = -1;
  171. primaryGunner = 1;
  172. memoryPointGun = "PIP0_dir";
  173. memoryPointGunnerOptics = "PIP0_pos";
  174. gunnerOpticsModel = "A3\drones_f\Weapons_F_Gamma\Reticle\UGV_01_Optics_Gunner_F.p3d";
  175. gunnerForceOptics = 1;
  176. turretInfoType = "RscOptics_UAV_gunner";
  177. stabilizedInAxes = 3;
  178. weapons[] = {};
  179. magazines[] = {};
  180. GunnerCompartments = "Compartment1";
  181. LODTurnedIn = 1100;
  182. LODTurnedOut = 1100;
  183. };
  184. };
  185.  
  186. class HitPoints
  187. {
  188. class HitHull
  189. {
  190. name = "hit_hull";
  191. armor = 0.1;
  192. };
  193. };
  194.  
  195. camouflage = 0.4;
  196. accuracy = 1.5;
  197. armor = 0.5;
  198.  
  199. maxSpeed = 70;
  200.  
  201. transportSoldiers = 0;
  202.  
  203. radarType = 1;
  204. driverCanSee = "2+8+16";
  205. gunnerCanSee = "4+8+16";
  206.  
  207. uavCameraDriverPos = "pip_pilot_pos";
  208. uavCameraDriverDir = "pip_pilot_dir";
  209. uavCameraGunnerPos = "PiP0_pos";
  210. uavCameraGunnerDir = "PiP0_dir";
  211.  
  212. memoryPointTrackFLL = "TrackFLL";
  213. memoryPointTrackFLR = "TrackFLR";
  214. memoryPointTrackBLL = "TrackBLL";
  215. memoryPointTrackBLR = "TrackBLR";
  216. memoryPointTrackFRL = "TrackFRL";
  217. memoryPointTrackFRR = "TrackFRR";
  218. memoryPointTrackBRL = "TrackBRL";
  219. memoryPointTrackBRR = "TrackBRR";
  220. };
  221.  
  222. class ARES_SpyVic_1_WDL_F: SpyVic_1_Base_F
  223. {
  224. author = "ARES Firearms Manufacturing";
  225. displayName = "SpyVic1";
  226. scope = 2;
  227. crew = "I_UAV_AI";
  228. typicalCargo[] = {"I_UAV_AI"};
  229. side = 2;
  230. faction = "ARES_F";
  231. };
  232. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement