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: 1e4f0461ebd6
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: 28cc258168ac
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 21, 2019

  1. RN fix castor 2 plume

    -fix castor 2 slag position in plume
    raidernick committed Jan 21, 2019
    Copy the full SHA
    52b4fa0 View commit details
  2. Merge pull request #1981 from raidernick/master

    RN fix castor 2 plume
    raidernick authored Jan 21, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    28cc258 View commit details
Showing with 21 additions and 2 deletions.
  1. +21 −2 GameData/RealismOverhaul/RealPlume_Configs/RaiderNick/rn_us_rockets.cfg
Original file line number Diff line number Diff line change
@@ -336,7 +336,7 @@

}

@PART[rn_thor_castor]:FOR[RealPlume]
@PART[rn_thor_castor]:FOR[RealPlume]:NEEDS[SmokeScreen]
{
@MODULE[ModuleEngines*]
{
@@ -359,7 +359,7 @@
}
}

@PART[rn_thor_castor2]:FOR[RealPlume]
@PART[rn_thor_castor2]:FOR[RealPlume]:NEEDS[SmokeScreen]
{
@MODULE[ModuleEngines*]
{
@@ -376,12 +376,31 @@
transformName = thrustTransform
localRotation = 0,0,0
localPosition = 0,0,-0.001
slagPosition = 0,0,-0.7
fixedScale = 0.7
energy = 1
speed = 1
}
}

@PART[rn_thor_castor2]:BEFORE[RealPlume]:NEEDS[SmokeScreen]
{
@EFFECTS
{
@Solid-Lower
{
@MODEL_MULTI_SHURIKEN_PERSIST[slag]
{
@localPosition = 0,0,-0.7
}
}
}
@PLUME[Solid-Lower]
{
@slagPosition = 0,0,-0.7
}
}

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