Skip to content

Commit

Permalink
Add ground tether to stock landing legs
Browse files Browse the repository at this point in the history
- New module manager patch to add USI_InertialDampener to stock landing legs
- New module manager patch to set AutoShutdown = false for all USI_Converter instances
  • Loading branch information
tjdeckard committed Oct 22, 2019
1 parent 8c82c5d commit 6249397
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/AddConsumers.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
name = ModuleLogisticsConsumer
}
}

@PART[landingLeg*,miniLandingLeg]:HAS[!MODULE[USI_InertialDampener]]
{
MODULE
{
name = USI_InertialDampener
}
}
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/Converters.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Prevent USI_Converter and USI_Harvester modules from automatically shutting down
@PART[*]:HAS[@MODULE[USI_Converter]]
{
@MODULE[USI_Converter]
{
%AutoShutdown = false
}
}

0 comments on commit 6249397

Please sign in to comment.