Advertisement
Guest User

ProbeCoreOcto2_partmod.cfg

a guest
Apr 27th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. name = probeCoreOcto2
  2. module = CommandPod
  3. author = NovaSilisko
  4.  
  5. mesh = model.mu
  6. rescaleFactor = 1
  7.  
  8. CrewCapacity = 0
  9.  
  10. node_stack_bottom = 0.0, -0.0610621, 0.0, 0.0, 1.0, 0.0, 0
  11. node_stack_top = 0.0, 0.0610621, 0.0, 0.0, 1.0, 0.0, 0
  12.  
  13. cost = 230
  14. category = Pods
  15. subcategory = 0
  16. title = Probodobodyne OKTO2 FAR compat
  17. manufacturer = Probodobodyne Inc.
  18. description = A flatter variant of the OKTO, OKTO2 was most certainly not concieved when one of our engineers sat on a standard OKTO.
  19.  
  20. attachRules = 1,0,1,1,0
  21.  
  22. mass = 0.04
  23. dragModelType = override
  24. maximum_drag = 0
  25. minimum_drag = 0
  26. angularDrag = 0
  27. crashTolerance = 12
  28. maxTemp = 1200
  29.  
  30. explosionPotential = 0
  31.  
  32. rotPower = 0.5
  33. linPower = 0.5
  34.  
  35. Kp = 1.0
  36. Kd = 1.0
  37.  
  38. vesselType = Probe
  39.  
  40. MODULE
  41. {
  42. name = ModuleCommand
  43. minimumCrew = 0
  44.  
  45. RESOURCE
  46. {
  47. name = ElectricCharge
  48. rate = 0.02777778
  49. }
  50. }
  51.  
  52. RESOURCE
  53. {
  54. name = ElectricCharge
  55. amount = 5
  56. maxAmount = 5
  57. }
  58.  
  59. // ----- DO NOT EDIT BELOW THIS POINT ------
  60.  
  61.  
  62. MODULE
  63. {
  64. name = FARControlSys
  65. }
  66. MODULE
  67. {
  68. name = FARBasicDragModel
  69. S = 1
  70.  
  71. CdCurve
  72. {
  73. key = -0.3 0.11 0 0
  74. key = 0 0.05 0 0
  75. key = 0.3 0 0 0
  76. }
  77. ClCurve
  78. {
  79. key = -0.33 0
  80. key = -0.11 -0.01
  81. key = 0 0
  82. key = 0.22 0.01
  83. key = 0.33 0
  84. }
  85. CmCurve
  86. {
  87. key = -0.33 -0.05 0 0
  88. key = -0.11 -0.05 0 0
  89. key = 0 -0.1 0 0
  90. key = 0.11 -0.05 0 0
  91. key = 0.33 -0.05 0 0
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement