Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Near Earth Network tracking stations #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions GameData/RealAntennas/PlanetPacks/RealSolarSystem.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,56 @@
alt = 725
enabled = True
}
City2
{
name = ASFTrackingStation
objectName = ASF - Alaska Satellite Facility
isKSC = False
lat = 64.859325
lon = -147.849347
alt = 200
enabled = True
}
City2
{
name = SingaporeTrackingStation
objectName = KSAT - Singapore
isKSC = False
lat = 1.396994
lon = 103.834508
alt = 50
enabled = True
}
City2
{
name = SantiagoTrackingStation
objectName = SSC - Santiago
isKSC = False
lat = -33.151111
lon = -70.666389
alt = 733
enabled = True
}
City2
{
name = DongaraTrackingStation
objectName = SSC - Dongara
isKSC = False
lat = -29.045258
lon = 115.350111
alt = 275
enabled = True
}
City2
{
name = SouthPointTrackingStation
objectName = SSC - South Point
isKSC = False
lat = 19.014006
lon = -155.663167
alt = 380
enabled = True
}
@City2[*TrackingStation],*
{
commnetStation = True
Expand Down
Loading