Skip to content

Commit

Permalink
Upgrading Airlaunch 😎
Browse files Browse the repository at this point in the history
Adding four new airlaunch techlevels, from advanced X-15 to the An-225.
  • Loading branch information
Its-Just-Luci committed Sep 13, 2024
1 parent 89b0673 commit b188f2f
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 7 deletions.
52 changes: 52 additions & 0 deletions GameData/RP-1/SCMData/AirlaunchLevels.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,56 @@ KCTAIRLAUNCHTECHS
MaxMass = 25000
MaxSize = 15, 8, 21
}

// X-15A-3 from B-52
AIRLAUNCHTECHLEVEL
{
TechRequired = hypersonicMetallurgy
MinAltitude = 5000
MaxAltitude = 13750
MaxKscDistance = 1000000
MinVelocity = 125
MaxVelocity = 272
MaxMass = 30000
MaxSize = 15, 8, 21
}

// Shuttle Orbiter from 747-100 Shuttle Carrier Aircraft
AIRLAUNCHTECHLEVEL
{
TechRequired = efficientSupersonic
MinAltitude = 5000
MaxAltitude = 13750
MaxKscDistance = 1000000
MinVelocity = 125
MaxVelocity = 272
MaxMass = 70000
MaxSize = 25, 19, 39
}

// Air Launched Sortie from 747-100 Shuttle Carrier Aircraft
AIRLAUNCHTECHLEVEL
{
TechRequired = refinedTurbofans
MinAltitude = 5000
MaxAltitude = 13750
MaxKscDistance = 1000000
MinVelocity = 125
MaxVelocity = 272
MaxMass = 120000
MaxSize = 25, 19, 39
}

// MAKS family or HOTOL from AN-225/AN-235
AIRLAUNCHTECHLEVEL
{
TechRequired = scramjetEngines
MinAltitude = 5000
MaxAltitude = 13750
MaxKscDistance = 1000000
MinVelocity = 125
MaxVelocity = 272
MaxMass = 275000
MaxSize = 25, 19, 44
}
}
20 changes: 13 additions & 7 deletions GameData/RP-1/SCMData/TechNodeData.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ KCT_TECH_NODE_PERIODS
startYear = 1952
endYear = 1957
}
VALUE
{
id = highSpeedFlight
startYear = 1958
endYear = 1963
}
//VALUE
//{
//id = highSpeedFlight
//startYear = 1958
//endYear = 1963
//}
VALUE
{
id = advancedJetEngines
Expand Down Expand Up @@ -95,7 +95,13 @@ KCT_TECH_NODE_PERIODS
{
id = hypersonicFlightRP0
startYear = 1959
endYear = 1964
endYear = 1962
}
VALUE
{
id = hypersonicMetallurgy
startYear = 1963
endYear = 1965
}
VALUE
{
Expand Down

0 comments on commit b188f2f

Please sign in to comment.