Advertisement
Guest User

Untitled

a guest
Jan 9th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. PART
  2. {
  3. // Kerbal Space Program - Part Config
  4.  
  5.  
  6. // --- general parameters ---
  7. name = 2x1dropendcargo2
  8. module = Part
  9. author = Lack
  10.  
  11. // --- asset parameters ---
  12. MODEL
  13. {
  14. model = LLL/Models/Structural/2x1Cargo/endramp
  15. rotation = 180, 0 , 0
  16. scale = 2 , 2 , 2
  17. }
  18.  
  19. rescaleFactor = 1
  20. scale = 1
  21. rimFalloff = 5
  22. // --- node definitions ---
  23. node_stack_top = 0.0, 2.4807, 0.0, 0.0, 1.0, 0.0, 2
  24. node_attach = 0.0, 0.0, -1.25, 0.0, 0.0, 1.0
  25. // --- editor parameters ---
  26.  
  27. cost = 1800
  28. category = -1
  29. subcategory = 0
  30. title = 2x1 End Loading Cargo Ramp
  31. manufacturer = Lack Luster Labs
  32. description =
  33.  
  34. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
  35. attachRules = 1,1,1,1,1
  36.  
  37. // --- standard part parameters ---
  38. mass = 3.2
  39. dragModelType = default
  40. maximum_drag = 0.2
  41. minimum_drag = 0.2
  42. angularDrag = 0
  43. crashTolerance = 40
  44. breakingForce = 600
  45. breakingTorque = 600
  46. maxTemp = 3400
  47. MODULE
  48. {
  49. name = ModuleAnimateGeneric
  50. animationName = loweramp
  51. isOneShot = false
  52. startEventGUIName = Close Doors
  53. endEventGUIName = Open Doors
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement