Advertisement
Guest User

Untitled

a guest
May 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ; === Configuration file for vessel Constitution ===
  2.  
  3. ClassName = Constitution
  4. MeshName = Star Treking\Enterprise_A
  5. Size = 298.079468 ;Kilometer distance for visual range, and size of re-entry flame.
  6.  
  7. ; All thrusts and weights are oversized to allow this machine to manhandle payloads docked to it.
  8. ; The numbers are in millions when in reallity they should be thousands of kilograms/Newtons.
  9.  
  10.  
  11. Mass = 10e6 ; empty mass [kg]
  12. MaxFuel = 30e6 ; max fuel mass [kg]
  13. Isp = 11e8 ; fuel specific impulse [m/s], aka fuel efficiency
  14.  
  15. ; === Engine parameters ===
  16. MaxMainThrust = 700e6 ; engine power, but it only affects how fast you use up your fuel, Delta-V is unchanged
  17. MaxRetroThrust = 700e6
  18. MaxHoverThrust = 700e6
  19. MaxAttitudeThrust = 60e6 ; Manuevering engine thruster power
  20. TouchdownPoints = 0 -100 100 -100 -100 -50 100 -100 -50 ;xyz coordinates for footpads, nose/left/right respectively
  21. CameraOffset = 0 0 200
  22.  
  23. ; === Atmospheric flight model ===
  24. CW = 3 3 1
  25. CrossSections = 30 30 10
  26. RotResistance = 2 2 2
  27.  
  28. ; New additions for build 021206
  29. EnableFocus = true ; can you jump (F3) and pilot this ship? True or false
  30. EnableXPDR = true ; Does it have a homing beacon? True or false
  31. XPDR = 020 ; What is the default transponder/XPDR frequency if it is true?
  32. Inertia = 5000 5000 5000 ; how unweildy the craft is in different axis, pitch/yaw/roll axis respectively
  33.  
  34.  
  35. ; === Docking Port === ;Dock's xyz position, direction of approach, which way is top of hatch, and that hatch's ISD freq
  36. BEGIN_DOCKLIST
  37. 0 0 298.08 0 0 1 0 1 0 021
  38. 6 -34.3 -85 0 0 -1 0 1 0 022
  39. -6 -34.3 -85 0 0 -1 0 1 0 023
  40. END_DOCKLIST
  41.  
  42. ; === Engine reference points === This ASCII chart is just for a visual aid.
  43. ;
  44. ; FWD UP
  45. ; +z \ | +y
  46. ; \ |
  47. ; \|_____ RT
  48. ; +x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement