Advertisement
Guest User

RemoteTech Ground Station Config

a guest
Jan 31st, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. // ==================================================
  2. // RSS tracking stations.
  3.  
  4. // Red: Uncategorized
  5. // Green: ESTRACK / DSA
  6. // Blue: DSN
  7. // Yellow: Launch sites
  8. // Magenta: MSFN
  9.  
  10. // The methodology for range here is game-y, but then RT2 is game-y to begin with.
  11. // All launch sites have a launch antenna with a range of 250 km.
  12. // All other sites use their largest dish antenna, with range calculated as:
  13. // ((antenna radius)^2 * pi * 12.6)^3
  14. // ==================================================
  15.  
  16. @RemoteTechSettings:FOR[RealSolarSystem]
  17. {
  18. !GroundStations,*{}
  19.  
  20. GroundStations
  21.  
  22. {
  23.  
  24. STATION
  25.  
  26. {
  27.  
  28. Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc482
  29. Name = WA - Puyallup
  30.  
  31. Latitude = 47.17583333
  32.  
  33. Longitude = -122.21027778
  34. Height = 14
  35. Body = 1
  36.  
  37. MarkColor = 1,1,0,1
  38.  
  39.  
  40. Antennas
  41.  
  42. {
  43. ANTENNA
  44.  
  45. {
  46. Omni = 5E+06
  47. }
  48.  
  49. }
  50.  
  51. }
  52. STATION
  53.  
  54. {
  55.  
  56. Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc483
  57. Name = US - Stevensville
  58. Latitude = 46.507778
  59. Longitude = -114.093333
  60. Height = 1013
  61. Body = 1
  62.  
  63. MarkColor = 1,1,0,1
  64.  
  65.  
  66. Antennas
  67.  
  68. {
  69. ANTENNA
  70.  
  71. {
  72. Omni = 5E+06
  73. }
  74.  
  75. }
  76.  
  77. STATION
  78.  
  79. {
  80.  
  81. Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc484
  82. Name = CA - Fort St John
  83. Latitude = 56.2525
  84. Longitude = -120.846389
  85. Height = 690
  86. Body = 1
  87.  
  88. MarkColor = 1,1,0,1
  89.  
  90.  
  91. Antennas
  92.  
  93. {
  94. ANTENNA
  95.  
  96. {
  97. Omni = 5E+06
  98. }
  99.  
  100. }
  101.  
  102. STATION
  103.  
  104. {
  105.  
  106. Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc485
  107. Name = US - Eugene
  108. Latitude = 44.051944
  109. Longitude = -123.086667
  110. Height = 131
  111. Body = 1
  112.  
  113. MarkColor = 1,1,0,1
  114.  
  115.  
  116. Antennas
  117.  
  118. {
  119. ANTENNA
  120.  
  121. {
  122. Omni = 5E+06
  123. }
  124.  
  125. }
  126.  
  127. STATION
  128.  
  129. {
  130.  
  131. Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc486
  132. Name = SW - Norrbotten
  133. Latitude = 67
  134. Longitude = 19.7
  135. Height = 100
  136. Body = 1
  137.  
  138. MarkColor = 1,1,0,1
  139.  
  140.  
  141. Antennas
  142.  
  143. {
  144. ANTENNA
  145.  
  146. {
  147. Omni = 5E+06
  148. }
  149.  
  150. }
  151.  
  152. }
  153. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement