Skip to content

Commit

Permalink
Merge pull request #130 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
ChrisAdderley authored Nov 6, 2019
2 parents 3be9ad5 + 4629f48 commit dd89588
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 71 deletions.
6 changes: 3 additions & 3 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.0.2
version: 4.1.0
location: s3
B9PartSwitch:
version: 2.7.0
version: 2.12.1
location: s3
NearFutureProps:
tag: 0.5.1
tag: 0.6.1
location: github
repository: ChrisAdderley/NearFutureProps
deploy:
Expand Down
8 changes: 4 additions & 4 deletions Extras/OrbitalLFOEngines/OrbitalEnginesLFO.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Sets mono engines to use LFO

@PART[orbital-engine-0625]
@PART[orbital-engine-0625]:FOR[NearFutureSpacecraft]
{
@MODULE[ModuleEnginesFX]
{
Expand All @@ -16,7 +16,7 @@

}
}
@PART[orbital-engine-125]
@PART[orbital-engine-125]:FOR[NearFutureSpacecraft]
{
@MODULE[ModuleEnginesFX]
{
Expand All @@ -32,7 +32,7 @@

}
}
@PART[orbital-engine-25]
@PART[orbital-engine-25]:FOR[NearFutureSpacecraft]
{
@MODULE[ModuleB9PartSwitch]
{
Expand All @@ -55,7 +55,7 @@

}
}
@PART[orbital-engine-375]
@PART[orbital-engine-375]:FOR[NearFutureSpacecraft]
{
@MODULE[ModuleB9PartSwitch]:HAS[#switcherDescription[Fuel?Tanks]]
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[command-25-landing-1]:NEEDS[Landertron]
@PART[command-25-landing-1]:NEEDS[Landertron]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand All @@ -8,7 +8,7 @@
}
}

@PART[command-125-landing-1]:NEEDS[Landertron]
@PART[command-125-landing-1]:NEEDS[Landertron]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand All @@ -19,7 +19,7 @@
}


@PART[command-mk4-1]:NEEDS[Landertron]
@PART[command-mk4-1]:NEEDS[Landertron]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand Down
8 changes: 4 additions & 4 deletions GameData/NearFutureSpacecraft/Patches/NFSpacecraftASET.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Replaces IVAs
// Maintained by Dragon01
@PART[utility-pod-25]:NEEDS[RasterPropMonitor,ASETPropsIdentifier]
@PART[utility-pod-25]:NEEDS[RasterPropMonitor,ASETPropsIdentifier]:FOR[NearFutureSpacecraft]
{
@INTERNAL[crewUtilityPodInternals]
{
Expand All @@ -11,7 +11,7 @@
name = RasterPropMonitorComputer
}
}
@PART[command-ppd-1]:NEEDS[RasterPropMonitor,ASETPropsIdentifier]
@PART[command-ppd-1]:NEEDS[RasterPropMonitor,ASETPropsIdentifier]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand Down Expand Up @@ -415,7 +415,7 @@
}
}
@PART[command-mk4-1]:NEEDS[RasterPropMonitor,ASETPropsIdentifier]
@PART[command-mk4-1]:NEEDS[RasterPropMonitor,ASETPropsIdentifier]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand Down Expand Up @@ -819,7 +819,7 @@ MODULE
}
}

@PART[command-mk3-9]:NEEDS[RasterPropMonitor,ASETPropsIdentifier]
@PART[command-mk3-9]:NEEDS[RasterPropMonitor,ASETPropsIdentifier]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
// Near Future Spacecraft CTT Support
// CTT 2.0+

@PART[command-25-1]:NEEDS[CommunityTechTree]
@PART[command-25-1]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = heavyCommandModules
}
@PART[command-25-landing-1]:NEEDS[CommunityTechTree]
@PART[command-25-landing-1]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = specializedCommandModules
}
@PART[command-125-1]:NEEDS[CommunityTechTree]
@PART[command-125-1]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = commandModules
}
@PART[command-125-landing-1]:NEEDS[CommunityTechTree]
@PART[command-125-landing-1]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = commandModules
}
@PART[command-125-orbit-1]:NEEDS[CommunityTechTree]
@PART[command-125-orbit-1]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = specializedCommandModules
}
@PART[command-375-biconic-1]:NEEDS[CommunityTechTree]
@PART[command-375-biconic-1]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = heavyCommandCenters
}
@PART[command-mk3-9]:NEEDS[CommunityTechTree]
@PART[command-mk3-9]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = heavyCommandModules
}
@PART[command-ppd-1]:NEEDS[CommunityTechTree]
@PART[command-ppd-1]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = heavyCommandCenters
}
@PART[command-mk4-1]:NEEDS[CommunityTechTree]
@PART[command-mk4-1]:NEEDS[CommunityTechTree]:FOR[NearFutureSpacecraft]
{
@TechRequired = heavyLanders
}
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
// CLS Compatability for Near Future Spacecraft v1.0.0
@PART[command-25-1]:NEEDS[ConnectedLivingSpace]
@PART[command-25-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[command-25-landing-1]:NEEDS[ConnectedLivingSpace]
@PART[command-25-landing-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[command-125-1]:NEEDS[ConnectedLivingSpace]
@PART[command-125-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[command-125-landing-1]:NEEDS[ConnectedLivingSpace]
@PART[command-125-landing-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[command-125-orbit-1]:NEEDS[ConnectedLivingSpace]
@PART[command-125-orbit-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[command-375-biconic-1]:NEEDS[ConnectedLivingSpace]
@PART[command-375-biconic-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand All @@ -48,15 +48,15 @@
impassablenodes = top
}
}
@PART[command-ppd-1]:NEEDS[ConnectedLivingSpace]
@PART[command-ppd-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleConnectedLivingSpace
passable = true
}
}
@PART[command-mk3-9]:NEEDS[ConnectedLivingSpace]
@PART[command-mk3-9]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand All @@ -65,7 +65,7 @@

}
}
@PART[utility-pod-25]:NEEDS[ConnectedLivingSpace]
@PART[utility-pod-25]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand All @@ -74,7 +74,7 @@
}
}
// Not an error, this guy has a passable tube!
@PART[orbital-engine-25]:NEEDS[ConnectedLivingSpace]
@PART[orbital-engine-25]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand All @@ -84,7 +84,7 @@
}
}

@PART[command-mk4-1]:NEEDS[ConnectedLivingSpace]
@PART[command-mk4-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand All @@ -93,7 +93,7 @@

}
}
@PART[docking-nose-0625-1]:NEEDS[ConnectedLivingSpace]
@PART[docking-nose-0625-1]:NEEDS[ConnectedLivingSpace]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand Down
18 changes: 9 additions & 9 deletions GameData/NearFutureSpacecraft/Patches/NFSpacecraftFAR.cfg
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
// Near Future Spacecraft FAR Support

@PART[command-25-1]:NEEDS[FerramAerospaceResearch]
@PART[command-25-1]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
@PART[command-25-landing-1]:NEEDS[FerramAerospaceResearch]
@PART[command-25-landing-1]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
@PART[command-125-1]:NEEDS[FerramAerospaceResearch]
@PART[command-125-1]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
@PART[command-125-landing-1]:NEEDS[FerramAerospaceResearch]
@PART[command-125-landing-1]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
@PART[command-125-orbit-1]:NEEDS[FerramAerospaceResearch]
@PART[command-125-orbit-1]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
@PART[command-375-biconic-1]:NEEDS[FerramAerospaceResearch]
@PART[command-375-biconic-1]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
@PART[command-mk3-9]:NEEDS[FerramAerospaceResearch]
@PART[command-mk3-9]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
@PART[command-ppd-1]:NEEDS[FerramAerospaceResearch]
@PART[command-ppd-1]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
@PART[command-mk4-1]:NEEDS[FerramAerospaceResearch]
@PART[command-mk4-1]:NEEDS[FerramAerospaceResearch]:FOR[NearFutureSpacecraft]
{
!MODULE[ModuleLiftingSurface] {}
}
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
// KerbalHealth support (fraz86)
@PART[command-mk3-9]:NEEDS[KerbalHealth,!USILifeSupport]
@PART[command-mk3-9]:NEEDS[KerbalHealth,!USILifeSupport]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleKerbalHealth
space = 2.5
}
}
@PART[command-mk3-9]:NEEDS[KerbalHealth,USILifeSupport]
@PART[command-mk3-9]:NEEDS[KerbalHealth,USILifeSupport]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleKerbalHealth
space = 1.2
}
}
@PART[command-ppd-1]:NEEDS[KerbalHealth,!USILifeSupport]
@PART[command-ppd-1]:NEEDS[KerbalHealth,!USILifeSupport]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleKerbalHealth
space = 4.9
}
}
@PART[command-ppd-1]:NEEDS[KerbalHealth,USILifeSupport]
@PART[command-ppd-1]:NEEDS[KerbalHealth,USILifeSupport]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleKerbalHealth
space = 2.0
}
}
@PART[command-mk4-1]:NEEDS[KerbalHealth,!USILifeSupport]
@PART[command-mk4-1]:NEEDS[KerbalHealth,!USILifeSupport]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleKerbalHealth
space = 6.2
}
}
@PART[command-mk4-1]:NEEDS[KerbalHealth,USILifeSupport]
@PART[command-mk4-1]:NEEDS[KerbalHealth,USILifeSupport]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleKerbalHealth
space = 2.4
}
}
@PART[utility-pod-25]:NEEDS[KerbalHealth,!USILifeSupport]
@PART[utility-pod-25]:NEEDS[KerbalHealth,!USILifeSupport]:FOR[NearFutureSpacecraft]
{
MODULE
{
name = ModuleKerbalHealth
space = 1.8
}
}
@PART[utility-pod-25]:NEEDS[KerbalHealth,USILifeSupport]
@PART[utility-pod-25]:NEEDS[KerbalHealth,USILifeSupport]:FOR[NearFutureSpacecraft]
{
MODULE
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[command-mk3-9,utility-pod-25]:NEEDS[TacLifeSupport]
@PART[command-mk3-9,utility-pod-25]:NEEDS[TacLifeSupport]:FOR[NearFutureSpacecraft]
{
RESOURCE
{
Expand Down
Loading

0 comments on commit dd89588

Please sign in to comment.