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: 9edfc42ea8b0
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: d966cdef5e63
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 25, 2018

  1. RN add later deltas and castor 2

    -Add later delta tank configs
    -Add castor 2 for later delta
    raidernick committed Sep 25, 2018
    Copy the full SHA
    d9ceacd View commit details
  2. Merge pull request #1927 from raidernick/master

    RN add later deltas and castor 2
    raidernick authored Sep 25, 2018
    Copy the full SHA
    d966cde View commit details
8 changes: 7 additions & 1 deletion GameData/RealismOverhaul/Engine_Configs/Castor_2_Config.cfg
Original file line number Diff line number Diff line change
@@ -30,7 +30,13 @@
!MODULE[ModuleGimbal],*{}

!MODULE[ModuleEngineConfigs],*{}

MODULE
{
name = ModuleFuelTanks
volume = 2142.5288
type = PSPC
basemass = -1
}
MODULE
{
name = ModuleEngineConfigs
Original file line number Diff line number Diff line change
@@ -4601,6 +4601,24 @@
@description ^=:$: Put three of these radially around the core stage. Remove the fins on the core stage before using this.
}

@PART[rn_thor_castor2]:FOR[RealismOverhaul]
{
%RSSROConfig = True
@MODEL
{
@scale = 1.0, 1.0, 1.0
}
%scale = 1.0
%rescaleFactor = 1.0
@mass = 0.738 //0.739-0.01
%engineType = Castor-2
}

@PART[rn_thor_castor2]:AFTER[RealismOverhaulEngines]
{
@description ^=:$: Put these radially around the core stage.
}

//Thor Able Stages

@PART[rn_thor_fs]:FOR[RealismOverhaul]
@@ -7167,3 +7185,62 @@
@description = This is the generic version of the Titan tower that can be used on any rocket, not just the Titan. Do NOT use this for any rocket with boosters, use the other tower.
@manufacturer = Lockheed Martin
}

@PART[rn_KK_LTTAT]:FOR[RealismOverhaul]
{
%RSSROConfig = True
@MODEL
{
@scale = 1.0, 1.0, 1.0
}
%scale = 1.0
@rescaleFactor = 1.0
@title = Delta LTTAT Fuel Tank
%manufacturer = Douglas
@description = Liquid Fuel Tank for the first stage of the Delta L/M/N/0900 launch vehicle.
@mass = 2.46724 //3.7-0.97956-0.005-0.0241-0.0241-0.2
@maxTemp = 773.15
%skinMaxTemp = 873.15
!RESOURCE[LiquidFuel]
{
}
!RESOURCE[Oxidizer]
{
}
MODULE
{
name = ModuleFuelTanks
volume = 66815.8404
type = Default
basemass = -1
TANK
{
name = Kerosene
amount = 26251.9437
maxAmount = 26251.9437
}
TANK
{
name = LqdOxygen
amount = 40563.8967
maxAmount = 40563.8967
}
}
}

@PART[rn_KK_LTTAT_INT]:FOR[RealismOverhaul]
{
%RSSROConfig = True
@MODEL
{
@scale = 1.0, 1.0, 1.0
}
%scale = 1.0
%rescaleFactor = 1.0
@maxTemp = 773.15
%skinMaxTemp = 873.15
@mass = 0.2
@title = Delta LTTAT First Stage Decoupler
@manufacturer = Douglas
@description = Decoupler for the first stage of Delta L/M/N/0900 rocket.
}
Original file line number Diff line number Diff line change
@@ -359,6 +359,29 @@
}
}

@PART[rn_thor_castor2]:FOR[RealPlume]
{
@MODULE[ModuleEngines*]
{
@name = ModuleEnginesRF
%powerEffectName = Solid-Lower
}
@MODULE[ModuleEngineConfigs]
{
%type = ModuleEnginesRF
}
PLUME
{
name = Solid-Lower
transformName = thrustTransform
localRotation = 0,0,0
localPosition = 0,0,-0.001
fixedScale = 0.7
energy = 1
speed = 1
}
}

@PART[rn_lr79_vernier]:FOR[RealPlume]:NEEDS[SmokeScreen]
{
@MODULE[ModuleEngines*]