Advertisement
Guest User

Untitled

a guest
May 4th, 2016
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. KSEA_HISTORIAN_LAYOUT
  2. {
  3. Name = Generic WingNuts Layout
  4.  
  5. PICTURE //logo at top left
  6. {
  7. Texture = ThreePounds/Flags/logotext
  8. Anchor = 0.125,0.0
  9. Position = 0.0,0.05
  10. Scale = 0.6,0.6
  11. }
  12.  
  13. RECTANGLE //thin colour band
  14. {
  15. Color = 0.137,0.106,0.201,0.8
  16. Anchor = 0.0,1.0
  17. Size = 0.225,0.05
  18. Position = 0.0,0.65
  19. }
  20.  
  21. RECTANGLE //infobox base
  22. {
  23. Color = 0.0,0.0,0.0,0.8
  24. Anchor = 0.0,0.0
  25. Size = 0.225,0.30
  26. Position = 0.0,0.65
  27. }
  28.  
  29. TEXT //custom text
  30. {
  31. Text = <Custom>
  32. Anchor = 0.5,1.0
  33. TextAnchor = LowerCenter
  34. Size = 0.225,0.15
  35. FontSize = 36
  36. Position = 0.5,0.97
  37. }
  38.  
  39. TEXT //vessel name
  40. {
  41. Text = <b><Vessel></b>
  42. Anchor = 0.0,1.0
  43. TextAnchor = MiddleLeft
  44. Size = 0.225,0.05
  45. Position = 0.02,0.65
  46. FontSize = 24
  47. }
  48.  
  49. TEXT //generic vessel info
  50. {
  51. Text = <b><MET></b><N><UT><N>Crew: <Crew><N>Target: <Target>
  52. Anchor = 0.0,0.0
  53. TextAnchor = UpperLeft
  54. Size = 0.225,0.15
  55. Position = 0.02,0.66
  56. FontSize = 15
  57. }
  58.  
  59. SITUATION_TEXT //situation specific data
  60. {
  61. //position + size + formatting
  62. Anchor = 0.0,0.0
  63. TextAnchor = UpperLeft
  64. Size = 0.225,0.15
  65. Position = 0.02,0.8
  66. FontSize = 15
  67.  
  68. //data here
  69. Default = no data currently available.
  70. Orbiting = in orbit around <b><Body></b><N><N>Orbit: <Orbit><N>Inclination: <Inc><N>Orbital period: <Period><N>Orbital velocity: <OrbSpeed>
  71. Landed = landed at <b><Body></b>'s <LandingZone><N><N>Biome: <Biome><N>Altitude: <Altitude><N>Latitude: <LatitudeDMS><N>Longitude: <LongitudeDMS>
  72. Splashed = landed at <b><Body></b><N><N>Biome: <Biome><N>Latitude: <LatitudeDMS><N>Longitude: <LongitudeDMS>
  73. Prelaunch = prelaunch at <b><LaunchSite> <LandingZone></b>
  74. Flying = flying at <b><Body></b><N><N>Altitude: <Altitude><N>Speed: <Speed> (Mach: <Mach>)
  75. SubOrbital = suborbital at <b><Body></b><N><N>Altitude: <Altitude><N>Apoapsis: <Ap><N>Orbital speed: <OrbSpeed>
  76. Escaping = escaping at <b><Body></b><N><N>Altitude: <Altitude><N>Orbital speed: <OrbSpeed>
  77. Docked = landed at <b><Body></b>
  78. }
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement