Skip to content

Commit

Permalink
Update to Near Future Spacecraft 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starstrider42 committed Jul 26, 2019
1 parent c5cecb2 commit 7a83178
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Config/NFS_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,40 @@
//------------------------------------------------
// Liquid-fueled engines

@PART[engine-rocket-pack-1]:HAS[!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TFENGINE
{
name = 64-8S
ratedBurnTime = 65
cycleReliabilityStart = 0.55
cycleReliabilityEnd = 0.998

clusterMultiplier = 2

liquidFuelFailures = True
ignitionFailures = False // Monopropellant similar to hydrazine?
}
}

@PART[engine-rocket-pack-2]:HAS[!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TFENGINE
{
name = 98-8S
ratedBurnTime = 90
cycleReliabilityStart = 0.55
cycleReliabilityEnd = 0.998

clusterMultiplier = 4

liquidFuelFailures = True
ignitionFailures = False // Monopropellant similar to hydrazine?

techTransfer = 64-8S:75
}
}

@PART[orbital-engine-0625]:HAS[!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TFENGINE
Expand Down
7 changes: 7 additions & 0 deletions Config/Stock_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@
//techTransfer = linearRcs:25 // TestFlight does not yet support RCS
}
}
@PART[omsEngine]:HAS[!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]:NEEDS[NearFutureSpacecraft]
{
@TFENGINE[O-10]
{
%techTransfer = orbital-engine-0625:25
}
}

@PART[radialLiquidEngine1-2]:HAS[!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
Expand Down

0 comments on commit 7a83178

Please sign in to comment.