Advertisement
Guest User

Historian config

a guest
May 27th, 2021
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. KSEA_HISTORIAN_LAYOUT
  2. {
  3. RECTANGLE
  4. {
  5. // lower panel
  6. Name = BackgroundPanel
  7. Anchor = 0.0,1.0
  8. Size = 1.0,0.0541
  9. Position = 0.0,1.0
  10. Color = 0.0,0.0,0.0,0.39
  11. }
  12.  
  13. FLAG
  14. {
  15. Name = SmallFlag
  16. Anchor = 0.0,1.0
  17. Position = 0.0,1.0
  18. Scale = 0.3,0.3
  19. DefaultTexture = Squad/Flags/Default // replace with your flag
  20. }
  21.  
  22. TEXT
  23. {
  24. Anchor = 0.0,1.0
  25. Position = 0.061,0.9735
  26. Size = 1.0,0.027
  27. TextAnchor = MiddleLeft
  28. FontSize = 16
  29.  
  30. Font = Century Gothic
  31. Text = <b><Vessel></b>, <Crew>
  32. }
  33.  
  34. SITUATION_TEXT
  35. {
  36. Anchor = 0.0,1.0
  37. Position = 0.061,0.9935
  38. Size = 1.0,0.027
  39. Color = 1.0,1.0,1.0,1.0
  40. TextAnchor = MiddleLeft
  41. FontSize = 16
  42.  
  43. Font = Century Gothic
  44. Default =
  45. Landed = Landed on <Body>
  46. Splashed = Splashed down
  47. Prelaunch = Standing by to launch from Space Center // replace with specific space center
  48. Flying = <Altitude>, <Speed> (Mach <Mach>), Hdg: <Heading>°, Ap: <Ap>
  49. SubOrbital = Sub-orbital | <Altitude>, <Speed>, Ap: <Ap>, Inc: <Inc>
  50. Orbiting = <Orbit> | <Altitude>, <OrbSpeed>, Inc: <Inc>
  51. Escaping = Hyperbolic | <Altitude>, <OrbSpeed>, Pe: <Pe>, Inc: <Inc>
  52. Docked = Docked
  53. }
  54.  
  55. TEXT
  56. {
  57. Anchor = 0.0,1.0
  58. Position = -0.015,0.9735
  59. Size = 1.0,0.027
  60. Color = 1.0,1.0,1.0,1.0
  61. TextAnchor = MiddleRight
  62. FontSize = 16
  63.  
  64. Font = Century Gothic
  65. Text = <b>[Insert space agency or project name here]</b> // replace with your text
  66. }
  67.  
  68. TEXT
  69. {
  70. Anchor = 0.0,1.0
  71. Position = -0.015,0.9935
  72. Size = 1.0,0.027
  73. Color = 1.0,1.0,1.0,1.0
  74. TextAnchor = MiddleRight
  75. FontSize = 16
  76.  
  77. Font = Century Gothic
  78. DateFormat = yyyy-MM-dd HH:mm:ss
  79. BaseYear = 1951
  80. Text = <Body> | <LatitudeDMS>, <LongitudeDMS> | <DateKAC> UTC | X+<T+>
  81. }
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement