Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KSP-RO/RealismOverhaul
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2260dbda1ed4
Choose a base ref
...
head repository: KSP-RO/RealismOverhaul
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d825d47940ae
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 10, 2018

  1. Copy the full SHA
    d9d2d6c View commit details

Commits on Jun 11, 2018

  1. Copy the full SHA
    08e4e7a View commit details

Commits on Jun 12, 2018

  1. Copy the full SHA
    114f8b6 View commit details
  2. Copy the full SHA
    ec26d87 View commit details

Commits on Jun 14, 2018

  1. Copy the full SHA
    3d8d9e0 View commit details

Commits on Sep 24, 2018

  1. Merge pull request #1894 from jeremy-penn/kk-launchers

    Added Launchers Pack Configs
    raidernick authored Sep 24, 2018
    Copy the full SHA
    d825d47 View commit details
Original file line number Diff line number Diff line change
@@ -0,0 +1,259 @@
// =========================================
//
// Faclon 9 1875mm Payload Adapter
//
// =========================================

@PART[KK_SPX_F9_1875mmPA]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon 9 Payload Adapter
@manufacturer = SpaceX
@description = Payload adapter for the Falcon 9 Block 4.
}

// =========================================
//
// Faclon Heavy Separator
//
// =========================================

@PART[KK_SPX_F93Heavy_seperator]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon Heavy Side Tank Separator
@manufacturer = SpaceX
@description = The separator used for the side booster tanks on the Falcon Heavy rocket.

!MODULE[ModuleEngines]{}
!RESOURCE,*{}
}

// =========================================
//
// Falcon 9 Block 4 Interstage
//
// =========================================

@PART[KK_SPX_F93_interstage]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon 9 Block 4 Interstage
@manufacturer = SpaceX
}

// =========================================
//
// Falcon 9 Block 3&4 Octaweb
//
// =========================================

@PART[KK_SPX_F9_Octaweb]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon 9 Block 3&4 Octaweb
@manufacturer = SpaceX
}

// =========================================
//
// Falcon 9 Heavy Nose Cone
//
// =========================================

@PART[KK_SPX_F_nosecone]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon Heavy Nose Cone
@manufacturer = SpaceX
}

// =========================================
//
// Falcon 9 Heavy Nose Cone
//
// =========================================

@PART[KK_SPX_Falcon9_FC]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon 9 Flight Control System
@manufacturer = SpaceX
}

// =========================================
//
// Falcon Landing Leg
//
// =========================================

@PART[KK_SPX_F9LandingLeg]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon Landing Leg
@manufacturer = SpaceX
}

// =========================================
//
// Falcon Payload Fairing
//
// =========================================

@PART[KK_SPX_FalconPayloadFairing]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon 9 Payload Fairing
@manufacturer = SpaceX

MODULE{

name = ModuleAnchoredDecoupler
ejectionForce = -9000
explosiveNodeID = bottom
}

!MODULE[ModuleEngines]{}
!MODULE[ModuleDecouple]{}

!RESOURCE,*{}
}

// =========================================
//
// Falcon Gridfin
//
// may have to eliminate roll torque?
// =========================================

@PART[KK_SPX_FalconGridfin_FT]:FOR[RealismOverhaul]{

%RSSROConfig = True

@title = Falcon Block 4/Heavy Gridfin
@manufacturer = SpaceX
}

// ==============================
// Falcon 9 1.0 Engine Section
// ==============================

@PART[KK_SPX_F91_enginesec]:FOR[RealismOverhaul]{
%RSSROConfig = True

@manufacturer = SpaceX
}

// ==============================
// Falcon 9 1.0 Interstage
// ==============================

@PART[KK_SPX_F91_interstage]:FOR[RealismOverhaul]{
%RSSROConfig = True

@manufacturer = SpaceX
}

// ==============================
// Falcon 9 1.1 Interstage
// ==============================

@PART[KK_SPX_F92_interstage]:FOR[RealismOverhaul]{
%RSSROConfig = True

@manufacturer = SpaceX
}

// ==============================
// Falcon 9 1.1 Interstage RCS
// ==============================

@PART[KK_SPX_F9FT_Interstage_RCS]:FOR[RealismOverhaul]{
%RSSROConfig = True

@manufacturer = SpaceX

@MODULE[ModuleRCSFX]{
@thrusterPower = .4
!resourceName = NULL

PROPELLANT{

name = MMH
ratio = 1.0
}

PROPELLANT{

name = NTO
ratio = 1.6
}

@atmosphereCurve
{
@key,0 = 0 300
@key,1 = 1 85
}
}
}

// ==============================
// Falcon 9 Interstage RCS Unit
// ==============================

@PART[KK_SPX_F912_Interstage_RCS]:FOR[RealismOverhaul]{
%RSSROConfig = True

@manufacturer = SpaceX

@MODULE[ModuleRCSFX]{
@thrusterPower = .4
!resourceName = NULL

PROPELLANT{

name = MMH
ratio = 1.0
}

PROPELLANT{

name = NTO
ratio = 1.6
}

@atmosphereCurve
{
@key,0 = 0 300
@key,1 = 1 85
}
}
}

// ==============================
// Falcon 9R Nosecone
// ==============================

@PART[KK_SpaceX_F9R_nosecone]:FOR[RealismOverhaul]{
RSSROConfig = True

@manufacturer = SpaceX
}

// ==============================
// Falcon 9 Gridfin
// ==============================

@PART[KK_SPX_FalconGridfin]:FOR[RealismOverhaul]{
RSSROConfig = True

@manufacturer = SpaceX
}
Loading