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

Commits on May 24, 2018

  1. SSTU MUS tank fairings to work with small tank sizes

    Allows MUS fairings to be able to size correctly with smaller stages.  old min defaults to 0.625 (but tanks can go down to 0.1).
    Relic13 authored May 24, 2018
    Copy the full SHA
    6c3deae View commit details

Commits on Sep 29, 2018

  1. Merge pull request #1887 from Relic13/patch-1

    SSTU MUS tank fairings to work with small tank sizes
    raidernick authored Sep 29, 2018
    Copy the full SHA
    a82020c View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_Tanks.cfg
2 changes: 2 additions & 0 deletions GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_Tanks.cfg
Original file line number Diff line number Diff line change
@@ -161,7 +161,9 @@
@MODULE[SSTUNodeFairing],*
{
%maxTopDiameter = 99.0
%minTopDiameter = 0.1
%maxBottomDiameter = 99.0
%minBottomDiameter = 0.1
%topDiameterIncrement = 0.5
%bottomDiameterIncrement = 0.5
}