Advertisement
Marijn78

Untitled

Jun 15th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. // Configuration file for BaseSyncMFD, I-MFD, AeroBrakeMFD
  2.  
  3. Color_01 0x0000DD00 // Current Ship orbit, Source Orbit [Bright green]
  4. Color_02 0x00008800 // Additional Map lines [Dark green]
  5. Color_03 0x0000BB00 // Base Text color [green]
  6. Color_04 0x0000EEAA // Hilighted text
  7. Color_05 0x0000CCFF // Target orbit, Some Warnings [Orange]
  8. Color_06 0x00EEEEEE // Selected Item [White]
  9. Color_07 0x00FF5555 // Planned trajectory [Blue]
  10. Color_08 0x00666666 // Planets [Dark Grey]
  11. Color_09 0x000000DD // Warning lights [Red]
  12. Color_10 0x00EEEEEE // [White]
  13. Color_11 0x00999999 // Headlines, Some planets [Grey]
  14. Color_12 0x0000BB00 // Adjustable Items
  15.  
  16.  
  17. // Multibody predictor configurations
  18. Rectification 0.005 // Rectification constant for trajectory engine
  19. NonSpherical 2 // Use Non spherical gravity on low orbit prediction in Map Program, 0=Disabled, 1=Auto, 2=Always ON
  20. LegSize 1 // Legsize factor used in Multibody predictor
  21. LegsPerFrame 64 // Number of legs calculated each time step
  22. Celbody 1 // Use Orbiter's Celbody Interface to improve accuracy of the map (1=On, 0=Off)
  23. Adaptive 0 // Use Adaptive step-size control (1=On, 0=Off)
  24. AdapTol 4 // Error tolerance (Lower value = higher accuracy)
  25. Integrator 0 // Default Integrator 0=RK5(6), 1=RK6(7), 2=RK7(8)
  26.  
  27.  
  28. // General Configurations
  29. RefAltitude 120e3 // Reference altitude for atmospheric entry interface
  30. ReEntryAngle 6.2 // Default ReEntry in degrees
  31. DateFormat 0 // Default Date Format 0=MJD, 1=GET
  32. UseRegres 1 // Use Nodel Regression Estimation (1=On, 0=Off)
  33. IgnState 1 // Use numerical ignition state propagation
  34. FastUpdate 1 // Use Fast Update of MFD Screens
  35.  
  36. // Key Setup
  37. BaseSyncKey 0x30 // StartUp key used by BaseSyncMFD
  38. IMFDKey 0x17 // StartUp key used by IMFD
  39. RotationKey1 0x26 // Rotation Key "L"
  40. RotationKey2 0x2C // Rotation Key "Z"
  41.  
  42.  
  43. // Auto-burn options
  44. AB_Rate 10.0 // AutoBurn MaxRate (degrees/s)
  45. AB_RCS_Th 2.0 // RCS Level Treshold m/s
  46. AB_Thr_Th 20.0 // Throttle Down Level Treshold m/s
  47.  
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement