Advertisement
Guest User

Untitled

a guest
Oct 17th, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. PART
  2. {
  3. name = sci_generic
  4. module = Part
  5. author = z
  6. mesh = sci_model.mu
  7. scale = 1
  8. rescaleFactor = 1
  9.  
  10. node_stack_top = 0.0, 1.7602737, 0.0, 0.0, 1.0, 0.0
  11. node_stack_bottom = 0.0, -1.7501, 0.0, 0.0, 1.0, 0.0
  12.  
  13. TechRequired = experimentalScience
  14. entryCost = 3500
  15. cost = 80
  16. category = Utility
  17. subcategory = 0
  18. title = Lab
  19. manufacturer = Sklifosovsky Labs
  20. description = For science
  21. attachRules = 1,0,1,1,0
  22.  
  23. mass = 2.5
  24. dragModelType = default
  25. maximum_drag = 0.2
  26. minimum_drag = 0.3
  27. angularDrag = 2
  28. crashTolerance = 6
  29. breakingForce = 200
  30. breakingTorque = 200
  31. maxTemp = 2900
  32.  
  33. CrewCapacity = 2
  34.  
  35. MODULE
  36. {
  37. name = ModuleScienceExperiment
  38.  
  39. experimentID = crewReport
  40.  
  41. experimentActionName = Crew Report
  42. resetActionName = Discard Crew Report
  43. reviewActionName = Review Report
  44.  
  45. useStaging = False
  46. useActionGroups = True
  47. hideUIwhenUnavailable = True
  48. rerunnable = True
  49.  
  50. xmitDataScalar = 1.0
  51. }
  52. MODULE
  53. {
  54. name = ModuleScienceContainer
  55.  
  56. reviewActionName = Review Stored Data
  57. storeActionName = Store Experiments
  58. evaOnlyStorage = True
  59. storageRange = 1.3
  60. }
  61.  
  62. MODULE
  63. {
  64. name = ModuleEnviroSensor
  65. sensorType = PRES
  66. }
  67.  
  68. MODULE
  69. {
  70. name = ModuleScienceExperiment
  71.  
  72. experimentID = barometerScan
  73.  
  74. experimentActionName = Log Pressure Data
  75. resetActionName = Delete Data
  76.  
  77. useStaging = False
  78. useActionGroups = True
  79. hideUIwhenUnavailable = False
  80.  
  81. resettable = True
  82. resettableOnEVA = False
  83.  
  84. xmitDataScalar = 0.6
  85.  
  86. }
  87.  
  88.  
  89. INTERNAL
  90. {
  91. name = crewtestInternals
  92. }
  93.  
  94. MODULE
  95. {
  96. name = ModuleEnviroSensor
  97. sensorType = GRAV
  98. }
  99.  
  100. MODULE
  101. {
  102. name = ModuleScienceExperiment
  103.  
  104. experimentID = gravityScan
  105.  
  106. experimentActionName = Log Gravity Data
  107. resetActionName = Delete Data
  108.  
  109. useStaging = False
  110. useActionGroups = True
  111. hideUIwhenUnavailable = False
  112.  
  113. resettable = True
  114. resettableOnEVA = False
  115.  
  116. xmitDataScalar = 0.6
  117.  
  118. }
  119.  
  120.  
  121. MODULE
  122. {
  123. name = ModuleEnviroSensor
  124. sensorType = TEMP
  125. }
  126.  
  127. MODULE
  128. {
  129. name = ModuleScienceExperiment
  130.  
  131. experimentID = temperatureScan
  132.  
  133. experimentActionName = Log Temperature
  134. resetActionName = Delete Data
  135.  
  136. useStaging = False
  137. useActionGroups = True
  138. hideUIwhenUnavailable = False
  139.  
  140. resettable = True
  141. resettableOnEVA = False
  142.  
  143. xmitDataScalar = 0.6
  144.  
  145. }
  146.  
  147.  
  148. MODULE
  149. {
  150. name = ModuleAnimateGeneric
  151. animationName = sci1
  152. startEventGUIName = Deploy equipment
  153. endEventGUIName = Retract equipment
  154. }
  155.  
  156. MODULE
  157. {
  158. name = ModuleAnimateGeneric
  159. animationName = sci2
  160. startEventGUIName = Deploy dish
  161. endEventGUIName = Retract dish
  162. }
  163.  
  164. MODULE
  165. {
  166. name = ModuleDataTransmitter
  167.  
  168. packetInterval = 0.18
  169. packetSize = 2
  170.  
  171. packetResourceCost = 20.0
  172. requiredResource = ElectricCharge
  173.  
  174. DeployFxModules = 0
  175. }
  176.  
  177.  
  178. MODULE
  179. {
  180. name = ModuleAnimateGeneric
  181. animationName = light
  182. startEventGUIName = Lights ON
  183. endEventGUIName = Lights OFF
  184. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement