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 uk sites #300

Open
wants to merge 6 commits 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
75 changes: 75 additions & 0 deletions GameData/RealSolarSystem/LaunchSites.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,81 @@
}
}
Site
{
name = gb_aberporth
displayName = GB - Aberporth
description = The Aberporth military test range is located on Cardigan Bay on the west coast of Wales. It already became associated with solid rocket tests during the Second World War. Development of surface-to-air missiles began there in 1948 and tests were made of re-entry and high-speed aircraft shapes in the 1960's. Due to the military nature of the site, the only sounding rocket launches have been to support military test operations.
PQSCity
{
KEYname = KSC
latitude = 52.1393
longitude = -4.5566
repositionRadiusOffset = 1
repositionToSphereSurface = false
lodvisibleRangeMult = 6
reorientFinalAngle = -94.5566
}
PQSMod_MapDecalTangent
{
radius = 12500
heightMapDeformity = 2
absoluteOffset = 21
absolute = true
latitude = 52.1393
longitude = -4.5566
}
}
Site
{
name = gb_newquay
displayName = GB - Newquay
description = A small sat launch site located in Cornwall, Newquay functions as the horizontal launch facility for the UK.
PQSCity
{
KEYname = KSC
latitude = 50.4386
longitude = -5.0198
repositionRadiusOffset = 1
repositionToSphereSurface = false
lodvisibleRangeMult = 6
reorientFinalAngle = -94.5566
}
PQSMod_MapDecalTangent
{
radius = 12500
heightMapDeformity = 2
absoluteOffset = 21
absolute = true
latitude = 50.4386
longitude = -5.0198
}
}
Site
{
name = gb_south_uist
displayName = GB - South Uist
description = First test launch in 1959. First space launch from the UK took place here in October 2015 as part of 'At Sea Demonstration 15' of an American 'Terrier-Orion' sounding rocket.
PQSCity
{
KEYname = KSC
latitude = 57.2667
longitude = -7.3167
repositionRadiusOffset = 1
repositionToSphereSurface = false
lodvisibleRangeMult = 6
reorientFinalAngle = -90
}
PQSMod_MapDecalTangent
{
radius = 7500
heightMapDeformity = 2
absoluteOffset = 21
absolute = true
latitude = 57.2667
longitude = -7.3167
}
}
Site
{
name = il_palmachim
displayName = #RSS_Site_palmachim_name//IL - Palmachim
Expand Down
36 changes: 36 additions & 0 deletions GameData/RealSolarSystem/RSS_CommNet_Stations.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,33 @@
alt = 251
}

City2
{
name = LaunchSiteTrackingStation
objectName = GB - Aberporth
lat = 52.1393
lon = -4.5566
alt = 180
}

City2
{
name = LaunchSiteTrackingStation
objectName = GB - Newquay
lat = 50.4386
lon = -5.0198
alt = 180
}

City2
{
name = LaunchSiteTrackingStation
objectName = GB - South Uist
lat = 57.2667
lon = -7.3167
alt = 180
}

City2
{
name = LaunchSiteTrackingStation
Expand Down Expand Up @@ -581,6 +608,15 @@
alt = 417
}

City2
{
name = GenericTrackingStation
objectName = CASTR - Chilbolton Observatory
lat = 51.1446
lon = -1.4386
alt = 84
}

@City2[*TrackingStation],*
{
isKSC = False
Expand Down
21 changes: 21 additions & 0 deletions GameData/RealSolarSystem/RecoveryBeacons.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,27 @@
range = 1000000
}

Beacon {
name = gb_aberporth
latitude = 52.1393
longitude = -4.5566
range = 1000000
}

Beacon {
name = gb_newquay
latitude = 50.4386
longitude = -5.0198
range = 1000000
}

Beacon {
name = gb_south_uist
latitude = 57.2667
longitude = -7.3167
range = 1000000
}

Beacon {
name = il_palmachim
latitude = 31.88484
Expand Down
79 changes: 78 additions & 1 deletion GameData/RealSolarSystem/RemoteTech_Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Magenta: MSFN

// The methodology for range here is game-y, but then RT2 is game-y to begin with.
// All launch sites have a launch antenna with a range of 250 km.
// All launch sites have a launch antenna with a range of 500 km.
// All other sites use their largest dish antenna, with range calculated as:
// ((antenna radius)^2 * pi * 12.6)^3
// ==================================================
Expand Down Expand Up @@ -153,6 +153,63 @@
}
}

STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fb105
Name = GB - Aberporth
Latitude = 52.1393
Longitude = -4.5566
Height = 180
Body = 1
MarkColor = 1,1,0,1

Antennas
{
ANTENNA
{
Omni = 5E+06
}
}
}

STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fb106
Name = GB - Newquay
Latitude = 50.4386
Longitude = -5.0198
Height = 180
Body = 1
MarkColor = 1,1,0,1

Antennas
{
ANTENNA
{
Omni = 5E+06
}
}
}

STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fb107
Name = GB - South Uist
Latitude = 57.2667
Longitude = -7.3167
Height = 180
Body = 1
MarkColor = 1,1,0,1

Antennas
{
ANTENNA
{
Omni = 5E+06
}
}
}

STATION
{
Guid = 5105f5a9-d628-41c6-ad4b-21154e8fc488
Expand Down Expand Up @@ -1179,5 +1236,25 @@
}
}
}

// UKSA
STATION
{
Guid = 5106f5a9-d629-41c6-ad4b-21154e8fc128
Name = CASTR - Chilbolton Observatory
Latitude = 51.1446
Longitude = -1.4386
Height = 84
Body = 1
MarkColor = 1,0,0,1

Antennas
{
ANTENNA
{
Omni = 2.366E+11
}
}
}
}
}