Skip to content

Commit

Permalink
Mod Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruesoe committed May 3, 2021
2 parents 08cca2b + b427d42 commit 5c48e4b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 80 deletions.
14 changes: 1 addition & 13 deletions Localization/en-us.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
Localization
{
en-us
{
//liquidEngineLVT05
#LOC_CSI_liquidEngineLVT05_title = LV-T05 "Cogswell" Liquid Fuel Engine
#LOC_CSI_liquidEngineLVT05_description = LV-T05 "Cogswell" Liquid Fuel Engine
//liquidEngineLVT10
#LOC_CSI_liquidEngineLVT10_title = LV-T10 "Spacely" Liquid Fuel Engine
#LOC_CSI_liquidEngineLVT10_description = LV-T10 "Spacely" Liquid Fuel Engine
//solidBoosterRT1
#LOC_CSI_solidBoosterRT1_title = RT-1 "Astro" Solid Fuel Booster
#LOC_CSI_solidBoosterRT1_description = RT-1 "Astro" Solid Fuel Booster
{
//structures1
#LOC_CSI_structures1_title = Structures - small
#LOC_CSI_structures1_description = Small structural parts.
//structures1p5
#LOC_CSI_structures1p5_title = Structures - medium
#LOC_CSI_structures1p5_description = 1.875m structural parts.
//structures2
#LOC_CSI_structures2_title = Structures - Medium
#LOC_CSI_structures2_description = Medium structural parts.
Expand Down
43 changes: 0 additions & 43 deletions Mod Support/USI-MKS.cfg
Original file line number Diff line number Diff line change
@@ -1,48 +1,5 @@
//UmbraSpaceIndustries/MKS
//
// ************************************* tier1
// start
// ************************************* tier2
// basicRocketry
// fabrication
// aeronautics
// engineering101
// ************************************* tier3
// generalRocketry
// basicConstruction
// earlyAviation
// stability
// survivability
// basicScience
// gadgets
// ************************************* tier4
// advRocketry
// basicFuelSystems
// structures1
// generalConstruction
// aviation
// flightControl
// enhancedSurvivability
// groundScience
// batteryTech
// ************************************* tier5
// propulsionSystems
// heavyRocketry
// fuelSystems
// structures2
// advConstruction
// aerodynamicSystems
// subsonicFlight
// advFlightControl
// landing
// simpleCommandModules
// recycling
// storageTech
// spaceExploration
// comms1
// electrics
// solarTech
// earlyHeatManagement
// ************************************* tier6
// precisionPropulsion
// heavierRocketry
Expand Down
48 changes: 24 additions & 24 deletions Mod Support/zzzRemovedNodes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@
@TechRequired = supersonicFlight
}
@PART[*]:HAS[#TechRequired[specializedFlightSystems]]:NEEDS[CommunityTechTree]:LAST[zzzCSITechTree]
{
TechRequired = expAircraftEngines
}
{
@TechRequired = expAircraftEngines
}
@PART[*]:HAS[#TechRequired[automation]]:NEEDS[CommunityTechTree]:LAST[zzzCSITechTree]
{
TechRequired = advUnmanned
}
{
@TechRequired = advUnmanned
}
@PART[*]:HAS[#TechRequired[experimentalMotors]]:NEEDS[CommunityTechTree]:LAST[zzzCSITechTree]
{
TechRequired = mechatronics
}
{
@TechRequired = mechatronics
}
@PART[*]:HAS[#TechRequired[miniaturization]]:NEEDS[CommunityTechTree]:LAST[zzzCSITechTree]
{
TechRequired = spaceExploration
}
{
@TechRequired = spaceExploration
}
@PART[*]:HAS[#TechRequired[precisionEngineering]]:NEEDS[CommunityTechTree]:LAST[zzzCSITechTree]
{
TechRequired = advExploration
}
{
@TechRequired = advExploration
}
@PART[*]:HAS[#TechRequired[electronics]]:NEEDS[CommunityTechTree]:LAST[zzzCSITechTree]
{
TechRequired = scienceTech
}
{
@TechRequired = scienceTech
}
@PART[*]:HAS[#TechRequired[fieldScience]]:NEEDS[CommunityTechTree]:LAST[zzzCSITechTree]
{
TechRequired = advScienceTech
}
{
@TechRequired = advScienceTech
}
@PART[*]:HAS[#TechRequired[specializedScienceTech]]:NEEDS[CommunityTechTree]:LAST[zzzCSITechTree]
{
TechRequired = experimentalScience
}
{
@TechRequired = experimentalScience
}

0 comments on commit 5c48e4b

Please sign in to comment.