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: 2c97534028dd
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: c70619f6790b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 19, 2017

  1. Update SSTU_XLR81.cfg

    Part does not exist in SSTU anymore
    pap1723 authored May 19, 2017
    Copy the full SHA
    932e33c View commit details

Commits on May 24, 2017

  1. Merge pull request #1640 from pap1723/patch-6

    Update SSTU_XLR81.cfg
    stratochief66 authored May 24, 2017

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    c70619f View commit details
Showing with 20 additions and 37 deletions.
  1. +20 −37 GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_XLR81.cfg
57 changes: 20 additions & 37 deletions GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_XLR81.cfg
Original file line number Diff line number Diff line change
@@ -13,19 +13,19 @@
{
%engineScale = 1.37
}
}
//remove some engine configs
@PART[SSTU-SC-ENG-LR81-8048]:AFTER[RealismOverhaulEngines]
{
@MODULE[ModuleEngineConfigs]
{
!CONFIG[XLR81-BA-11] {}
!CONFIG[XLR81-BA-13] {}
!CONFIG[Model8096-39] {}
!CONFIG[Model8096A] {}
!CONFIG[Model8096L] {}
}
}
}
//remove some engine configs
@PART[SSTU-SC-ENG-LR81-8048]:AFTER[RealismOverhaulEngines]
{
@MODULE[ModuleEngineConfigs]
{
!CONFIG[XLR81-BA-11] {}
!CONFIG[XLR81-BA-13] {}
!CONFIG[Model8096-39] {}
!CONFIG[Model8096A] {}
!CONFIG[Model8096L] {}
}
}

@PART[SSTU-SC-ENG-LR81-8096]:NEEDS[SSTU]:FOR[RealismOverhaul]
{
@@ -42,31 +42,14 @@
{
%engineScale = 1.37
}
}

//remove some engine configs
@PART[SSTU-SC-ENG-LR81-8096]:AFTER[RealismOverhaulEngines]
{
@MODULE[ModuleEngineConfigs]
{
!CONFIG[XLR81-BA-5] {}
!CONFIG[XLR81-BA-7] {}
}
}
}

@PART[SSTU-SC-ENG-LR81]:NEEDS[SSTU]:FOR[RealismOverhaul]
//remove some engine configs
@PART[SSTU-SC-ENG-LR81-8096]:AFTER[RealismOverhaulEngines]
{
%RSSROConfig = True
%engineType = Agena
@mass = 0.132
@maxTemp = 1973.15
@MODULE[ModuleEngines*],0
{
@heatProduction = 100
//engine stats set by RO engineType patch
}
@MODULE[SSTUModularEngineCluster]
{
@engineScale = 0.41 //real diameter: 1.52m
@MODULE[ModuleEngineConfigs]
{
!CONFIG[XLR81-BA-5] {}
!CONFIG[XLR81-BA-7] {}
}
}