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/RP-1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 01a29bb985f1
Choose a base ref
...
head repository: KSP-RO/RP-1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec0ea1f571b9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 29, 2018

  1. Shielded Proctank was not part of the general RP-1 overhaul and still…

    … uses the old system of unlocking sizes by techlevel. Required tech nodes no longer exist.
    
    Retrofitted tooling and applied a max utilization. Values pulled out of my nose.
    Schnobs committed Apr 29, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7ce6444 View commit details

Commits on Oct 15, 2018

  1. Merge pull request #880 from Schnobs/ProcTankSpaceplane_tooling

    ProcTankSpaceplane: added tooling
    ec429 authored Oct 15, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ec0ea1f View commit details
Showing with 32 additions and 0 deletions.
  1. +32 −0 GameData/RP-0/Parts/RFProcTanks.cfg
32 changes: 32 additions & 0 deletions GameData/RP-0/Parts/RFProcTanks.cfg
Original file line number Diff line number Diff line change
@@ -423,8 +423,40 @@
}
}

@PART[RO-ProcTankSpaceplane]:FOR[RP-0]
{
@MODULE[ProceduralPart]
{
!TECHLIMIT,* {}
%TECHLIMIT
{
name = start
diameterMin = 0.01
diameterMax = Infinity
lengthMin = 0.01
lengthMax = Infinity
volumeMin = 0.001
volumeMax = Infinity
}
}
@MODULE[ModuleFuelTanks]
{
%maxUtilization = 92
%utilization = 92
}
MODULE
{
name = ModuleToolingPTank
toolingType = TankShielded
untooledMultiplier = 0.25
finalToolingCostMultiplier = 1.375 // more than balloon, less than SM
}

}

@PART[proceduralTankRealFuels]:FOR[zzzRP-0]
{
%category = -1
%techRequired = ORPHANS
}