Skip to content
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
33 changes: 30 additions & 3 deletions GameData/RealSolarSystem/LaunchSites.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//To have a launch site oriented eastwards, the reorientFinalAngle field must be = -90 - longitude

// use changeGrassColor = true to let the space center automatically fetch the ground color from the colormap;
// to explicitly set the color, also set grassColor = {new color}
// to explicitly set the color, also set grassColor = {new color}

%DefaultSite = us_cape_canaveral
@LaunchSites
Expand Down Expand Up @@ -204,7 +204,7 @@
{
radius = 20000
heightMapDeformity = 80
absoluteOffset = 742
absoluteOffset = 742
absolute = true
latitude = 30.77824
longitude = -3.05376
Expand Down Expand Up @@ -441,7 +441,7 @@
repositionToSphereSurface = false
repositionRadiusOffset = 406
lodvisibleRangeMult = 6
reorientFinalAngle = -153.342222
reorientFinalAngle = -153.342222
}
PQSMod_MapDecalTangent
{
Expand Down Expand Up @@ -723,6 +723,33 @@
longitude = -152.339354
}
}
Site
{
name = us_pecan
displayName = #RSS_Site_pecan_name//US - Pecan
description = #RSS_Site_pecan_desc//The Pecan Launch Complex (aka: Starbase, Louisiana) is a Private Spaceport by SpaceX designed for high cadence Superheavy Lift Launches, similar to their site near Brownsville. Located West of New Orleans, the site has a polar launch and mid-inclination launch capability for SpaceX's Starship Superheavy Launch Vehicle.
groundStation = US - Pecan
PQSCity
{
KEYname = KSC
changeGrassColor = true
latitude = 29.617222
longitude = -92.352222
repositionRadiusOffset = -9
repositionToSphereSurface = false
lodvisibleRangeMult = 6
reorientFinalAngle = 62.339354
}
PQSMod_MapDecalTangent
{
radius = 0
heightMapDeformity = 68
absoluteOffset = 10
absolute = true
latitude = 90
longitude = -92.2925
}
}
Site
{
name = us_vandenburg
Expand Down
Loading