KSP-RO / RealSolarSystem

Changes KSP's solar system to make it like the real one.
130 stars 92 forks source link

Remove duplicate tracking stations and refactor the cfg file #272

Closed leudaimon closed 2 years ago

leudaimon commented 2 years ago

Removes all duplicates I could find. This should remove enough clutter that it will be fine to keep all of them in RA instead of culling the ones labeled GenericTrackingStation

leudaimon commented 2 years ago

The second commit refactors everything to simplify the station definitions, keeping only the information that changes between stations, and the rest is added in the end. Thanks @DRVeyl for the help!