Guest User

Config.lua

a guest
Mar 1st, 2021
1,729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. SA342FM = {
  2. center_of_mass = {
  3. .5, --0 (positive to front, negative to rear)
  4. 4, --0 (not 100% sure if positive is up and negative down)
  5. 0 --0 (negative to left, positive to right)
  6. },
  7. moment_of_inertia = {
  8. 40000, --roll rate, 5790 original value
  9. 7000, --rudder rate, 6481 original value
  10. 40000 --pitch rate, 5086 original value
  11. },
  12. suspension = {
  13. {
  14. mass = 0,
  15. pos = {
  16. 0.835,
  17. -0.966,
  18. -0.962
  19. },
  20. moment_of_inertia = {
  21. 0,
  22. 0,
  23. 0
  24. },
  25. damage_element = 19,
  26. damage_omega = 180,
  27. state_angle_0 = 0,
  28. state_angle_1 = 0,
  29. mount_pivot_x = 0,
  30. mount_pivot_y = 0,
  31. mount_post_radius = 0,
  32. mount_length = 0,
  33. mount_angle_1 = 0,
  34. post_length = 0,
  35. wheel_axle_offset = 0,
  36. self_attitude = false,
  37. yaw_limit = math.rad(0),
  38. damper_coeff = 0,
  39. amortizer_min_length = 0,
  40. amortizer_max_length = 0.1,
  41. amortizer_basic_length = 0.1,
  42. amortizer_spring_force_factor = 30000,
  43. amortizer_spring_force_factor_rate = 1,
  44. amortizer_static_force = 8000,
  45. amortizer_reduce_length = 0.1,
  46. amortizer_direct_damper_force_factor = 12000,
  47. amortizer_back_damper_force_factor = 12000,
  48. wheel_radius = 0.04,
  49. wheel_static_friction_factor = 0.65,
  50. wheel_side_friction_factor = 0.05,
  51. wheel_roll_friction_factor = 0.025,
  52. wheel_glide_friction_factor = 0.05,
  53. wheel_damage_force_factor = 250,
  54. wheel_damage_speed = 150,
  55. wheel_moment_of_inertia = 0,
  56. wheel_brake_moment_max = 4000,
  57. arg_post = -1,
  58. arg_amortizer = 1,
  59. arg_wheel_rotation = -1,
  60. arg_wheel_yaw = -1,
  61. collision_shell_name = "AIR_BRAKE_L"
  62. },
  63. {
  64. mass = 0,
  65. pos = {
  66. 0.835,
  67. -0.966,
  68. 0.962
  69. },
  70. moment_of_inertia = {
  71. 0,
  72. 0,
  73. 0
  74. },
  75. damage_element = 20,
  76. damage_omega = 180,
  77. state_angle_0 = 0,
  78. state_angle_1 = 0,
  79. mount_pivot_x = 0,
  80. mount_pivot_y = 0,
  81. mount_post_radius = 0,
  82. mount_length = 0,
  83. mount_angle_1 = 0,
  84. post_length = 0,
  85. wheel_axle_offset = 0,
  86. self_attitude = false,
  87. yaw_limit = math.rad(0),
  88. damper_coeff = 0,
  89. amortizer_min_length = 0,
  90. amortizer_max_length = 0.1,
  91. amortizer_basic_length = 0.1,
  92. amortizer_spring_force_factor = 30000,
  93. amortizer_spring_force_factor_rate = 1,
  94. amortizer_static_force = 8000,
  95. amortizer_reduce_length = 0.1,
  96. amortizer_direct_damper_force_factor = 12000,
  97. amortizer_back_damper_force_factor = 12000,
  98. wheel_radius = 0.04,
  99. wheel_static_friction_factor = 0.65,
  100. wheel_side_friction_factor = 0.05,
  101. wheel_roll_friction_factor = 0.025,
  102. wheel_glide_friction_factor = 0.05,
  103. wheel_damage_force_factor = 250,
  104. wheel_damage_speed = 150,
  105. wheel_moment_of_inertia = 0,
  106. wheel_brake_moment_max = 4000,
  107. arg_post = -1,
  108. arg_amortizer = 1,
  109. arg_wheel_rotation = -1,
  110. arg_wheel_yaw = -1,
  111. collision_shell_name = "AIR_BRAKE_R"
  112. },
  113. {
  114. mass = 0,
  115. pos = {
  116. -0.434,
  117. -0.933,
  118. -0.962
  119. },
  120. moment_of_inertia = {
  121. 0,
  122. 0,
  123. 0
  124. },
  125. damage_element = 15,
  126. damage_omega = 180,
  127. state_angle_0 = 0,
  128. state_angle_1 = 0,
  129. mount_pivot_x = 0,
  130. mount_pivot_y = 0,
  131. mount_post_radius = 0,
  132. mount_length = 0,
  133. mount_angle_1 = 0,
  134. post_length = 0,
  135. wheel_axle_offset = 0,
  136. self_attitude = false,
  137. yaw_limit = math.rad(0),
  138. damper_coeff = 0,
  139. amortizer_min_length = 0,
  140. amortizer_max_length = 0.1,
  141. amortizer_basic_length = 0.1,
  142. amortizer_spring_force_factor = 30000,
  143. amortizer_spring_force_factor_rate = 1,
  144. amortizer_static_force = 8000,
  145. amortizer_reduce_length = 0.1,
  146. amortizer_direct_damper_force_factor = 12000,
  147. amortizer_back_damper_force_factor = 12000,
  148. wheel_radius = 0.04,
  149. wheel_static_friction_factor = 0.65,
  150. wheel_side_friction_factor = 0.05,
  151. wheel_roll_friction_factor = 0.3,
  152. wheel_glide_friction_factor = 0.05,
  153. wheel_damage_force_factor = 250,
  154. wheel_damage_speed = 150,
  155. wheel_moment_of_inertia = 0,
  156. wheel_brake_moment_max = 8000,
  157. arg_post = -1,
  158. arg_amortizer = 6,
  159. arg_wheel_rotation = -1,
  160. arg_wheel_yaw = -1,
  161. collision_shell_name = "LEFT_GEAR_BOX"
  162. },
  163. {
  164. mass = 0,
  165. pos = {
  166. -0.434,
  167. -0.933,
  168. 0.962
  169. },
  170. moment_of_inertia = {
  171. 0,
  172. 0,
  173. 0
  174. },
  175. damage_element = 16,
  176. damage_omega = 180,
  177. state_angle_0 = 0,
  178. state_angle_1 = 0,
  179. mount_pivot_x = 0,
  180. mount_pivot_y = 0,
  181. mount_post_radius = 0,
  182. mount_length = 0,
  183. mount_angle_1 = 0,
  184. post_length = 0,
  185. wheel_axle_offset = 0,
  186. self_attitude = false,
  187. yaw_limit = math.rad(0),
  188. damper_coeff = 0,
  189. amortizer_min_length = 0,
  190. amortizer_max_length = 0.1,
  191. amortizer_basic_length = 0.1,
  192. amortizer_spring_force_factor = 30000,
  193. amortizer_spring_force_factor_rate = 1,
  194. amortizer_static_force = 8000,
  195. amortizer_reduce_length = 0.1,
  196. amortizer_direct_damper_force_factor = 12000,
  197. amortizer_back_damper_force_factor = 12000,
  198. wheel_radius = 0.04,
  199. wheel_static_friction_factor = 0.65,
  200. wheel_side_friction_factor = 0.05,
  201. wheel_roll_friction_factor = 0.3,
  202. wheel_glide_friction_factor = 0.05,
  203. wheel_damage_force_factor = 250,
  204. wheel_damage_speed = 150,
  205. wheel_moment_of_inertia = 0,
  206. wheel_brake_moment_max = 8000,
  207. arg_post = -1,
  208. arg_amortizer = 4,
  209. arg_wheel_rotation = -1,
  210. arg_wheel_yaw = -1,
  211. collision_shell_name = "RIGHT_GEAR_BOX"
  212. }
  213. }
  214. }
  215.  
Advertisement
Add Comment
Please, Sign In to add comment