Advertisement
MrWizerd

2x1TrippleHull.cfg

Jun 18th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. PART
  2. {
  3. // Kerbal Space Program - Part Config
  4.  
  5.  
  6. // --- general parameters ---
  7. name = Triple2x1hull
  8. module = Part
  9. author = Lack
  10.  
  11. // --- asset parameters ---
  12. MODEL
  13. {
  14. model = LLL/Models/Propulsion/LLL2x1/model
  15. position = 0.0, 0.0, 0.0
  16.  
  17. }
  18. MODEL
  19. {
  20. model = LLL/Models/Propulsion/LLL2x1/model
  21. position = 0.0, 0.0, 1.0625
  22. }
  23. MODEL
  24. {
  25. model = LLL/Models/Propulsion/LLL2x1/model
  26. position = 0.0, 0.0, -1.0625
  27. }
  28. MODEL
  29. {
  30. model = LLL/Models/Propulsion/LLL2x1/detail
  31. position = 0.0, 0.0, 0.0
  32. }
  33. MODEL
  34. {
  35. model = LLL/Models/Propulsion/LLL2x1/detail
  36. position = 0.0, 0.0, 1.0625
  37. }
  38. MODEL
  39. {
  40. model = LLL/Models/Propulsion/LLL2x1/detail
  41. position = 0.0, 0.0, -1.0625
  42. }
  43. rescaleFactor = 1
  44. scale = 1
  45. rimFalloff = 5
  46. // --- node definitions ---
  47. node_stack_top = 0.0, 1.27125, 0.0, 0.0, 1.0, 0.0, 3
  48. node_stack_top1 = 0.0, 1.27125, 1.0625, 0.0, 1.0, 0.0, 2
  49. node_stack_top2 = 0.0, 1.27125, -1.0625, 0.0, 1.0, 0.0, 2
  50. node_stack_bottom = 0.0, -1.27125, 0.0, 0.0, 1.0, 0.0, 3
  51. node_stack_bottom1 = 0.0, -1.27125, 1.0625, 0.0, 1.0, 0.0, 2
  52. node_stack_bottom2 = 0.0, -1.27125, -1.0625, 0.0, 1.0, 0.0, 2
  53. node_attach = 0.0, 0.0, 0.625, 0.0, 0.0, -1.0
  54. // --- editor parameters ---
  55. TechRequired = advMetalworks
  56. entryCost = 0
  57. cost = 1300
  58. category = Structural
  59. subcategory = 0
  60. title = 3(2x1) Hull
  61. manufacturer = Lack Luster Labs
  62. description = Sticking 3 2x1 hulls together; a simple solution to a non-existant problem. Room for 10 Kerbals.
  63.  
  64. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
  65. attachRules = 1,1,1,1,1
  66.  
  67. // --- standard part parameters ---
  68. mass = 3
  69. dragModelType = default
  70. maximum_drag = 0.2
  71. minimum_drag = 0.2
  72. angularDrag = 0
  73. crashTolerance = 40
  74. breakingForce = 800
  75. breakingTorque = 800
  76. maxTemp = 3400
  77. stackSymmetry = 1
  78. CrewCapacity = 10
  79.  
  80. INTERNAL
  81. {
  82. name = crewCabinInternals
  83. }
  84.  
  85. MODULE
  86. {
  87. name = ModuleKrCrewCompartment
  88. }
  89.  
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement