Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. #MTS Launcher vessel configuration file
  2. #Version 1.0
  3. # This file is used to change the physical behaviour of the MTS launcher
  4. # please read the manual before changing any of these, if you set them wrong the probe will cry
  5.  
  6. ######
  7. #CORE#
  8. ######
  9.  
  10. # This one controls the mass of the core, default is 61023 kg
  11. Core mass = 61023
  12.  
  13. # This one controls the mass of the core's fuel, default is 550000 kg
  14. Core Fuel mass = 550000
  15.  
  16. # This one controls the ISP of the core, default is 4260
  17. Core ISP = 4260
  18.  
  19. # This one controls the thrust of the core, default is 6300000
  20. Core Thrust = 6300000
  21.  
  22. #####
  23. #SRB#
  24. #####
  25.  
  26. # This one controls the mass of the SRB, default is 148000 kg
  27. SRB mass = 148000
  28.  
  29. # This one controls the mass of the SRB's fuel, default is 1146000 kg
  30. SRB Fuel mass = 1146000
  31.  
  32. # This one controls the ISP of the SRB, default is 2629
  33. SRB ISP = 2629
  34.  
  35. # This one controls the thrust of the SRB, default is 12800000
  36. SRB Thrust = 12800000
  37.  
  38.  
  39. ################
  40. #Kick Stage(KS)#
  41. ################
  42.  
  43. # This one controls the mass of the KS, default is 6500 kg
  44. KS mass = 6500
  45.  
  46. # This one controls the mass of the KS's fuel, default is 60000 kg
  47. KS Fuel mass = 60000
  48.  
  49. # This one controls the ISP of the KS, default is 2665
  50. KS ISP = 4260
  51.  
  52. # This one controls the thrust of the KS, default is 800000
  53. KS Thrust = 800000
  54.  
  55. ######
  56. #Misc#
  57. ######
  58.  
  59. #This one controls the hight of the core above the ground measured from the center of the core stage, default is -19
  60. LPad hight = -20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement