Advertisement
Guest User

Untitled

a guest
Feb 13th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. PART
  2. {
  3. name = OmniDockingPort
  4. module = Part
  5. author = NovaSilisko
  6.  
  7. MODEL
  8. {
  9. model=Squad/Parts/Utility/dockingPortLarge/model
  10. position = 0.0, 0.0, 0.0
  11. scale = 1.0, 1.0, 1.0
  12. rotation = 0, 0, 0
  13. }
  14. MODEL
  15. {
  16. model=Squad/Parts/Utility/dockingPort2/model
  17. position = 0.0, 0.0, 0.0
  18. scale = 1.0, 1.0, 1.0
  19. rotation = 0, 0, 0
  20. }
  21. MODEL
  22. {
  23. model=Squad/Parts/Utility/dockingPort3/model
  24. position = 0.0, 0.145, 0.0
  25. scale = 1.0, 1.0, 1.0
  26. rotation = 0, 0, 0
  27. }
  28.  
  29. rescaleFactor = 1
  30.  
  31.  
  32. node_stack_top0 = 0.0, 0.2828832, 0.0, 0.0, 1.0, 0.0, 1
  33. node_stack_top1 = 0.0, 0.2828832, 0.0, 0.0, 1.0, 0.0, 1
  34. node_stack_top2 = 0.0, 0.2828832, 0.0, 0.0, 1.0, 0.0, 1
  35. node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
  36. node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
  37.  
  38.  
  39. cost = 2200
  40. category = Utility
  41. subcategory = 0
  42. title = Clamp-O-Tron Omni Docking Port
  43.  
  44. description = Invented after a less-than-peaceful protest against the lack of spacecraft attachment systems that could make buiding multi-purpose symmetrical bases possible, the Clamp-O-Tron Omni Docking Port allows for the firm attachment of two separate vessels regardless of the other dock's type. After docking, vessels can be just as easily undocked.
  45.  
  46. attachRules = 1,0,1,0,0
  47.  
  48. mass = 0.25
  49. dragModelType = default
  50. maximum_drag = 0.25
  51. minimum_drag = 0.25
  52. angularDrag = 0.5
  53. crashTolerance = 15
  54. maxTemp = 3400
  55.  
  56. MODULE
  57. {
  58. name = ModuleDockingNode
  59. referenceAttachNode = top0
  60. nodeType = size0
  61. }
  62. MODULE
  63. {
  64. name = ModuleDockingNode
  65. referenceAttachNode = top1
  66. nodeType = size1
  67. }
  68. MODULE
  69. {
  70. name = ModuleDockingNode
  71. referenceAttachNode = top2
  72. nodeType = size2
  73. }
  74.  
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement