Advertisement
GregroxMun

Preferred syntax for a DSN feature in Kopernicus.

Jan 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. //Preferred syntax for a DSN feature in Kopernicus.
  2. @Body[Kerbin]
  3. {
  4. CommNet
  5. {
  6. //not sure what this node should be called, other options are Relay{}, Telescope{}, DSN{}, or CommDish{}
  7. Observatory
  8. {
  9. name = Cline Observatory
  10. latitude = 15
  11. longitude = 0
  12. }
  13. @Observatory[Nye Island]
  14. {
  15. latitude = 10
  16. longitude = 90
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement