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: 8df8cee3c2a6
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: dfe91e71e51c
Choose a head ref
  • 20 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 6, 2018

  1. Copy the full SHA
    50f1f26 View commit details
  2. Copy the full SHA
    1a6d1f0 View commit details
  3. Copy the full SHA
    c9443d1 View commit details
  4. Copy the full SHA
    0e1c761 View commit details
  5. Copy the full SHA
    4b20438 View commit details
  6. Copy the full SHA
    c58b0ca View commit details
  7. Copy the full SHA
    29e52c3 View commit details
  8. Add files via upload

    DocRockwell authored Jul 6, 2018
    Copy the full SHA
    ee4c76f View commit details
  9. Copy the full SHA
    1fed8ee View commit details
  10. Copy the full SHA
    63cc918 View commit details
  11. Merge pull request #2 from DocRockwell/SSTU-SRB

    Sstu srb
    DocRockwell authored Jul 6, 2018
    Copy the full SHA
    d6c78a4 View commit details
  12. Merge pull request #3 from DocRockwell/SSTU-Soviet-Engines

    Added RD-0124, RD-170, RD-191
    DocRockwell authored Jul 6, 2018
    Copy the full SHA
    7d3a22e View commit details
  13. Copy the full SHA
    17db650 View commit details
  14. Copy the full SHA
    ce8fe6c View commit details
  15. Copy the full SHA
    4db4485 View commit details
  16. Copy the full SHA
    900492c View commit details
  17. Copy the full SHA
    5661bab View commit details
  18. Merge pull request #4 from DocRockwell/Undo-commits

    Undo commits
    DocRockwell authored Jul 6, 2018
    Copy the full SHA
    e00d36a View commit details
  19. Copy the full SHA
    88d8742 View commit details

Commits on Sep 24, 2018

  1. Merge pull request #1905 from DocRockwell/SSTU-Apollo-SM-Plume-fix

    SSTU apollo SM plume fix
    raidernick authored Sep 24, 2018
    Copy the full SHA
    dfe91e7 View commit details
Showing with 10 additions and 8 deletions.
  1. +10 −8 GameData/RealismOverhaul/RealPlume_Configs/SSTU/SSTU-SC-B-SM.cfg
18 changes: 10 additions & 8 deletions GameData/RealismOverhaul/RealPlume_Configs/SSTU/SSTU-SC-B-SM.cfg
Original file line number Diff line number Diff line change
@@ -3,24 +3,26 @@
@MODULE[ModuleEngines*]
{
@name = ModuleEnginesRF
%powerEffectName = Hypergolic-OMS-White
%powerEffectName = Hypergolic-Apollo-SM
}
@MODULE[ModuleEngineConfigs]
{
%type = ModuleEnginesRF
@CONFIG,*
{
%powerEffectName = Hypergolic-OMS-White
%powerEffectName = Hypergolic-Apollo-SM
}
}
PLUME
{
name = Hypergolic-OMS-White
transformName = SC-B-SM-ThrustTransform
name = Hypergolic-Apollo-SM
transformName = SC-A-SM-ThrustTransform
localRotation = 0,0,0
plumePosition = 0,0,0.25
plumeScale = 2
energy = 1
speed = 1.2
flarePosition = 0,0,1.2
flareScale = 1
plumePosition = 0,0,1.8
plumeScale = 1.2
energy = 1.5
speed = 1.1
}
}