Advertisement
Guest User

Config File

a guest
Jun 7th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. PART
  2. {
  3. name = TestPart
  4. module = Part
  5. author = Me
  6. mesh = KSPTest.mu
  7. rescaleFactor = 1.0
  8. node_stack_top = 0.0, 0.3125, 0.0, 0.0, 1.0, 0.0, 1
  9. node_stack_bottom = 0.0, -0.3125, 0.0, 0.0, -1.0, 0.0, 1
  10. node_attach = 0.5, 0.0, 0.0, 1.0, 0.0, 0.0
  11. TechRequired = basicRocketry
  12. entryCost = 1200
  13. cost = 150
  14. category = FuelTank
  15. subcategory = 0
  16. title = KSPTest
  17. manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
  18. description = The T100 is a miniature fuel tank made to be even more adorable than its bigger brother, the T200. Handle stoically and with care.
  19. attachRules = 1,1,1,1,0
  20. mass = 0.0625
  21. dragModelType = default
  22. maximum_drag = 0.2
  23. minimum_drag = 0.2
  24. angularDrag = 2
  25. crashTolerance = 6
  26. maxTemp = 2000 // = 2900
  27. breakingForce = 50
  28. breakingTorque = 50
  29. bulkheadProfiles = size1, srf
  30. RESOURCE
  31. {
  32. name = LiquidFuel
  33. amount = 45
  34. maxAmount = 45
  35. }
  36. RESOURCE
  37. {
  38. name = Oxidizer
  39. amount = 55
  40. maxAmount = 55
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement