Skip to content

Commit

Permalink
FINAL -> LAST (properly)
Browse files Browse the repository at this point in the history
added modname
  • Loading branch information
theonegalen committed Aug 29, 2020
1 parent b961b03 commit 5e97a9d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Mod Support/CNAR.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//CNAR Config by theonegalen
//

//@PART[fairingSize1p5|fairingSize4]:NEEDS[CommunityTechTree,SquadExpansion/MakingHistory&ReStockPlus]:FINAL
//@PART[fairingSize1p5|fairingSize4]:NEEDS[CommunityTechTree,SquadExpansion/MakingHistory&ReStockPlus]:LAST[zzzUnKerballedStart]
//{
// @TechRequired = unresearchable
// @category = none
Expand Down
2 changes: 1 addition & 1 deletion Mod Support/DeadlyReentry.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//DeadlyReentry
//
//Hide Legacy Parts
@PART[decoupler_ftr_smaller|decoupler_ftr_small|1.25_Heatshield|0625_Heatshield|decoupler_ftr|decoupler_ftr_4m|2.5_Heatshield|3.75_Heatshield]:FINAL
@PART[decoupler_ftr_smaller|decoupler_ftr_small|1.25_Heatshield|0625_Heatshield|decoupler_ftr|decoupler_ftr_4m|2.5_Heatshield|3.75_Heatshield]:LAST[zzzUnKerballedStart]
{
@TechRequired = unresearchable
@category = none
Expand Down
2 changes: 1 addition & 1 deletion Mod Support/InterstellarExtended.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//WarpPlugin
//
@TechTree:NEEDS[CommunityTechTree,WarpPlugin]:FINAL
@TechTree:NEEDS[CommunityTechTree,WarpPlugin]:LAST[zzzUnKerballedStart]
{

//*********************** Tier 10 ***********************
Expand Down
2 changes: 1 addition & 1 deletion Mod Support/KAX.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//KAX Mod Config - by theoneGalen
//
//Hide Propelators, which asre useless without tiny SXT wings
@PART[KAXVintagePropelator|KAXVintagePropelatorExtra|KAXVintagePropelatorS|KAXVintagePropelatorSS]:NEEDS[!SXT]:FINAL
@PART[KAXVintagePropelator|KAXVintagePropelatorExtra|KAXVintagePropelatorS|KAXVintagePropelatorSS]:NEEDS[!SXT]:LAST[zzzUnKerballedStart]
{
@TechRequired = unresearchable
@category = none
Expand Down
2 changes: 1 addition & 1 deletion Mod Support/NearFutureLaunchVehicles.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//NearFutureLaunchVehicles
//
@PART[fairingSize4|fairingSize5]:NEEDS[CommunityTechTree&NearFutureLaunchVehicles]:FINAL
@PART[fairingSize4|fairingSize5]:NEEDS[CommunityTechTree&NearFutureLaunchVehicles]:LAST[zzzUnKerballedStart]
{
@TechRequired = unresearchable
@category = none
Expand Down
6 changes: 3 additions & 3 deletions Mod Support/ReStockPlus.cfg
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
//ReStockPlus Config by theonegalen
//

@PART[liquidEngine303|liquidEngineT15]:NEEDS[CommunityTechTree,MissingHistory&ReStockPlus]:FINAL
@PART[liquidEngine303|liquidEngineT15]:NEEDS[CommunityTechTree,MissingHistory&ReStockPlus]:LAST[zzzUnKerballedStart]
{
@TechRequired = unresearchable
@category = none
@TechHidden = true
}

//@PART[fairingSize1p5|fairingSize4]:NEEDS[CommunityTechTree,SquadExpansion/MakingHistory&ReStockPlus]:FINAL
//@PART[fairingSize1p5|fairingSize4]:NEEDS[CommunityTechTree,SquadExpansion/MakingHistory&ReStockPlus]:LAST[zzzUnKerballedStart]
//{
// @TechRequired = unresearchable
// @category = none
// @TechHidden = true
//}

@PART[pointyNoseConeB_1p5|pointyNoseConeA_1p5]:NEEDS[CommunityTechTree,MissingHistory&ReStockPlus]:FINAL
@PART[pointyNoseConeB_1p5|pointyNoseConeA_1p5]:NEEDS[CommunityTechTree,MissingHistory&ReStockPlus]:LAST[zzzUnKerballedStart]
{
@TechRequired = unresearchable
@category = none
Expand Down
8 changes: 4 additions & 4 deletions Mod Support/zzzRemovedNodes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
// so they don't end up in the Twilight Zone.
//merged with Recycling
@PART[*]:HAS[#TechRequired[storageTech]]:NEEDS[CommunityTechTree]:FINAL
@PART[*]:HAS[#TechRequired[storageTech]]:NEEDS[CommunityTechTree]:LAST[zzzUnKerballedStart]
{
TechRequired = recycling
}
//merged with Scanning Tech
@PART[*]:HAS[#TechRequired[fieldScience]]:NEEDS[CommunityTechTree]:FINAL
@PART[*]:HAS[#TechRequired[fieldScience]]:NEEDS[CommunityTechTree]:LAST[zzzUnKerballedStart]
{
TechRequired = scienceTech
}
//merged with Advance Unmanned
@PART[*]:HAS[#TechRequired[automation]]:NEEDS[CommunityTechTree]:FINAL
@PART[*]:HAS[#TechRequired[automation]]:NEEDS[CommunityTechTree]:LAST[zzzUnKerballedStart]
{
TechRequired = advUnmanned
}
//merged with Advanced Science Tech
@PART[*]:HAS[#TechRequired[specializedScienceTech]]:NEEDS[CommunityTechTree]:FINAL
@PART[*]:HAS[#TechRequired[specializedScienceTech]]:NEEDS[CommunityTechTree]:LAST[zzzUnKerballedStart]
{
TechRequired = advScienceTech
}
2 changes: 1 addition & 1 deletion UnKerballedStart.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
//
//Hide Obsolete Parts
@PART[solidBooster|solidBooster_sm|rocketNoseCone|mk1pod|mk2LanderCabin|probeCoreHex|probeCoreOcto|probeCoreOcto2|roverBody|probeCoreSphere|stackDecouplerMini|stackDecoupler|decoupler1-2|size3Decoupler|stackSeparatorMini|stackSeparator|stackSeparatorBig|toroidalFuelTank|Mark1-2Pod|liquidEngineMini|liquidEngine3|liquidEngine2-2|Size3to2Adapter|engineLargeSkipper|ServiceBay_125|ServiceBay_250]:FINAL
@PART[solidBooster|solidBooster_sm|rocketNoseCone|mk1pod|mk2LanderCabin|probeCoreHex|probeCoreOcto|probeCoreOcto2|roverBody|probeCoreSphere|stackDecouplerMini|stackDecoupler|decoupler1-2|size3Decoupler|stackSeparatorMini|stackSeparator|stackSeparatorBig|toroidalFuelTank|Mark1-2Pod|liquidEngineMini|liquidEngine3|liquidEngine2-2|Size3to2Adapter|engineLargeSkipper|ServiceBay_125|ServiceBay_250]:LAST[zzzUnKerballedStart]
{
@TechRequired = unresearchable
@category = none
Expand Down

0 comments on commit 5e97a9d

Please sign in to comment.